Started by user Jenkins Admin Obtained pipelines/pingcap/tidb/release-7.5/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-7.5/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-7-5-ghpr-unit-test-821-klvvc-wn2c6-t1pbl Agent pingcap-tidb-release-7-5-ghpr-unit-test-821-klvvc-wn2c6-t1pbl is provisioned from template pingcap_tidb_release-7_5_ghpr_unit_test_821-klvvc-wn2c6 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/release-7.5/job/ghpr_unit_test/821/" runUrl: "job/pingcap/job/tidb/job/release-7.5/job/ghpr_unit_test/821/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "84ba4b2571a6fa4bc94719b830cdfad07c7ba77e" jenkins/label: "pingcap_tidb_release-7_5_ghpr_unit_test_821-klvvc" name: "pingcap-tidb-release-7-5-ghpr-unit-test-821-klvvc-wn2c6-t1pbl" 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-7-5-ghpr-unit-test-821-klvvc-wn2c6-t1pbl" - name: "JENKINS_NAME" value: "pingcap-tidb-release-7-5-ghpr-unit-test-821-klvvc-wn2c6-t1pbl" - 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-7-5-ghpr-unit-test-821-klvvc-wn2c6-t1pbl in /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/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-7.5/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 03312178c534dce949face80c69812d989e55009 (origin/main) Commit message: "fix(br): use failpoint tidb-server instead (#2951)" > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 > git rev-list --no-walk 03312178c534dce949face80c69812d989e55009 # 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=fd439094-4658-4bb7-a3a9-c12af79b3621 JENKINS_NODE_COOKIE=f89e740e-a566-437c-83f7-54e2906fb538 BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-7.5/job/ghpr_unit_test/821/ GOLANG_VERSION=1.21.0 HOSTNAME=pingcap-tidb-release-7-5-ghpr-unit-test-821-klvvc-wn2c6-t1pbl HUDSON_SERVER_COOKIE=83ef27fe9acccc92 KUBERNETES_PORT=tcp://10.233.0.1:443 KUBERNETES_PORT_443_TCP_PORT=443 TERM=xterm STAGE_NAME=Debug info BUILD_TAG=jenkins-pingcap-tidb-release-7.5-ghpr_unit_test-821 KUBERNETES_SERVICE_PORT=443 GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009 JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/release-7.5/ghpr_unit_test","buildid":"1787308267660120066","prowjobid":"fd439094-4658-4bb7-a3a9-c12af79b3621","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"release-7.5","base_sha":"61c4bd61254323d2dc68a8de048000ea036e67ac","base_link":"https://github.com/pingcap/tidb/commit/61c4bd61254323d2dc68a8de048000ea036e67ac","pulls":[{"number":53022,"author":"ti-chi-bot","sha":"8a19564f29b048047e6bf26aebcbb57569619f55","title":"ddl: fix unexpected delete ETCD value (#52504)","link":"https://github.com/pingcap/tidb/pull/53022","commit_link":"https://github.com/pingcap/tidb/pull/53022/commits/8a19564f29b048047e6bf26aebcbb57569619f55","author_link":"https://github.com/ti-chi-bot"}]}} KUBERNETES_SERVICE_HOST=10.233.0.1 WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_unit_test JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-7.5/job/ghpr_unit_test/ RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-7.5/job/ghpr_unit_test/821/display/redirect?page=changes RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-7.5/job/ghpr_unit_test/821/display/redirect?page=artifacts FILE_SERVER_URL=http://fileserver.pingcap.net JENKINS_HOME=/var/jenkins_home GIT_COMMIT=03312178c534dce949face80c69812d989e55009 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-7.5/job/ghpr_unit_test/821/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-7.5/ghpr_unit_test HUDSON_URL=https://do.pingcap.net/jenkins/ JOB_NAME=pingcap/tidb/release-7.5/ghpr_unit_test TZ=Asia/Shanghai BUILD_DISPLAY_NAME=#821 JENKINS_URL=https://do.pingcap.net/jenkins/ BUILD_ID=1787308267660120066 GOLANG_DOWNLOAD_SHA256=d0398903a16ba2232b389fb31032ddf57cac34efda306a0eebac34f0965a0742 JOB_BASE_NAME=ghpr_unit_test GIT_PREVIOUS_SUCCESSFUL_COMMIT=03312178c534dce949face80c69812d989e55009 RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-7.5/job/ghpr_unit_test/821/display/redirect?page=tests SHLVL=3 HOME=/home/jenkins POD_LABEL=pingcap_tidb_release-7_5_ghpr_unit_test_821-klvvc 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-7.5/ghpr_unit_test@tmp EXECUTOR_NUMBER=0 JENKINS_SERVER_COOKIE=durable-a10db2971d5a532a166f76472466419b52a76ca3dff332bede0c58902b79d769 NODE_LABELS=pingcap-tidb-release-7-5-ghpr-unit-test-821-klvvc-wn2c6-t1pbl pingcap_tidb_release-7_5_ghpr_unit_test_821-klvvc GIT_URL=https://github.com/PingCAP-QE/ci.git HUDSON_HOME=/var/jenkins_home CLASSPATH= NODE_NAME=pingcap-tidb-release-7-5-ghpr-unit-test-821-klvvc-wn2c6-t1pbl GOPATH=/go JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-7.5/job/ghpr_unit_test/display/redirect BUILD_NUMBER=821 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-build3108076444=/tmp/go-build -gno-record-gcc-switches' + echo ------------------------- ------------------------- + ls -l /dev/null crw-rw-rw-. 1 root root 1, 3 May 6 10:28 /dev/null + echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-release-7-5-ghpr-unit-test-821-klvvc-wn2c6-t1pbl bash' debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-release-7-5-ghpr-unit-test-821-klvvc-wn2c6-t1pbl 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: 45732 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; COOKIE: d1a729fb9524ad30 (echoed) ;; QUESTION SECTION: ;github.com. IN A ;; ANSWER SECTION: github.com. 26 IN A 20.205.243.166 ;; Query time: 1 msec ;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP) ;; WHEN: Mon May 06 02:28:19 UTC 2024 ;; MSG SIZE rcvd: 77 [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_unit_test/tidb [Pipeline] { [Pipeline] cache Cache restored successfully (git/pingcap/tidb/rev-a088e59-f595d17) 459104256 bytes in 11.11 secs (41324581 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-9713928c # github.com:22 SSH-2.0-babeld-9713928c [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-7.5/ghpr_unit_test/tidb/.git/ .git HEAD is now at f595d17b13 Update the PD client to adopt the latest fix POST git-upload-pack (686 bytes) POST git-upload-pack (1023 bytes) POST git-upload-pack (gzip 2023 to 1076 bytes) From https://github.com/pingcap/tidb * [new branch] release-7.5 -> origin/release-7.5 * [new ref] refs/pull/53022/head -> origin/pr/53022/head * [new tag] v7.5.0 -> v7.5.0 * [new tag] v7.5.1 -> v7.5.1 Previous HEAD position was f595d17b13 Update the PD client to adopt the latest fix HEAD is now at 61c4bd6125 lightning: return 0 early on empty parquet files (#52519) (#52522) ๐Ÿšง Checkouting to base SHA:61c4bd61254323d2dc68a8de048000ea036e67ac... HEAD is now at 61c4bd6125 lightning: return 0 early on empty parquet files (#52519) (#52522) M pkg/extension/enterprise โœ… Checked. ๐ŸŽ‰ ๐Ÿงพ HEAD info: 61c4bd61254323d2dc68a8de048000ea036e67ac 61c4bd6125 lightning: return 0 early on empty parquet files (#52519) (#52522) 3df1fe2cb9 *: bump up client-go to fix #52193 & #50758 (#52977) bf84e231e6 *: modify the printing of column default expression in `SHOW CREATE TABLE` and `Restore` (#52940) (#52951) ๐Ÿšง Pre-merge heads of pull requests to base SHA: 61c4bd61254323d2dc68a8de048000ea036e67ac ... Updating 61c4bd6125..8a19564f29 Fast-forward pkg/ddl/ddl_worker.go | 4 ++-- pkg/ddl/job_table.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ๐Ÿงพ Pre-merged result: 8a19564f29b048047e6bf26aebcbb57569619f55 8a19564f29 done 61c4bd6125 lightning: return 0 early on empty parquet files (#52519) (#52522) 3df1fe2cb9 *: bump up client-go to fix #52193 & #50758 (#52977) โœ… Pre merged ๐ŸŽ‰ ๐Ÿ“ update submodules ... Submodule path 'pkg/extension/enterprise': checked out '18bb1d4facf3c0272c8197c792ce29b574b579bc' โœ… update submodules done โœ… ~~~~~All done.~~~~~~ [Pipeline] } [Pipeline] // retry [Pipeline] } [Pipeline] // script [Pipeline] } Cache saved successfully (git/pingcap/tidb/rev-61c4bd6-8a19564) 465058304 bytes in 7.96 secs (58388391 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-7.5/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 b3139c8e4a..202f331601 100644 --- a/Makefile.common +++ b/Makefile.common @@ -121,6 +121,6 @@ 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 + git status HEAD detached from origin/release-7.5 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-7.5/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: 904c1f87-9ef8-4d69-9847-6fe4d9b22e67 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/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-7.5/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_06_02_28_06.4244632211/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-7.5/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-7.5/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, 415 targets configured) Analyzing: target //:gazelle (44 packages loaded, 415 targets configured) Analyzing: target //:gazelle (44 packages loaded, 415 targets configured) Analyzing: target //:gazelle (74 packages loaded, 943 targets configured) Analyzing: target //:gazelle (99 packages loaded, 10450 targets configured) Analyzing: target //:gazelle (99 packages loaded, 10450 targets configured) Analyzing: target //:gazelle (223 packages loaded, 11594 targets configured) INFO: Analyzed target //:gazelle (264 packages loaded, 11912 targets configured). INFO: Found 1 target... [0 / 297] [Prepa] Writing file external/bazel_gazelle/cmd/gazelle/gazelle_/langs.go [for tool] [24 / 311] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 7.9 MiB / 10.3 MiB; 0s remote-cache ... (3 actions, 0 running) [24 / 311] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 12.0 MiB / 17.2 MiB; 1s remote-cache ... (3 actions, 0 running) [27 / 311] [Prepa] GoCompilePkg external/com_github_fatih_structtag/structtag.a [for tool] ... (35 actions, 0 running) Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 24.524s, Critical Path: 4.17s INFO: 311 processes: 291 remote cache hit, 20 internal. INFO: Build completed successfully, 311 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-7.5/ghpr_unit_test/tidb && " \ //tools/tazel:tazel INFO: Invocation ID: 9b7bfac5-2435-49e2-9d50-c6b31fbb39ec INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/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-7.5/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_06_02_28_06.4244632211/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-7.5/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-7.5/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 (224 packages loaded, 13262 targets configured) INFO: Analyzed target //tools/tazel:tazel (292 packages loaded, 14086 targets configured). INFO: Found 1 target... [0 / 7] [Prepa] BazelWorkspaceStatusAction stable-status.txt [268 / 573] [Prepa] GoCompilePkg external/com_github_google_btree/btree.a ... (8 actions, 0 running) [540 / 573] GoCompilePkg external/com_github_pingcap_kvproto/pkg/debugpb/debugpb.a; Downloading external/com_github_pingcap_kvproto/pkg/debugpb/debugpb.a, 3.0 MiB / 3.6 MiB; 0s remote-cache ... (3 actions, 0 running) Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 4.774s, Critical Path: 2.92s INFO: 310 processes: 307 remote cache hit, 3 internal. INFO: Build completed successfully, 310 total actions INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/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 --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: 7b3770c6-b65c-4032-95ac-2d8aafe314c2 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/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-7.5/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_06_02_28_06.4244632211/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-7.5/ghpr_unit_test/tidb/.bazelrc: Inherited 'test' options: --test_env=TZ=Asia/Shanghai --test_output=errors --test_summary=detailed INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/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-7.5/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: Using default value for --instrumentation_filter: "^//br/cmd/br[/:],^//br/cmd/tidb-lightning[/:],^//br/cmd/tidb-lightning-ctl[/:],^//br/pkg/aws[/:],^//br/pkg/backup[/:],^//br/pkg/checkpoint[/:],^//br/pkg/checksum[/:],^//br/pkg/config[/:],^//br/pkg/conn[/:],^//br/pkg/errors[/:],^//br/pkg/glue[/:],^//br/pkg/gluetidb[/:],^//br/pkg/gluetikv[/:],^//br/pkg/lightning[/:],^//br/pkg/logutil[/:],^//br/pkg/membuf[/:],^//br/pkg/metautil[/:],^//br/pkg/mock[/:],^//br/pkg/pdutil[/:],^//br/pkg/redact[/:],^//br/pkg/restore[/:],^//br/pkg/rtree[/:],^//br/pkg/storage[/:],^//br/pkg/stream[/:],^//br/pkg/streamhelper[/:],^//br/pkg/summary[/:],^//br/pkg/task/show[/:],^//br/pkg/trace[/:],^//br/pkg/utils[/:],^//br/pkg/version[/:],^//build/linter/constructor[/:],^//dumpling/export[/:],^//pkg/autoid_service[/:],^//pkg/bindinfo[/:],^//pkg/config[/:],^//pkg/ddl[/:],^//pkg/distsql[/:],^//pkg/disttask/framework[/:],^//pkg/disttask/importinto[/:],^//pkg/disttask/operator[/:],^//pkg/domain[/:],^//pkg/errno[/:],^//pkg/executor[/:],^//pkg/expression[/:],^//pkg/extension[/:],^//pkg/infoschema[/:],^//pkg/keyspace[/:],^//pkg/kv[/:],^//pkg/meta[/:],^//pkg/metrics[/:],^//pkg/owner[/:],^//pkg/parser[/:],^//pkg/planner/cardinality[/:],^//pkg/planner/cascades[/:],^//pkg/planner/core[/:],^//pkg/planner/funcdep[/:],^//pkg/planner/implementation[/:],^//pkg/planner/memo[/:],^//pkg/planner/util[/:],^//pkg/plugin[/:],^//pkg/privilege/privileges[/:],^//pkg/resourcemanager[/:],^//pkg/server[/:],^//pkg/session[/:],^//pkg/sessionctx[/:],^//pkg/sessiontxn[/:],^//pkg/statistics[/:],^//pkg/store[/:],^//pkg/structure[/:],^//pkg/table[/:],^//pkg/tablecodec[/:],^//pkg/telemetry[/:],^//pkg/testkit[/:],^//pkg/tidb-binlog/driver/reader[/:],^//pkg/tidb-binlog/node[/:],^//pkg/tidb-binlog/pump_client[/:],^//pkg/timer[/:],^//pkg/ttl/cache[/:],^//pkg/ttl/client[/:],^//pkg/ttl/metrics[/:],^//pkg/ttl/session[/:],^//pkg/ttl/sqlbuilder[/:],^//pkg/ttl/ttlworker[/:],^//pkg/types[/:],^//pkg/util[/:]". INFO: Override the above default with --instrumentation_filter INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 3 more have changed, discarding analysis cache. Analyzing: 375 targets (586 packages loaded, 0 targets configured) Analyzing: 375 targets (1207 packages loaded, 16345 targets configured) Analyzing: 375 targets (1465 packages loaded, 21185 targets configured) Analyzing: 375 targets (1586 packages loaded, 23092 targets configured) Analyzing: 375 targets (1804 packages loaded, 24749 targets configured) Analyzing: 375 targets (1804 packages loaded, 24749 targets configured) Analyzing: 375 targets (1851 packages loaded, 25448 targets configured) INFO: Analyzed 375 targets (1856 packages loaded, 26099 targets configured).  checking cached actions INFO: Found 375 test targets... [0 / 23] [Prepa] Writing file br/pkg/checksum/checksum_test/baseline_coverage.dat ... (9 actions, 0 running) [1,255 / 8,904] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net.a, 3.3 MiB / 3.6 MiB; 0s remote-cache ... (36 actions, 2 running) [1,282 / 8,904] GoTestGenTest pkg/ddl/ddl_test_/testmain.go; 1s remote-cache, linux-sandbox ... (36 actions, 2 running) [1,291 / 8,904] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 8.0 MiB / 17.2 MiB; 2s remote-cache ... (35 actions, 0 running) [1,323 / 8,904] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/pprof, 5.0 MiB / 10.7 MiB; 3s remote-cache ... (34 actions, 0 running) [1,702 / 8,904] GoCompilePkg external/co_honnef_go_tools/go/ir/ir.a [for tool]; Downloading external/co_honnef_go_tools/go/ir/ir.a, 5.1 MiB / 5.9 MiB; 0s remote-cache ... (35 actions, 0 running) [2,079 / 8,904] GoLink build/tidb_nogo_actual_/tidb_nogo_actual [for tool]; Downloading build/tidb_nogo_actual_/tidb_nogo_actual, 11.0 MiB / 12.0 MiB; 0s remote-cache ... (35 actions, 0 running) [2,542 / 8,912] GoCompilePkg external/io_opencensus_go/trace/propagation/propagation.a; Downloading external/io_opencensus_go/trace/propagation/propagation.x; 0s remote-cache ... (32 actions, 0 running) [2,866 / 8,914] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 33.0 MiB / 96.2 MiB; 0s remote-cache ... (35 actions, 0 running) [3,069 / 8,944] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 58.0 MiB / 96.2 MiB; 1s remote-cache ... (35 actions, 0 running) [3,284 / 8,964] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 86.9 MiB / 96.2 MiB; 2s remote-cache ... (35 actions, 0 running) [3,456 / 9,016] GoLink pkg/util/cgroup/cgroup_test_/cgroup_test; Downloading pkg/util/cgroup/cgroup_test_/cgroup_test, 5.0 MiB / 9.8 MiB; 0s remote-cache ... (35 actions, 0 running) [3,603 / 9,084] 24 / 375 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, 19.0 MiB / 71.0 MiB; 1s remote-cache ... (34 actions, 0 running) [3,805 / 9,148] 52 / 375 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, 47.0 MiB / 71.0 MiB; 2s remote-cache ... (35 actions, 0 running) [4,103 / 9,206] 64 / 375 tests; GoCompilePkg external/com_github_modern_go_reflect2/reflect2.a; Downloading external/com_github_modern_go_reflect2/reflect2.a, 2.0 MiB / 3.0 MiB; 0s remote-cache ... (35 actions, 0 running) [4,385 / 9,206] 64 / 375 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/aws/endpoints/endpoints.a; Downloading external/com_github_aws_aws_sdk_go/aws/endpoints/endpoints.a, 12.0 MiB / 18.8 MiB; 0s remote-cache ... (35 actions, 0 running) [4,589 / 9,206] 65 / 375 tests; GoLink pkg/store/mockstore/unistore/util/lockwaiter/lockwaiter_test_/lockwaiter_test; Downloading pkg/store/mockstore/unistore/util/lockwaiter/lockwaiter_test_/lockwaiter_test, 9.0 MiB / 11.4 MiB; 0s remote-cache ... (35 actions, 0 running) [4,690 / 9,208] 66 / 375 tests; GoCompilePkg external/io_k8s_api/core/v1/core.a; Downloading external/io_k8s_api/core/v1/core.a, 11.0 MiB / 25.2 MiB; 0s remote-cache ... (27 actions, 0 running) [4,765 / 9,208] 66 / 375 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, 26.0 MiB / 76.2 MiB; 1s remote-cache ... (18 actions, 0 running) [4,844 / 9,208] 66 / 375 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, 59.0 MiB / 76.2 MiB; 2s remote-cache ... (10 actions, 0 running) [4,892 / 9,218] 68 / 375 tests; GoLink pkg/util/execdetails/execdetails_test_/execdetails_test; Downloading pkg/util/execdetails/execdetails_test_/execdetails_test, 23.0 MiB / 26.3 MiB; 0s remote-cache ... (7 actions, 0 running) [5,039 / 9,222] 71 / 375 tests; GoLink pkg/util/systimemon/systimemon_test_/systimemon_test; Downloading pkg/util/systimemon/systimemon_test_/systimemon_test, 11.0 MiB / 21.3 MiB; 0s remote-cache ... (25 actions, 0 running) [5,084 / 9,224] 73 / 375 tests; GoLink pkg/util/systimemon/systimemon_test_/systimemon_test; Downloading pkg/util/systimemon/systimemon_test_/systimemon_test, 20.0 MiB / 21.3 MiB; 1s remote-cache ... (35 actions, 0 running) [5,139 / 9,239] 76 / 375 tests; GoLink br/pkg/lightning/log/log_test_/log_test; 2s remote-cache ... (35 actions, 0 running) [5,208 / 9,282] 84 / 375 tests; GoLink pkg/util/timeutil/timeutil_test_/timeutil_test; Downloading pkg/util/timeutil/timeutil_test_/timeutil_test, 16.0 MiB / 28.0 MiB; 1s remote-cache ... (35 actions, 0 running) [5,270 / 9,284] 84 / 375 tests; GoLink pkg/util/timeutil/timeutil_test_/timeutil_test; Downloading pkg/util/timeutil/timeutil_test_/timeutil_test, 27.0 MiB / 28.0 MiB; 2s remote-cache ... (35 actions, 0 running) [5,349 / 9,303] 89 / 375 tests; GoLink pkg/util/parser/parser_test_/parser_test; Downloading pkg/util/parser/parser_test_/parser_test, 33.0 MiB / 37.8 MiB; 3s remote-cache ... (34 actions, 0 running) [5,418 / 9,331] 96 / 375 tests; GoLink pkg/util/chunk/chunk_test_/chunk_test; Downloading pkg/util/chunk/chunk_test_/chunk_test, 28.0 MiB / 40.4 MiB; 2s remote-cache ... (35 actions, 0 running) [5,480 / 9,357] 96 / 375 tests; GoLink pkg/util/chunk/chunk_test_/chunk_test; Downloading pkg/util/chunk/chunk_test_/chunk_test, 39.0 MiB / 40.4 MiB; 3s remote-cache ... (34 actions, 0 running) [5,544 / 9,424] 99 / 375 tests; GoLink pkg/util/stmtsummary/stmtsummary_test_/stmtsummary_test; Downloading pkg/util/stmtsummary/stmtsummary_test_/stmtsummary_test, 18.0 MiB / 29.7 MiB; 1s remote-cache ... (35 actions, 0 running) [5,575 / 9,424] 99 / 375 tests; GoLink pkg/util/stmtsummary/stmtsummary_test_/stmtsummary_test; Downloading pkg/util/stmtsummary/stmtsummary_test_/stmtsummary_test, 26.0 MiB / 29.7 MiB; 2s remote-cache ... (35 actions, 0 running) [5,602 / 9,460] 99 / 375 tests; GoLink pkg/util/servermemorylimit/servermemorylimit_test_/servermemorylimit_test; Downloading pkg/util/servermemorylimit/servermemorylimit_test_/servermemorylimit_test, 31.0 MiB / 39.6 MiB; 3s remote-cache ... (35 actions, 0 running) [5,645 / 9,476] 101 / 375 tests; GoLink pkg/util/servermemorylimit/servermemorylimit_test_/servermemorylimit_test; Downloading pkg/util/servermemorylimit/servermemorylimit_test_/servermemorylimit_test, 39.0 MiB / 39.6 MiB; 4s remote-cache ... (35 actions, 0 running) [5,695 / 9,486] 103 / 375 tests; GoLink pkg/types/types_test_/types_test; Downloading pkg/types/types_test_/types_test, 38.0 MiB / 41.2 MiB; 4s remote-cache ... (35 actions, 0 running) [5,777 / 9,576] 108 / 375 tests; GoLink pkg/util/memoryusagealarm/memoryusagealarm_test_/memoryusagealarm_test; Downloading pkg/util/memoryusagealarm/memoryusagealarm_test_/memoryusagealarm_test, 44.0 MiB / 52.7 MiB; 4s remote-cache ... (35 actions, 0 running) [5,852 / 9,582] 112 / 375 tests; GoLink pkg/sessionctx/sessionctx_test_/sessionctx_test; Downloading pkg/sessionctx/sessionctx_test_/sessionctx_test, 45.0 MiB / 52.7 MiB; 4s remote-cache ... (35 actions, 0 running) [5,918 / 9,584] 120 / 375 tests; GoCompilePkg pkg/structure/expression.recompile1034.a; Downloading pkg/structure/expression.recompile1034.a, 34.0 MiB / 80.5 MiB; 2s remote-cache ... (35 actions, 0 running) [5,988 / 9,586] 122 / 375 tests; GoCompilePkg pkg/structure/expression.recompile1034.a; Downloading pkg/structure/expression.recompile1034.a, 46.0 MiB / 80.5 MiB; 3s remote-cache ... (35 actions, 0 running) [6,048 / 9,586] 123 / 375 tests; GoCompilePkg pkg/structure/expression.recompile1034.a; Downloading pkg/structure/expression.recompile1034.a, 55.0 MiB / 80.5 MiB; 4s remote-cache ... (35 actions, 0 running) [6,092 / 9,586] 125 / 375 tests; GoCompilePkg pkg/structure/expression.recompile1034.a; Downloading pkg/structure/expression.recompile1034.a, 64.0 MiB / 80.5 MiB; 5s remote-cache ... (35 actions, 0 running) [6,134 / 9,586] 125 / 375 tests; GoCompilePkg pkg/structure/expression.recompile1034.a; Downloading pkg/structure/expression.recompile1034.a, 72.0 MiB / 80.5 MiB; 6s remote-cache ... (35 actions, 0 running) [6,164 / 9,595] 125 / 375 tests; GoCompilePkg pkg/structure/expression.recompile1034.a; Downloading pkg/structure/expression.recompile1034.a, 80.0 MiB / 80.5 MiB; 7s remote-cache ... (34 actions, 0 running) [6,192 / 9,603] 125 / 375 tests; GoCompilePkg pkg/util/expression.recompile515.a; Downloading pkg/util/expression.recompile515.a, 70.0 MiB / 80.5 MiB; 8s remote-cache ... (35 actions, 0 running) [6,215 / 9,607] 126 / 375 tests; GoCompilePkg pkg/util/expression.recompile515.a; Downloading pkg/util/expression.recompile515.a, 77.0 MiB / 80.5 MiB; 9s remote-cache ... (35 actions, 0 running) [6,240 / 9,609] 128 / 375 tests; GoCompilePkg pkg/meta/expression.recompile515.a; Downloading pkg/meta/expression.recompile515.a, 58.0 MiB / 80.5 MiB; 7s remote-cache ... (35 actions, 0 running) [6,260 / 9,609] 129 / 375 tests; GoCompilePkg pkg/meta/expression.recompile515.a; Downloading pkg/meta/expression.recompile515.a, 65.0 MiB / 80.5 MiB; 9s remote-cache ... (35 actions, 0 running) [6,280 / 9,616] 130 / 375 tests; GoCompilePkg pkg/meta/expression.recompile515.a; Downloading pkg/meta/expression.recompile515.a, 72.0 MiB / 80.5 MiB; 10s remote-cache ... (35 actions, 0 running) [6,308 / 9,626] 131 / 375 tests; GoCompilePkg pkg/meta/expression.recompile515.a; Downloading pkg/meta/expression.recompile515.a, 80.0 MiB / 80.5 MiB; 11s remote-cache ... (35 actions, 0 running) [6,341 / 9,655] 133 / 375 tests; GoCompilePkg pkg/sessionctx/sessionstates/expression.recompile1058.a; Downloading pkg/sessionctx/sessionstates/expression.recompile1058.a, 73.0 MiB / 80.5 MiB; 10s remote-cache ... (35 actions, 0 running) [6,385 / 9,693] 137 / 375 tests; GoCompilePkg pkg/sessionctx/sessionstates/expression.recompile1058.a; 11s remote-cache ... (35 actions, 0 running) [6,436 / 9,693] 140 / 375 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 67.0 MiB / 153.3 MiB; 9s remote-cache ... (35 actions, 0 running) [6,489 / 9,693] 142 / 375 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 76.6 MiB / 153.3 MiB; 10s remote-cache ... (27 actions, 0 running) [6,520 / 9,693] 142 / 375 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 86.0 MiB / 153.3 MiB; 11s remote-cache ... (35 actions, 0 running) [6,569 / 9,695] 142 / 375 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 95.0 MiB / 153.3 MiB; 12s remote-cache ... (34 actions, 0 running) [6,619 / 9,746] 143 / 375 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 106.0 MiB / 153.3 MiB; 13s remote-cache ... (34 actions, 0 running) [6,672 / 9,756] 143 / 375 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 119.0 MiB / 153.3 MiB; 14s remote-cache ... (35 actions, 0 running) [6,710 / 9,756] 143 / 375 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 128.0 MiB / 153.3 MiB; 15s remote-cache ... (36 actions, 2 running) [6,743 / 9,756] 143 / 375 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 136.0 MiB / 153.3 MiB; 16s remote-cache ... (36 actions, 2 running) [6,772 / 9,756] 143 / 375 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 144.0 MiB / 153.3 MiB; 17s remote-cache ... (37 actions, 4 running) [6,807 / 9,766] 144 / 375 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 151.0 MiB / 153.3 MiB; 18s remote-cache ... (37 actions, 4 running) [6,853 / 9,766] 144 / 375 tests; GoLink pkg/server/internal/parse/parse_test_/parse_test; Downloading pkg/server/internal/parse/parse_test_/parse_test, 47.0 MiB / 49.9 MiB; 5s remote-cache ... (37 actions, 4 running) [6,898 / 9,771] 144 / 375 tests; GoLink pkg/meta/meta_test_/meta_test; Downloading pkg/meta/meta_test_/meta_test, 52.0 MiB / 58.1 MiB; 6s remote-cache ... (37 actions, 4 running) [6,959 / 9,803] 145 / 375 tests; GoLink pkg/ddl/placement/placement_test_/placement_test; Downloading pkg/ddl/placement/placement_test_/placement_test, 39.2 MiB / 76.4 MiB; 5s remote-cache ... (38 actions, 6 running) [7,010 / 9,812] 148 / 375 tests; GoLink pkg/ddl/placement/placement_test_/placement_test; Downloading pkg/ddl/placement/placement_test_/placement_test, 50.0 MiB / 76.4 MiB; 6s remote-cache ... (35 actions, 0 running) [7,054 / 9,812] 148 / 375 tests; GoLink pkg/ddl/placement/placement_test_/placement_test; Downloading pkg/ddl/placement/placement_test_/placement_test, 60.0 MiB / 76.4 MiB; 7s remote-cache ... (37 actions, 4 running) [7,101 / 9,812] 149 / 375 tests; GoLink pkg/ddl/placement/placement_test_/placement_test; Downloading pkg/ddl/placement/placement_test_/placement_test, 69.0 MiB / 76.4 MiB; 8s remote-cache ... (36 actions, 2 running) [7,134 / 9,812] 149 / 375 tests; GoLink pkg/ddl/placement/placement_test_/placement_test; 9s remote-cache ... (37 actions, 4 running) [7,179 / 9,838] 151 / 375 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, 62.0 MiB / 100.2 MiB; 7s remote-cache ... (39 actions, 8 running) [7,218 / 9,838] 151 / 375 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 / 100.2 MiB; 8s remote-cache ... (39 actions, 8 running) [7,248 / 9,843] 151 / 375 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, 78.0 MiB / 100.2 MiB; 9s remote-cache ... (39 actions, 8 running) [7,280 / 9,843] 151 / 375 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, 86.0 MiB / 100.2 MiB; 10s remote-cache ... (37 actions, 6 running) [7,306 / 9,850] 151 / 375 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, 93.0 MiB / 100.2 MiB; 11s remote-cache ... (41 actions, 12 running) [7,336 / 9,850] 152 / 375 tests; GoLink br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test; 12s remote-cache ... (41 actions, 12 running) [7,367 / 9,852] 153 / 375 tests; GoLink pkg/distsql/distsql_test_/distsql_test; Downloading pkg/distsql/distsql_test_/distsql_test, 87.0 MiB / 101.6 MiB; 11s remote-cache ... (42 actions, 14 running) [7,398 / 9,887] 153 / 375 tests; GoLink pkg/distsql/distsql_test_/distsql_test; Downloading pkg/distsql/distsql_test_/distsql_test, 94.0 MiB / 101.6 MiB; 12s remote-cache ... (42 actions, 14 running) [7,428 / 9,887] 154 / 375 tests; GoLink pkg/distsql/distsql_test_/distsql_test; 13s remote-cache ... (41 actions, 12 running) [7,452 / 9,912] 154 / 375 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 97.0 MiB / 105.9 MiB; 13s remote-cache ... (43 actions, 16 running) [7,484 / 9,920] 154 / 375 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 105.0 MiB / 105.9 MiB; 14s remote-cache ... (43 actions, 16 running) [7,521 / 9,930] 156 / 375 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 108.0 MiB / 110.4 MiB; 14s remote-cache ... (44 actions, 18 running) [7,549 / 9,953] 157 / 375 tests; GoLink pkg/disttask/framework/scheduler/scheduler_test_/scheduler_test; Downloading pkg/disttask/framework/scheduler/scheduler_test_/scheduler_test, 101.0 MiB / 106.1 MiB; 14s remote-cache ... (45 actions, 20 running) [7,578 / 9,953] 158 / 375 tests; GoLink pkg/disttask/framework/scheduler/scheduler_test_/scheduler_test; 15s remote-cache ... (48 actions, 26 running) [7,608 / 9,962] 158 / 375 tests; GoLink br/pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading br/pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 102.0 MiB / 106.6 MiB; 14s remote-cache ... (49 actions, 28 running) [7,630 / 9,993] 159 / 375 tests; GoCompilePkg pkg/statistics/handle/ddl.recompile1109.a; 6s remote-cache, linux-sandbox ... (49 actions, 29 running) [7,653 / 9,993] 160 / 375 tests; GoCompilePkg pkg/statistics/handle/ddl.recompile1109.a; 7s remote-cache, linux-sandbox ... (50 actions, 30 running) [7,674 / 10,007] 160 / 375 tests; GoCompilePkg pkg/statistics/handle/ddl.recompile1109.a; 8s remote-cache, linux-sandbox ... (50 actions, 31 running) [7,698 / 10,007] 161 / 375 tests; GoCompilePkg pkg/statistics/handle/ddl.recompile1109.a; 9s remote-cache, linux-sandbox ... (51 actions, 32 running) [7,729 / 10,009] 161 / 375 tests; GoCompilePkg pkg/statistics/handle/ddl.recompile1109.a; 10s remote-cache, linux-sandbox ... (51 actions, 32 running) [7,766 / 10,037] 163 / 375 tests; GoCompilePkg br/pkg/lightning/backend/local/ddl.recompile898.a; 8s remote-cache, linux-sandbox ... (49 actions, 28 running) [7,808 / 10,039] 164 / 375 tests; GoCompilePkg br/pkg/lightning/backend/local/ddl.recompile898.a; 9s remote-cache, linux-sandbox ... (50 actions, 30 running) [7,836 / 10,041] 165 / 375 tests; GoCompilePkg br/pkg/lightning/backend/local/ddl.recompile898.a; 10s remote-cache, linux-sandbox ... (52 actions, 34 running) [7,901 / 10,043] 169 / 375 tests; GoCompilePkg br/pkg/lightning/backend/local/ddl.recompile898.a; 11s remote-cache, linux-sandbox ... (55 actions, 40 running) [7,947 / 10,043] 173 / 375 tests; GoCompilePkg pkg/ddl/ingest/ddl.recompile1110.a; 10s remote-cache, linux-sandbox ... (62 actions, 54 running) [7,971 / 10,091] 173 / 375 tests; GoCompilePkg pkg/expression/ddl.recompile1106.a; 8s remote-cache, linux-sandbox ... (63 actions, 56 running) [7,983 / 10,091] 173 / 375 tests; GoCompilePkg pkg/expression/ddl.recompile1106.a; 9s remote-cache, linux-sandbox ... (61 actions, 53 running) [8,003 / 10,093] 174 / 375 tests; GoCompilePkg pkg/ddl/ddl.a; 5s remote-cache, linux-sandbox ... (58 actions, 46 running) [8,011 / 10,098] 174 / 375 tests; GoCompilePkg pkg/ddl/ddl.a; 6s remote-cache, linux-sandbox ... (58 actions, 46 running) [8,021 / 10,102] 174 / 375 tests; GoCompilePkg pkg/ddl/ddl.a; 7s remote-cache, linux-sandbox ... (59 actions, 48 running) [8,031 / 10,102] 174 / 375 tests; GoCompilePkg pkg/ddl/ddl.a; 8s remote-cache, linux-sandbox ... (57 actions, 44 running) [8,049 / 10,111] 176 / 375 tests; GoCompilePkg pkg/ddl/ddl.a; 9s remote-cache, linux-sandbox ... (58 actions, 47 running) [8,068 / 10,123] 176 / 375 tests; GoCompilePkg pkg/ddl/ddl.a; 10s remote-cache, linux-sandbox ... (57 actions, 44 running) [8,087 / 10,130] 176 / 375 tests; GoCompilePkg pkg/ddl/ddl.a; 11s remote-cache, linux-sandbox ... (57 actions, 44 running) [8,101 / 10,138] 176 / 375 tests; GoCompilePkg pkg/ddl/ddl.a; 12s remote-cache, linux-sandbox ... (57 actions, 45 running) [8,133 / 10,271] 178 / 375 tests; GoCompilePkg pkg/ddl/ddl.a; 13s remote-cache, linux-sandbox ... (60 actions, 50 running) [8,148 / 10,271] 180 / 375 tests; GoCompilePkg pkg/ddl/ddl.a; 14s remote-cache, linux-sandbox ... (61 actions, 52 running) [8,179 / 10,322] 181 / 375 tests; GoCompilePkg pkg/sessionctx/stmtctx/core.recompile1129.a; 14s remote-cache, linux-sandbox ... (60 actions, 50 running) [8,206 / 10,337] 181 / 375 tests; GoCompilePkg br/pkg/lightning/backend/kv/core.recompile1020.a; 14s remote-cache, linux-sandbox ... (60 actions, 50 running) [8,224 / 10,337] 181 / 375 tests; GoCompilePkg br/pkg/lightning/backend/kv/core.recompile1020.a; 15s remote-cache, linux-sandbox ... (61 actions, 52 running) [8,253 / 10,342] 182 / 375 tests; GoCompilePkg br/pkg/lightning/backend/kv/core.recompile1020.a; 16s remote-cache, linux-sandbox ... (60 actions, 50 running) [8,273 / 10,342] 182 / 375 tests; GoCompilePkg br/pkg/lightning/backend/kv/core.recompile1020.a; 17s remote-cache, linux-sandbox ... (61 actions, 52 running) [8,298 / 10,342] 182 / 375 tests; GoCompilePkg br/pkg/lightning/backend/kv/core.recompile1020.a; 18s remote-cache, linux-sandbox ... (59 actions, 48 running) [8,323 / 10,353] 183 / 375 tests; GoCompilePkg br/pkg/lightning/backend/kv/core.recompile1020.a; 19s remote-cache, linux-sandbox ... (61 actions, 52 running) [8,355 / 10,353] 185 / 375 tests; GoCompilePkg br/pkg/lightning/backend/kv/core.recompile1020.a; 20s remote-cache, linux-sandbox ... (62 actions, 54 running) [8,381 / 10,353] 187 / 375 tests; GoCompilePkg br/pkg/lightning/backend/kv/core.recompile1020.a; 21s remote-cache, linux-sandbox ... (66 actions, 63 running) [8,411 / 10,353] 187 / 375 tests; GoCompilePkg br/pkg/lightning/backend/kv/core.recompile1020.a; 23s remote-cache, linux-sandbox ... (67 actions, 65 running) [8,425 / 10,353] 188 / 375 tests; GoCompilePkg br/pkg/lightning/backend/kv/core.recompile1020.a; 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,435 / 10,353] 188 / 375 tests; GoCompilePkg pkg/statistics/handle/core.recompile1129.a; 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,439 / 10,353] 188 / 375 tests; GoCompilePkg pkg/statistics/handle/core.recompile1129.a; 13s remote-cache, linux-sandbox ... (70 actions running) [8,458 / 10,353] 188 / 375 tests; GoCompilePkg pkg/statistics/handle/core.recompile1129.a; 14s remote-cache, linux-sandbox ... (70 actions running) [8,465 / 10,353] 188 / 375 tests; GoCompilePkg pkg/statistics/handle/core.recompile1129.a; 15s remote-cache, linux-sandbox ... (67 actions, 64 running) [8,479 / 10,353] 188 / 375 tests; GoCompilePkg pkg/statistics/handle/core.recompile1129.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,483 / 10,353] 188 / 375 tests; GoCompilePkg pkg/statistics/handle/core.recompile1129.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,497 / 10,353] 188 / 375 tests; GoCompilePkg pkg/statistics/handle/core.recompile1129.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,509 / 10,353] 188 / 375 tests; GoCompilePkg pkg/statistics/handle/core.recompile1129.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,520 / 10,353] 188 / 375 tests; GoCompilePkg pkg/statistics/handle/core.recompile1129.a; 21s remote-cache, linux-sandbox ... (70 actions running) [8,537 / 10,353] 188 / 375 tests; GoCompilePkg pkg/statistics/handle/core.recompile1129.a; 22s remote-cache, linux-sandbox ... (70 actions running) [8,546 / 10,353] 188 / 375 tests; GoCompilePkg pkg/statistics/handle/core.recompile1129.a; 23s remote-cache, linux-sandbox ... (70 actions running) [8,554 / 10,353] 188 / 375 tests; GoCompilePkg pkg/statistics/handle/core.recompile1129.a; 24s remote-cache, linux-sandbox ... (70 actions running) [8,559 / 10,353] 188 / 375 tests; GoCompilePkg pkg/statistics/handle/core.recompile1129.a; 25s remote-cache, linux-sandbox ... (70 actions running) [8,561 / 10,373] 188 / 375 tests; GoCompilePkg pkg/statistics/handle/core.recompile1129.a; 26s remote-cache, linux-sandbox ... (70 actions running) [8,579 / 10,373] 188 / 375 tests; GoCompilePkg pkg/statistics/handle/core.recompile1129.a; 27s remote-cache, linux-sandbox ... (70 actions running) [8,583 / 10,373] 188 / 375 tests; GoCompilePkg br/pkg/lightning/common/core.recompile1024.a; 18s remote-cache, linux-sandbox ... (70 actions running) [8,588 / 10,373] 188 / 375 tests; GoCompilePkg pkg/extension/core.recompile1157.a; 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,602 / 10,373] 188 / 375 tests; GoCompilePkg pkg/extension/core.recompile1157.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,612 / 10,424] 188 / 375 tests; GoCompilePkg pkg/extension/core.recompile1157.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,621 / 10,424] 188 / 375 tests; GoCompilePkg pkg/extension/core.recompile1157.a; 19s remote-cache, linux-sandbox ... (69 actions running) [8,642 / 10,424] 188 / 375 tests; GoCompilePkg pkg/structure/executor.recompile1142.a; 13s remote-cache, linux-sandbox ... (67 actions, 64 running) [8,646 / 10,424] 188 / 375 tests; GoCompilePkg pkg/structure/executor.recompile1142.a; 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,651 / 10,424] 188 / 375 tests; GoCompilePkg pkg/structure/executor.recompile1142.a; 16s remote-cache, linux-sandbox ... (70 actions running) [8,675 / 10,424] 188 / 375 tests; GoCompilePkg pkg/structure/executor.recompile1142.a; 17s remote-cache, linux-sandbox ... (70 actions running) [8,676 / 10,424] 188 / 375 tests; GoCompilePkg pkg/structure/executor.recompile1142.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,690 / 10,424] 188 / 375 tests; GoCompilePkg pkg/structure/executor.recompile1142.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,694 / 10,424] 188 / 375 tests; GoCompilePkg pkg/telemetry/core.recompile1250.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,712 / 10,424] 188 / 375 tests; GoCompilePkg pkg/telemetry/core.recompile1250.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,714 / 10,424] 188 / 375 tests; GoCompilePkg pkg/telemetry/core.recompile1250.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,733 / 10,424] 188 / 375 tests; GoCompilePkg pkg/sessionctx/binloginfo/executor.recompile1142.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,747 / 10,454] 188 / 375 tests; GoCompilePkg pkg/sessionctx/stmtctx/executor.recompile1142.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,752 / 10,454] 188 / 375 tests; GoCompilePkg pkg/sessionctx/stmtctx/executor.recompile1142.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,765 / 10,454] 188 / 375 tests; GoCompilePkg pkg/sessionctx/stmtctx/executor.recompile1142.a; 18s remote-cache, linux-sandbox ... (68 actions, 67 running) [8,770 / 10,456] 188 / 375 tests; GoCompilePkg pkg/sessionctx/stmtctx/executor.recompile1142.a; 19s remote-cache, linux-sandbox ... (70 actions running) [8,776 / 10,456] 188 / 375 tests; GoCompilePkg br/pkg/checksum/core.recompile1155.a; 17s remote-cache, linux-sandbox ... (70 actions running) [8,786 / 10,456] 188 / 375 tests; GoCompilePkg br/pkg/checksum/core.recompile1155.a; 18s remote-cache, linux-sandbox ... (70 actions running) [8,803 / 10,456] 189 / 375 tests; GoCompilePkg pkg/planner/util/core.recompile1023.a; 17s remote-cache, linux-sandbox ... (70 actions running) [8,805 / 10,456] 189 / 375 tests; GoCompilePkg pkg/planner/util/core.recompile1023.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,816 / 10,456] 189 / 375 tests; GoCompilePkg pkg/expression/core.recompile1132.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,836 / 10,456] 189 / 375 tests; GoCompilePkg pkg/expression/core.recompile1132.a; 18s remote-cache, linux-sandbox ... (68 actions, 66 running) [8,846 / 10,456] 189 / 375 tests; GoCompilePkg pkg/expression/core.recompile1132.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,864 / 10,456] 189 / 375 tests; GoCompilePkg pkg/expression/core.recompile1132.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,876 / 10,456] 189 / 375 tests; GoCompilePkg pkg/expression/core.recompile1132.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,883 / 10,456] 189 / 375 tests; GoCompilePkg pkg/expression/core.recompile1132.a; 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,883 / 10,456] 189 / 375 tests; GoCompilePkg pkg/expression/core.recompile1132.a; 23s remote-cache, linux-sandbox ... (70 actions running) [8,884 / 10,456] 189 / 375 tests; GoCompilePkg pkg/expression/core.recompile1132.a; 24s remote-cache, linux-sandbox ... (70 actions running) [8,896 / 10,456] 189 / 375 tests; GoCompilePkg pkg/expression/core.recompile1132.a; 25s remote-cache, linux-sandbox ... (70 actions running) [8,903 / 10,456] 189 / 375 tests; GoCompilePkg pkg/expression/core.recompile1132.a; 26s remote-cache, linux-sandbox ... (70 actions running) [8,922 / 10,460] 189 / 375 tests; GoCompilePkg pkg/expression/core.recompile1132.a; 27s remote-cache, linux-sandbox ... (68 actions, 67 running) [8,924 / 10,460] 189 / 375 tests; GoCompilePkg pkg/expression/core.recompile1132.a; 29s remote-cache, linux-sandbox ... (67 actions, 66 running) [8,946 / 10,460] 190 / 375 tests; GoCompilePkg pkg/expression/core.recompile1132.a; 30s remote-cache, linux-sandbox ... (67 actions, 64 running) [8,956 / 10,465] 191 / 375 tests; GoCompilePkg pkg/expression/core.recompile1132.a; 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,967 / 10,465] 191 / 375 tests; GoCompilePkg pkg/expression/core.recompile1132.a; 32s remote-cache, linux-sandbox ... (68 actions, 66 running) [8,983 / 10,465] 191 / 375 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1132.a; 20s remote-cache, linux-sandbox ... (70 actions running) [8,998 / 10,465] 191 / 375 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1132.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,006 / 10,465] 191 / 375 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1132.a; 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,015 / 10,465] 191 / 375 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1132.a; 24s remote-cache, linux-sandbox ... (70 actions running) [9,024 / 10,465] 191 / 375 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1132.a; 25s remote-cache, linux-sandbox ... (67 actions, 65 running) [9,025 / 10,465] 191 / 375 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1132.a; 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,038 / 10,465] 191 / 375 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1132.a; 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,042 / 10,465] 191 / 375 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1132.a; 29s remote-cache, linux-sandbox ... (70 actions running) [9,046 / 10,465] 191 / 375 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1132.a; 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,075 / 10,521] 191 / 375 tests; GoCompilePkg pkg/statistics/handle/executor.recompile1142.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,087 / 10,530] 191 / 375 tests; GoCompilePkg pkg/statistics/handle/executor.recompile1142.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,091 / 10,530] 191 / 375 tests; GoCompilePkg pkg/statistics/handle/executor.recompile1142.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,114 / 10,530] 193 / 375 tests; GoCompilePkg pkg/statistics/handle/executor.recompile1142.a; 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,123 / 10,530] 193 / 375 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1129.a; 19s remote-cache, linux-sandbox ... (68 actions, 67 running) [9,134 / 10,530] 194 / 375 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1129.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,134 / 10,530] 194 / 375 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1129.a; 22s remote-cache, linux-sandbox ... (70 actions running) [9,136 / 10,530] 194 / 375 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1129.a; 24s remote-cache, linux-sandbox ... (70 actions running) [9,155 / 10,530] 194 / 375 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1129.a; 25s remote-cache, linux-sandbox ... (70 actions running) [9,160 / 10,530] 194 / 375 tests; GoCompilePkg pkg/owner/core.recompile1248.a; 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,183 / 10,530] 194 / 375 tests; GoLink pkg/statistics/statistics_test_/statistics_test; 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,188 / 10,565] 194 / 375 tests; Testing //br/pkg/lightning/backend/local:local_test (shard 20 of 50); 4s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,196 / 10,565] 194 / 375 tests; Testing //br/pkg/lightning/backend/local:local_test (shard 20 of 50); 5s remote-cache, linux-sandbox ... (70 actions running) [9,218 / 10,565] 194 / 375 tests; GoCompilePkg pkg/util/profile/core.recompile1130.a; 6s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,228 / 10,565] 194 / 375 tests; GoCompilePkg pkg/util/profile/core.recompile1130.a; 7s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,239 / 10,565] 194 / 375 tests; GoCompilePkg pkg/util/profile/core.recompile1130.a; 8s remote-cache, linux-sandbox ... (69 actions running) [9,241 / 10,565] 194 / 375 tests; GoCompilePkg pkg/util/profile/core.recompile1130.a; 10s remote-cache, linux-sandbox ... (70 actions running) [9,242 / 10,565] 194 / 375 tests; GoCompilePkg pkg/util/profile/core.recompile1130.a; 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,249 / 10,565] 194 / 375 tests; GoCompilePkg pkg/util/profile/core.recompile1130.a; 13s remote-cache, linux-sandbox ... (70 actions running) [9,280 / 10,565] 196 / 375 tests; GoCompilePkg pkg/expression/executor.recompile1145.a; 12s remote-cache, linux-sandbox ... (70 actions running) [9,289 / 10,565] 196 / 375 tests; GoCompilePkg pkg/expression/executor.recompile1145.a; 13s remote-cache, linux-sandbox ... (70 actions running) [9,299 / 10,565] 196 / 375 tests; GoCompilePkg pkg/expression/executor.recompile1145.a; 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,314 / 10,601] 196 / 375 tests; GoCompilePkg pkg/expression/executor.recompile1145.a; 15s remote-cache, linux-sandbox ... (69 actions running) [9,329 / 10,601] 197 / 375 tests; GoCompilePkg pkg/expression/executor.recompile1145.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,343 / 10,601] 197 / 375 tests; GoCompilePkg pkg/expression/executor.recompile1145.a; 17s remote-cache, linux-sandbox ... (68 actions, 66 running) [9,357 / 10,601] 197 / 375 tests; GoCompilePkg pkg/expression/executor.recompile1145.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,371 / 10,601] 197 / 375 tests; GoCompilePkg pkg/expression/executor.recompile1145.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,380 / 10,601] 197 / 375 tests; GoCompilePkg pkg/expression/executor.recompile1145.a; 21s remote-cache, linux-sandbox ... (70 actions running) [9,381 / 10,601] 197 / 375 tests; GoCompilePkg pkg/expression/executor.recompile1145.a; 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,395 / 10,601] 198 / 375 tests; GoCompilePkg pkg/expression/executor.recompile1145.a; 24s remote-cache, linux-sandbox ... (70 actions running) [9,403 / 10,601] 198 / 375 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; 12s remote-cache, linux-sandbox ... (70 actions running) [9,426 / 10,652] 199 / 375 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,440 / 10,677] 199 / 375 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 13 of 16); 11s remote-cache, linux-sandbox ... (67 actions, 64 running) [9,443 / 10,708] 199 / 375 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 13 of 16); 13s remote-cache, linux-sandbox ... (70 actions running) [9,443 / 10,708] 199 / 375 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 13 of 16); 14s remote-cache, linux-sandbox ... (70 actions running) [9,454 / 10,708] 199 / 375 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 13 of 16); 15s remote-cache, linux-sandbox ... (70 actions running) [9,464 / 10,710] 199 / 375 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 13 of 16); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,478 / 10,710] 199 / 375 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 13 of 16); 18s remote-cache, linux-sandbox ... (69 actions running) [9,482 / 10,710] 199 / 375 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 13 of 16); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,484 / 10,710] 199 / 375 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 13 of 16); 20s remote-cache, linux-sandbox ... (70 actions running) [9,484 / 10,710] 199 / 375 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 13 of 16); 21s remote-cache, linux-sandbox ... (70 actions running) [9,489 / 10,710] 199 / 375 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 13 of 16); 22s remote-cache, linux-sandbox ... (70 actions running) [9,497 / 10,710] 199 / 375 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 13 of 16); 23s remote-cache, linux-sandbox ... (65 actions, 64 running) [9,509 / 10,728] 199 / 375 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 13 of 16); 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,511 / 10,728] 199 / 375 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 13 of 16); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,511 / 10,728] 200 / 375 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 13 of 16); 27s remote-cache, linux-sandbox ... (70 actions running) [9,541 / 10,755] 200 / 375 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 13 of 16); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,549 / 10,755] 200 / 375 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 13 of 16); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,572 / 10,806] 202 / 375 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1141.a; 20s remote-cache, linux-sandbox ... (70 actions running) [9,584 / 10,806] 202 / 375 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1141.a; 21s remote-cache, linux-sandbox ... (70 actions running) [9,584 / 10,806] 202 / 375 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1141.a; 22s remote-cache, linux-sandbox ... (70 actions running) [9,587 / 10,806] 202 / 375 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1141.a; 23s remote-cache, linux-sandbox ... (67 actions, 66 running) [9,598 / 10,806] 203 / 375 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1141.a; 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,607 / 10,806] 203 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 8 of 8); 25s remote-cache, linux-sandbox ... (70 actions running) [9,623 / 10,806] 203 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 8 of 8); 26s remote-cache, linux-sandbox ... (70 actions running) [9,628 / 10,806] 203 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 8 of 8); 27s remote-cache, linux-sandbox ... (68 actions, 66 running) [9,632 / 10,808] 203 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 8 of 8); 28s remote-cache, linux-sandbox ... (70 actions running) [9,633 / 10,808] 203 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 8 of 8); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,654 / 10,808] 204 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 8 of 8); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,657 / 10,808] 204 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 8 of 8); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,682 / 10,818] 204 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 8 of 8); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,691 / 10,875] 205 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 1 of 8); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,695 / 10,875] 205 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 1 of 8); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,709 / 10,879] 205 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 1 of 8); 19s remote-cache, linux-sandbox ... (70 actions running) [9,728 / 10,879] 205 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 1 of 8); 20s remote-cache, linux-sandbox ... (70 actions running) [9,728 / 10,879] 205 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 1 of 8); 21s remote-cache, linux-sandbox ... (70 actions running) [9,739 / 10,885] 205 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 1 of 8); 22s remote-cache, linux-sandbox ... (70 actions running) [9,751 / 10,885] 205 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 1 of 8); 23s remote-cache, linux-sandbox ... (70 actions running) [9,757 / 10,887] 205 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 1 of 8); 25s remote-cache, linux-sandbox ... (70 actions running) [9,770 / 10,887] 207 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 1 of 8); 26s remote-cache, linux-sandbox ... (70 actions running) [9,781 / 10,887] 207 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 1 of 8); 27s remote-cache, linux-sandbox ... (70 actions running) [9,794 / 10,914] 207 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 1 of 8); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,798 / 10,914] 207 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 1 of 8); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,804 / 10,914] 208 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 1 of 8); 31s remote-cache, linux-sandbox ... (70 actions running) [9,813 / 10,914] 208 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 1 of 8); 32s remote-cache, linux-sandbox ... (70 actions running) [9,817 / 10,916] 208 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 1 of 8); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,821 / 10,916] 209 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 1 of 8); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,845 / 10,969] 211 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 1 of 8); 36s remote-cache, linux-sandbox ... (70 actions running) [9,855 / 11,018] 212 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 1 of 8); 37s remote-cache, linux-sandbox ... (70 actions running) [9,860 / 11,036] 212 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 1 of 8); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,865 / 11,036] 212 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 1 of 8); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,886 / 11,038] 214 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 1 of 8); 41s remote-cache, linux-sandbox ... (70 actions running) [9,899 / 11,038] 215 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 1 of 8); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,899 / 11,038] 215 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 1 of 8); 43s remote-cache, linux-sandbox ... (70 actions running) [9,915 / 11,040] 216 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 1 of 8); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,924 / 11,040] 216 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 1 of 8); 46s remote-cache, linux-sandbox ... (70 actions running) [9,941 / 11,040] 217 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 7 of 8); 31s remote-cache, linux-sandbox ... (70 actions running) [9,941 / 11,040] 218 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 7 of 8); 33s remote-cache, linux-sandbox ... (70 actions running) [9,969 / 11,055] 219 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 20s remote-cache, linux-sandbox ... (70 actions running) [9,978 / 11,057] 219 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 21s remote-cache, linux-sandbox ... (70 actions running) [9,985 / 11,057] 219 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 22s remote-cache, linux-sandbox ... (66 actions, 62 running) [9,999 / 11,080] 220 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,009 / 11,080] 221 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,024 / 11,080] 222 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 26s remote-cache, linux-sandbox ... (70 actions running) [10,027 / 11,080] 222 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,047 / 11,131] 222 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 29s remote-cache, linux-sandbox ... (70 actions running) [10,067 / 11,133] 223 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 30s remote-cache, linux-sandbox ... (70 actions running) [10,073 / 11,133] 223 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 31s remote-cache, linux-sandbox ... (70 actions running) [10,079 / 11,133] 223 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 32s remote-cache, linux-sandbox ... (70 actions running) [10,090 / 11,133] 224 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,097 / 11,133] 224 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,105 / 11,133] 225 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 36s remote-cache, linux-sandbox ... (70 actions running) [10,110 / 11,135] 225 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,114 / 11,152] 225 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,117 / 11,152] 225 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 40s remote-cache, linux-sandbox ... (65 actions, 64 running) [10,122 / 11,152] 226 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 41s remote-cache, linux-sandbox ... (70 actions running) [10,122 / 11,152] 226 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 43s remote-cache, linux-sandbox ... (70 actions running) [10,133 / 11,152] 226 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 3 of 8); 38s remote-cache, linux-sandbox ... (70 actions running) [10,134 / 11,152] 226 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 3 of 8); 39s remote-cache, linux-sandbox ... (70 actions running) [10,141 / 11,178] 226 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 3 of 8); 40s remote-cache, linux-sandbox ... (70 actions running) [10,142 / 11,178] 226 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 3 of 8); 41s remote-cache, linux-sandbox ... (70 actions running) [10,142 / 11,178] 226 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 3 of 8); 42s remote-cache, linux-sandbox ... (70 actions running) [10,142 / 11,178] 226 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 3 of 8); 43s remote-cache, linux-sandbox ... (70 actions running) [10,153 / 11,178] 226 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 4 of 8); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,154 / 11,178] 226 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 4 of 8); 36s remote-cache, linux-sandbox ... (70 actions running) [10,155 / 11,178] 226 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 4 of 8); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,164 / 11,178] 226 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 4 of 8); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,171 / 11,178] 226 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 4 of 8); 40s remote-cache, linux-sandbox ... (70 actions running) [10,178 / 11,178] 226 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 4 of 8); 41s remote-cache, linux-sandbox ... (70 actions running) [10,183 / 11,178] 226 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 4 of 8); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,191 / 11,178] 226 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 4 of 8); 44s remote-cache, linux-sandbox ... (70 actions running) [10,191 / 11,178] 226 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 4 of 8); 45s remote-cache, linux-sandbox ... (70 actions running) [10,193 / 11,178] 226 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 4 of 8); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,206 / 11,178] 226 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 4 of 8); 47s remote-cache, linux-sandbox ... (69 actions running) [10,214 / 11,178] 226 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 4 of 8); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,214 / 11,178] 226 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 4 of 8); 50s remote-cache, linux-sandbox ... (70 actions running) [10,227 / 11,178] 227 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 4 of 8); 51s remote-cache, linux-sandbox ... (70 actions running) [10,231 / 11,178] 227 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 4 of 8); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,232 / 11,178] 227 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 4 of 8); 53s remote-cache, linux-sandbox ... (70 actions running) [10,236 / 11,178] 227 / 375 tests; Testing //pkg/statistics/handle:handle_test (shard 4 of 8); 54s remote-cache, linux-sandbox ... (69 actions running) [10,242 / 11,178] 227 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 43s remote-cache, linux-sandbox ... (70 actions running) [10,248 / 11,178] 228 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 44s remote-cache, linux-sandbox ... (70 actions running) [10,259 / 11,178] 228 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,266 / 11,178] 228 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 47s remote-cache, linux-sandbox ... (70 actions running) [10,271 / 11,178] 228 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 48s remote-cache, linux-sandbox ... (70 actions running) [10,276 / 11,178] 228 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,280 / 11,178] 228 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,283 / 11,178] 228 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 52s remote-cache, linux-sandbox ... (70 actions running) [10,288 / 11,178] 229 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 54s remote-cache, linux-sandbox ... (70 actions running) [10,296 / 11,178] 229 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 55s remote-cache, linux-sandbox ... (66 actions, 62 running) [10,298 / 11,178] 229 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 57s remote-cache, linux-sandbox ... (70 actions running) [10,303 / 11,180] 229 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 58s remote-cache, linux-sandbox ... (68 actions, 65 running) [10,312 / 11,180] 229 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,314 / 11,180] 229 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 61s remote-cache, linux-sandbox ... (70 actions running) [10,316 / 11,180] 229 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,316 / 11,180] 229 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 64s remote-cache, linux-sandbox ... (69 actions running) [10,319 / 11,180] 229 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 65s remote-cache, linux-sandbox ... (70 actions running) [10,319 / 11,180] 229 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 67s remote-cache, linux-sandbox ... (70 actions running) [10,319 / 11,180] 229 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 69s remote-cache, linux-sandbox ... (70 actions running) [10,328 / 11,180] 230 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 70s remote-cache, linux-sandbox ... (70 actions running) [10,341 / 11,180] 230 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,350 / 11,205] 230 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,357 / 11,205] 230 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,364 / 11,205] 230 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,374 / 11,205] 230 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 76s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,380 / 11,205] 230 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,384 / 11,205] 230 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 78s remote-cache, linux-sandbox ... (70 actions running) [10,385 / 11,205] 230 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 79s remote-cache, linux-sandbox ... (70 actions running) [10,389 / 11,205] 230 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 80s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,395 / 11,205] 230 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 81s remote-cache, linux-sandbox ... (69 actions running) [10,401 / 11,205] 230 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 82s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,405 / 11,205] 230 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 84s remote-cache, linux-sandbox ... (70 actions running) [10,415 / 11,205] 230 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 85s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,418 / 11,205] 230 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 86s remote-cache, linux-sandbox ... (69 actions running) [10,427 / 11,226] 230 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 88s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,437 / 11,279] 230 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 89s remote-cache, linux-sandbox ... (70 actions running) [10,444 / 11,279] 230 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 84s remote-cache, linux-sandbox ... (70 actions running) [10,449 / 11,295] 230 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 85s remote-cache, linux-sandbox ... (70 actions running) [10,455 / 11,295] 230 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 86s remote-cache, linux-sandbox ... (70 actions running) [10,462 / 11,295] 231 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 87s remote-cache, linux-sandbox ... (70 actions running) [10,466 / 11,295] 231 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 88s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,475 / 11,302] 231 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 89s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,478 / 11,302] 231 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 90s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,485 / 11,302] 231 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 92s remote-cache, linux-sandbox ... (70 actions running) [10,488 / 11,302] 231 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 93s remote-cache, linux-sandbox ... (70 actions running) [10,496 / 11,353] 231 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 94s remote-cache, linux-sandbox ... (70 actions running) [10,498 / 11,353] 231 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 95s remote-cache, linux-sandbox ... (70 actions running) [10,507 / 11,353] 231 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 96s remote-cache, linux-sandbox ... (70 actions running) [10,508 / 11,353] 231 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 97s remote-cache, linux-sandbox ... (70 actions running) [10,510 / 11,353] 231 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 99s remote-cache, linux-sandbox ... (70 actions running) [10,517 / 11,353] 232 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 100s remote-cache, linux-sandbox ... (70 actions running) [10,526 / 11,353] 232 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 101s remote-cache, linux-sandbox ... (70 actions running) [10,533 / 11,353] 232 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 102s remote-cache, linux-sandbox ... (70 actions running) [10,538 / 11,353] 232 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 103s remote-cache, linux-sandbox ... (70 actions running) [10,543 / 11,353] 232 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 104s remote-cache, linux-sandbox ... (70 actions running) [10,546 / 11,353] 232 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 105s remote-cache, linux-sandbox ... (70 actions running) [10,552 / 11,353] 232 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 106s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,561 / 11,353] 232 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 107s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,567 / 11,353] 232 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 109s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,573 / 11,353] 232 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 110s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,579 / 11,353] 232 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 111s remote-cache, linux-sandbox ... (69 actions running) [10,587 / 11,353] 233 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 112s remote-cache, linux-sandbox ... (70 actions running) [10,597 / 11,353] 233 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 113s remote-cache, linux-sandbox ... (70 actions running) [10,599 / 11,353] 233 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 114s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,609 / 11,353] 233 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 116s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,610 / 11,353] 234 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 117s remote-cache, linux-sandbox ... (70 actions running) [10,622 / 11,353] 234 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 118s remote-cache, linux-sandbox ... (70 actions running) [10,633 / 11,366] 234 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 119s remote-cache, linux-sandbox ... (70 actions running) [10,640 / 11,366] 234 / 375 tests; Testing //pkg/ddl:ddl_test (shard 15 of 50); 45s remote-cache, linux-sandbox ... (70 actions running) [10,651 / 11,366] 234 / 375 tests; Testing //pkg/ddl:ddl_test (shard 15 of 50); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,656 / 11,366] 234 / 375 tests; Testing //pkg/ddl:ddl_test (shard 15 of 50); 47s remote-cache, linux-sandbox ... (67 actions, 66 running) [10,670 / 11,366] 234 / 375 tests; Testing //pkg/ddl:ddl_test (shard 15 of 50); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,679 / 11,366] 234 / 375 tests; Testing //pkg/ddl:ddl_test (shard 15 of 50); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,691 / 11,366] 234 / 375 tests; Testing //pkg/ddl:ddl_test (shard 15 of 50); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,692 / 11,366] 234 / 375 tests; Testing //pkg/ddl:ddl_test (shard 15 of 50); 52s remote-cache, linux-sandbox ... (70 actions running) [10,709 / 11,366] 234 / 375 tests; Testing //pkg/ddl:ddl_test (shard 15 of 50); 53s remote-cache, linux-sandbox ... (70 actions running) [10,714 / 11,366] 234 / 375 tests; Testing //pkg/ddl:ddl_test (shard 15 of 50); 54s remote-cache, linux-sandbox ... (70 actions running) [10,718 / 11,393] 234 / 375 tests; Testing //pkg/ddl:ddl_test (shard 15 of 50); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,734 / 11,393] 234 / 375 tests; Testing //pkg/ddl:ddl_test (shard 15 of 50); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,743 / 11,393] 234 / 375 tests; Testing //pkg/ddl:ddl_test (shard 15 of 50); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,748 / 11,393] 234 / 375 tests; Testing //pkg/ddl:ddl_test (shard 15 of 50); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,761 / 11,393] 234 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 40 of 48); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,773 / 11,393] 234 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 40 of 48); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,784 / 11,437] 234 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 40 of 48); 36s remote-cache, linux-sandbox ... (67 actions, 64 running) [10,802 / 11,437] 234 / 375 tests; Testing //pkg/expression:expression_test (shard 36 of 50); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,805 / 11,437] 235 / 375 tests; Testing //pkg/expression:expression_test (shard 36 of 50); 32s remote-cache, linux-sandbox ... (70 actions running) [10,817 / 11,437] 235 / 375 tests; Testing //pkg/expression:expression_test (shard 36 of 50); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,826 / 11,437] 235 / 375 tests; Testing //pkg/expression:expression_test (shard 36 of 50); 34s remote-cache, linux-sandbox ... (70 actions running) [10,828 / 11,439] 235 / 375 tests; Testing //pkg/expression:expression_test (shard 36 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,842 / 11,439] 235 / 375 tests; Testing //pkg/expression:expression_test (shard 36 of 50); 37s remote-cache, linux-sandbox ... (66 actions, 64 running) [10,850 / 11,439] 235 / 375 tests; Testing //pkg/expression:expression_test (shard 36 of 50); 38s remote-cache, linux-sandbox ... (70 actions running) [10,861 / 11,439] 236 / 375 tests; Testing //pkg/expression:expression_test (shard 36 of 50); 39s remote-cache, linux-sandbox ... (70 actions running) [10,867 / 11,439] 236 / 375 tests; Testing //pkg/expression:expression_test (shard 36 of 50); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,876 / 11,490] 237 / 375 tests; Testing //pkg/expression:expression_test (shard 36 of 50); 42s remote-cache, linux-sandbox ... (66 actions running) [10,888 / 11,490] 237 / 375 tests; Testing //pkg/expression:expression_test (shard 36 of 50); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,898 / 11,490] 237 / 375 tests; Testing //pkg/expression:expression_test (shard 36 of 50); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,918 / 11,490] 238 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 7 of 48); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,936 / 11,490] 238 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 7 of 48); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,943 / 11,490] 238 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 7 of 48); 36s remote-cache, linux-sandbox ... (70 actions running) [10,943 / 11,490] 238 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 7 of 48); 37s remote-cache, linux-sandbox ... (70 actions running) [10,952 / 11,490] 238 / 375 tests; Testing //pkg/executor/asyncloaddata:asyncloaddata_test (shard 5 of 6); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,954 / 11,499] 238 / 375 tests; Testing //pkg/executor/asyncloaddata:asyncloaddata_test (shard 5 of 6); 32s remote-cache, linux-sandbox ... (70 actions running) [10,954 / 11,499] 238 / 375 tests; Testing //pkg/executor/asyncloaddata:asyncloaddata_test (shard 5 of 6); 33s remote-cache, linux-sandbox ... (70 actions running) [10,965 / 11,499] 238 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 43 of 43); 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,972 / 11,499] 238 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 43 of 43); 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,979 / 11,499] 238 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 43 of 43); 26s remote-cache, linux-sandbox ... (70 actions running) [10,981 / 11,499] 238 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 43 of 43); 27s remote-cache, linux-sandbox ... (70 actions running) [10,983 / 11,499] 238 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 43 of 43); 28s remote-cache, linux-sandbox ... (70 actions running) [10,986 / 11,499] 238 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 43 of 43); 29s remote-cache, linux-sandbox ... (70 actions running) [10,996 / 11,499] 238 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 43 of 43); 30s remote-cache, linux-sandbox ... (70 actions running) [10,998 / 11,499] 238 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 43 of 43); 31s remote-cache, linux-sandbox ... (70 actions running) [11,001 / 11,499] 238 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 43 of 43); 32s remote-cache, linux-sandbox ... (69 actions running) [11,007 / 11,499] 238 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 48); 32s remote-cache, linux-sandbox ... (70 actions running) [11,009 / 11,499] 238 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 48); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,016 / 11,499] 238 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 48); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,028 / 11,499] 238 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 48); 36s remote-cache, linux-sandbox ... (70 actions running) [11,030 / 11,499] 238 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 48); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,035 / 11,499] 238 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 9 of 17); 32s remote-cache, linux-sandbox ... (70 actions running) [11,040 / 11,509] 238 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 9 of 17); 33s remote-cache, linux-sandbox ... (70 actions running) [11,045 / 11,509] 238 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 9 of 17); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,054 / 11,509] 238 / 375 tests; Testing //pkg/session:session_test (shard 50 of 50); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,063 / 11,509] 239 / 375 tests; Testing //pkg/session:session_test (shard 50 of 50); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,070 / 11,509] 239 / 375 tests; Testing //pkg/session:session_test (shard 50 of 50); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,075 / 11,509] 239 / 375 tests; Testing //pkg/session:session_test (shard 50 of 50); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,076 / 11,509] 239 / 375 tests; Testing //pkg/session:session_test (shard 50 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,078 / 11,509] 240 / 375 tests; Testing //pkg/session:session_test (shard 50 of 50); 37s remote-cache, linux-sandbox ... (70 actions running) [11,081 / 11,509] 240 / 375 tests; Testing //pkg/session:session_test (shard 50 of 50); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,084 / 11,509] 240 / 375 tests; Testing //pkg/session:session_test (shard 50 of 50); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,085 / 11,509] 240 / 375 tests; Testing //pkg/session:session_test (shard 50 of 50); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,093 / 11,509] 240 / 375 tests; Testing //pkg/session:session_test (shard 50 of 50); 42s remote-cache, linux-sandbox ... (70 actions running) [11,096 / 11,509] 240 / 375 tests; Testing //pkg/session:session_test (shard 50 of 50); 43s remote-cache, linux-sandbox ... (70 actions running) [11,100 / 11,509] 241 / 375 tests; Testing //pkg/session:session_test (shard 50 of 50); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,107 / 11,524] 241 / 375 tests; Testing //pkg/session:session_test (shard 50 of 50); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,114 / 11,530] 241 / 375 tests; Testing //pkg/session:session_test (shard 50 of 50); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,121 / 11,530] 241 / 375 tests; Testing //pkg/session:session_test (shard 50 of 50); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,128 / 11,530] 241 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 47s remote-cache, linux-sandbox ... (70 actions running) [11,128 / 11,530] 241 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 48s remote-cache, linux-sandbox ... (70 actions running) [11,134 / 11,530] 244 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 49s remote-cache, linux-sandbox ... (70 actions running) [11,138 / 11,560] 244 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 50s remote-cache, linux-sandbox ... (70 actions running) [11,140 / 11,560] 244 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,142 / 11,566] 244 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,145 / 11,566] 244 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 54s remote-cache, linux-sandbox ... (70 actions running) [11,146 / 11,566] 244 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 55s remote-cache, linux-sandbox ... (70 actions running) [11,147 / 11,566] 244 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 56s remote-cache, linux-sandbox ... (70 actions running) [11,150 / 11,566] 244 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,154 / 11,595] 244 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,158 / 11,606] 244 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 60s remote-cache, linux-sandbox ... (70 actions running) [11,161 / 11,608] 244 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 61s remote-cache, linux-sandbox ... (70 actions running) [11,162 / 11,608] 244 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 62s remote-cache, linux-sandbox ... (70 actions running) [11,166 / 11,659] 245 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,171 / 11,659] 245 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,176 / 11,659] 245 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,179 / 11,697] 245 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,180 / 11,697] 246 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 67s remote-cache, linux-sandbox ... (70 actions running) [11,185 / 11,697] 246 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,186 / 11,697] 246 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 70s remote-cache, linux-sandbox ... (70 actions running) [11,193 / 11,697] 246 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 71s remote-cache, linux-sandbox ... (69 actions running) [11,197 / 11,748] 246 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 73s remote-cache, linux-sandbox ... (70 actions running) [11,200 / 11,748] 246 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 74s remote-cache, linux-sandbox ... (68 actions, 67 running) [11,201 / 11,748] 246 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,204 / 11,748] 246 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 76s remote-cache, linux-sandbox ... (67 actions, 66 running) [11,211 / 11,752] 246 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 78s remote-cache, linux-sandbox ... (70 actions running) [11,212 / 11,752] 246 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 79s remote-cache, linux-sandbox ... (70 actions running) [11,212 / 11,752] 247 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 80s remote-cache, linux-sandbox ... (70 actions running) [11,217 / 11,752] 249 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 81s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,222 / 11,752] 249 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,226 / 11,754] 249 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 84s remote-cache, linux-sandbox ... (70 actions running) [11,228 / 11,754] 250 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 85s remote-cache, linux-sandbox ... (68 actions running) [11,233 / 11,754] 250 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 86s remote-cache, linux-sandbox ... (69 actions running) [11,236 / 11,754] 250 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 87s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,239 / 11,754] 250 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 88s remote-cache, linux-sandbox ... (69 actions running) [11,239 / 11,754] 250 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 90s remote-cache, linux-sandbox ... (70 actions running) [11,239 / 11,754] 250 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 91s remote-cache, linux-sandbox ... (70 actions running) [11,245 / 11,754] 252 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 92s remote-cache, linux-sandbox ... (70 actions running) [11,247 / 11,754] 252 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 93s remote-cache, linux-sandbox ... (70 actions running) [11,251 / 11,754] 252 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 94s remote-cache, linux-sandbox ... (70 actions running) [11,254 / 11,762] 252 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 95s remote-cache, linux-sandbox ... (70 actions running) [11,259 / 11,762] 252 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 96s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,261 / 11,762] 252 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 97s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,263 / 11,762] 252 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 98s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,266 / 11,762] 252 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 99s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,273 / 11,768] 252 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 101s remote-cache, linux-sandbox ... (70 actions running) [11,275 / 11,768] 252 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 102s remote-cache, linux-sandbox ... (70 actions running) [11,276 / 11,768] 252 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 103s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,276 / 11,768] 252 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 104s remote-cache, linux-sandbox ... (70 actions running) [11,283 / 11,770] 253 / 375 tests; Testing //pkg/session:session_test (shard 2 of 50); 86s remote-cache, linux-sandbox ... (70 actions running) [11,284 / 11,770] 253 / 375 tests; Testing //pkg/session:session_test (shard 2 of 50); 87s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,288 / 11,770] 254 / 375 tests; Testing //pkg/session:session_test (shard 2 of 50); 88s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,296 / 11,821] 254 / 375 tests; Testing //pkg/session:session_test (shard 2 of 50); 89s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,298 / 11,821] 255 / 375 tests; Testing //pkg/session:session_test (shard 2 of 50); 91s remote-cache, linux-sandbox ... (70 actions running) [11,302 / 11,821] 255 / 375 tests; Testing //pkg/session:session_test (shard 2 of 50); 92s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,304 / 11,823] 255 / 375 tests; Testing //pkg/session:session_test (shard 2 of 50); 93s remote-cache, linux-sandbox ... (70 actions running) [11,306 / 11,823] 255 / 375 tests; Testing //pkg/session:session_test (shard 2 of 50); 94s remote-cache, linux-sandbox ... (70 actions running) [11,308 / 11,823] 255 / 375 tests; Testing //pkg/session:session_test (shard 2 of 50); 95s remote-cache, linux-sandbox ... (70 actions running) [11,309 / 11,823] 255 / 375 tests; Testing //pkg/session:session_test (shard 2 of 50); 96s remote-cache, linux-sandbox ... (70 actions running) [11,311 / 11,823] 255 / 375 tests; Testing //pkg/session:session_test (shard 2 of 50); 97s remote-cache, linux-sandbox ... (70 actions running) [11,311 / 11,823] 255 / 375 tests; Testing //pkg/session:session_test (shard 2 of 50); 98s remote-cache, linux-sandbox ... (70 actions running) [11,312 / 11,823] 255 / 375 tests; Testing //pkg/session:session_test (shard 2 of 50); 99s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,319 / 11,823] 257 / 375 tests; Testing //pkg/session:session_test (shard 2 of 50); 101s remote-cache, linux-sandbox ... (70 actions running) [11,320 / 11,823] 257 / 375 tests; Testing //pkg/session:session_test (shard 2 of 50); 102s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,325 / 11,825] 257 / 375 tests; Testing //pkg/session:session_test (shard 2 of 50); 103s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,328 / 11,836] 257 / 375 tests; Testing //pkg/session:session_test (shard 2 of 50); 104s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,329 / 11,836] 258 / 375 tests; Testing //pkg/session:session_test (shard 2 of 50); 106s remote-cache, linux-sandbox ... (70 actions running) [11,332 / 11,836] 258 / 375 tests; Testing //pkg/session:session_test (shard 2 of 50); 107s remote-cache, linux-sandbox ... (70 actions running) [11,335 / 11,836] 258 / 375 tests; Testing //pkg/session:session_test (shard 2 of 50); 108s remote-cache, linux-sandbox ... (70 actions running) [11,337 / 11,836] 258 / 375 tests; Testing //pkg/session:session_test (shard 49 of 50); 81s remote-cache, linux-sandbox ... (70 actions running) [11,338 / 11,836] 258 / 375 tests; Testing //pkg/session:session_test (shard 49 of 50); 82s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,339 / 11,836] 258 / 375 tests; Testing //pkg/session:session_test (shard 49 of 50); 84s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,342 / 11,836] 258 / 375 tests; Testing //pkg/session:session_test (shard 49 of 50); 85s remote-cache, linux-sandbox ... (70 actions running) [11,346 / 11,836] 258 / 375 tests; Testing //pkg/session:session_test (shard 49 of 50); 87s remote-cache, linux-sandbox ... (70 actions running) [11,349 / 11,836] 258 / 375 tests; Testing //pkg/session:session_test (shard 49 of 50); 88s remote-cache, linux-sandbox ... (70 actions running) [11,351 / 11,836] 258 / 375 tests; Testing //pkg/session:session_test (shard 49 of 50); 89s remote-cache, linux-sandbox ... (70 actions running) [11,354 / 11,849] 258 / 375 tests; Testing //pkg/session:session_test (shard 49 of 50); 90s remote-cache, linux-sandbox ... (70 actions running) [11,357 / 11,849] 259 / 375 tests; Testing //pkg/session:session_test (shard 49 of 50); 91s remote-cache, linux-sandbox ... (70 actions running) [11,361 / 11,849] 260 / 375 tests; Testing //pkg/session:session_test (shard 49 of 50); 92s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,365 / 11,849] 260 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 94s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,367 / 11,849] 260 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 95s remote-cache, linux-sandbox ... (70 actions running) [11,371 / 11,849] 260 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 96s remote-cache, linux-sandbox ... (70 actions running) [11,373 / 11,849] 260 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 97s remote-cache, linux-sandbox ... (70 actions running) [11,376 / 11,849] 260 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 98s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,376 / 11,849] 260 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 100s remote-cache, linux-sandbox ... (70 actions running) [11,378 / 11,849] 260 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 101s remote-cache, linux-sandbox ... (70 actions running) [11,384 / 11,849] 260 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 102s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,388 / 11,849] 260 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 104s remote-cache, linux-sandbox ... (70 actions running) [11,389 / 11,849] 260 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 105s remote-cache, linux-sandbox ... (70 actions running) [11,394 / 11,870] 260 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 106s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,399 / 11,870] 260 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 107s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,402 / 11,880] 260 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 109s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,405 / 11,880] 260 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 110s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,406 / 11,880] 260 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 111s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,410 / 11,880] 260 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 112s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,411 / 11,880] 260 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 113s remote-cache, linux-sandbox ... (70 actions running) [11,411 / 11,880] 261 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 114s remote-cache, linux-sandbox ... (70 actions running) [11,413 / 11,880] 261 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 116s remote-cache, linux-sandbox ... (70 actions running) [11,415 / 11,880] 261 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 117s remote-cache, linux-sandbox ... (70 actions running) [11,417 / 11,880] 261 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 118s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,419 / 11,880] 261 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 120s remote-cache, linux-sandbox ... (70 actions running) [11,421 / 11,880] 261 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 122s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,423 / 11,880] 261 / 375 tests; Testing //pkg/session:session_test (shard 4 of 50); 71s remote-cache, linux-sandbox ... (70 actions running) [11,425 / 11,880] 261 / 375 tests; Testing //pkg/session:session_test (shard 4 of 50); 72s remote-cache, linux-sandbox ... (70 actions running) [11,426 / 11,880] 261 / 375 tests; Testing //pkg/session:session_test (shard 4 of 50); 73s remote-cache, linux-sandbox ... (70 actions running) [11,426 / 11,880] 262 / 375 tests; Testing //pkg/session:session_test (shard 4 of 50); 74s remote-cache, linux-sandbox ... (70 actions running) [11,430 / 11,880] 263 / 375 tests; Testing //pkg/session:session_test (shard 4 of 50); 76s remote-cache, linux-sandbox ... (70 actions running) [11,434 / 11,880] 263 / 375 tests; Testing //pkg/session:session_test (shard 4 of 50); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,438 / 11,880] 263 / 375 tests; Testing //pkg/session:session_test (shard 4 of 50); 79s remote-cache, linux-sandbox ... (70 actions running) [11,439 / 11,880] 263 / 375 tests; Testing //pkg/session:session_test (shard 4 of 50); 80s remote-cache, linux-sandbox ... (69 actions running) [11,440 / 11,880] 263 / 375 tests; Testing //pkg/session:session_test (shard 4 of 50); 81s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,441 / 11,880] 263 / 375 tests; Testing //pkg/session:session_test (shard 4 of 50); 82s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,441 / 11,880] 263 / 375 tests; Testing //pkg/session:session_test (shard 4 of 50); 84s remote-cache, linux-sandbox ... (70 actions running) [11,443 / 11,880] 263 / 375 tests; Testing //pkg/session:session_test (shard 4 of 50); 85s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,443 / 11,880] 263 / 375 tests; Testing //pkg/session:session_test (shard 4 of 50); 87s remote-cache, linux-sandbox ... (70 actions running) [11,451 / 11,880] 263 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 59s remote-cache, linux-sandbox ... (70 actions running) [11,453 / 11,907] 263 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 61s remote-cache, linux-sandbox ... (70 actions running) [11,454 / 11,907] 263 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 62s remote-cache, linux-sandbox ... (70 actions running) [11,460 / 11,907] 263 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,464 / 11,920] 263 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 65s remote-cache, linux-sandbox ... (70 actions running) [11,464 / 11,920] 263 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 66s remote-cache, linux-sandbox ... (70 actions running) [11,472 / 11,920] 263 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 67s remote-cache, linux-sandbox ... (70 actions running) [11,475 / 11,920] 263 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 68s remote-cache, linux-sandbox ... (70 actions running) [11,476 / 11,920] 263 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,477 / 11,920] 263 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 71s remote-cache, linux-sandbox ... (70 actions running) [11,481 / 11,920] 264 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 72s remote-cache, linux-sandbox ... (70 actions running) [11,482 / 11,922] 264 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,487 / 11,922] 264 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 75s remote-cache, linux-sandbox ... (70 actions running) [11,487 / 11,922] 265 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 77s remote-cache, linux-sandbox ... (70 actions running) [11,489 / 11,922] 265 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 78s remote-cache, linux-sandbox ... (70 actions running) [11,489 / 11,922] 265 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 80s remote-cache, linux-sandbox ... (70 actions running) [11,490 / 11,922] 265 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 81s remote-cache, linux-sandbox ... (70 actions running) [11,492 / 11,922] 265 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 82s remote-cache, linux-sandbox ... (70 actions running) [11,493 / 11,922] 265 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 83s remote-cache, linux-sandbox ... (70 actions running) [11,496 / 11,922] 265 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 84s remote-cache, linux-sandbox ... (70 actions running) [11,497 / 11,922] 265 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 86s remote-cache, linux-sandbox ... (70 actions running) [11,498 / 11,922] 265 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 87s remote-cache, linux-sandbox ... (70 actions running) [11,499 / 11,922] 265 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 88s remote-cache, linux-sandbox ... (70 actions running) [11,500 / 11,922] 265 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 89s remote-cache, linux-sandbox ... (70 actions running) [11,503 / 11,922] 265 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 91s remote-cache, linux-sandbox ... (70 actions running) [11,506 / 11,922] 265 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 93s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,507 / 11,922] 265 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 94s remote-cache, linux-sandbox ... (70 actions running) [11,508 / 11,922] 265 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 95s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,509 / 11,922] 265 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 96s remote-cache, linux-sandbox ... (70 actions running) [11,511 / 11,922] 265 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 98s remote-cache, linux-sandbox ... (70 actions running) [11,511 / 11,922] 265 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 99s remote-cache, linux-sandbox ... (70 actions running) [11,514 / 11,922] 265 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 101s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,515 / 11,922] 265 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 102s remote-cache, linux-sandbox ... (70 actions running) [11,515 / 11,922] 265 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 105s remote-cache, linux-sandbox ... (70 actions running) [11,516 / 11,922] 265 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 106s remote-cache, linux-sandbox ... (70 actions running) [11,520 / 11,922] 265 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 108s remote-cache, linux-sandbox ... (70 actions running) [11,520 / 11,922] 265 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 109s remote-cache, linux-sandbox ... (70 actions running) [11,522 / 11,922] 265 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 110s remote-cache, linux-sandbox ... (70 actions running) [11,523 / 11,922] 265 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 111s remote-cache, linux-sandbox ... (70 actions running) [11,526 / 11,922] 265 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 112s remote-cache, linux-sandbox ... (70 actions running) [11,526 / 11,922] 265 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 113s remote-cache, linux-sandbox ... (70 actions running) [11,530 / 11,922] 265 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 114s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,531 / 11,922] 265 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 116s remote-cache, linux-sandbox ... (70 actions running) [11,534 / 11,922] 265 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 118s remote-cache, linux-sandbox ... (70 actions running) [11,534 / 11,922] 265 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 120s remote-cache, linux-sandbox ... (70 actions running) [11,536 / 11,922] 265 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 121s remote-cache, linux-sandbox ... (70 actions running) [11,537 / 11,922] 265 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 123s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,537 / 11,922] 266 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 124s remote-cache, linux-sandbox ... (70 actions running) [11,538 / 11,922] 266 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 125s remote-cache, linux-sandbox ... (70 actions running) [11,539 / 11,922] 266 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 127s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,539 / 11,922] 266 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 128s remote-cache, linux-sandbox ... (70 actions running) [11,541 / 11,922] 266 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 129s remote-cache, linux-sandbox ... (70 actions running) [11,542 / 11,922] 266 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 135s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,542 / 11,922] 266 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 136s remote-cache, linux-sandbox ... (70 actions running) [11,543 / 11,922] 266 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 138s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,544 / 11,922] 266 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 139s remote-cache, linux-sandbox ... (70 actions running) [11,545 / 11,922] 266 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 141s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,546 / 11,922] 266 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 142s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,547 / 11,922] 266 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 143s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,547 / 11,922] 266 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 144s remote-cache, linux-sandbox ... (70 actions running) [11,547 / 11,922] 267 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 145s remote-cache, linux-sandbox ... (70 actions running) [11,550 / 11,922] 267 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 146s remote-cache, linux-sandbox ... (70 actions running) [11,551 / 11,922] 267 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 147s remote-cache, linux-sandbox ... (70 actions running) [11,551 / 11,922] 267 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 148s remote-cache, linux-sandbox ... (70 actions running) [11,552 / 11,922] 267 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 149s remote-cache, linux-sandbox ... (70 actions running) [11,557 / 11,922] 267 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 151s remote-cache, linux-sandbox ... (70 actions running) [11,559 / 11,922] 267 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 154s remote-cache, linux-sandbox ... (70 actions running) [11,560 / 11,922] 267 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 155s remote-cache, linux-sandbox ... (70 actions running) [11,561 / 11,922] 267 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 156s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,563 / 11,922] 267 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 158s remote-cache, linux-sandbox ... (70 actions running) [11,564 / 11,922] 267 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 159s remote-cache, linux-sandbox ... (70 actions running) [11,565 / 11,922] 267 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 160s remote-cache, linux-sandbox ... (70 actions running) [11,566 / 11,922] 267 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 161s remote-cache, linux-sandbox ... (70 actions running) [11,569 / 11,922] 267 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 162s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,570 / 11,922] 267 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 164s remote-cache, linux-sandbox ... (70 actions running) [11,573 / 11,922] 268 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 165s remote-cache, linux-sandbox ... (70 actions running) [11,577 / 11,960] 268 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 166s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,580 / 11,960] 268 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 167s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,580 / 11,960] 268 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 169s remote-cache, linux-sandbox ... (70 actions running) [11,581 / 11,960] 268 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 170s remote-cache, linux-sandbox ... (70 actions running) [11,582 / 11,960] 268 / 375 tests; Testing //pkg/session:session_test (shard 7 of 50); 111s remote-cache, linux-sandbox ... (70 actions running) [11,583 / 11,960] 268 / 375 tests; Testing //pkg/session:session_test (shard 7 of 50); 112s remote-cache, linux-sandbox ... (70 actions running) [11,583 / 11,960] 268 / 375 tests; Testing //pkg/session:session_test (shard 7 of 50); 118s remote-cache, linux-sandbox ... (70 actions running) [11,584 / 11,960] 268 / 375 tests; Testing //pkg/session:session_test (shard 7 of 50); 119s remote-cache, linux-sandbox ... (70 actions running) [11,584 / 11,960] 268 / 375 tests; Testing //pkg/session:session_test (shard 7 of 50); 120s remote-cache, linux-sandbox ... (70 actions running) [11,587 / 11,962] 268 / 375 tests; Testing //pkg/session:session_test (shard 7 of 50); 121s remote-cache, linux-sandbox ... (70 actions running) [11,588 / 11,962] 268 / 375 tests; Testing //pkg/session:session_test (shard 7 of 50); 122s remote-cache, linux-sandbox ... (70 actions running) [11,588 / 11,962] 268 / 375 tests; Testing //pkg/session:session_test (shard 7 of 50); 124s remote-cache, linux-sandbox ... (70 actions running) [11,590 / 11,977] 268 / 375 tests; Testing //pkg/session:session_test (shard 7 of 50); 125s remote-cache, linux-sandbox ... (70 actions running) [11,590 / 11,977] 268 / 375 tests; Testing //pkg/session:session_test (shard 7 of 50); 127s remote-cache, linux-sandbox ... (70 actions running) [11,593 / 11,977] 268 / 375 tests; Testing //pkg/session:session_test (shard 7 of 50); 128s remote-cache, linux-sandbox ... (70 actions running) [11,594 / 11,977] 268 / 375 tests; Testing //pkg/session:session_test (shard 7 of 50); 129s remote-cache, linux-sandbox ... (69 actions running) [11,597 / 11,977] 269 / 375 tests; Testing //pkg/session:session_test (shard 7 of 50); 130s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,597 / 11,977] 269 / 375 tests; Testing //pkg/session:session_test (shard 7 of 50); 132s remote-cache, linux-sandbox ... (70 actions running) [11,598 / 11,977] 269 / 375 tests; Testing //pkg/session:session_test (shard 7 of 50); 133s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,599 / 11,977] 269 / 375 tests; Testing //pkg/session:session_test (shard 7 of 50); 134s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,599 / 11,977] 269 / 375 tests; Testing //pkg/session:session_test (shard 7 of 50); 136s remote-cache, linux-sandbox ... (70 actions running) [11,599 / 11,977] 269 / 375 tests; Testing //pkg/session:session_test (shard 7 of 50); 137s remote-cache, linux-sandbox ... (70 actions running) [11,600 / 11,977] 269 / 375 tests; Testing //pkg/session:session_test (shard 7 of 50); 138s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,602 / 11,977] 269 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 130s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,604 / 11,977] 269 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 132s remote-cache, linux-sandbox ... (70 actions running) [11,605 / 11,977] 270 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 133s remote-cache, linux-sandbox ... (70 actions running) [11,605 / 11,977] 270 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 135s remote-cache, linux-sandbox ... (70 actions running) [11,608 / 11,977] 270 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 136s remote-cache, linux-sandbox ... (70 actions running) [11,616 / 11,983] 270 / 375 tests; Testing //pkg/session:session_test (shard 47 of 50); 99s remote-cache, linux-sandbox ... (70 actions running) [11,619 / 11,998] 270 / 375 tests; Testing //pkg/session:session_test (shard 47 of 50); 100s remote-cache, linux-sandbox ... (70 actions running) [11,621 / 11,998] 270 / 375 tests; Testing //pkg/session:session_test (shard 47 of 50); 101s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,623 / 11,998] 270 / 375 tests; Testing //pkg/session:session_test (shard 47 of 50); 102s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,624 / 11,998] 270 / 375 tests; Testing //pkg/session:session_test (shard 47 of 50); 104s remote-cache, linux-sandbox ... (70 actions running) [11,625 / 11,998] 270 / 375 tests; Testing //pkg/session:session_test (shard 47 of 50); 105s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,626 / 11,998] 270 / 375 tests; Testing //pkg/session:session_test (shard 47 of 50); 107s remote-cache, linux-sandbox ... (70 actions running) [11,628 / 11,998] 270 / 375 tests; Testing //pkg/session:session_test (shard 47 of 50); 108s remote-cache, linux-sandbox ... (70 actions running) [11,628 / 11,998] 270 / 375 tests; Testing //pkg/session:session_test (shard 47 of 50); 110s remote-cache, linux-sandbox ... (70 actions running) [11,631 / 11,998] 270 / 375 tests; Testing //pkg/session:session_test (shard 47 of 50); 112s remote-cache, linux-sandbox ... (70 actions running) [11,632 / 11,998] 270 / 375 tests; Testing //pkg/session:session_test (shard 47 of 50); 113s remote-cache, linux-sandbox ... (70 actions running) [11,635 / 12,009] 270 / 375 tests; Testing //pkg/session:session_test (shard 47 of 50); 114s remote-cache, linux-sandbox ... (70 actions running) [11,635 / 12,009] 271 / 375 tests; Testing //pkg/session:session_test (shard 47 of 50); 116s remote-cache, linux-sandbox ... (70 actions running) [11,636 / 12,009] 271 / 375 tests; Testing //pkg/session:session_test (shard 47 of 50); 117s remote-cache, linux-sandbox ... (70 actions running) [11,637 / 12,009] 271 / 375 tests; Testing //pkg/session:session_test (shard 47 of 50); 122s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,638 / 12,009] 271 / 375 tests; Testing //pkg/session:session_test (shard 47 of 50); 124s remote-cache, linux-sandbox ... (70 actions running) [11,640 / 12,009] 272 / 375 tests; Testing //pkg/session:session_test (shard 47 of 50); 125s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,643 / 12,009] 272 / 375 tests; Testing //pkg/session:session_test (shard 47 of 50); 127s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,643 / 12,009] 272 / 375 tests; Testing //pkg/session:session_test (shard 47 of 50); 128s remote-cache, linux-sandbox ... (70 actions running) [11,643 / 12,009] 272 / 375 tests; Testing //pkg/session:session_test (shard 47 of 50); 129s remote-cache, linux-sandbox ... (70 actions running) [11,643 / 12,009] 272 / 375 tests; Testing //pkg/session:session_test (shard 47 of 50); 130s remote-cache, linux-sandbox ... (70 actions running) [11,645 / 12,016] 272 / 375 tests; Testing //pkg/session:session_test (shard 47 of 50); 131s remote-cache, linux-sandbox ... (70 actions running) [11,647 / 12,016] 272 / 375 tests; Testing //pkg/session:session_test (shard 47 of 50); 132s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,647 / 12,016] 272 / 375 tests; Testing //pkg/session:session_test (shard 47 of 50); 134s remote-cache, linux-sandbox ... (70 actions running) [11,648 / 12,016] 272 / 375 tests; Testing //pkg/session:session_test (shard 47 of 50); 136s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,649 / 12,016] 272 / 375 tests; Testing //pkg/session:session_test (shard 47 of 50); 138s remote-cache, linux-sandbox ... (70 actions running) [11,650 / 12,016] 272 / 375 tests; Testing //pkg/session:session_test (shard 47 of 50); 139s remote-cache, linux-sandbox ... (70 actions running) [11,650 / 12,016] 272 / 375 tests; Testing //pkg/session:session_test (shard 47 of 50); 140s remote-cache, linux-sandbox ... (70 actions running) [11,654 / 12,016] 272 / 375 tests; Testing //pkg/session:session_test (shard 47 of 50); 141s remote-cache, linux-sandbox ... (70 actions running) [11,654 / 12,016] 272 / 375 tests; Testing //pkg/session:session_test (shard 47 of 50); 142s remote-cache, linux-sandbox ... (70 actions running) [11,659 / 12,018] 272 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 105s remote-cache, linux-sandbox ... (70 actions running) [11,660 / 12,018] 272 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 106s remote-cache, linux-sandbox ... (70 actions running) [11,661 / 12,018] 272 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 107s remote-cache, linux-sandbox ... (70 actions running) [11,663 / 12,018] 272 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 108s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,664 / 12,018] 272 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 110s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,664 / 12,018] 272 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 111s remote-cache, linux-sandbox ... (70 actions running) [11,667 / 12,018] 272 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 112s remote-cache, linux-sandbox ... (70 actions running) [11,667 / 12,018] 272 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 113s remote-cache, linux-sandbox ... (70 actions running) [11,670 / 12,018] 273 / 375 tests; Testing //pkg/session:session_test (shard 8 of 50); 91s remote-cache, linux-sandbox ... (70 actions running) [11,671 / 12,018] 273 / 375 tests; Testing //pkg/session:session_test (shard 8 of 50); 93s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,671 / 12,018] 273 / 375 tests; Testing //pkg/session:session_test (shard 8 of 50); 94s remote-cache, linux-sandbox ... (70 actions running) [11,672 / 12,018] 273 / 375 tests; Testing //pkg/session:session_test (shard 8 of 50); 95s remote-cache, linux-sandbox ... (70 actions running) [11,673 / 12,018] 273 / 375 tests; Testing //pkg/session:session_test (shard 8 of 50); 97s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,675 / 12,018] 273 / 375 tests; Testing //pkg/session:session_test (shard 8 of 50); 98s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,677 / 12,018] 273 / 375 tests; Testing //pkg/session:session_test (shard 8 of 50); 99s remote-cache, linux-sandbox ... (70 actions running) [11,677 / 12,018] 273 / 375 tests; Testing //pkg/session:session_test (shard 8 of 50); 103s remote-cache, linux-sandbox ... (70 actions running) [11,677 / 12,018] 273 / 375 tests; Testing //pkg/session:session_test (shard 8 of 50); 105s remote-cache, linux-sandbox ... (70 actions running) [11,679 / 12,018] 274 / 375 tests; Testing //pkg/session:session_test (shard 8 of 50); 106s remote-cache, linux-sandbox ... (70 actions running) [11,680 / 12,018] 274 / 375 tests; Testing //pkg/session:session_test (shard 8 of 50); 108s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,680 / 12,018] 274 / 375 tests; Testing //pkg/session:session_test (shard 8 of 50); 110s remote-cache, linux-sandbox ... (70 actions running) [11,681 / 12,018] 274 / 375 tests; Testing //pkg/session:session_test (shard 8 of 50); 111s remote-cache, linux-sandbox ... (70 actions running) [11,682 / 12,018] 274 / 375 tests; Testing //pkg/session:session_test (shard 8 of 50); 112s remote-cache, linux-sandbox ... (70 actions running) [11,682 / 12,018] 274 / 375 tests; Testing //pkg/session:session_test (shard 8 of 50); 117s remote-cache, linux-sandbox ... (70 actions running) [11,683 / 12,018] 274 / 375 tests; Testing //pkg/session:session_test (shard 8 of 50); 118s remote-cache, linux-sandbox ... (70 actions running) [11,683 / 12,018] 274 / 375 tests; Testing //pkg/session:session_test (shard 8 of 50); 119s remote-cache, linux-sandbox ... (70 actions running) [11,683 / 12,018] 274 / 375 tests; Testing //pkg/session:session_test (shard 8 of 50); 120s remote-cache, linux-sandbox ... (70 actions running) [11,685 / 12,037] 274 / 375 tests; Testing //pkg/session:session_test (shard 8 of 50); 122s remote-cache, linux-sandbox ... (70 actions running) [11,686 / 12,037] 274 / 375 tests; Testing //pkg/session:session_test (shard 8 of 50); 123s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,687 / 12,037] 274 / 375 tests; Testing //pkg/session:session_test (shard 8 of 50); 125s remote-cache, linux-sandbox ... (70 actions running) [11,688 / 12,037] 274 / 375 tests; Testing //pkg/session:session_test (shard 8 of 50); 126s remote-cache, linux-sandbox ... (70 actions running) [11,690 / 12,037] 274 / 375 tests; Testing //pkg/session:session_test (shard 8 of 50); 127s remote-cache, linux-sandbox ... (70 actions running) [11,690 / 12,037] 274 / 375 tests; Testing //pkg/session:session_test (shard 8 of 50); 128s remote-cache, linux-sandbox ... (70 actions running) [11,693 / 12,037] 275 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 88s remote-cache, linux-sandbox ... (70 actions running) [11,696 / 12,037] 275 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 89s remote-cache, linux-sandbox ... (70 actions running) [11,697 / 12,037] 275 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 90s remote-cache, linux-sandbox ... (70 actions running) [11,697 / 12,037] 275 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 91s remote-cache, linux-sandbox ... (70 actions running) [11,698 / 12,037] 275 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 93s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,700 / 12,037] 275 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 94s remote-cache, linux-sandbox ... (70 actions running) [11,702 / 12,037] 275 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 95s remote-cache, linux-sandbox ... (70 actions running) [11,703 / 12,037] 275 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 96s remote-cache, linux-sandbox ... (70 actions running) [11,703 / 12,037] 275 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 97s remote-cache, linux-sandbox ... (70 actions running) [11,704 / 12,037] 275 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 98s remote-cache, linux-sandbox ... (70 actions running) [11,704 / 12,037] 275 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 100s remote-cache, linux-sandbox ... (70 actions running) [11,705 / 12,037] 275 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 101s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,705 / 12,037] 275 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 103s remote-cache, linux-sandbox ... (70 actions running) [11,707 / 12,037] 275 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 104s remote-cache, linux-sandbox ... (70 actions running) [11,709 / 12,037] 275 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 105s remote-cache, linux-sandbox ... (70 actions running) [11,709 / 12,037] 275 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 106s remote-cache, linux-sandbox ... (70 actions running) [11,709 / 12,037] 275 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 107s remote-cache, linux-sandbox ... (70 actions running) [11,710 / 12,041] 275 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 108s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,713 / 12,041] 275 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 110s remote-cache, linux-sandbox ... (69 actions, 68 running) FAIL: //pkg/ddl/tests/fail:fail_test (shard 5 of 12) (see /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_5_of_12/test_attempts/attempt_1.log) [11,713 / 12,041] 275 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 111s remote-cache, linux-sandbox ... (70 actions running) [11,714 / 12,041] 275 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 114s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,714 / 12,041] 275 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 115s remote-cache, linux-sandbox ... (70 actions running) [11,715 / 12,041] 275 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 118s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,715 / 12,041] 275 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 119s remote-cache, linux-sandbox ... (70 actions running) [11,715 / 12,041] 275 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 121s remote-cache, linux-sandbox ... (70 actions running) [11,716 / 12,041] 275 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 123s remote-cache, linux-sandbox ... (70 actions running) [11,717 / 12,041] 275 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 124s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,718 / 12,041] 275 / 375 tests; Testing //pkg/session:session_test (shard 12 of 50); 119s remote-cache, linux-sandbox ... (70 actions running) [11,719 / 12,041] 275 / 375 tests; Testing //pkg/session:session_test (shard 12 of 50); 122s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,720 / 12,041] 275 / 375 tests; Testing //pkg/session:session_test (shard 12 of 50); 123s remote-cache, linux-sandbox ... (70 actions running) [11,722 / 12,041] 276 / 375 tests; Testing //pkg/session:session_test (shard 12 of 50); 124s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,724 / 12,041] 276 / 375 tests; Testing //pkg/session:session_test (shard 13 of 50); 92s remote-cache, linux-sandbox ... (70 actions running) [11,725 / 12,041] 276 / 375 tests; Testing //pkg/session:session_test (shard 13 of 50); 94s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,726 / 12,041] 276 / 375 tests; Testing //pkg/session:session_test (shard 13 of 50); 96s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,726 / 12,041] 276 / 375 tests; Testing //pkg/session:session_test (shard 13 of 50); 97s remote-cache, linux-sandbox ... (70 actions running) [11,727 / 12,041] 276 / 375 tests; Testing //pkg/session:session_test (shard 13 of 50); 99s remote-cache, linux-sandbox ... (70 actions running) [11,728 / 12,041] 276 / 375 tests; Testing //pkg/session:session_test (shard 13 of 50); 100s remote-cache, linux-sandbox ... (70 actions running) [11,729 / 12,041] 276 / 375 tests; Testing //pkg/session:session_test (shard 13 of 50); 101s remote-cache, linux-sandbox ... (70 actions running) [11,730 / 12,041] 276 / 375 tests; Testing //pkg/session:session_test (shard 13 of 50); 102s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,731 / 12,041] 276 / 375 tests; Testing //pkg/session:session_test (shard 13 of 50); 104s remote-cache, linux-sandbox ... (70 actions running) [11,732 / 12,041] 276 / 375 tests; Testing //pkg/session:session_test (shard 13 of 50); 109s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,737 / 12,041] 276 / 375 tests; Testing //pkg/session:session_test (shard 13 of 50); 111s remote-cache, linux-sandbox ... (70 actions running) [11,740 / 12,041] 276 / 375 tests; Testing //pkg/session:session_test (shard 13 of 50); 113s remote-cache, linux-sandbox ... (70 actions running) [11,741 / 12,041] 276 / 375 tests; Testing //pkg/session:session_test (shard 13 of 50); 114s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,743 / 12,041] 277 / 375 tests; Testing //pkg/session:session_test (shard 13 of 50); 115s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,745 / 12,041] 277 / 375 tests; Testing //pkg/session:session_test (shard 13 of 50); 117s remote-cache, linux-sandbox ... (70 actions running) INFO: From Testing //pkg/ddl/tests/fail:fail_test (shard 5 of 12): ==================== Test output for //pkg/ddl/tests/fail:fail_test (shard 5 of 12): === RUN TestFailSchemaSyncer [2024/05/06 10:44:02.702 +08:00] [INFO] [region_cache.go:2683] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2024/05/06 10:44:02.707 +08:00] [INFO] [ddl_api.go:1115] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [2024/05/06 10:44:02.707 +08:00] [INFO] [ddl_api.go:1115] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [2024/05/06 10:44:02.721 +08:00] [INFO] [ddl_api.go:1115] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [2024/05/06 10:44:02.721 +08:00] [INFO] [ddl_api.go:1115] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [2024/05/06 10:44:02.729 +08:00] [INFO] [ddl_api.go:1115] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [2024/05/06 10:44:02.750 +08:00] [INFO] [tidb.go:80] ["new domain"] [store=3d63732b-9214-4f44-bcba-7b2c00c78599] ["ddl lease"=200ms] ["stats lease"=3s] ["index usage sync lease"=0s] [2024/05/06 10:44:03.133 +08:00] [WARN] [controller.go:185] ["[resource group controller] server does not save config, load config failed"] [2024/05/06 10:44:03.133 +08:00] [INFO] [controller.go:172] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"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,\"DegradedModeWaitDuration\":0}"] [2024/05/06 10:44:03.135 +08:00] [WARN] [domain.go:240] ["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:322\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:238\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:588\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\tpkg/domain/domain.go:1239\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get.func1\n\tpkg/session/tidb.go:93\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\tpkg/util/misc.go:69\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:3584\ngithub.com/pingcap/tidb/pkg/session.createSession\n\tpkg/session/session.go:3576\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3526\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3311\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3277\npkg/ddl/tests/fail/fail_test_test.createFailDBSuite\n\tpkg/ddl/tests/fail/fail_db_test.go:60\npkg/ddl/tests/fail/fail_test_test.TestFailSchemaSyncer\n\tpkg/ddl/tests/fail/fail_db_test.go:223\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [version=0] [2024/05/06 10:44:03.171 +08:00] [INFO] [domain.go:302] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=0] ["start time"=35.917425ms] [2024/05/06 10:44:03.176 +08:00] [INFO] [domain.go:617] ["full load and reset schema validator"] [2024/05/06 10:44:03.176 +08:00] [INFO] [ddl.go:743] ["start DDL"] [category=ddl] [ID=3ec8ab6a-f99f-4a00-bfcf-c3f55a1faec6] [runWorker=true] [2024/05/06 10:44:03.176 +08:00] [INFO] [ddl.go:706] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 10:44:03.176 +08:00] [INFO] [delete_range.go:160] ["start delRange emulator"] [category=ddl] [2024/05/06 10:44:03.177 +08:00] [WARN] [env.go:53] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2024/05/06 10:44:03.177 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 10:44:03.177 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 10:44:03.177 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 10:44:03.177 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 10:44:03.177 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 10:44:03.178 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 10:44:03.178 +08:00] [INFO] [job_table.go:316] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 10:44:03.178 +08:00] [INFO] [job_table.go:331] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 10:44:03.193 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 10:44:03.193 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 10:44:03.193 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 10:44:03.193 +08:00] [WARN] [domain.go:1305] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 10:44:03.201 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=0] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2024/05/06 10:44:03.248 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:03.217 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:03.249 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:03.217 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE DATABASE IF NOT EXISTS test"] [2024/05/06 10:44:03.279 +08:00] [WARN] [domain.go:240] ["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:322\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:238\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:588\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:893\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init.func2\n\tpkg/domain/domain.go:1266\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [version=0] [2024/05/06 10:44:03.340 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:03.217 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:03.400 +08:00] [INFO] [domain.go:302] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=1] ["start time"=34.642171ms] [2024/05/06 10:44:03.406 +08:00] [INFO] [domain.go:617] ["full load and reset schema validator"] [2024/05/06 10:44:03.418 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:03.424 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=3] [version=1] [2024/05/06 10:44:03.426 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=60.956571ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 10:44:03.217 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:03.490 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:03.217 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:03.544 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=3] [2024/05/06 10:44:03.544 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:03.546 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.345728445\n# Parse_time: 0\n# Compile_time: 0.000690958\n# Rewrite_time: 0.000029023\n# Optimize_time: 0\n# Wait_TS: 0.000144679\n# DB: mysql\n# Is_internal: true\n# Digest: 0a22979ad136f741465cf206b13e5717b9758dda34f7cae5a7a925f91711d6a0\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse mysql;\nCREATE DATABASE IF NOT EXISTS test;"] [2024/05/06 10:44:03.549 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2024/05/06 10:44:03.646 +08:00] [INFO] [session.go:3903] ["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/06 10:44:04.026 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:03.663 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:04.026 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:03.663 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:04.152 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:03.663 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:04.197 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:44:04.197 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:44:04.764 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 449567377103781888\n# Query_time: 0.300295739\n# Parse_time: 0\n# Compile_time: 0.297302788\n# Rewrite_time: 0.000162125\n# Optimize_time: 0\n# Wait_TS: 0\n# Is_internal: true\n# Digest: 97fee0577cfae72ca71097e77c429509f8ce51c8c933f491cff959296248fc4a\n# Num_cop_tasks: 0\n# Mem_max: 130583\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('oQGwMAkyOF8zCTAJMAlOL0EJMAl0aW1lOjEuOTNtcywgbG9vcHM6MQkyNy41IEtCASOoCjEJMzZfMQkwCTEJdGFibGU6dGlkYl9kZGxfam9iLCBoYW5kbGU6NQkxCQVLGDYzOC43wrUVTWAyLCBHZXQ6e251bV9ycGM6MSwgdG90YWxfBS5EMjI3LjjCtXN9CU4vQQlOL0EK')\n# Plan_digest: 3fea32741ba131a439f08d925bc0d60ce688c732cc613c6d3625da6592028edc\n# Resource_group: default\nupdate mysql.tidb_ddl_job set job_meta = 0x7b226964223a352c2274797065223a332c22736368656d615f6964223a312c227461626c655f6964223a342c22736368656d615f6e616d65223a226d7973716c222c227461626c655f6e616d65223a2275736572222c227374617465223a342c227761726e696e67223a6e756c6c2c22657272223a6e756c6c2c226572725f636f756e74223a302c22726f775f636f756e74223a302c227261775f61726773223a5b7b226964223a342c226e616d65223a7b224f223a2275736572222c224c223a2275736572227d2c2263686172736574223a22757466386d6234222c22636f6c6c617465223a22757466386d62345f62696e222c22636f6c73223a5b7b226964223a312c226e616d65223a7b224f223a22486f7374222c224c223a22686f7374227d2c226f6666736574223a302c226f726967696e5f64656661756c74223a6e756c6c2c226f726967696e5f64656661756c745f626974223a6e756c6c2c2264656661756c74223a6e756c6c2c2264656661756c745f626974223a6e756c6c2c2264656661756c745f69735f65787072223a66616c73652c2267656e6572617465645f657870725f737472696e67223a22222c2267656e6572617465645f73746f726564223a66616c73652c22646570656e64656e636573223a6e756c6c2c2274797065223a7b225470223a3235342c22466c6167223a343039392c22466c656e223a3235352c22446563696d616c223a302c2243686172736574223a22757466386d6234222c22436f6c6c617465223a22757466386d62345f62696e222c22456c656d73223a6e756c6c2c22456c656d73497342696e6172794c6974223a6e756c6c2c224172726179223a66616c73657d2c227374617465223a352c22636f6d6d656e74223a22222c2268696464656e223a66616c73652c226368616e67655f73746174655f696e666f223a6e756c6c2c2276657273696f6e223a327d2c7b226964223a322c226e616d65223a7b224f223a2255736572222c224c223a2275736572227d2c226f6666736574223a312c226f726967696e5f64656661756c74223a6e756c6c2c226f726967696e5f64656661756c745f626974223a6e756c6c2c2264656661756c74223a6e756c6c2c2264656661756c745f626974223a6e756c6c2c2264656661756c745f69735f65787072223a66616c73652c2267656e6572617465645f657870725f737472696e67223a22222c2267656e6572617465645f73746f726564223a66616c73652c22646570656e64656e636573223a6e756c6c2c2274797065223a7b225470223a3235342c22466c6167223a343039392c22466c656e223a33322c22446563696d616c223a302c2243686172736574223a22757466386d6234222c22436f6c6c617465223a22757466386d62345f62696e222c22456c656d73223a6e756c6c2c22456c656d73497342696e6172794c6974223a6e756c6c2c224172726179223a66616c73657d2c227374617465223a352c22636f6d6d656e74223a22222c2268696464656e223a66616c73652c226368616e67655f73746174655f696e666f223a6e756c6c2c2276657273696f6e223a327d2c7b226964223a332c226e616d65223a7b224f223a2261757468656e7469636174696f6e5f737472696e67222c224c223a2261757468656e7469636174696f6e5f737472696e67227d2c226f6666736574223a322c226f726967696e5f64656661756c74223a6e756c6c2c226f726967696e5f64656661756c745f626974223a6e756c6c2c2264656661756c74223a6e756c6c2c2264656661756c745f626974223a6e756c6c2c2264656661756c745f69735f65787072223a66616c73652c2267656e6572617465645f657870725f737472696e67223a22222c2267656e6572617465645f73746f726564223a66616c73652c22646570656e64656e636573223a6e756c6c2c2274797065223a7b225470223a3235322c22466c6167223a302c22466c656e223a36353533352c22446563696d616c223a302c2243686172736574223a22757466386d6234222c22436f6c6c617465223a22757466386d62345f62696e222c22456c656d73223a6e756c6c2c22456c656d73497342696e6172794c6974223a6e756c6c2c224172726179223a66616c73657d2c227374617465223a352c22636f6d6d656e74223a22222c2268696464656e223a66616c73652c226368616e67655f73746174655f696e666f223a6e756c6c2c2276657273696f6e223a327d2c7b226964223a342c226e616d65223a7b224f223a22706c7567696e222c224c223a22706c7567696e227d2c226f6666736574223a332c226f726967696e5f64656661756c74223a6e756c6c2c226f726967696e5f64656661756c745f626974223a6e756c6c2c2264656661756c74223a6e756c6c2c2264656661756c745f626974223a6e756c6c2c2264656661756c745f69735f65787072223a66616c73652c2267656e6572617465645f657870725f737472696e67223a22222c2267656e6572617465645f73746f726564223a66616c73652c22646570656e64656e636573223a6e756c6c2c2274797065223a7b225470223a3235342c22466c6167223a302c22466c656e223a36342c22446563696d616c223a302c2243686172736574223a22757466386d6234222c22436f6c6c617465223a22757466386d62345f62696e222c22456c656d73223a6e756c6c2c22456c656d73497342696e6172794c6974223a6e756c6c2c224172726179223a66616c73657d2c227374617465223a352c22636f6(len:93512);"] [2024/05/06 10:44:04.870 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=1] [neededSchemaVersion=2] ["start time"=36.180115ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [2024/05/06 10:44:04.888 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:04.888 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=5] [version=2] [2024/05/06 10:44:04.892 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=70.56681ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:03.663 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:05.030 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:03.663 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:05.182 +08:00] [INFO] [info.go:1182] [SetTiFlashGroupConfig] [2024/05/06 10:44:05.200 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:44:05.200 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:44:05.408 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=5] [2024/05/06 10:44:05.408 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:05.410 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 1.8093400179999999\n# Parse_time: 0\n# Compile_time: 0.045144525\n# Rewrite_time: 0.000014\n# Optimize_time: 0\n# Wait_TS: 0.000150536\n# DB: mysql\n# Is_internal: true\n# Digest: 1dcdddcae0fb6a3fa29440fed26e29fecfb2c265d457dd4657cef0ce99abd274\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.user ( Host CHAR(255), User CHAR(32), authentication_string TEXT, plugin CHAR(64), Select_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Insert_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Update_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Delete_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Drop_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Process_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Grant_priv ENUM('N','Y') NOT NULL DEFAULT 'N', References_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Show_db_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Super_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_tmp_table_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Lock_tables_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Execute_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Show_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Index_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_user_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Event_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Repl_slave_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Repl_client_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Trigger_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_role_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Drop_role_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Account_locked ENUM('N','Y') NOT NULL DEFAULT 'N', Shutdown_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Reload_priv ENUM('N','Y') NOT NULL DEFAULT 'N', FILE_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Config_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N', Password_reuse_history smallint unsigned DEFAULT NULL, Password_reuse_time smallint unsigned DEFAULT NULL, User_attributes json, Token_issuer VARCHAR(255), Password_expired ENUM('N','Y') NOT NULL DEFAULT 'N', Password_last_changed TIMESTAMP DEFAULT CURRENT_TIMESTAMP(), Password_lifetime SMALLINT UNSIGNED DEFAULT NULL, PRIMARY KEY (Host, User));"] [2024/05/06 10:44:05.422 +08:00] [INFO] [session.go:3903] ["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/06 10:44:05.513 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:05.434 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:05.513 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:05.434 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:05.659 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:05.434 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:05.835 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=2] [neededSchemaVersion=3] ["start time"=2.704745ms] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [2024/05/06 10:44:05.850 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:05.850 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=7] [version=3] [2024/05/06 10:44:05.854 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=22.629043ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:05.434 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:05.971 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:05.434 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:06.060 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=7] [2024/05/06 10:44:06.060 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:06.062 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.648097639\n# Parse_time: 0\n# Compile_time: 0.008050825\n# Rewrite_time: 0.000012837\n# Optimize_time: 0\n# Wait_TS: 0.000124373\n# DB: mysql\n# Is_internal: true\n# Digest: eeb59bc0d98f65a2a5aef8eaa99596260e746b00eed183baf856558ef03533ac\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.password_history ( Host char(255) NOT NULL DEFAULT '', User char(32) NOT NULL DEFAULT '', Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6), Password text, PRIMARY KEY (Host,User,Password_timestamp ) ) COMMENT='Password history for user accounts' ;"] [2024/05/06 10:44:06.068 +08:00] [INFO] [session.go:3903] ["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/06 10:44:06.138 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:06.081 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:06.138 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:06.081 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:06.199 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:44:06.199 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:44:06.237 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:06.081 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:06.339 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=3] [neededSchemaVersion=4] ["start time"=2.394797ms] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [2024/05/06 10:44:06.362 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:06.362 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=9] [version=4] [2024/05/06 10:44:06.363 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=27.142394ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:06.081 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:06.481 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:06.081 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:06.580 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=9] [2024/05/06 10:44:06.581 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:06.583 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.517580469\n# Parse_time: 0\n# Compile_time: 0.002416477\n# Rewrite_time: 0.00001501\n# Optimize_time: 0\n# Wait_TS: 0.000175545\n# DB: mysql\n# Is_internal: true\n# Digest: 3bc9b46cf9e300a8d240915cf47216424544ed9f992c07151fba2e2cadc41632\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Warnings: [{\"Level\":\"Warning\",\"Message\":\"BLOB/TEXT/JSON column 'Priv' can't have a default value\"}]\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User));"] [2024/05/06 10:44:06.644 +08:00] [INFO] [session.go:3903] ["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/06 10:44:06.885 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:06.676 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:06.886 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:06.676 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:06.965 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:06.676 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:07.199 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:44:07.199 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:44:07.441 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=4] [neededSchemaVersion=5] ["start time"=6.882034ms] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [2024/05/06 10:44:07.456 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:07.457 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=11] [version=5] [2024/05/06 10:44:07.457 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=66.405344ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:06.676 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:07.642 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:06.676 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:07.988 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=11] [2024/05/06 10:44:07.988 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:07.990 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 1.383037396\n# Parse_time: 0\n# Compile_time: 0.036702033\n# Rewrite_time: 0.0000153\n# Optimize_time: 0\n# Wait_TS: 0.000147661\n# DB: mysql\n# Is_internal: true\n# Digest: e02ee30435ff06e52f357a0a68828973f373118f7009cbdfbeb747a4e7d91418\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.db ( Host CHAR(255), DB CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, User CHAR(32), Select_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Insert_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Update_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Delete_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Drop_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Grant_priv ENUM('N','Y') NOT NULL DEFAULT 'N', References_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Index_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_tmp_table_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Lock_tables_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Show_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Execute_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Event_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Trigger_priv ENUM('N','Y') NOT NULL DEFAULT 'N', PRIMARY KEY (Host, DB, User));"] [2024/05/06 10:44:08.002 +08:00] [INFO] [session.go:3903] ["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/06 10:44:08.126 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:08.018 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:08.126 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:08.018 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:08.199 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:44:08.199 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:44:08.258 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:08.018 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:08.486 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=5] [neededSchemaVersion=6] ["start time"=3.223146ms] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [2024/05/06 10:44:08.502 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:08.502 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=13] [version=6] [2024/05/06 10:44:08.502 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=18.666331ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:08.018 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:08.636 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:08.018 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:08.751 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=13] [2024/05/06 10:44:08.752 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:08.753 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.755603615\n# Parse_time: 0\n# Compile_time: 0.004209651\n# Rewrite_time: 0.000012951\n# Optimize_time: 0\n# Wait_TS: 0.000177877\n# DB: mysql\n# Is_internal: true\n# Digest: 5759132672d59a4de3b27e6fbbd8f039e7489d9187962651ede26b9390589e5c\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tables_priv ( Host CHAR(255), DB CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, User CHAR(32), Table_name CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, Grantor CHAR(77), Timestamp TIMESTAMP DEFAULT CURRENT_TIMESTAMP, Table_priv SET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'), Column_priv SET('Select','Insert','Update','References'), PRIMARY KEY (Host, DB, User, Table_name));"] [2024/05/06 10:44:08.760 +08:00] [INFO] [session.go:3903] ["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/06 10:44:08.850 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:08.783 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:08.851 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:08.783 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:08.923 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:08.783 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:09.168 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=6] [neededSchemaVersion=7] ["start time"=3.197722ms] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [2024/05/06 10:44:09.184 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:09.184 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=15] [version=7] [2024/05/06 10:44:09.203 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:44:09.203 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:44:09.203 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=39.378102ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:08.783 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:09.384 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:08.783 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:09.523 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=15] [2024/05/06 10:44:09.524 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:09.526 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.768653177\n# Parse_time: 0\n# Compile_time: 0.003007114\n# Rewrite_time: 0.000013972\n# Optimize_time: 0\n# Wait_TS: 0.000133275\n# DB: mysql\n# Is_internal: true\n# Digest: 36f214f75d4d00ba6ac1ac7b8c95c01ec9574a40c07a536b2afe7a72144551b8\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.columns_priv( Host CHAR(255), DB CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, User CHAR(32), Table_name CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, Column_name CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, Timestamp TIMESTAMP DEFAULT CURRENT_TIMESTAMP, Column_priv SET('Select','Insert','Update','References'), PRIMARY KEY (Host, DB, User, Table_name, Column_name));"] [2024/05/06 10:44:09.530 +08:00] [INFO] [session.go:3903] ["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/06 10:44:09.607 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:09.546 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:09.607 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:09.546 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:09.689 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:09.546 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:09.776 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=7] [neededSchemaVersion=8] ["start time"=2.141364ms] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [2024/05/06 10:44:09.804 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:09.804 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=17] [version=8] [2024/05/06 10:44:09.805 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=32.247549ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:09.546 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:10.029 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:09.546 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:10.091 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=17] [2024/05/06 10:44:10.091 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:10.093 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.564362333\n# Parse_time: 0\n# Compile_time: 0.001802792\n# Rewrite_time: 0.000015882\n# Optimize_time: 0\n# Wait_TS: 0.000196247\n# DB: mysql\n# Is_internal: true\n# Digest: 1b59564c29970a0a8880792322e02b7df09888f7d0a2dfc190f3ed0ff12369d4\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES( VARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY, VARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [2024/05/06 10:44:10.098 +08:00] [INFO] [session.go:3903] ["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/06 10:44:10.186 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:10.116 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:10.186 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:10.116 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:10.198 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:44:10.199 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:44:10.348 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:10.116 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:10.464 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=8] [neededSchemaVersion=9] ["start time"=2.25299ms] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [2024/05/06 10:44:10.483 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:10.483 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=19] [version=9] [2024/05/06 10:44:10.486 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=25.252595ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:10.116 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:10.561 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:10.116 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:10.647 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=19] [2024/05/06 10:44:10.648 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:10.649 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.553527524\n# Parse_time: 0\n# Compile_time: 0.00204543\n# Rewrite_time: 0.000018639\n# Optimize_time: 0\n# Wait_TS: 0.000199698\n# DB: mysql\n# Is_internal: true\n# Digest: ade124588c0253b12ce82702300a98a0ff778787142ce450039efbd6347664dc\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb( VARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY, VARIABLE_VALUE VARCHAR(1024) DEFAULT NULL, COMMENT VARCHAR(1024));"] [2024/05/06 10:44:10.657 +08:00] [INFO] [session.go:3903] ["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/06 10:44:10.757 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:10.687 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:10.757 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:10.687 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:10.970 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:10.687 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:11.160 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=9] [neededSchemaVersion=10] ["start time"=2.855074ms] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [2024/05/06 10:44:11.215 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:44:11.216 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:44:11.217 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:11.217 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=21] [version=10] [2024/05/06 10:44:11.222 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=65.849324ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:10.687 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:11.419 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:10.687 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:11.541 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=21] [2024/05/06 10:44:11.541 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:11.543 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.889374528\n# Parse_time: 0\n# Compile_time: 0.003260637\n# Rewrite_time: 0.000011055\n# Optimize_time: 0\n# Wait_TS: 0.000135457\n# DB: mysql\n# Is_internal: true\n# Digest: be740d9d66f07e7842e3b48027d6fb3ef54623295384e63dcbf3e1c8a9f15c10\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.help_topic ( help_topic_id INT(10) UNSIGNED NOT NULL, name CHAR(64) NOT NULL, help_category_id SMALLINT(5) UNSIGNED NOT NULL, description TEXT NOT NULL, example TEXT NOT NULL, url TEXT NOT NULL, PRIMARY KEY (help_topic_id) clustered, UNIQUE KEY name (name) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [2024/05/06 10:44:11.551 +08:00] [INFO] [session.go:3903] ["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/06 10:44:11.713 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:11.575 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:11.713 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:11.575 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:11.881 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:11.575 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:12.153 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=10] [neededSchemaVersion=11] ["start time"=2.868508ms] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [2024/05/06 10:44:12.178 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:12.178 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=23] [version=11] [2024/05/06 10:44:12.182 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=33.004269ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:11.575 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:12.196 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:44:12.196 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:44:12.338 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:11.575 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:12.491 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=23] [2024/05/06 10:44:12.491 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:12.493 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.945351166\n# Parse_time: 0\n# Compile_time: 0.003331171\n# Rewrite_time: 0.000015218\n# Optimize_time: 0\n# Wait_TS: 0.000175668\n# DB: mysql\n# Is_internal: true\n# Digest: 2db2929397c955d277d1b5400209b98787aa0797f979b9c213e3924c27b82ea9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_meta ( version BIGINT(64) UNSIGNED NOT NULL, table_id BIGINT(64) NOT NULL, modify_count BIGINT(64) NOT NULL DEFAULT 0, count BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, snapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, INDEX idx_ver(version), UNIQUE INDEX tbl(table_id) );"] [2024/05/06 10:44:12.536 +08:00] [INFO] [session.go:3903] ["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/06 10:44:12.538 +08:00] [INFO] [ddl_api.go:1115] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [2024/05/06 10:44:12.746 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:12.574 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:12.746 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:12.574 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:12.846 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:12.574 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:13.052 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=11] [neededSchemaVersion=12] ["start time"=4.4075ms] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [2024/05/06 10:44:13.078 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:13.078 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=25] [version=12] [2024/05/06 10:44:13.079 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=32.141959ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:12.574 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:13.206 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:44:13.207 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:44:13.222 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:12.574 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:13.349 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=25] [2024/05/06 10:44:13.349 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:13.352 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.820656108\n# Parse_time: 0\n# Compile_time: 0.00575342\n# Rewrite_time: 0.000019098\n# Optimize_time: 0\n# Wait_TS: 0.000206394\n# DB: mysql\n# Is_internal: true\n# Digest: e038e634a5f1b7e5429d1252be7edf0ffb0922e8636032b9c68fd59f0484f6ef\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_histograms ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, distinct_count BIGINT(64) NOT NULL, null_count BIGINT(64) NOT NULL DEFAULT 0, tot_col_size BIGINT(64) NOT NULL DEFAULT 0, modify_count BIGINT(64) NOT NULL DEFAULT 0, version BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, cm_sketch BLOB(6291456), stats_ver BIGINT(64) NOT NULL DEFAULT 0, flag BIGINT(64) NOT NULL DEFAULT 0, correlation DOUBLE NOT NULL DEFAULT 0, last_analyze_pos LONGBLOB DEFAULT NULL, UNIQUE INDEX tbl(table_id, is_index, hist_id) );"] [2024/05/06 10:44:13.371 +08:00] [INFO] [session.go:3903] ["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/06 10:44:13.479 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:13.408 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:13.479 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:13.408 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:13.583 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:13.408 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:13.759 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=12] [neededSchemaVersion=13] ["start time"=3.719043ms] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [2024/05/06 10:44:13.796 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:13.796 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=27] [version=13] [2024/05/06 10:44:13.796 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=41.716187ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:13.408 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:13.958 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:13.408 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:14.088 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=27] [2024/05/06 10:44:14.093 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:14.095 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.727169568\n# Parse_time: 0\n# Compile_time: 0.003644604\n# Rewrite_time: 0.000014035\n# Optimize_time: 0\n# Wait_TS: 0.011525457\n# DB: mysql\n# Is_internal: true\n# Digest: 84a28596914df45e10de865c11a515d8595f2c38a422f5c8d8fb86a470ba5cad\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_buckets ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, bucket_id BIGINT(64) NOT NULL, count BIGINT(64) NOT NULL, repeats BIGINT(64) NOT NULL, upper_bound LONGBLOB NOT NULL, lower_bound LONGBLOB , ndv BIGINT NOT NULL DEFAULT 0, UNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id) );"] [2024/05/06 10:44:14.103 +08:00] [INFO] [session.go:3903] ["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/06 10:44:14.165 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:14.116 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:14.166 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:14.116 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:14.196 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:44:14.197 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:44:14.249 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:14.116 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:14.475 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=13] [neededSchemaVersion=14] ["start time"=2.702277ms] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [2024/05/06 10:44:14.489 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:14.489 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=29] [version=14] [2024/05/06 10:44:14.490 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=18.122737ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:14.116 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:14.696 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:14.116 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:14.774 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=29] [2024/05/06 10:44:14.774 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:14.776 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.676815673\n# Parse_time: 0\n# Compile_time: 0.003338425\n# Rewrite_time: 0.00001462\n# Optimize_time: 0\n# Wait_TS: 0.000175548\n# DB: mysql\n# Is_internal: true\n# Digest: 4407fc98c36858aed19a41d8ab6383e7885e71a2edd2716950a8847ee0c4ccd2\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.gc_delete_range ( job_id BIGINT NOT NULL COMMENT \"the DDL job ID\", element_id BIGINT NOT NULL COMMENT \"the schema element ID\", start_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", end_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", ts BIGINT NOT NULL COMMENT \"timestamp in uint64\", UNIQUE KEY delete_range_index (job_id, element_id) );"] [2024/05/06 10:44:14.787 +08:00] [INFO] [session.go:3903] ["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/06 10:44:14.862 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:14.804 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:14.862 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:14.804 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:14.992 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:14.804 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:15.152 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=14] [neededSchemaVersion=15] ["start time"=2.801605ms] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [2024/05/06 10:44:15.186 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:15.186 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=31] [version=15] [2024/05/06 10:44:15.187 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=38.590389ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:14.804 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:15.197 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:44:15.197 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:44:15.336 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:14.804 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:15.418 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=31] [2024/05/06 10:44:15.418 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:15.420 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.639714707\n# Parse_time: 0\n# Compile_time: 0.007050716\n# Rewrite_time: 0.000015202\n# Optimize_time: 0\n# Wait_TS: 0.000188627\n# DB: mysql\n# Is_internal: true\n# Digest: 6f80e6944eacefde08a31e8364b171d37e77c4bebc7757ae375b47812ca371cb\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done ( job_id BIGINT NOT NULL COMMENT \"the DDL job ID\", element_id BIGINT NOT NULL COMMENT \"the schema element ID\", start_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", end_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", ts BIGINT NOT NULL COMMENT \"timestamp in uint64\", UNIQUE KEY delete_range_done_index (job_id, element_id) );"] [2024/05/06 10:44:15.426 +08:00] [INFO] [session.go:3903] ["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/06 10:44:15.556 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:15.459 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:15.556 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:15.459 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:15.657 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:15.459 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:15.770 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=15] [neededSchemaVersion=16] ["start time"=2.515514ms] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [2024/05/06 10:44:15.802 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:15.802 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=33] [version=16] [2024/05/06 10:44:15.803 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=36.457411ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:15.459 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:15.904 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:15.459 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:15.996 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=33] [2024/05/06 10:44:15.997 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:15.999 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.574955791\n# Parse_time: 0\n# Compile_time: 0.002955328\n# Rewrite_time: 0.000013554\n# Optimize_time: 0\n# Wait_TS: 0.000172507\n# DB: mysql\n# Is_internal: true\n# Digest: ae00140f19e8173091b9a44ece06f4d51ecf640b3c9c924a7be8a7394182215f\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_feedback ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, feedback BLOB NOT NULL, INDEX hist(table_id, is_index, hist_id) );"] [2024/05/06 10:44:16.008 +08:00] [INFO] [session.go:3903] ["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/06 10:44:16.098 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:16.032 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:16.099 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:16.032 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:16.198 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:44:16.198 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:44:16.235 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:16.032 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:16.436 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=16] [neededSchemaVersion=17] ["start time"=2.860355ms] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [2024/05/06 10:44:16.450 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:16.450 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=35] [version=17] [2024/05/06 10:44:16.453 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=28.425199ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:16.032 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:16.662 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:16.032 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:16.797 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=35] [2024/05/06 10:44:16.797 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:16.799 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.794745814\n# Parse_time: 0\n# Compile_time: 0.004220722\n# Rewrite_time: 0.000022747\n# Optimize_time: 0\n# Wait_TS: 0.000181636\n# DB: mysql\n# Is_internal: true\n# Digest: b0ac22a8699b953eeb48be3f830e94a20801551f37159b586c40d30dc883661d\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.role_edges ( FROM_HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '', FROM_USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', TO_HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '', TO_USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', WITH_ADMIN_OPTION ENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N', PRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER) );"] [2024/05/06 10:44:16.819 +08:00] [INFO] [session.go:3903] ["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/06 10:44:16.909 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:16.836 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:16.909 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:16.836 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:16.970 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:16.836 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:17.159 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=17] [neededSchemaVersion=18] ["start time"=2.587723ms] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [2024/05/06 10:44:17.181 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:17.181 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=37] [version=18] [2024/05/06 10:44:17.183 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=27.404823ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:16.836 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:17.197 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:44:17.197 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:44:17.300 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:16.836 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:17.379 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=37] [2024/05/06 10:44:17.379 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:17.381 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.56550496\n# Parse_time: 0\n# Compile_time: 0.003932646\n# Rewrite_time: 0.000017673\n# Optimize_time: 0\n# Wait_TS: 0.000263855\n# DB: mysql\n# Is_internal: true\n# Digest: 9e6b544fb0287e9d8a74031560ed0cd6a5b4e54db073b893a68a76b05d929781\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.default_roles ( HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '', USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', DEFAULT_ROLE_HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%', DEFAULT_ROLE_USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', PRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER) );"] [2024/05/06 10:44:17.395 +08:00] [INFO] [session.go:3903] ["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/06 10:44:17.502 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:17.415 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:17.502 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:17.415 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:17.636 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:17.415 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:17.822 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=18] [neededSchemaVersion=19] ["start time"=3.950689ms] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [2024/05/06 10:44:17.836 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:17.837 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=39] [version=19] [2024/05/06 10:44:17.839 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=21.65575ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:17.415 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:17.918 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:17.415 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:18.067 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=39] [2024/05/06 10:44:18.068 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:18.071 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.680577446\n# Parse_time: 0\n# Compile_time: 0.00570605\n# Rewrite_time: 0.000013796\n# Optimize_time: 0\n# Wait_TS: 0.000178628\n# DB: mysql\n# Is_internal: true\n# Digest: 906c8d2d8937c4ba0f1e3f03de3e50407e0940fb66383a443b19d383373b2bb9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.bind_info ( original_sql TEXT NOT NULL, bind_sql TEXT NOT NULL, default_db TEXT NOT NULL, status TEXT NOT NULL, create_time TIMESTAMP(3) NOT NULL, update_time TIMESTAMP(3) NOT NULL, charset TEXT NOT NULL, collation TEXT NOT NULL, source VARCHAR(10) NOT NULL DEFAULT 'unknown', sql_digest varchar(64), plan_digest varchar(64), INDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\", INDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\" ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 10:44:18.108 +08:00] [INFO] [session.go:3903] ["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/06 10:44:18.180 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:18.123 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:18.180 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:18.123 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:18.209 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:44:18.210 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:44:18.309 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:18.123 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:18.424 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=19] [neededSchemaVersion=20] ["start time"=2.691468ms] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [2024/05/06 10:44:18.439 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:18.439 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=41] [version=20] [2024/05/06 10:44:18.441 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=20.717191ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:18.123 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:18.528 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:18.123 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:18.603 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=41] [2024/05/06 10:44:18.603 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:18.605 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.500212638\n# Parse_time: 0\n# Compile_time: 0.003237151\n# Rewrite_time: 0.000013568\n# Optimize_time: 0\n# Wait_TS: 0.000157024\n# DB: mysql\n# Is_internal: true\n# Digest: df1a9dde39341a07eb2fb8ef599e6652770203b79af3e1800917053820a3b51c\n# Num_cop_tasks: 0\n# Mem_max: 4096\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_top_n ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, value LONGBLOB, count BIGINT(64) UNSIGNED NOT NULL, INDEX tbl(table_id, is_index, hist_id) );"] [2024/05/06 10:44:18.610 +08:00] [INFO] [session.go:3903] ["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/06 10:44:18.659 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:18.624 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:18.659 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:18.624 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:18.755 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:18.624 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:18.849 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=20] [neededSchemaVersion=21] ["start time"=1.98781ms] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [2024/05/06 10:44:18.863 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:18.863 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=43] [version=21] [2024/05/06 10:44:18.865 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=19.39345ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:18.624 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:18.966 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:18.624 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:19.030 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=43] [2024/05/06 10:44:19.030 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:19.032 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.424412637\n# Parse_time: 0\n# Compile_time: 0.001876698\n# Rewrite_time: 0.00001339\n# Optimize_time: 0\n# Wait_TS: 0.000164132\n# DB: mysql\n# Is_internal: true\n# Digest: 988ff7e96344f475621bfec9765ba7b507e76d86daa1e3fdf0f9eadbd538afd0\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist ( name CHAR(100) NOT NULL, store_type CHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb', reason VARCHAR(200) );"] [2024/05/06 10:44:19.035 +08:00] [INFO] [session.go:3903] ["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/06 10:44:19.081 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:19.05 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:19.081 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:19.05 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [2024/05/06 10:44:19.192 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:19.05 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:19.201 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:44:19.202 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:44:19.258 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=21] [neededSchemaVersion=22] ["start time"=1.547955ms] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [2024/05/06 10:44:19.273 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:19.273 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=45] [version=22] [2024/05/06 10:44:19.274 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=18.119775ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:19.05 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:19.377 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:19.05 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:19.456 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=45] [2024/05/06 10:44:19.457 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:19.459 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.424855138\n# Parse_time: 0\n# Compile_time: 0.001469861\n# Rewrite_time: 0.000013997\n# Optimize_time: 0\n# Wait_TS: 0.000168023\n# DB: mysql\n# Is_internal: true\n# Digest: 58329d63c08bcbc761a6b408e882dc874ae0220c9a2aaaeab91d992543fef52b\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist ( name CHAR(100) NOT NULL );"] [2024/05/06 10:44:19.469 +08:00] [INFO] [session.go:3903] ["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/06 10:44:19.581 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:19.486 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:19.581 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:19.486 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:19.695 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:19.486 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:19.887 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=22] [neededSchemaVersion=23] ["start time"=3.333657ms] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [2024/05/06 10:44:19.901 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:19.901 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=47] [version=23] [2024/05/06 10:44:19.905 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=21.259036ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:19.486 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:20.026 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:19.486 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:20.128 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=47] [2024/05/06 10:44:20.129 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:20.131 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.666818823\n# Parse_time: 0\n# Compile_time: 0.005066787\n# Rewrite_time: 0.000014138\n# Optimize_time: 0\n# Wait_TS: 0.000172954\n# DB: mysql\n# Is_internal: true\n# Digest: 9c4f6672f019f6d6c588a6b2eb00b13f041ee54cb97f253f85d7ae52df9d23c6\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_extended ( name varchar(32) NOT NULL, type tinyint(4) NOT NULL, table_id bigint(64) NOT NULL, column_ids varchar(32) NOT NULL, stats blob DEFAULT NULL, version bigint(64) unsigned NOT NULL, status tinyint(4) NOT NULL, PRIMARY KEY(name, table_id), KEY idx_1 (table_id, status, version), KEY idx_2 (status, version) );"] [2024/05/06 10:44:20.136 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.schema_index_usage (\n\t\tTABLE_ID bigint(64),\n\t\tINDEX_ID bigint(21),\n\t\tQUERY_COUNT bigint(64),\n\t\tROWS_SELECTED bigint(64),\n\t\tLAST_USED_AT timestamp,\n\t\tPRIMARY KEY(TABLE_ID, INDEX_ID)\n\t);"] [user=] [2024/05/06 10:44:20.198 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:44:20.198 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:44:20.242 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:20.161 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:20.243 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:20.161 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.schema_index_usage (\n\t\tTABLE_ID bigint(64),\n\t\tINDEX_ID bigint(21),\n\t\tQUERY_COUNT bigint(64),\n\t\tROWS_SELECTED bigint(64),\n\t\tLAST_USED_AT timestamp,\n\t\tPRIMARY KEY(TABLE_ID, INDEX_ID)\n\t);"] [2024/05/06 10:44:20.302 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:20.161 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:20.407 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=23] [neededSchemaVersion=24] ["start time"=2.727878ms] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [2024/05/06 10:44:20.422 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:20.426 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=49] [version=24] [2024/05/06 10:44:20.427 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=22.938016ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:20.161 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:20.559 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:20.161 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:20.741 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=49] [2024/05/06 10:44:20.741 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:20.743 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.609002135\n# Parse_time: 0\n# Compile_time: 0.002465417\n# Rewrite_time: 0.000014968\n# Optimize_time: 0\n# Wait_TS: 0.00018254\n# DB: mysql\n# Is_internal: true\n# Digest: ccab922e9c51673235de00c3af7d6c17a3c72c7a6d698aed952cd0b8fd55f0e2\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.schema_index_usage ( TABLE_ID bigint(64), INDEX_ID bigint(21), QUERY_COUNT bigint(64), ROWS_SELECTED bigint(64), LAST_USED_AT timestamp, PRIMARY KEY(TABLE_ID, INDEX_ID) );"] [2024/05/06 10:44:20.755 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2024/05/06 10:44:20.838 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:20.769 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:20.838 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:20.769 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:20.910 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:20.769 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:21.050 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=24] [neededSchemaVersion=25] ["start time"=2.612194ms] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [2024/05/06 10:44:21.077 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:21.078 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=51] [version=25] [2024/05/06 10:44:21.080 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=33.32465ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:20.769 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:21.217 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:44:21.218 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:44:21.241 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:20.769 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:21.332 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=51] [2024/05/06 10:44:21.332 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:21.334 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.581016539\n# Parse_time: 0\n# Compile_time: 0.002206106\n# Rewrite_time: 0.000012785\n# Optimize_time: 0\n# Wait_TS: 0.00017809\n# DB: mysql\n# Is_internal: true\n# Digest: 9e692f90f6e351e4eecf3fbff7177acf0a166d0cd79badb0ce0ced2bb754eb99\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, value LONGBLOB, INDEX tbl(table_id, is_index, hist_id) );"] [2024/05/06 10:44:21.340 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV)\n\t);"] [user=] [2024/05/06 10:44:21.415 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:21.362 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:21.415 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:21.362 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:21.508 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:21.362 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:21.646 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=25] [neededSchemaVersion=26] ["start time"=2.333587ms] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [2024/05/06 10:44:21.660 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:21.660 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=53] [version=26] [2024/05/06 10:44:21.671 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=27.324518ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:21.362 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:21.804 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:21.362 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:21.867 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=53] [2024/05/06 10:44:21.868 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:21.869 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.531719556\n# Parse_time: 0\n# Compile_time: 0.002673213\n# Rewrite_time: 0.000025161\n# Optimize_time: 0\n# Wait_TS: 0.00018096\n# DB: mysql\n# Is_internal: true\n# Digest: fb2ab8d9eb87bcf45e5bc65e3dbe38a6d629c319d70fb6f44a741534bb3455a6\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.global_grants ( USER char(32) NOT NULL DEFAULT '', HOST char(255) NOT NULL DEFAULT '', PRIV char(32) NOT NULL DEFAULT '', WITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N', PRIMARY KEY (USER,HOST,PRIV) );"] [2024/05/06 10:44:21.875 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2024/05/06 10:44:21.934 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:21.891 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:21.935 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:21.891 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:21.993 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:21.891 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:22.137 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=26] [neededSchemaVersion=27] ["start time"=2.250771ms] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [2024/05/06 10:44:22.151 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:22.151 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=55] [version=27] [2024/05/06 10:44:22.161 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=27.017353ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:21.891 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:22.209 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:44:22.209 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:44:22.290 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:21.891 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:22.352 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=55] [2024/05/06 10:44:22.352 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:22.354 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.481644684\n# Parse_time: 0\n# Compile_time: 0.002926562\n# Rewrite_time: 0.000013691\n# Optimize_time: 0\n# Wait_TS: 0.000154107\n# DB: mysql\n# Is_internal: true\n# Digest: 1fac41a3d4a89e3e4da2393e1f69d1aacfec8886db749d6329e9bf677df777b8\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist ( id bigint(64) auto_increment, filter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\", filter_value varchar(32) NOT NULL, key idx(filter_type), primary key(id) );"] [2024/05/06 10:44:22.360 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2024/05/06 10:44:22.451 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:22.379 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:22.451 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:22.379 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:22.521 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:22.379 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:22.618 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=27] [neededSchemaVersion=28] ["start time"=2.417673ms] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [2024/05/06 10:44:22.633 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:22.633 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=57] [version=28] [2024/05/06 10:44:22.637 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=22.955919ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:22.379 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:22.748 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:22.379 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:22.829 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=57] [2024/05/06 10:44:22.829 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:22.831 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.473817093\n# Parse_time: 0\n# Compile_time: 0.002822436\n# Rewrite_time: 0.000013454\n# Optimize_time: 0\n# Wait_TS: 0.000166683\n# DB: mysql\n# Is_internal: true\n# Digest: 06962f34c69b85ab590c2556bdffd68d7705d56a70a3b0522b0ba5bc55363fd3\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.column_stats_usage ( table_id BIGINT(64) NOT NULL, column_id BIGINT(64) NOT NULL, last_used_at TIMESTAMP, last_analyzed_at TIMESTAMP, PRIMARY KEY (table_id, column_id) CLUSTERED );"] [2024/05/06 10:44:22.841 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2024/05/06 10:44:22.907 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:22.859 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:22.907 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:22.859 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:22.984 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:22.859 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:23.103 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=28] [neededSchemaVersion=29] ["start time"=2.195449ms] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [2024/05/06 10:44:23.116 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:23.116 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=59] [version=29] [2024/05/06 10:44:23.118 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=18.073361ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:22.859 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:23.197 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:44:23.198 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:44:23.361 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:22.859 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:23.414 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=59] [2024/05/06 10:44:23.415 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:23.432 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.593763662\n# Parse_time: 0\n# Compile_time: 0.002938409\n# Rewrite_time: 0.000016097\n# Optimize_time: 0\n# Wait_TS: 0.000179685\n# DB: mysql\n# Is_internal: true\n# Digest: a30fd7e284f356f111cb15459926cdbebb3d6f24c950b6f3b9729d8b5f13ee4f\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.table_cache_meta ( tid bigint(11) NOT NULL DEFAULT 0, lock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE', lease bigint(20) NOT NULL DEFAULT 0, oldReadLease bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (tid) );"] [2024/05/06 10:44:23.448 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2024/05/06 10:44:23.451 +08:00] [INFO] [ddl_api.go:1115] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [2024/05/06 10:44:23.556 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:23.465 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:23.557 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:23.465 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:23.642 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:23.465 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:23.775 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=29] [neededSchemaVersion=30] ["start time"=2.897337ms] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [2024/05/06 10:44:23.789 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:23.792 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=61] [version=30] [2024/05/06 10:44:23.792 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=20.809951ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:23.465 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:23.846 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:23.465 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:23.940 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=61] [2024/05/06 10:44:23.940 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:23.942 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.505081737\n# Parse_time: 0\n# Compile_time: 0.011436027\n# Rewrite_time: 0.000013992\n# Optimize_time: 0\n# Wait_TS: 0.000168635\n# DB: mysql\n# Is_internal: true\n# Digest: c862b6db4c0b104bd6ade1db78bbe1f6a12a30584d750044f3eec57a1a86580e\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.analyze_options ( table_id BIGINT(64) NOT NULL, sample_num BIGINT(64) NOT NULL DEFAULT 0, sample_rate DOUBLE NOT NULL DEFAULT -1, buckets BIGINT(64) NOT NULL DEFAULT 0, topn BIGINT(64) NOT NULL DEFAULT -1, column_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT', column_ids TEXT(19372), PRIMARY KEY (table_id) CLUSTERED );"] [2024/05/06 10:44:23.955 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2024/05/06 10:44:24.040 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:23.97 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:24.040 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:23.97 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:24.139 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:23.97 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:24.201 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:44:24.201 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:44:24.265 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=30] [neededSchemaVersion=31] ["start time"=3.289494ms] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [2024/05/06 10:44:24.293 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:24.294 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=63] [version=31] [2024/05/06 10:44:24.305 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=44.244625ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:23.97 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:24.423 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:23.97 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:24.549 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=63] [2024/05/06 10:44:24.549 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:24.551 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.601263362\n# Parse_time: 0\n# Compile_time: 0.005324535\n# Rewrite_time: 0.000014527\n# Optimize_time: 0\n# Wait_TS: 0.000189808\n# DB: mysql\n# Is_internal: true\n# Digest: eceb528bf68c7d9b100b120b5113005ea7f5a4c6c1f4834403330ff156d0a3aa\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_history ( table_id bigint(64) NOT NULL, stats_data longblob NOT NULL, seq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice', version bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN', create_time datetime(6) NOT NULL, UNIQUE KEY table_version_seq (table_id, version, seq_no), KEY table_create_time (table_id, create_time, seq_no), KEY idx_create_time (create_time) );"] [2024/05/06 10:44:24.560 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2024/05/06 10:44:24.648 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:24.585 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:24.649 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:24.585 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:24.750 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:24.585 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:24.930 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=31] [neededSchemaVersion=32] ["start time"=3.127016ms] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [2024/05/06 10:44:24.945 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:24.945 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=65] [version=32] [2024/05/06 10:44:24.948 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=21.368418ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:24.585 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:25.077 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:24.585 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:25.189 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=65] [2024/05/06 10:44:25.189 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:25.191 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.63460769\n# Parse_time: 0\n# Compile_time: 0.004422359\n# Rewrite_time: 0.000014407\n# Optimize_time: 0\n# Wait_TS: 0.000229523\n# DB: mysql\n# Is_internal: true\n# Digest: 752363602773b9b875eec93769301ada55a059e0b28c5434de98fdbbc6af54cb\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_meta_history ( table_id bigint(64) NOT NULL, modify_count bigint(64) NOT NULL, count bigint(64) NOT NULL, version bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN', source varchar(40) NOT NULL, create_time datetime(6) NOT NULL, UNIQUE KEY table_version (table_id, version), KEY table_create_time (table_id, create_time), KEY idx_create_time (create_time) );"] [2024/05/06 10:44:25.200 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:44:25.200 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:44:25.205 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time)\n\t);"] [user=] [2024/05/06 10:44:25.319 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:25.22 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:25.320 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:25.22 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:25.433 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:25.22 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:25.701 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=32] [neededSchemaVersion=33] ["start time"=4.534123ms] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [2024/05/06 10:44:25.715 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:25.715 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=67] [version=33] [2024/05/06 10:44:25.717 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=24.169363ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:25.22 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:25.779 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:25.22 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:25.899 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=67] [2024/05/06 10:44:25.899 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:25.901 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.701891747\n# Parse_time: 0\n# Compile_time: 0.006223764\n# Rewrite_time: 0.000014844\n# Optimize_time: 0\n# Wait_TS: 0.000249508\n# DB: mysql\n# Is_internal: true\n# Digest: 1127cc15f332cc4c1c6b97d06d92880902c2f7e015188cc29392a62748dd8ae0\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.analyze_jobs ( id BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT, update_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, table_schema CHAR(64) NOT NULL DEFAULT '', table_name CHAR(64) NOT NULL DEFAULT '', partition_name CHAR(64) NOT NULL DEFAULT '', job_info TEXT NOT NULL, processed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, start_time TIMESTAMP, end_time TIMESTAMP, state ENUM('pending', 'running', 'finished', 'failed') NOT NULL, fail_reason TEXT, instance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job', process_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job', PRIMARY KEY (id), KEY (update_time) );"] [2024/05/06 10:44:25.905 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=33] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2024/05/06 10:44:25.954 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:25.919 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:25.954 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:69, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:25.919 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [2024/05/06 10:44:26.044 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=69] [category=ddl] [job="ID:69, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2024-05-06 10:44:25.919 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:26.108 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=33] [neededSchemaVersion=34] ["start time"=1.739539ms] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[3]"] [2024/05/06 10:44:26.123 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:26.123 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=69] [version=34] [2024/05/06 10:44:26.130 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=23.925364ms] [job="ID:69, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:25.919 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:26.197 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:44:26.197 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:44:26.230 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=69] [job="ID:69, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2024-05-06 10:44:25.919 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:26.296 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=69] [2024/05/06 10:44:26.297 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:26.299 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.395257977\n# Parse_time: 0\n# Compile_time: 0.001462721\n# Rewrite_time: 0.0000142\n# Optimize_time: 0\n# Wait_TS: 0.000159092\n# DB: mysql\n# Is_internal: true\n# Digest: 6eab04864600dfa37145d44689995984eecc83e3dc6ce49c1e75d23567f8bac3\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.advisory_locks ( lock_name VARCHAR(64) NOT NULL PRIMARY KEY );"] [2024/05/06 10:44:26.422 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:3, start time: 2024-05-06 10:44:26.335 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:26.422 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:71, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:3, start time: 2024-05-06 10:44:26.335 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE OR REPLACE VIEW mysql.tidb_mdl_view as (\n\t\tSELECT job_id,\n\t\t\tdb_name,\n\t\t\ttable_name,\n\t\t\tquery,\n\t\t\tsession_id,\n\t\t\ttxnstart,\n\t\t\ttidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS\n\t\tFROM information_schema.ddl_jobs,\n\t\t\tinformation_schema.cluster_tidb_trx,\n\t\t\tinformation_schema.cluster_processlist\n\t\tWHERE (ddl_jobs.state != 'synced' and ddl_jobs.state != 'cancelled')\n\t\t\tAND Find_in_set(ddl_jobs.table_id, cluster_tidb_trx.related_table_ids)\n\t\t\tAND cluster_tidb_trx.session_id = cluster_processlist.id\n\t);"] [2024/05/06 10:44:26.487 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=71] [category=ddl] [job="ID:71, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2024-05-06 10:44:26.335 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:26.636 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=34] [neededSchemaVersion=35] ["start time"=2.788458ms] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[21]"] [2024/05/06 10:44:26.656 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:26.656 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=71] [version=35] [2024/05/06 10:44:26.659 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=26.754665ms] [job="ID:71, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:3, start time: 2024-05-06 10:44:26.335 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:26.787 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=71] [job="ID:71, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2024-05-06 10:44:26.335 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:26.906 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=71] [2024/05/06 10:44:26.906 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:26.910 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.605287435\n# Parse_time: 0\n# Compile_time: 0.008884925\n# Rewrite_time: 0.005095086\n# Optimize_time: 0\n# Wait_TS: 0.000161804\n# DB: mysql\n# Is_internal: true\n# Digest: a172d6921d84f3dfef86499a7dd2597e97dac0462659c90681507c90f25b177c\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE OR REPLACE VIEW mysql.tidb_mdl_view as ( SELECT job_id, db_name, table_name, query, session_id, txnstart, tidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS FROM information_schema.ddl_jobs, information_schema.cluster_tidb_trx, information_schema.cluster_processlist WHERE (ddl_jobs.state != 'synced' and ddl_jobs.state != 'cancelled') AND Find_in_set(ddl_jobs.table_id, cluster_tidb_trx.related_table_ids) AND cluster_tidb_trx.session_id = cluster_processlist.id );"] [2024/05/06 10:44:26.916 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2024/05/06 10:44:27.007 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:26.936 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:27.008 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:26.936 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:27.119 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:26.936 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:27.199 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:44:27.200 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:44:27.279 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=35] [neededSchemaVersion=36] ["start time"=2.488971ms] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [2024/05/06 10:44:27.307 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:27.307 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=73] [version=36] [2024/05/06 10:44:27.308 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=32.029499ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:26.936 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:27.459 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:26.936 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:27.546 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=73] [2024/05/06 10:44:27.547 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:27.548 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.634825096\n# Parse_time: 0\n# Compile_time: 0.003034005\n# Rewrite_time: 0.000014247\n# Optimize_time: 0\n# Wait_TS: 0.000171623\n# DB: mysql\n# Is_internal: true\n# Digest: d88a70e9c5bb5a28f5a1d1f52613093328fd73c5e78668fab2b1a9c260ab506b\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.plan_replayer_status ( sql_digest VARCHAR(128), plan_digest VARCHAR(128), origin_sql TEXT, token VARCHAR(128), update_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, fail_reason TEXT, instance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2024/05/06 10:44:27.553 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [user=] [2024/05/06 10:44:27.691 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:27.565 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:27.692 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:27.565 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:27.808 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:27.565 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:27.917 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=36] [neededSchemaVersion=37] ["start time"=2.290222ms] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [2024/05/06 10:44:27.931 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:27.931 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=75] [version=37] [2024/05/06 10:44:27.935 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=21.238614ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:27.565 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:28.064 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:27.565 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:28.144 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=75] [2024/05/06 10:44:28.144 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:28.146 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.594687098\n# Parse_time: 0\n# Compile_time: 0.00163884\n# Rewrite_time: 0.000010095\n# Optimize_time: 0\n# Wait_TS: 0.000143545\n# DB: mysql\n# Is_internal: true\n# Digest: 1ce2bb4fd69df5a5aeb254910aeeab700c1408b8c2de8f7dbe3ebbc11a4b1542\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.plan_replayer_task ( sql_digest VARCHAR(128) NOT NULL, plan_digest VARCHAR(128) NOT NULL, update_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (sql_digest,plan_digest));"] [2024/05/06 10:44:28.163 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [user=] [2024/05/06 10:44:28.217 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:44:28.217 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:44:28.254 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:28.178 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:28.254 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:28.178 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:28.333 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:28.178 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:28.535 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=37] [neededSchemaVersion=38] ["start time"=2.125967ms] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [2024/05/06 10:44:28.549 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:28.550 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=77] [version=38] [2024/05/06 10:44:28.550 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=24.797798ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:28.178 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:28.671 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:28.178 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:28.741 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=77] [2024/05/06 10:44:28.741 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:28.743 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.593996795\n# Parse_time: 0\n# Compile_time: 0.013339859\n# Rewrite_time: 0.000024254\n# Optimize_time: 0\n# Wait_TS: 0.000164388\n# DB: mysql\n# Is_internal: true\n# Digest: f2c0bd78cfe8f7e6b4f8b30f83a48ff4c49a1a9de1c1a0c721ec3561ac42865a\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_table_locked( table_id bigint(64) NOT NULL, modify_count bigint(64) NOT NULL DEFAULT 0, count bigint(64) NOT NULL DEFAULT 0, version bigint(64) UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY (table_id));"] [2024/05/06 10:44:28.758 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [user=] [2024/05/06 10:44:28.944 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:28.774 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:28.944 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:28.774 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:29.080 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:28.774 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:29.198 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:44:29.198 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:44:29.331 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=38] [neededSchemaVersion=39] ["start time"=5.157664ms] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [2024/05/06 10:44:29.346 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:29.346 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=79] [version=39] [2024/05/06 10:44:29.350 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=25.273012ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:28.774 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:29.453 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:28.774 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:29.620 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=79] [2024/05/06 10:44:29.620 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:29.622 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.869280721\n# Parse_time: 0\n# Compile_time: 0.005484603\n# Rewrite_time: 0.000014058\n# Optimize_time: 0\n# Wait_TS: 0.000169996\n# DB: mysql\n# Is_internal: true\n# Digest: 923db1cc9d609e172ea493293255661f5a9679f95604192db50211d133741170\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status ( table_id bigint(64) PRIMARY KEY, parent_table_id bigint(64), table_statistics text DEFAULT NULL, last_job_id varchar(64) DEFAULT NULL, last_job_start_time timestamp NULL DEFAULT NULL, last_job_finish_time timestamp NULL DEFAULT NULL, last_job_ttl_expire timestamp NULL DEFAULT NULL, last_job_summary text DEFAULT NULL, current_job_id varchar(64) DEFAULT NULL, current_job_owner_id varchar(64) DEFAULT NULL, current_job_owner_addr varchar(256) DEFAULT NULL, current_job_owner_hb_time timestamp, current_job_start_time timestamp NULL DEFAULT NULL, current_job_ttl_expire timestamp NULL DEFAULT NULL, current_job_state text DEFAULT NULL, current_job_status varchar(64) DEFAULT NULL, current_job_status_update_time timestamp NULL DEFAULT NULL);"] [2024/05/06 10:44:29.633 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [user=] [2024/05/06 10:44:29.758 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:29.648 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:29.759 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:29.648 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:29.852 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:29.648 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:30.067 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=39] [neededSchemaVersion=40] ["start time"=4.016277ms] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [2024/05/06 10:44:30.082 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:30.082 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=81] [version=40] [2024/05/06 10:44:30.084 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=21.256357ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:29.648 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:30.199 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:29.648 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:30.199 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:44:30.200 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:44:30.378 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=81] [2024/05/06 10:44:30.378 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:30.382 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.753080927\n# Parse_time: 0\n# Compile_time: 0.004350781\n# Rewrite_time: 0.000026749\n# Optimize_time: 0\n# Wait_TS: 0.000159351\n# DB: mysql\n# Is_internal: true\n# Digest: 99a5c0e89a0b881a0fa10de262495ae25955edb2a7ef8776054ab57aca80e0d7\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task ( job_id varchar(64) NOT NULL, table_id bigint(64) NOT NULL, scan_id int NOT NULL, scan_range_start BLOB, scan_range_end BLOB, expire_time timestamp NOT NULL, owner_id varchar(64) DEFAULT NULL, owner_addr varchar(64) DEFAULT NULL, owner_hb_time timestamp DEFAULT NULL, status varchar(64) DEFAULT 'waiting', status_update_time timestamp NULL DEFAULT NULL, state text, created_time timestamp NOT NULL, primary key(job_id, scan_id), key(created_time));"] [2024/05/06 10:44:30.396 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [user=] [2024/05/06 10:44:30.696 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:30.412 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:30.697 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:30.412 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:30.766 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:30.412 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:31.006 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=40] [neededSchemaVersion=41] ["start time"=4.868617ms] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [2024/05/06 10:44:31.021 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:31.021 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=83] [version=41] [2024/05/06 10:44:31.023 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=22.318813ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:30.412 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:31.147 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:30.412 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:31.197 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:44:31.197 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:44:31.279 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=83] [2024/05/06 10:44:31.279 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:31.284 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.894633081\n# Parse_time: 0\n# Compile_time: 0.006830551\n# Rewrite_time: 0.000015289\n# Optimize_time: 0\n# Wait_TS: 0.000186637\n# DB: mysql\n# Is_internal: true\n# Digest: a59d1fe47cade4697d39b0374d27cfee2fa302a4c752a5ae5073cecda386a0e8\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history ( job_id varchar(64) PRIMARY KEY, table_id bigint(64) NOT NULL, parent_table_id bigint(64) NOT NULL, table_schema varchar(64) NOT NULL, table_name varchar(64) NOT NULL, partition_name varchar(64) DEFAULT NULL, create_time timestamp NOT NULL, finish_time timestamp NOT NULL, ttl_expire timestamp NOT NULL, summary_text text, expired_rows bigint(64) DEFAULT NULL, deleted_rows bigint(64) DEFAULT NULL, error_delete_rows bigint(64) DEFAULT NULL, status varchar(64) NOT NULL, key(table_schema, table_name, create_time), key(parent_table_id, create_time), key(create_time) );"] [2024/05/06 10:44:31.293 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(256),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2024/05/06 10:44:31.384 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:31.306 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:31.384 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:31.306 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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(256),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [2024/05/06 10:44:31.456 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:31.306 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:31.651 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=41] [neededSchemaVersion=42] ["start time"=4.197055ms] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [2024/05/06 10:44:31.668 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:31.668 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=85] [version=42] [2024/05/06 10:44:31.675 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=29.166706ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:31.306 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:31.797 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:31.306 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:31.895 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=85] [2024/05/06 10:44:31.895 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:31.897 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.607602202\n# Parse_time: 0\n# Compile_time: 0.003738641\n# Rewrite_time: 0.000014209\n# Optimize_time: 0\n# Wait_TS: 0.00015473\n# DB: mysql\n# Is_internal: true\n# Digest: ef26160a7deabc6bec29842abbf81fbdf7e58bca7e08048232f6f46752f8a21a\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_global_task ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, task_key VARCHAR(256) NOT NULL, type VARCHAR(256) NOT NULL, dispatcher_id VARCHAR(256), state VARCHAR(64) NOT NULL, start_time TIMESTAMP, state_update_time TIMESTAMP, meta LONGBLOB, concurrency INT(11), step INT(11), error BLOB, key(state), UNIQUE KEY task_key(task_key) );"] [2024/05/06 10:44:31.905 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(256),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2024/05/06 10:44:32.123 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:31.922 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:32.124 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:31.922 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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(256),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [2024/05/06 10:44:32.202 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:44:32.202 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:44:32.305 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:31.922 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:32.531 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=42] [neededSchemaVersion=43] ["start time"=3.885544ms] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [2024/05/06 10:44:32.554 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:32.554 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=87] [version=43] [2024/05/06 10:44:32.555 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=28.108137ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:31.922 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:32.681 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:31.922 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:32.849 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=87] [2024/05/06 10:44:32.849 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:32.851 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.9491214\n# Parse_time: 0\n# Compile_time: 0.00357938\n# Rewrite_time: 0.000014498\n# Optimize_time: 0\n# Wait_TS: 0.000164619\n# DB: mysql\n# Is_internal: true\n# Digest: a5a1d5c843627691f3cc89cb2e7fb803206691414d3034e8b3b894022903612a\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, task_key VARCHAR(256) NOT NULL, type VARCHAR(256) NOT NULL, dispatcher_id VARCHAR(256), state VARCHAR(64) NOT NULL, start_time TIMESTAMP, state_update_time TIMESTAMP, meta LONGBLOB, concurrency INT(11), step INT(11), error BLOB, key(state), UNIQUE KEY task_key(task_key) );"] [2024/05/06 10:44:32.867 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.load_data_jobs (\n job_id bigint(64) NOT NULL AUTO_INCREMENT,\n expected_status ENUM('running', 'paused', 'canceled') NOT NULL DEFAULT 'running',\n create_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n start_time TIMESTAMP(6) NULL DEFAULT NULL,\n update_time TIMESTAMP(6) NULL DEFAULT NULL,\n end_time TIMESTAMP(6) NULL DEFAULT NULL,\n data_source TEXT NOT NULL,\n table_schema VARCHAR(64) NOT NULL,\n table_name VARCHAR(64) NOT NULL,\n import_mode VARCHAR(64) NOT NULL,\n create_user VARCHAR(32) NOT NULL,\n progress TEXT DEFAULT NULL,\n result_message TEXT DEFAULT NULL,\n error_message TEXT DEFAULT NULL,\n PRIMARY KEY (job_id),\n KEY (create_time),\n KEY (create_user));"] [user=] [2024/05/06 10:44:33.076 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:32.905 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:33.076 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:32.905 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.load_data_jobs (\n job_id bigint(64) NOT NULL AUTO_INCREMENT,\n expected_status ENUM('running', 'paused', 'canceled') NOT NULL DEFAULT 'running',\n create_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n start_time TIMESTAMP(6) NULL DEFAULT NULL,\n update_time TIMESTAMP(6) NULL DEFAULT NULL,\n end_time TIMESTAMP(6) NULL DEFAULT NULL,\n data_source TEXT NOT NULL,\n table_schema VARCHAR(64) NOT NULL,\n table_name VARCHAR(64) NOT NULL,\n import_mode VARCHAR(64) NOT NULL,\n create_user VARCHAR(32) NOT NULL,\n progress TEXT DEFAULT NULL,\n result_message TEXT DEFAULT NULL,\n error_message TEXT DEFAULT NULL,\n PRIMARY KEY (job_id),\n KEY (create_time),\n KEY (create_user));"] [2024/05/06 10:44:33.187 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:32.905 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:33.197 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:44:33.197 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:44:33.443 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=43] [neededSchemaVersion=44] ["start time"=4.716544ms] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [2024/05/06 10:44:33.459 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:33.480 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=89] [version=44] [2024/05/06 10:44:33.481 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=44.073418ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:32.905 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:33.597 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:32.905 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:33.753 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=89] [2024/05/06 10:44:33.753 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:33.755 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.893453047\n# Parse_time: 0\n# Compile_time: 0.006280211\n# Rewrite_time: 0.00001482\n# Optimize_time: 0\n# Wait_TS: 0.000159219\n# DB: mysql\n# Is_internal: true\n# Digest: e2898386d3bca5f06beab3a7d822c60bda7cb80cf08fc7e1423fa6aa3e1da547\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.load_data_jobs ( job_id bigint(64) NOT NULL AUTO_INCREMENT, expected_status ENUM('running', 'paused', 'canceled') NOT NULL DEFAULT 'running', create_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6), start_time TIMESTAMP(6) NULL DEFAULT NULL, update_time TIMESTAMP(6) NULL DEFAULT NULL, end_time TIMESTAMP(6) NULL DEFAULT NULL, data_source TEXT NOT NULL, table_schema VARCHAR(64) NOT NULL, table_name VARCHAR(64) NOT NULL, import_mode VARCHAR(64) NOT NULL, create_user VARCHAR(32) NOT NULL, progress TEXT DEFAULT NULL, result_message TEXT DEFAULT NULL, error_message TEXT DEFAULT NULL, PRIMARY KEY (job_id), KEY (create_time), KEY (create_user));"] [2024/05/06 10:44:33.777 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [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/06 10:44:33.906 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:33.804 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:33.906 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:33.804 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:34.032 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:33.804 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:34.199 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:44:34.199 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:44:34.266 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=44] [neededSchemaVersion=45] ["start time"=4.790795ms] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [2024/05/06 10:44:34.281 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:34.281 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=91] [version=45] [2024/05/06 10:44:34.283 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=22.567266ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:33.804 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:34.437 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:33.804 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:34.643 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=91] [2024/05/06 10:44:34.644 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:34.646 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.882631042\n# Parse_time: 0\n# Compile_time: 0.014562874\n# Rewrite_time: 0.000010369\n# Optimize_time: 0\n# Wait_TS: 0.000188465\n# DB: mysql\n# Is_internal: true\n# Digest: 1865863db4761960f0296bcf5386c3bb0c98aa299ac12888aa8054dc66681ee3\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs ( id bigint(64) NOT NULL AUTO_INCREMENT, create_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6), start_time TIMESTAMP(6) NULL DEFAULT NULL, update_time TIMESTAMP(6) NULL DEFAULT NULL, end_time TIMESTAMP(6) NULL DEFAULT NULL, table_schema VARCHAR(64) NOT NULL, table_name VARCHAR(64) NOT NULL, table_id bigint(64) NOT NULL, created_by VARCHAR(300) NOT NULL, parameters text NOT NULL, source_file_size bigint(64) NOT NULL, status VARCHAR(64) NOT NULL, step VARCHAR(64) NOT NULL, summary text DEFAULT NULL, error_message TEXT DEFAULT NULL, PRIMARY KEY (id), KEY (created_by), KEY (status));"] [2024/05/06 10:44:34.656 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [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/06 10:44:34.773 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:34.67 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:34.773 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:34.67 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:34.876 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:34.67 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:35.085 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=45] [neededSchemaVersion=46] ["start time"=3.40119ms] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [2024/05/06 10:44:35.104 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:35.104 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=93] [version=46] [2024/05/06 10:44:35.104 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=23.90614ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:34.67 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:35.211 +08:00] [ERROR] [runaway.go:153] ["try to get done runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:153\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:44:35.212 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist"] [2024/05/06 10:44:35.283 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:34.67 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:35.430 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=93] [2024/05/06 10:44:35.430 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:35.432 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.780705783\n# Parse_time: 0\n# Compile_time: 0.004505971\n# Rewrite_time: 0.000013694\n# Optimize_time: 0\n# Wait_TS: 0.000604159\n# DB: mysql\n# Is_internal: true\n# Digest: a2de40f38c40a12cca2de8ba7dffa75407607354a3f9335d67717fa5648c5128\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, resource_group_name varchar(32) not null, start_time datetime(6) NOT NULL, end_time datetime(6), watch bigint(10) NOT NULL, watch_text TEXT NOT NULL, source varchar(512) NOT NULL, action bigint(10), INDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\", INDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\" ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 10:44:35.466 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [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/06 10:44:35.588 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:35.482 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:35.588 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:35.482 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:35.669 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:35.482 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:35.867 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=46] [neededSchemaVersion=47] ["start time"=3.276069ms] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [2024/05/06 10:44:35.905 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:35.906 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=95] [version=47] [2024/05/06 10:44:35.907 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=43.218541ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:35.482 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:36.000 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:35.482 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:36.080 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=95] [2024/05/06 10:44:36.080 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:36.083 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.633365558\n# Parse_time: 0\n# Compile_time: 0.017056775\n# Rewrite_time: 0.000014322\n# Optimize_time: 0\n# Wait_TS: 0.000157138\n# DB: mysql\n# Is_internal: true\n# Digest: 138d4c5637e5b37a1254d33767e808750320baffba8200a31ad2008bb2b5df97\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries ( resource_group_name varchar(32) not null, time TIMESTAMP NOT NULL, match_type varchar(12) NOT NULL, action varchar(12) NOT NULL, original_sql TEXT NOT NULL, plan_digest TEXT NOT NULL, tidb_server varchar(512), INDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\", INDEX time_index(time) COMMENT \"accelerate the speed when querying with active watch\" ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 10:44:36.100 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [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/06 10:44:36.228 +08:00] [ERROR] [runaway.go:153] ["try to get done runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:153\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:44:36.228 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist"] [2024/05/06 10:44:36.258 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:36.122 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:36.259 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:36.122 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:36.346 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:36.122 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:36.733 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=47] [neededSchemaVersion=48] ["start time"=5.655851ms] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [2024/05/06 10:44:36.746 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:36.746 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=97] [version=48] [2024/05/06 10:44:36.747 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=20.076922ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:36.122 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:36.914 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:36.122 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:37.074 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=97] [2024/05/06 10:44:37.075 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:37.076 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.985013408\n# Parse_time: 0\n# Compile_time: 0.008428112\n# Rewrite_time: 0.000013162\n# Optimize_time: 0\n# Wait_TS: 0.000184396\n# DB: mysql\n# Is_internal: true\n# Digest: 9911fdd027ae330cb69c5cc84a8759473df277eda62594b0dc9b5a797f09a21d\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` ( ID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT, NAMESPACE VARCHAR(256) NOT NULL, TIMER_KEY VARCHAR(256) NOT NULL, TIMER_DATA BLOB, TIMEZONE VARCHAR(64) NOT NULL, SCHED_POLICY_TYPE VARCHAR(32) NOT NULL, SCHED_POLICY_EXPR VARCHAR(256) NOT NULL, HOOK_CLASS VARCHAR(64) NOT NULL, WATERMARK TIMESTAMP DEFAULT NULL, ENABLE TINYINT(2) NOT NULL, TIMER_EXT JSON NOT NULL, EVENT_STATUS VARCHAR(32) NOT NULL, EVENT_ID VARCHAR(64) NOT NULL, EVENT_DATA BLOB, EVENT_START TIMESTAMP DEFAULT NULL, SUMMARY_DATA BLOB, CREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, UPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, VERSION BIGINT(64) UNSIGNED NOT NULL, PRIMARY KEY (ID), UNIQUE KEY timer_key(NAMESPACE, TIMER_KEY), KEY hook_class(HOOK_CLASS) );"] [2024/05/06 10:44:37.095 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [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/06 10:44:37.192 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:44:37.108 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:37.193 +08:00] [INFO] [ddl.go:1067] ["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-06 10:44:37.108 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:44:37.237 +08:00] [ERROR] [runaway.go:153] ["try to get done runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:153\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:44:37.237 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist"] [2024/05/06 10:44:37.302 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:44:37.108 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:37.506 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=48] [neededSchemaVersion=49] ["start time"=3.37438ms] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [2024/05/06 10:44:37.527 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:37.528 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=99] [version=49] [2024/05/06 10:44:37.528 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=26.336457ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:37.108 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:37.617 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:44:37.108 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:37.749 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=99] [2024/05/06 10:44:37.749 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:37.751 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.669540878\n# Parse_time: 0\n# Compile_time: 0.014274504\n# Rewrite_time: 0.000012605\n# Optimize_time: 0\n# Wait_TS: 0.000165957\n# DB: mysql\n# Is_internal: true\n# Digest: 18ab068c70cca87bd99eadc5e483c12b4b41273470a58870b5f4e6eaf6322ce4\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, record_id BIGINT(20) not null, resource_group_name varchar(32) not null, start_time datetime(6) NOT NULL, end_time datetime(6), watch bigint(10) NOT NULL, watch_text TEXT NOT NULL, source varchar(512) NOT NULL, action bigint(10), done_time TIMESTAMP(6) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 10:44:37.756 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(100) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n keyspace_id bigint(8) NOT NULL DEFAULT -1);"] [user=] [2024/05/06 10:44:37.811 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:37.77 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:37.811 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:37.77 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(100) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n keyspace_id bigint(8) NOT NULL DEFAULT -1);"] [2024/05/06 10:44:37.898 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=101] [category=ddl] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2024-05-06 10:44:37.77 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:38.016 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=49] [neededSchemaVersion=50] ["start time"=2.144102ms] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [2024/05/06 10:44:38.039 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:38.039 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=101] [version=50] [2024/05/06 10:44:38.051 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=37.195654ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:37.77 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:38.126 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2024-05-06 10:44:37.77 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:38.216 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=101] [2024/05/06 10:44:38.216 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:38.218 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Query_time: 0.463808494\n# Parse_time: 0\n# Compile_time: 0.001955669\n# Rewrite_time: 0.000014129\n# Optimize_time: 0\n# Wait_TS: 0.000170941\n# DB: mysql\n# Is_internal: true\n# Digest: e6fb777f0f6dbe49ee82505c3e34cb0dc16475bdb08a5830595b47bf4d6a058b\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.dist_framework_meta ( host VARCHAR(100) NOT NULL PRIMARY KEY, role VARCHAR(64), keyspace_id bigint(8) NOT NULL DEFAULT -1);"] [2024/05/06 10:44:39.335 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 449567386034503680\n# Query_time: 0.682447294\n# Parse_time: 0\n# Compile_time: 0.353255227\n# Rewrite_time: 0.008974398\n# Optimize_time: 0\n# Wait_TS: 0\n# DB: mysql\n# Is_internal: true\n# Digest: eb58d96d7eba9ae407efec64db335db75d58891b8cfae5274e34deeeb21575de\n# Num_cop_tasks: 0\n# Mem_max: 360999\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('pQPwPDAJMjdfMQkwCTAJTi9BCTAJdGltZTozMTEuNm1zLCBsb29wczoxLCBwcmVwYXJlOiB7dG90YWw6IDUwLjQBIkxhdXRvX2lkX2FsbG9jYXRvcjogewUMZF9jbnQ6IDEsIEdldDp7bnVtX3JwYzo0LCB0AUEAXwVouDUwMi41wrVzfSwgY29tbWl0X3R4bjoge3ByZXdyaXRlOjUyNS45wrVzLCBnZXRfESQYczoyMC4xwgEXCRMUOjQ4MS42BREcc2xvd2VzdF8RQwV2BCB7BXVoOiAwLjAwMHMsIHJlZ2lvbl9pZDogMiwgc3RvAdsFBwgxLCAZjhhwcmltYXJ51kQADWQYbnVtOjEsIAXQEF9rZXlzGQ6cYnl0ZTozMn19fSwgaW5zZXJ0OjI2MS4ybXMJMTA0LjUgS0IJTi9BCg==')\n# Resource_group: default\nINSERT HIGH_PRIORITY INTO mysql.GLOBAL_VARIABLES VALUES (\"innodb_old_blocks_pct\", \"37\"), (\"innodb_old_blocks_time\", \"1000\"), (\"rpl_semi_sync_master_enabled\", \"OFF\"), (\"innodb_read_ahead_threshold\", \"56\"), (\"authentication_ldap_simple_bind_root_pwd\", \"\"), (\"connect_timeout\", \"10\"), (\"range_alloc_block_size\", \"4096\"), (\"event_scheduler\", \"OFF\"), (\"ndb_distribution\", \"\"), (\"tidb_opt_cpu_factor\", \"3\"), (\"max_seeks_for_key\", \"18446744073709551615\"), (\"server_id\", \"0\"), (\"slave_net_timeout\", \"3600\"), (\"innodb_adaptive_flushing_lwm\", \"10\"), (\"innodb_disable_sort_file_cache\", \"0\"), (\"innodb_file_format\", \"Barracuda\"), (\"innodb_autoextend_increment\", \"64\"), (\"stored_program_cache\", \"256\"), (\"tidb_enable_fast_table_check\", \"ON\"), (\"myisam_repair_threads\", \"1\"), (\"log_throttle_queries_not_using_indexes\", \"0\"), (\"tidb_top_sql_max_time_series_count\", \"100\"), (\"host_cache_size\", \"279\"), (\"tidb_enable_strict_double_type_check\", \"ON\"), (\"tidb_default_string_match_selectivity\", \"0.8\"), (\"innodb_max_dirty_pages_pct_lwm\", \"0\"), (\"innodb_buffer_pool_dump_now\", \"OFF\"), (\"innodb_ft_server_stopword_table\", \"\"), (\"key_cache_division_limit\", \"100\"), (\"slave_preserve_commit_order\", \"OFF\"), (\"tidb_enable_noop_variables\", \"ON\"), (\"innodb_max_purge_lag_delay\", \"0\"), (\"tidb_disable_txn_auto_retry\", \"ON\"), (\"relay_log_info_repository\", \"FILE\"), (\"innodb_stats_auto_recalc\", \"1\"), (\"tidb_enable_mutation_checker\", \"ON\"), (\"old_passwords\", \"0\"), (\"tidb_stats_load_pseudo_timeout\", \"ON\"), (\"profiling_history_size\", \"15\"), (\"innodb_status_output\", \"OFF\"), (\"tidb_sysproc_scan_concurrency\", \"1\"), (\"tidb_track_aggregate_memory_usage\", \"ON\"), (\"tidb_enable_ordered_result_mode\", \"OFF\"), (\"tidb_hash_join_concurrency\", \"-1\"), (\"tidb_evolve_plan_task_end_time\", \"23:59 +0000\"), (\"sql_warnings\", \"OFF\"), (\"tidb_enable_async_merge_global_stats\", \"ON\"), (\"innodb_monitor_reset\", \"\"), (\"ndb_log_binlog_index\", \"\"), (\"tidb_backoff_lock_fast\", \"10\"), (\"unique_checks\", \"ON\"), (\"rpl_semi_sync_master_timeout\", \"10000\"), (\"tidb_ttl_delete_rate_limit\", \"0\"), (\"tidb_opt_memory_factor\", \"0.001\"), (\"innodb_max_dirty_pages_pct\", \"75\"), (\"tidb_enable_index_merge\", \"ON\"), (\"new\", \"OFF\"), (\"tidb_opt_objective\", \"moderate\"), (\"tidb_skip_ascii_check\", \"OFF\"), (\"innodb_lru_scan_depth\", \"1024\"), (\"default_password_lifetime\", \"0\"), (\"tidb_enable_inl_join_inner_multi_pattern\", \"OFF\"), (\"preload_buffer_size\", \"32768\"), (\"tidb_enable_extended_stats\", \"OFF\"), (\"tidb_enable_auto_analyze\", \"OFF\"), (\"binlog_direct_non_transactional_updates\", \"OFF\"), (\"tidb_enable_stmt_summary\", \"ON\"), (\"tidb_enable_batch_dml\", \"OFF\"), (\"mpp_exchange_compression_mode\", \"UNSPECIFIED\"), (\"slave_checkpoint_period\", \"300\"), (\"tidb_enable_gc_aware_memory_track\", \"OFF\"), (\"net_read_timeout\", \"30\"), (\"authentication_ldap_simple_server_host\", \"\"), (\"relay_log_purge\", \"ON\"), (\"sha256_password_proxy_users\", \"\"), (\"enforce_gtid_consistency\", \"OFF\"), (\"innodb_change_buffering\", \"all\"), (\"character_set_connection\", \"utf8mb4\"), (\"init_connect\", \"\"), (\"innodb_buffer_pool_size\", \"134217728\"), (\"tidb_enable_unsafe_substitute\", \"OFF\"), (\"tidb_stats_cache_mem_quota\", \"0\"), (\"tidb_projection_concurrency\", \"-1\"), (\"validate_password.special_char_count\", \"1\"), (\"rpl_semi_sync_master_wait_point\", \"AFTER_SYNC\"), (\"tidb_auto_analyze_ratio\", \"0.5\"), (\"ndb_use_transactions\", \"\"), (\"concurrent_insert\", \"AUTO\"), (\"tidb_index_serial_scan_concurrency\", \"1\"), (\"collation_connection\", \"utf8mb4_bin\"), (\"tidb_stmt_summary_max_stmt_count\", \"3000\"), (\"tidb_store_limit\", \"0\"), (\"tidb_ddl_reorg_batch_size\", \"256\"), (\"innodb_replication_delay\", \"0\"), (\"big_tables\", \"OFF\"), (\"super_read_only\", \"OFF\"), (\"optimizer_trace\", \"enabled=off,one_line=off\"), (\"end_markers_in_json\", \"OFF\"), (\"tidb_allow_tiflash_cop\", \"OFF\"), (\"table_open_cache\", \"2000\"), (\"read_only\", \"OFF\"), (\"tidb_opt_force_inline_cte\", \"OFF\"), (\"tidb_enable_new_cost_interface\", \"ON\"), (\"optimizer_prune_level\", \"1\"), (\"transaction_isolation\", \"REPEATABLE-READ\"), (\"innodb_commit_concurrency\", \"0\"), (\"tidb_hashagg_partial_concurrency\", \"-1\"), (\"sql_require_primary_key\", \"OFF\"), (\"tidb_merge_join_conc(len:24736);"] [2024/05/06 10:44:39.714 +08:00] [INFO] [bootstrap.go:723] ["bootstrap successful"] ["take time"=36.520846188s] [2024/05/06 10:44:39.835 +08:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=3ec8ab6a-f99f-4a00-bfcf-c3f55a1faec6] [ownerKey=/tidb/ddl/fg/owner] [2024/05/06 10:44:39.835 +08:00] [INFO] [ddl_workerpool.go:83] ["closing workerPool"] [category=ddl] [2024/05/06 10:44:39.836 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 4, tp add index"] [category=ddl] ["take time"=31.102ยตs] [2024/05/06 10:44:39.836 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 5, tp add index"] [category=ddl] ["take time"=19.315ยตs] [2024/05/06 10:44:39.836 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 2, tp add index"] [category=ddl] ["take time"=13.389ยตs] [2024/05/06 10:44:39.836 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 3, tp add index"] [category=ddl] ["take time"=17.16ยตs] [2024/05/06 10:44:39.836 +08:00] [INFO] [ddl_workerpool.go:83] ["closing workerPool"] [category=ddl] [2024/05/06 10:44:39.836 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 1, tp general"] [category=ddl] ["take time"=13.669ยตs] [2024/05/06 10:44:39.836 +08:00] [INFO] [delete_range.go:150] ["closing delRange"] [category=ddl] [2024/05/06 10:44:39.836 +08:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 10:44:39.865 +08:00] [INFO] [ddl.go:872] ["DDL closed"] [category=ddl] [ID=3ec8ab6a-f99f-4a00-bfcf-c3f55a1faec6] ["take time"=51.590722ms] [2024/05/06 10:44:39.865 +08:00] [INFO] [ddl.go:698] ["stop DDL"] [category=ddl] [ID=3ec8ab6a-f99f-4a00-bfcf-c3f55a1faec6] [2024/05/06 10:44:39.877 +08:00] [INFO] [domain.go:693] ["infoSyncerKeeper exited."] [2024/05/06 10:44:39.877 +08:00] [INFO] [domain.go:665] ["topNSlowQueryLoop exited."] [2024/05/06 10:44:39.877 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 10:44:39.877 +08:00] [INFO] [domain.go:719] ["globalConfigSyncerKeeper exited."] [2024/05/06 10:44:39.877 +08:00] [INFO] [domain.go:1340] ["closestReplicaReadCheckLoop exited."] [2024/05/06 10:44:39.878 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 10:44:39.878 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 10:44:39.878 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 10:44:39.878 +08:00] [INFO] [domain.go:886] ["loadSchemaInLoop exited."] [2024/05/06 10:44:39.878 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 10:44:39.878 +08:00] [INFO] [domain.go:743] ["topologySyncerKeeper exited."] [2024/05/06 10:44:39.878 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 10:44:39.878 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 10:44:39.878 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 10:44:39.882 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 10:44:39.883 +08:00] [INFO] [domain.go:1053] ["domain closed"] ["take time"=69.37863ms] [2024/05/06 10:44:39.883 +08:00] [INFO] [tidb.go:80] ["new domain"] [store=3d63732b-9214-4f44-bcba-7b2c00c78599] ["ddl lease"=200ms] ["stats lease"=3s] ["index usage sync lease"=0s] [2024/05/06 10:44:40.188 +08:00] [WARN] [controller.go:185] ["[resource group controller] server does not save config, load config failed"] [2024/05/06 10:44:40.189 +08:00] [INFO] [controller.go:172] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"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,\"DegradedModeWaitDuration\":0}"] [2024/05/06 10:44:40.426 +08:00] [INFO] [domain.go:302] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=50] ["start time"=234.686977ms] [2024/05/06 10:44:40.432 +08:00] [INFO] [domain.go:617] ["full load and reset schema validator"] [2024/05/06 10:44:40.432 +08:00] [WARN] [domain.go:629] ["loading schema takes a long time"] ["take time"=242.230045ms] [2024/05/06 10:44:40.432 +08:00] [INFO] [ddl.go:743] ["start DDL"] [category=ddl] [ID=ad921824-204b-4620-9e54-853d9e3639c8] [runWorker=true] [2024/05/06 10:44:40.432 +08:00] [INFO] [ddl.go:706] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 10:44:40.436 +08:00] [INFO] [delete_range.go:160] ["start delRange emulator"] [category=ddl] [2024/05/06 10:44:40.436 +08:00] [WARN] [env.go:53] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2024/05/06 10:44:40.436 +08:00] [WARN] [domain.go:1257] ["loading schema takes a long time, we do a new reload"] ["take time"=246.671519ms] [2024/05/06 10:44:40.436 +08:00] [INFO] [job_table.go:316] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 10:44:40.437 +08:00] [INFO] [job_table.go:331] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 10:44:40.438 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 10:44:40.438 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 10:44:40.438 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 10:44:40.438 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 10:44:40.438 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 10:44:40.438 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 10:44:40.438 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 10:44:40.438 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 10:44:40.438 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 10:44:40.438 +08:00] [WARN] [domain.go:1305] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 10:44:40.477 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 10:44:40.477 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=handleEvolvePlanTasksLoop] [2024/05/06 10:44:40.478 +08:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2024/05/06 10:44:40.547 +08:00] [INFO] [sysvar.go:2563] ["set resource control"] [enable=true] [2024/05/06 10:44:40.550 +08:00] [INFO] [controller.go:435] ["[resource group controller] create resource group cost controller"] [name=default] [2024/05/06 10:44:40.695 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 10:44:40.788 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 10:44:40.807 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=PlanReplayerTaskCollectHandle] [2024/05/06 10:44:40.807 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=PlanReplayerTaskDumpHandle] [2024/05/06 10:44:40.807 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 10:44:40.807 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=HistoricalStatsWorker] [2024/05/06 10:44:40.807 +08:00] [INFO] [domain.go:2080] ["PlanReplayerTaskDumpHandle started"] [2024/05/06 10:44:40.807 +08:00] [INFO] [plan_replayer.go:413] ["planReplayerTaskDumpWorker started."] [2024/05/06 10:44:40.807 +08:00] [INFO] [domain.go:2058] ["PlanReplayerTaskCollectHandle started"] [2024/05/06 10:44:40.807 +08:00] [INFO] [domain.go:2112] ["dumpFileGcChecker started"] [2024/05/06 10:44:40.807 +08:00] [INFO] [domain.go:2145] ["HistoricalStatsWorker started"] [2024/05/06 10:44:40.811 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=loadStatsWorker] [2024/05/06 10:44:40.811 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=updateStatsWorker] [2024/05/06 10:44:40.811 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=autoAnalyzeWorker] [2024/05/06 10:44:40.811 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=gcAnalyzeHistory] [2024/05/06 10:44:40.813 +08:00] [INFO] [domain.go:2439] ["updateStatsWorker started."] [2024/05/06 10:44:40.815 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 10:44:40.815 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 10:44:40.821 +08:00] [INFO] [task_manager.go:216] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4] [2024/05/06 10:44:40.821 +08:00] [INFO] [task_manager.go:216] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4] [2024/05/06 10:44:40.827 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=50] [cur_db=test] [sql="drop table if exists t"] [user=] [2024/05/06 10:44:40.841 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=50] [cur_db=test] [sql="create table t(a int)"] [user=] [2024/05/06 10:44:40.896 +08:00] [INFO] [domain.go:1499] ["dist task scheduler manager started"] [2024/05/06 10:44:40.926 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:102, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:40.894 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:40.927 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:103, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:102, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:40.894 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="create table t(a int)"] [2024/05/06 10:44:40.933 +08:00] [INFO] [domain.go:2348] ["init stats info time"] [lite=true] ["take time"=120.89563ms] [2024/05/06 10:44:41.032 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=103] [conn=1] [category=ddl] [job="ID:103, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-06 10:44:40.894 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:41.108 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=50] [neededSchemaVersion=51] ["start time"=1.468997ms] [gotSchemaVersion=51] [phyTblIDs="[102]"] [actionTypes="[3]"] [2024/05/06 10:44:41.137 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:41.137 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=103] [version=51] [2024/05/06 10:44:41.137 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=31.724386ms] [job="ID:103, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:102, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:40.894 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:41.288 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=103] [conn=1] [job="ID:103, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-06 10:44:40.894 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:41.332 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=103] [2024/05/06 10:44:41.333 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:41.342 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Conn_ID: 1\n# Query_time: 0.512983847\n# Parse_time: 0.00053698\n# Compile_time: 0.011791416\n# Rewrite_time: 0.000013497\n# Optimize_time: 0.000492424\n# Wait_TS: 0.000135898\n# DB: test\n# Is_internal: false\n# Digest: 502809fb762949a45126a72a5116ca0a2c46abd120256786223833b61a389de9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse test;\ncreate table t(a int);"] [2024/05/06 10:44:41.381 +08:00] [INFO] [domain.go:909] ["reload schema in loop, schema syncer need restart"] [2024/05/06 10:44:41.381 +08:00] [INFO] [schema_validator.go:99] ["the schema validator stops"] [2024/05/06 10:44:41.381 +08:00] [INFO] [domain.go:972] ["reload the schema failed"] [error="mock reload failed"] [errorVerbose="mock reload failed\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:573\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).mustReload\n\tpkg/domain/domain.go:965\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:923\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init.func2\n\tpkg/domain/domain.go:1266\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 10:44:41.397 +08:00] [WARN] [2pc.go:1803] ["schemaLeaseChecker is not set for this transaction"] [sessionID=1] [startTS=449567386867073024] [checkTS=449567386867335168] [2024/05/06 10:44:41.401 +08:00] [INFO] [schema_validator.go:235] ["the schema validator stopped before checking"] [2024/05/06 10:44:41.585 +08:00] [INFO] [domain.go:972] ["reload the schema failed"] [error="mock reload failed"] [errorVerbose="mock reload failed\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:573\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).mustReload\n\tpkg/domain/domain.go:965\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:923\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init.func2\n\tpkg/domain/domain.go:1266\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 10:44:41.789 +08:00] [INFO] [domain.go:972] ["reload the schema failed"] [error="mock reload failed"] [errorVerbose="mock reload failed\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:573\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).mustReload\n\tpkg/domain/domain.go:965\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:923\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init.func2\n\tpkg/domain/domain.go:1266\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 10:44:41.827 +08:00] [INFO] [runtime.go:160] ["TimerGroupRuntime loop started"] [groupID=ttl] [2024/05/06 10:44:41.827 +08:00] [INFO] [runtime.go:402] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true] [2024/05/06 10:44:41.899 +08:00] [INFO] [dispatcher_manager.go:243] ["subtask table gc loop start"] [2024/05/06 10:44:41.899 +08:00] [INFO] [dispatcher_manager.go:156] ["dispatch task loop start"] [2024/05/06 10:44:41.899 +08:00] [INFO] [dispatcher_manager.go:293] ["cleanUp loop start"] [2024/05/06 10:44:41.905 +08:00] [WARN] [session.go:946] ["can not retry txn"] [label=general] [error="[domain:8027]Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV"] [errorVerbose="[domain:8027]Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).checkSchemaValid\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1811\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).execute\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1636\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*KVTxn).Commit\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/txn.go:508\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:99\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:428\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:786\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:667\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:920\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:1047\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:297\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:259\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2435\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2275\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:363\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:336\npkg/ddl/tests/fail/fail_test_test.TestFailSchemaSyncer\n\tpkg/ddl/tests/fail/fail_db_test.go:250\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:174\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr\n\tpkg/store/driver/error/error.go:190\ngithub.com/pingcap/tidb/pkg/store/driver/txn.extractKeyErr\n\tpkg/store/driver/txn/error.go:164\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).extractKeyErr\n\tpkg/store/driver/txn/txn_driver.go:319\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:100\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:428\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:786\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:667\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:920\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:1047\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:297\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:259\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2435\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2275\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:363\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:336\npkg/ddl/tests/fail/fail_test_test.TestFailSchemaSyncer\n\tpkg/ddl/tests/fail/fail_db_test.go:250\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [IsBatchInsert=false] [IsPessimistic=false] [InRestrictedSQL=false] [tidb_retry_limit=10] [tidb_disable_txn_auto_retry=true] [2024/05/06 10:44:41.906 +08:00] [WARN] [session.go:962] ["commit failed"] ["finished txn"="Txn{state=invalid}"] [error="[domain:8027]Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV"] [errorVerbose="[domain:8027]Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).checkSchemaValid\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1811\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).execute\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1636\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*KVTxn).Commit\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/txn.go:508\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:99\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:428\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:786\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:667\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:920\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:1047\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:297\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:259\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2435\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2275\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:363\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:336\npkg/ddl/tests/fail/fail_test_test.TestFailSchemaSyncer\n\tpkg/ddl/tests/fail/fail_db_test.go:250\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:174\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr\n\tpkg/store/driver/error/error.go:190\ngithub.com/pingcap/tidb/pkg/store/driver/txn.extractKeyErr\n\tpkg/store/driver/txn/error.go:164\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).extractKeyErr\n\tpkg/store/driver/txn/txn_driver.go:319\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:100\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:428\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:786\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:667\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:920\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:1047\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:297\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:259\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2435\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2275\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:363\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:336\npkg/ddl/tests/fail/fail_test_test.TestFailSchemaSyncer\n\tpkg/ddl/tests/fail/fail_db_test.go:250\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 10:44:41.908 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 449567386866810880\n# Conn_ID: 1\n# Query_time: 0.514692804\n# Parse_time: 0.000671156\n# Compile_time: 0.001763193\n# Rewrite_time: 0.00015939\n# Optimize_time: 0.000492424\n# Wait_TS: 0.000147575\n# Prewrite_time: 0.00056728 Get_commit_ts_time: 0.000017865 Slowest_prewrite_rpc_detail: {total:0.000s, region_id: 2, store: store1, } Write_keys: 1 Write_size: 29 Prewrite_region: 1\n# DB: test\n# Is_internal: false\n# Digest: 9992c05258fcc0114c897ecd02144a71a1948e3a30f17f6b49819681757483ff\n# Num_cop_tasks: 0\n# Mem_max: 8264\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: false\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('zATwVTAJMjdfMQkwCTAJTi9BCTAJdGltZTo0LjU3bXMsIGxvb3BzOjEsIHByZXBhcmU6IHt0b3RhbDogMjUyLjnCtXMsIGF1dG9faWRfYWxsb2NhdG9yOiB7BQxgX2NudDogMSwgR2V0OntudW1fcnBjOjQsIAVDAF8JaZA5Mi4zwrVzfSwgY29tbWl0X3R4bjoge3ByZXdyaXRlOjUwNS42BWgMZ2V0XxEkFHM6MTkuNQUXCRMQOjEuODMBshxzbG93ZXN0XxFBBXQVtmwwLjAwMHMsIHJlZ2lvbl9pZDogMiwgc3RvcmU6CQcIMSwgGYwYcHJpbWFyeUZEAAAyikQADWQIbnVtIUEFzhBfa2V5cxkOWGJ5dGU6MzJ9fX0sIGluc2VydDo0LjMyAccJ1kINAQQ2NyUuACw+DQEANy2M/v4ACf6augBAMjl9CTcyIEJ5dGVzCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('1gTwXgrRBAoISW5zZXJ0XzE4AUABUgNOL0FaFHRpbWU6NC41N21zLCBsb29wczoxYu4CcHJlcGFyZToge3RvdGFsOiAyNTIuOcK1cywgYXV0b19pZF9hbGxvY2F0b3I6IHthAQxgX2NudDogMSwgR2V0OntudW1fcnBjOjQsIAVDAF8Jarg5Mi4zwrVzfSwgY29tbWl0X3R4bjoge3ByZXdyaXRlOjUwNS42wrVzLCBnZXRfYw0kFHM6MTkuNQUXCTcQOjEuODMBsxxzbG93ZXN0XxFBBXQVtmwwLjAwMHMsIHJlZ2lvbl9pZDogMiwgc3RvcmU6CQcIMSwgGYwYcHJpbWFyeUZEAAAyikQADWQYbnVtOjEsIAXOEF9rZXlzGQ5sYnl0ZTozMn19fSwgaW5zZXJ0OjQuMzJtc2KnAQnXQg4BBDY3JS8ALD4OAQQ3LimN/v8ACf+auwBEMjl9cEh4////////////ARgB')\n# Resource_group: default\ninsert into t values(1);"] [2024/05/06 10:44:41.909 +08:00] [WARN] [session.go:2287] ["run statement failed"] [schemaVersion=51] [error="[domain:8027]Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV"] [errorVerbose="[domain:8027]Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).checkSchemaValid\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1811\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).execute\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1636\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*KVTxn).Commit\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/txn.go:508\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:99\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:428\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:786\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:667\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:920\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:1047\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:297\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:259\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2435\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2275\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:363\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:336\npkg/ddl/tests/fail/fail_test_test.TestFailSchemaSyncer\n\tpkg/ddl/tests/fail/fail_db_test.go:250\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:174\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr\n\tpkg/store/driver/error/error.go:190\ngithub.com/pingcap/tidb/pkg/store/driver/txn.extractKeyErr\n\tpkg/store/driver/txn/error.go:164\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).extractKeyErr\n\tpkg/store/driver/txn/txn_driver.go:319\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:100\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:428\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:786\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:667\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:920\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:1047\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:297\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:259\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2435\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2275\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:363\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:336\npkg/ddl/tests/fail/fail_test_test.TestFailSchemaSyncer\n\tpkg/ddl/tests/fail/fail_db_test.go:250\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [session="{\n \"currDBName\": \"test\",\n \"id\": 1,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] [2024/05/06 10:44:41.992 +08:00] [INFO] [schema_validator.go:137] ["the schema validator stopped before updating"] [2024/05/06 10:44:41.993 +08:00] [INFO] [domain.go:967] ["mustReload succeed"] [2024/05/06 10:44:41.993 +08:00] [INFO] [schema_validator.go:110] ["the schema validator restarts"] [2024/05/06 10:44:41.993 +08:00] [INFO] [domain.go:930] ["schema syncer restarted"] [2024/05/06 10:44:42.441 +08:00] [INFO] [info.go:1182] [SetTiFlashGroupConfig] [2024/05/06 10:44:42.518 +08:00] [WARN] [session.go:946] ["can not retry txn"] [label=general] [error="[domain:8027]Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV"] [errorVerbose="[domain:8027]Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).checkSchemaValid\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1811\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).execute\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1636\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*KVTxn).Commit\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/txn.go:508\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:99\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:428\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:786\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:667\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:920\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:1047\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:297\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:259\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2435\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2275\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:363\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:336\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\tpkg/testkit/testkit.go:409\npkg/ddl/tests/fail/fail_test_test.TestFailSchemaSyncer\n\tpkg/ddl/tests/fail/fail_db_test.go:262\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:174\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr\n\tpkg/store/driver/error/error.go:190\ngithub.com/pingcap/tidb/pkg/store/driver/txn.extractKeyErr\n\tpkg/store/driver/txn/error.go:164\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).extractKeyErr\n\tpkg/store/driver/txn/txn_driver.go:319\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:100\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:428\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:786\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:667\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:920\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:1047\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:297\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:259\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2435\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2275\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:363\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:336\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\tpkg/testkit/testkit.go:409\npkg/ddl/tests/fail/fail_test_test.TestFailSchemaSyncer\n\tpkg/ddl/tests/fail/fail_db_test.go:262\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [IsBatchInsert=false] [IsPessimistic=false] [InRestrictedSQL=false] [tidb_retry_limit=10] [tidb_disable_txn_auto_retry=true] [2024/05/06 10:44:42.519 +08:00] [WARN] [session.go:962] ["commit failed"] ["finished txn"="Txn{state=invalid}"] [error="[domain:8027]Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV"] [errorVerbose="[domain:8027]Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).checkSchemaValid\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1811\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).execute\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1636\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*KVTxn).Commit\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/txn.go:508\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:99\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:428\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:786\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:667\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:920\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:1047\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:297\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:259\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2435\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2275\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:363\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:336\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\tpkg/testkit/testkit.go:409\npkg/ddl/tests/fail/fail_test_test.TestFailSchemaSyncer\n\tpkg/ddl/tests/fail/fail_db_test.go:262\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:174\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr\n\tpkg/store/driver/error/error.go:190\ngithub.com/pingcap/tidb/pkg/store/driver/txn.extractKeyErr\n\tpkg/store/driver/txn/error.go:164\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).extractKeyErr\n\tpkg/store/driver/txn/txn_driver.go:319\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:100\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:428\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:786\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:667\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:920\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:1047\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:297\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:259\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2435\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2275\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:363\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:336\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\tpkg/testkit/testkit.go:409\npkg/ddl/tests/fail/fail_test_test.TestFailSchemaSyncer\n\tpkg/ddl/tests/fail/fail_db_test.go:262\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 10:44:42.521 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 449567387028815872\n# Conn_ID: 1\n# Query_time: 0.510469364\n# Parse_time: 0.000582959\n# Compile_time: 0.001900894\n# Rewrite_time: 0.000166356\n# Optimize_time: 0.000492424\n# Wait_TS: 0.000172932\n# Prewrite_time: 0.000555785 Get_commit_ts_time: 0.000020155 Slowest_prewrite_rpc_detail: {total:0.000s, region_id: 2, store: store1, } Write_keys: 1 Write_size: 29 Prewrite_region: 1\n# DB: test\n# Is_internal: false\n# Digest: 9992c05258fcc0114c897ecd02144a71a1948e3a30f17f6b49819681757483ff\n# Num_cop_tasks: 0\n# Mem_max: 8264\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: false\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('ggLYMAkyN18xCTAJMAlOL0EJMAl0aW1lOjczNC45wrVzLCBsb29wczoxLCBwcmVwYXJlOiAyNzIuNwUcLGluc2VydDo0NjIuMQURaGNvbW1pdF90eG46IHtwcmV3cml0ZTo1NTUuOAUgDGdldF8RJBRzOjIwLjIFFxxzbG93ZXN0XxEy0F9ycGM6IHt0b3RhbDogMC4wMDBzLCByZWdpb25faWQ6IDIsIHN0b3JlOiBzdG9yZTEsIH0sESAIbnVtAa8FexBfa2V5cxkOVGJ5dGU6Mjl9CTcyIEJ5dGVzCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('iwLwPgqGAgoISW5zZXJ0XzE4AUABUgNOL0FaFnRpbWU6NzM0LjnCtXMsIGxvb3BzOjFiInByZXBhcmU6IDI3Mi43wgEcBGluAT7AOjQ2Mi4xwrVzYqcBY29tbWl0X3R4bjoge3ByZXdyaXRlOjU1NS44wrVzLCBnZXRfYw0kFHM6MjAuMgUXHHNsb3dlc3RfETKYX3JwYzoge3RvdGFsOiAwLjAwMHMsIHJlZ2lvbl9pZDogMiwgc3RvAY4AcwEHDDEsIH0VIBhudW06MSwgBXsQX2tleXMZDlhieXRlOjI5fXBIeP///////////wEYAQ==')\n# Resource_group: default\ninsert into t values(1);"] [2024/05/06 10:44:42.522 +08:00] [WARN] [session.go:2287] ["run statement failed"] [schemaVersion=51] [error="[domain:8027]Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV"] [errorVerbose="[domain:8027]Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).checkSchemaValid\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1811\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).execute\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1636\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*KVTxn).Commit\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/txn.go:508\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:99\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:428\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:786\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:667\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:920\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:1047\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:297\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:259\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2435\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2275\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:363\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:336\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\tpkg/testkit/testkit.go:409\npkg/ddl/tests/fail/fail_test_test.TestFailSchemaSyncer\n\tpkg/ddl/tests/fail/fail_db_test.go:262\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:174\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr\n\tpkg/store/driver/error/error.go:190\ngithub.com/pingcap/tidb/pkg/store/driver/txn.extractKeyErr\n\tpkg/store/driver/txn/error.go:164\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).extractKeyErr\n\tpkg/store/driver/txn/txn_driver.go:319\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:100\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:428\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:786\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:667\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:920\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:1047\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:297\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:259\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2435\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2275\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:363\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:336\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\tpkg/testkit/testkit.go:409\npkg/ddl/tests/fail/fail_test_test.TestFailSchemaSyncer\n\tpkg/ddl/tests/fail/fail_db_test.go:262\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [session="{\n \"currDBName\": \"test\",\n \"id\": 1,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] fail_db_test.go:263: Error Trace: pkg/ddl/tests/fail/fail_db_test.go:263 Error: Received unexpected error: [domain:8027]Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV github.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).checkSchemaValid external/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1811 github.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).execute external/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1636 github.com/tikv/client-go/v2/txnkv/transaction.(*KVTxn).Commit external/com_github_tikv_client_go_v2/txnkv/transaction/txn.go:508 github.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit pkg/store/driver/txn/txn_driver.go:99 github.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit pkg/session/txn.go:428 github.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData pkg/session/session.go:786 github.com/pingcap/tidb/pkg/session.(*session).doCommit pkg/session/session.go:667 github.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry pkg/session/session.go:920 github.com/pingcap/tidb/pkg/session.(*session).CommitTxn pkg/session/session.go:1047 github.com/pingcap/tidb/pkg/session.autoCommitAfterStmt pkg/session/tidb.go:297 github.com/pingcap/tidb/pkg/session.finishStmt pkg/session/tidb.go:259 github.com/pingcap/tidb/pkg/session.runStmt pkg/session/session.go:2435 github.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt pkg/session/session.go:2275 github.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext pkg/testkit/testkit.go:363 github.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec pkg/testkit/testkit.go:336 github.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr pkg/testkit/testkit.go:409 pkg/ddl/tests/fail/fail_test_test.TestFailSchemaSyncer pkg/ddl/tests/fail/fail_db_test.go:262 testing.tRunner GOROOT/src/testing/testing.go:1595 runtime.goexit src/runtime/asm_amd64.s:1650 github.com/pingcap/errors.AddStack external/com_github_pingcap_errors/errors.go:174 github.com/pingcap/errors.Trace external/com_github_pingcap_errors/juju_adaptor.go:15 github.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr pkg/store/driver/error/error.go:190 github.com/pingcap/tidb/pkg/store/driver/txn.extractKeyErr pkg/store/driver/txn/error.go:164 github.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).extractKeyErr pkg/store/driver/txn/txn_driver.go:319 github.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit pkg/store/driver/txn/txn_driver.go:100 github.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit pkg/session/txn.go:428 github.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData pkg/session/session.go:786 github.com/pingcap/tidb/pkg/session.(*session).doCommit pkg/session/session.go:667 github.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry pkg/session/session.go:920 github.com/pingcap/tidb/pkg/session.(*session).CommitTxn pkg/session/session.go:1047 github.com/pingcap/tidb/pkg/session.autoCommitAfterStmt pkg/session/tidb.go:297 github.com/pingcap/tidb/pkg/session.finishStmt pkg/session/tidb.go:259 github.com/pingcap/tidb/pkg/session.runStmt pkg/session/session.go:2435 github.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt pkg/session/session.go:2275 github.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext pkg/testkit/testkit.go:363 github.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec pkg/testkit/testkit.go:336 github.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr pkg/testkit/testkit.go:409 pkg/ddl/tests/fail/fail_test_test.TestFailSchemaSyncer pkg/ddl/tests/fail/fail_db_test.go:262 testing.tRunner GOROOT/src/testing/testing.go:1595 runtime.goexit src/runtime/asm_amd64.s:1650 Test: TestFailSchemaSyncer [2024/05/06 10:44:42.526 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=51] [cur_db=test] [sql="drop table if exists t"] [user=] [2024/05/06 10:44:42.573 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:104, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:102, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:42.537 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:44:42.573 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:104, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:102, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:42.537 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="drop table if exists t"] [2024/05/06 10:44:42.674 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=104] [conn=1] [category=ddl] [job="ID:104, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-06 10:44:42.537 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:42.755 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=51] [neededSchemaVersion=52] ["start time"=357.584ยตs] [gotSchemaVersion=52] [phyTblIDs="[102]"] [actionTypes="[4]"] [2024/05/06 10:44:42.781 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:42.782 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=104] [version=52] [2024/05/06 10:44:42.782 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=36.204001ms] [job="ID:104, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:102, RowCount:0, ArgLen:2, start time: 2024-05-06 10:44:42.537 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:42.899 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=104] [conn=1] [category=ddl] [job="ID:104, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-06 10:44:42.537 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:42.956 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=52] [neededSchemaVersion=53] ["start time"=463.582ยตs] [gotSchemaVersion=53] [phyTblIDs="[]"] [actionTypes="[]"] [2024/05/06 10:44:42.971 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:42.971 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=104] [version=53] [2024/05/06 10:44:42.971 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=16.189594ms] [job="ID:104, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-06 10:44:42.537 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:43.103 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=104] [conn=1] [category=ddl] [job="ID:104, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-06 10:44:42.537 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:43.191 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=53] [neededSchemaVersion=54] ["start time"=469.579ยตs] [gotSchemaVersion=54] [phyTblIDs="[]"] [actionTypes="[]"] [2024/05/06 10:44:43.217 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:44:43.217 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=104] [version=54] [2024/05/06 10:44:43.222 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=32.705916ms] [job="ID:104, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 10:44:42.537 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:43.373 +08:00] [INFO] [delete_range.go:467] ["insert into delete-range table"] [category=ddl] [jobID=104] [elementID=1] [comment="table ID is 102"] [2024/05/06 10:44:43.383 +08:00] [INFO] [delete_range.go:111] ["add job into delete-range table"] [category=ddl] [jobID=104] [jobType="drop table"] [2024/05/06 10:44:43.388 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=104] [conn=1] [job="ID:104, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 10:44:42.537 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:44:43.460 +08:00] [INFO] [delete_range.go:247] ["delRange emulator complete task"] [category=ddl] [jobID=104] [elementID=1] [startKey=748000000000000066] [endKey=748000000000000067] [2024/05/06 10:44:43.519 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=104] [2024/05/06 10:44:43.520 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:44:43.524 +08:00] [WARN] [adapter.go:1663] ["# Txn_start_ts: 0\n# Conn_ID: 1\n# Query_time: 0.999108332\n# Parse_time: 0.000424394\n# Compile_time: 0.000925282\n# Rewrite_time: 0.000015601\n# Optimize_time: 0.000492424\n# Wait_TS: 0.000175715\n# DB: test\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Mem_max: 8192\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 10:44:43.533 +08:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=ad921824-204b-4620-9e54-853d9e3639c8] [ownerKey=/tidb/ddl/fg/owner] [2024/05/06 10:44:43.533 +08:00] [INFO] [ddl_workerpool.go:83] ["closing workerPool"] [category=ddl] [2024/05/06 10:44:43.533 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 10, tp add index"] [category=ddl] ["take time"=42.796ยตs] [2024/05/06 10:44:43.534 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 7, tp add index"] [category=ddl] ["take time"=19.493ยตs] [2024/05/06 10:44:43.534 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 8, tp add index"] [category=ddl] ["take time"=18.405ยตs] [2024/05/06 10:44:43.534 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 9, tp add index"] [category=ddl] ["take time"=18.378ยตs] [2024/05/06 10:44:43.534 +08:00] [INFO] [ddl_workerpool.go:83] ["closing workerPool"] [category=ddl] [2024/05/06 10:44:43.534 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 6, tp general"] [category=ddl] ["take time"=8.764ยตs] [2024/05/06 10:44:43.534 +08:00] [INFO] [delete_range.go:150] ["closing delRange"] [category=ddl] [2024/05/06 10:44:43.534 +08:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 10:44:43.537 +08:00] [INFO] [ddl.go:872] ["DDL closed"] [category=ddl] [ID=ad921824-204b-4620-9e54-853d9e3639c8] ["take time"=13.096238ms] [2024/05/06 10:44:43.537 +08:00] [INFO] [ddl.go:698] ["stop DDL"] [category=ddl] [ID=ad921824-204b-4620-9e54-853d9e3639c8] [2024/05/06 10:44:43.537 +08:00] [INFO] [domain.go:1005] ["stopping ttlJobManager"] [2024/05/06 10:44:43.538 +08:00] [INFO] [runtime.go:190] ["TimerGroupRuntime loop exit"] [groupID=ttl] [2024/05/06 10:44:43.538 +08:00] [INFO] [task_manager.go:193] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/06 10:44:43.538 +08:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 10:44:43.538 +08:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 10:44:43.538 +08:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 10:44:43.538 +08:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 10:44:43.538 +08:00] [INFO] [task_manager.go:193] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/06 10:44:43.539 +08:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 10:44:43.539 +08:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 10:44:43.539 +08:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 10:44:43.539 +08:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 10:44:43.556 +08:00] [INFO] [job_manager.go:173] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [2024/05/06 10:44:43.556 +08:00] [INFO] [domain.go:1016] ["ttlJobManager exited."] [2024/05/06 10:44:43.557 +08:00] [INFO] [manager.go:173] ["fetchAndFastCancelTasksLoop done"] [2024/05/06 10:44:43.557 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 10:44:43.557 +08:00] [INFO] [domain.go:2421] ["updateStatsWorker is going to exit, start to flush stats"] [2024/05/06 10:44:43.558 +08:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=ad921824-204b-4620-9e54-853d9e3639c8] [ownerKey=/tidb/bindinfo/owner] [2024/05/06 10:44:43.558 +08:00] [INFO] [domain.go:1895] ["handleEvolvePlanTasksLoop exited."] [2024/05/06 10:44:43.558 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=handleEvolvePlanTasksLoop] [2024/05/06 10:44:43.558 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 10:44:43.559 +08:00] [INFO] [domain.go:1852] ["globalBindHandleWorkerLoop exited."] [2024/05/06 10:44:43.559 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 10:44:43.559 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 10:44:43.559 +08:00] [INFO] [domain.go:2500] ["autoAnalyzeWorker exited."] [2024/05/06 10:44:43.559 +08:00] [INFO] [domain.go:2062] ["PlanReplayerTaskCollectHandle exited."] [2024/05/06 10:44:43.560 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=PlanReplayerTaskCollectHandle] [2024/05/06 10:44:43.560 +08:00] [INFO] [domain.go:1521] ["stopping dist task dispatcher manager because the current node is not DDL owner anymore"] [id=ad921824-204b-4620-9e54-853d9e3639c8] [2024/05/06 10:44:43.560 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=autoAnalyzeWorker] [2024/05/06 10:44:43.560 +08:00] [INFO] [domain.go:1716] ["LoadSysVarCacheLoop exited."] [2024/05/06 10:44:43.560 +08:00] [INFO] [dispatcher_manager.go:162] ["dispatch task loop exits"] [error="context canceled"] [interval=3000] [2024/05/06 10:44:43.560 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 10:44:43.560 +08:00] [INFO] [domain.go:2521] ["gcAnalyzeHistory exited."] [2024/05/06 10:44:43.560 +08:00] [INFO] [domain.go:1666] ["loadPrivilegeInLoop exited."] [2024/05/06 10:44:43.560 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 10:44:43.560 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=gcAnalyzeHistory] [2024/05/06 10:44:43.560 +08:00] [INFO] [domain.go:743] ["topologySyncerKeeper exited."] [2024/05/06 10:44:43.560 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 10:44:43.560 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 10:44:43.560 +08:00] [INFO] [domain.go:693] ["infoSyncerKeeper exited."] [2024/05/06 10:44:43.560 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 10:44:43.560 +08:00] [INFO] [domain.go:2363] ["loadStatsWorker exited."] [2024/05/06 10:44:43.560 +08:00] [INFO] [domain.go:719] ["globalConfigSyncerKeeper exited."] [2024/05/06 10:44:43.560 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=loadStatsWorker] [2024/05/06 10:44:43.560 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 10:44:43.560 +08:00] [INFO] [domain.go:1340] ["closestReplicaReadCheckLoop exited."] [2024/05/06 10:44:43.560 +08:00] [INFO] [handle_hist.go:183] ["SubLoadWorker exited."] [2024/05/06 10:44:43.560 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 10:44:43.560 +08:00] [INFO] [domain.go:2116] ["dumpFileGcChecker exited."] [2024/05/06 10:44:43.561 +08:00] [INFO] [domain.go:665] ["topNSlowQueryLoop exited."] [2024/05/06 10:44:43.561 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 10:44:43.561 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 10:44:43.561 +08:00] [INFO] [handle_hist.go:183] ["SubLoadWorker exited."] [2024/05/06 10:44:43.561 +08:00] [INFO] [domain.go:2082] ["PlanReplayerTaskDumpHandle exited."] [2024/05/06 10:44:43.561 +08:00] [INFO] [manager.go:151] ["fetchAndHandleRunnableTasksLoop done"] [2024/05/06 10:44:43.561 +08:00] [INFO] [handle_hist.go:183] ["SubLoadWorker exited."] [2024/05/06 10:44:43.561 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=PlanReplayerTaskDumpHandle] [2024/05/06 10:44:43.561 +08:00] [INFO] [manager.go:280] ["recoverMetaLoop done"] [2024/05/06 10:44:43.561 +08:00] [INFO] [handle_hist.go:183] ["SubLoadWorker exited."] [2024/05/06 10:44:43.561 +08:00] [INFO] [plan_replayer.go:417] ["planReplayerTaskDumpWorker exited."] [2024/05/06 10:44:43.561 +08:00] [INFO] [handle_hist.go:183] ["SubLoadWorker exited."] [2024/05/06 10:44:43.560 +08:00] [INFO] [domain.go:2147] ["HistoricalStatsWorker exited."] [2024/05/06 10:44:43.561 +08:00] [INFO] [dispatcher_manager.go:299] ["cleanUp loop exits"] [error="context canceled"] [2024/05/06 10:44:43.561 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=HistoricalStatsWorker] [2024/05/06 10:44:43.561 +08:00] [INFO] [dispatcher_manager.go:249] ["subtask history table gc loop exits"] [error="context canceled"] [2024/05/06 10:44:43.561 +08:00] [INFO] [domain.go:1523] ["dist task dispatcher manager stopped"] [id=ad921824-204b-4620-9e54-853d9e3639c8] [2024/05/06 10:44:43.561 +08:00] [INFO] [domain.go:1501] ["stopping dist task scheduler manager"] [2024/05/06 10:44:43.561 +08:00] [INFO] [domain.go:1503] ["dist task scheduler manager stopped"] [2024/05/06 10:44:43.561 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 10:44:43.562 +08:00] [INFO] [domain.go:2423] ["updateStatsWorker ready to release owner"] [2024/05/06 10:44:43.562 +08:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=ad921824-204b-4620-9e54-853d9e3639c8] [ownerKey=/tidb/stats/owner] [2024/05/06 10:44:43.562 +08:00] [INFO] [domain.go:2429] ["updateStatsWorker exit preprocessing finished"] [2024/05/06 10:44:43.562 +08:00] [INFO] [domain.go:2454] ["updateStatsWorker exited."] [2024/05/06 10:44:43.562 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=updateStatsWorker] [2024/05/06 10:44:43.567 +08:00] [INFO] [domain.go:886] ["loadSchemaInLoop exited."] [2024/05/06 10:44:43.567 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 10:44:43.576 +08:00] [INFO] [domain.go:1053] ["domain closed"] ["take time"=52.270965ms] [2024/05/06 10:44:43.578 +08:00] [INFO] [db.go:567] ["Closing database"] [2024/05/06 10:44:43.580 +08:00] [INFO] [db.go:592] ["Memtable flushed"] [2024/05/06 10:44:43.580 +08:00] [INFO] [db.go:596] ["Compaction finished"] [2024/05/06 10:44:43.580 +08:00] [INFO] [db.go:615] ["BlobManager finished"] [2024/05/06 10:44:43.580 +08:00] [INFO] [db.go:619] ["ResourceManager finished"] [2024/05/06 10:44:43.580 +08:00] [INFO] [db.go:625] ["Waiting for closer"] --- FAIL: TestFailSchemaSyncer (40.94s) FAIL coverage: 15.0% of statements -- Coverage runner: Not collecting coverage for failed test. The following commands failed with status 1 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/sandbox/linux-sandbox/10869/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/ddl/tests/fail/fail_test_/fail_test.runfiles/__main__/pkg/ddl/tests/fail/fail_test_/fail_test ================================================================================ FLAKY: //pkg/ddl/tests/fail:fail_test (Summary) /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_5_of_12/test_attempts/attempt_1.log [11,746 / 12,041] 278 / 375 tests; Testing //pkg/session:session_test (shard 13 of 50); 119s remote-cache, linux-sandbox ... (70 actions running) [11,747 / 12,041] 278 / 375 tests; Testing //pkg/session:session_test (shard 13 of 50); 120s remote-cache, linux-sandbox ... (70 actions running) [11,749 / 12,041] 278 / 375 tests; Testing //pkg/session:session_test (shard 13 of 50); 121s remote-cache, linux-sandbox ... (70 actions running) [11,749 / 12,041] 278 / 375 tests; Testing //pkg/session:session_test (shard 13 of 50); 123s remote-cache, linux-sandbox ... (70 actions running) [11,749 / 12,041] 278 / 375 tests; Testing //pkg/session:session_test (shard 13 of 50); 124s remote-cache, linux-sandbox ... (70 actions running) [11,752 / 12,046] 278 / 375 tests; Testing //pkg/session:session_test (shard 14 of 50); 115s remote-cache, linux-sandbox ... (70 actions running) [11,752 / 12,046] 278 / 375 tests; Testing //pkg/session:session_test (shard 14 of 50); 117s remote-cache, linux-sandbox ... (70 actions running) [11,752 / 12,046] 278 / 375 tests; Testing //pkg/session:session_test (shard 14 of 50); 118s remote-cache, linux-sandbox ... (70 actions running) [11,753 / 12,046] 278 / 375 tests; Testing //pkg/session:session_test (shard 14 of 50); 119s remote-cache, linux-sandbox ... (70 actions running) [11,755 / 12,052] 278 / 375 tests; Testing //pkg/session:session_test (shard 14 of 50); 120s remote-cache, linux-sandbox ... (70 actions running) [11,757 / 12,052] 278 / 375 tests; Testing //pkg/session:session_test (shard 14 of 50); 121s remote-cache, linux-sandbox ... (70 actions running) [11,758 / 12,052] 278 / 375 tests; Testing //pkg/session:session_test (shard 14 of 50); 124s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,759 / 12,052] 278 / 375 tests; Testing //pkg/session:session_test (shard 14 of 50); 125s remote-cache, linux-sandbox ... (70 actions running) [11,760 / 12,052] 278 / 375 tests; Testing //pkg/session:session_test (shard 14 of 50); 126s remote-cache, linux-sandbox ... (70 actions running) [11,765 / 12,052] 278 / 375 tests; Testing //pkg/session:session_test (shard 14 of 50); 127s remote-cache, linux-sandbox ... (70 actions running) [11,768 / 12,052] 278 / 375 tests; Testing //pkg/session:session_test (shard 14 of 50); 129s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,769 / 12,052] 279 / 375 tests; Testing //pkg/session:session_test (shard 14 of 50); 130s remote-cache, linux-sandbox ... (70 actions running) [11,770 / 12,052] 279 / 375 tests; Testing //pkg/session:session_test (shard 14 of 50); 131s remote-cache, linux-sandbox ... (70 actions running) [11,771 / 12,052] 279 / 375 tests; Testing //pkg/session:session_test (shard 14 of 50); 133s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,772 / 12,052] 279 / 375 tests; Testing //pkg/session:session_test (shard 14 of 50); 134s remote-cache, linux-sandbox ... (70 actions running) [11,773 / 12,052] 279 / 375 tests; Testing //pkg/session:session_test (shard 14 of 50); 135s remote-cache, linux-sandbox ... (70 actions running) [11,774 / 12,052] 279 / 375 tests; Testing //pkg/session:session_test (shard 14 of 50); 137s remote-cache, linux-sandbox ... (70 actions running) [11,774 / 12,052] 279 / 375 tests; Testing //pkg/session:session_test (shard 14 of 50); 138s remote-cache, linux-sandbox ... (70 actions running) [11,778 / 12,052] 279 / 375 tests; Testing //pkg/session:session_test (shard 15 of 50); 120s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,780 / 12,052] 279 / 375 tests; Testing //pkg/session:session_test (shard 15 of 50); 121s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,782 / 12,056] 279 / 375 tests; Testing //pkg/session:session_test (shard 15 of 50); 122s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,784 / 12,056] 280 / 375 tests; Testing //pkg/session:session_test (shard 15 of 50); 123s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,785 / 12,056] 280 / 375 tests; Testing //pkg/session:session_test (shard 15 of 50); 125s remote-cache, linux-sandbox ... (70 actions running) [11,790 / 12,095] 280 / 375 tests; Testing //pkg/session:session_test (shard 15 of 50); 126s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,794 / 12,095] 280 / 375 tests; Testing //pkg/session:session_test (shard 15 of 50); 127s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,794 / 12,095] 280 / 375 tests; Testing //pkg/session:session_test (shard 15 of 50); 129s remote-cache, linux-sandbox ... (70 actions running) [11,794 / 12,095] 281 / 375 tests; Testing //pkg/session:session_test (shard 15 of 50); 130s remote-cache, linux-sandbox ... (70 actions running) [11,803 / 12,095] 281 / 375 tests; Testing //pkg/session:session_test (shard 15 of 50); 132s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,806 / 12,095] 281 / 375 tests; Testing //pkg/session:session_test (shard 15 of 50); 133s remote-cache, linux-sandbox ... (70 actions running) [11,807 / 12,095] 282 / 375 tests; Testing //pkg/session:session_test (shard 15 of 50); 134s remote-cache, linux-sandbox ... (70 actions running) [11,808 / 12,095] 283 / 375 tests; Testing //pkg/session:session_test (shard 15 of 50); 135s remote-cache, linux-sandbox ... (70 actions running) [11,811 / 12,146] 283 / 375 tests; Testing //pkg/session:session_test (shard 15 of 50); 136s remote-cache, linux-sandbox ... (70 actions running) [11,811 / 12,146] 283 / 375 tests; Testing //pkg/session:session_test (shard 15 of 50); 137s remote-cache, linux-sandbox ... (70 actions running) [11,813 / 12,146] 283 / 375 tests; Testing //pkg/session:session_test (shard 15 of 50); 138s remote-cache, linux-sandbox ... (70 actions running) [11,814 / 12,146] 283 / 375 tests; Testing //pkg/session:session_test (shard 15 of 50); 140s remote-cache, linux-sandbox ... (70 actions running) [11,814 / 12,146] 283 / 375 tests; Testing //pkg/session:session_test (shard 15 of 50); 141s remote-cache, linux-sandbox ... (70 actions running) [11,817 / 12,146] 284 / 375 tests; Testing //pkg/session:session_test (shard 17 of 50); 115s remote-cache, linux-sandbox ... (70 actions running) [11,819 / 12,152] 284 / 375 tests; Testing //pkg/session:session_test (shard 17 of 50); 117s remote-cache, linux-sandbox ... (70 actions running) [11,821 / 12,152] 284 / 375 tests; Testing //pkg/session:session_test (shard 17 of 50); 118s remote-cache, linux-sandbox ... (68 actions running) [11,824 / 12,154] 284 / 375 tests; Testing //pkg/session:session_test (shard 17 of 50); 119s remote-cache, linux-sandbox ... (70 actions running) [11,825 / 12,156] 284 / 375 tests; Testing //pkg/session:session_test (shard 17 of 50); 120s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,828 / 12,158] 284 / 375 tests; Testing //pkg/session:session_test (shard 17 of 50); 121s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,831 / 12,176] 284 / 375 tests; Testing //pkg/session:session_test (shard 17 of 50); 123s remote-cache, linux-sandbox ... (70 actions running) [11,834 / 12,176] 285 / 375 tests; Testing //pkg/session:session_test (shard 17 of 50); 124s remote-cache, linux-sandbox ... (70 actions running) [11,834 / 12,176] 285 / 375 tests; Testing //pkg/session:session_test (shard 17 of 50); 126s remote-cache, linux-sandbox ... (70 actions running) [11,834 / 12,176] 285 / 375 tests; Testing //pkg/session:session_test (shard 17 of 50); 127s remote-cache, linux-sandbox ... (70 actions running) [11,834 / 12,176] 285 / 375 tests; Testing //pkg/session:session_test (shard 17 of 50); 128s remote-cache, linux-sandbox ... (70 actions running) [11,834 / 12,176] 285 / 375 tests; Testing //pkg/session:session_test (shard 17 of 50); 129s remote-cache, linux-sandbox ... (70 actions running) [11,836 / 12,176] 286 / 375 tests; Testing //pkg/session:session_test (shard 17 of 50); 130s remote-cache, linux-sandbox ... (70 actions running) [11,837 / 12,176] 286 / 375 tests; Testing //pkg/session:session_test (shard 17 of 50); 131s remote-cache, linux-sandbox ... (70 actions running) [11,840 / 12,191] 286 / 375 tests; Testing //pkg/session:session_test (shard 17 of 50); 132s remote-cache, linux-sandbox ... (70 actions running) [11,841 / 12,191] 286 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 106s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,841 / 12,191] 286 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 107s remote-cache, linux-sandbox ... (70 actions running) [11,841 / 12,191] 286 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 108s remote-cache, linux-sandbox ... (70 actions running) [11,843 / 12,191] 286 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 109s remote-cache, linux-sandbox ... (70 actions running) [11,846 / 12,217] 286 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 111s remote-cache, linux-sandbox ... (70 actions running) [11,847 / 12,217] 286 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 112s remote-cache, linux-sandbox ... (70 actions running) [11,848 / 12,217] 286 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 114s remote-cache, linux-sandbox ... (70 actions running) [11,848 / 12,217] 286 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 115s remote-cache, linux-sandbox ... (70 actions running) [11,849 / 12,217] 286 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 116s remote-cache, linux-sandbox ... (70 actions running) [11,849 / 12,217] 286 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 117s remote-cache, linux-sandbox ... (70 actions running) [11,853 / 12,250] 286 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 119s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,853 / 12,250] 286 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 120s remote-cache, linux-sandbox ... (70 actions running) [11,854 / 12,250] 286 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 122s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,856 / 12,250] 286 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 123s remote-cache, linux-sandbox ... (70 actions running) [11,858 / 12,250] 286 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 125s remote-cache, linux-sandbox ... (70 actions running) [11,858 / 12,250] 286 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 126s remote-cache, linux-sandbox ... (70 actions running) [11,859 / 12,250] 286 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 128s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,861 / 12,250] 286 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 129s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,861 / 12,250] 286 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 130s remote-cache, linux-sandbox ... (70 actions running) [11,863 / 12,250] 286 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 131s remote-cache, linux-sandbox ... (70 actions running) [11,864 / 12,250] 286 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 133s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,865 / 12,250] 286 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 135s remote-cache, linux-sandbox ... (70 actions running) [11,865 / 12,250] 286 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 137s remote-cache, linux-sandbox ... (70 actions running) [11,867 / 12,250] 286 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 138s remote-cache, linux-sandbox ... (70 actions running) [11,868 / 12,250] 286 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 139s remote-cache, linux-sandbox ... (70 actions running) [11,868 / 12,250] 287 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 142s remote-cache, linux-sandbox ... (70 actions running) [11,870 / 12,250] 287 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 143s remote-cache, linux-sandbox ... (70 actions running) [11,871 / 12,250] 287 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 145s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,871 / 12,250] 287 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 146s remote-cache, linux-sandbox ... (70 actions running) [11,871 / 12,250] 287 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 147s remote-cache, linux-sandbox ... (70 actions running) [11,873 / 12,250] 288 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 148s remote-cache, linux-sandbox ... (70 actions running) [11,873 / 12,250] 288 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 149s remote-cache, linux-sandbox ... (70 actions running) [11,877 / 12,250] 288 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 150s remote-cache, linux-sandbox ... (70 actions running) [11,882 / 12,250] 288 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 151s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,882 / 12,250] 288 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 153s remote-cache, linux-sandbox ... (70 actions running) [11,882 / 12,250] 288 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 154s remote-cache, linux-sandbox ... (70 actions running) [11,885 / 12,250] 288 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 156s remote-cache, linux-sandbox ... (70 actions running) [11,886 / 12,250] 288 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 157s remote-cache, linux-sandbox ... (69 actions running) [11,888 / 12,274] 288 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 159s remote-cache, linux-sandbox ... (70 actions running) [11,889 / 12,274] 288 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 161s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,891 / 12,274] 288 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 162s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,893 / 12,274] 288 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 163s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,893 / 12,274] 288 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 164s remote-cache, linux-sandbox ... (70 actions running) [11,894 / 12,274] 288 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 166s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,894 / 12,274] 288 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 167s remote-cache, linux-sandbox ... (70 actions running) [11,895 / 12,274] 288 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 168s remote-cache, linux-sandbox ... (70 actions running) [11,902 / 12,284] 288 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 170s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,902 / 12,284] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 171s remote-cache, linux-sandbox ... (70 actions running) [11,907 / 12,284] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 172s remote-cache, linux-sandbox ... (70 actions running) [11,909 / 12,284] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 173s remote-cache, linux-sandbox ... (70 actions running) [11,909 / 12,284] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 176s remote-cache, linux-sandbox ... (70 actions running) [11,909 / 12,284] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 177s remote-cache, linux-sandbox ... (70 actions running) [11,913 / 12,284] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 178s remote-cache, linux-sandbox ... (70 actions running) [11,913 / 12,284] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 180s remote-cache, linux-sandbox ... (70 actions running) [11,915 / 12,284] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 181s remote-cache, linux-sandbox ... (70 actions running) [11,917 / 12,284] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 184s remote-cache, linux-sandbox ... (67 actions, 66 running) [11,919 / 12,284] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 185s remote-cache, linux-sandbox ... (70 actions running) [11,919 / 12,284] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 188s remote-cache, linux-sandbox ... (70 actions running) [11,921 / 12,284] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 189s remote-cache, linux-sandbox ... (70 actions running) [11,922 / 12,284] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 190s remote-cache, linux-sandbox ... (70 actions running) [11,925 / 12,284] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 191s remote-cache, linux-sandbox ... (70 actions running) [11,927 / 12,284] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 192s remote-cache, linux-sandbox ... (70 actions running) [11,928 / 12,284] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 193s remote-cache, linux-sandbox ... (70 actions running) [11,929 / 12,284] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 194s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,930 / 12,284] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 195s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,930 / 12,284] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 197s remote-cache, linux-sandbox ... (70 actions running) [11,932 / 12,284] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 198s remote-cache, linux-sandbox ... (70 actions running) [11,932 / 12,284] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 202s remote-cache, linux-sandbox ... (70 actions running) [11,932 / 12,284] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 203s remote-cache, linux-sandbox ... (70 actions running) [11,933 / 12,284] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 204s remote-cache, linux-sandbox ... (70 actions running) [11,933 / 12,284] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 205s remote-cache, linux-sandbox ... (68 actions running) [11,934 / 12,284] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 206s remote-cache, linux-sandbox ... (70 actions running) [11,935 / 12,284] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 207s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,940 / 12,296] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 209s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,943 / 12,296] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 210s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,945 / 12,296] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 211s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,949 / 12,296] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 212s remote-cache, linux-sandbox ... (70 actions running) [11,950 / 12,296] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 213s remote-cache, linux-sandbox ... (70 actions running) [11,951 / 12,296] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 215s remote-cache, linux-sandbox ... (70 actions running) [11,951 / 12,296] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 216s remote-cache, linux-sandbox ... (70 actions running) [11,954 / 12,296] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 217s remote-cache, linux-sandbox ... (70 actions running) [11,957 / 12,296] 289 / 375 tests; Testing //pkg/session:session_test (shard 18 of 50); 219s remote-cache, linux-sandbox ... (70 actions running) [11,958 / 12,296] 289 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 179s remote-cache, linux-sandbox ... (70 actions running) [11,959 / 12,296] 289 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 180s remote-cache, linux-sandbox ... (70 actions running) [11,963 / 12,296] 289 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 182s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,966 / 12,296] 289 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 183s remote-cache, linux-sandbox ... (70 actions running) [11,967 / 12,296] 289 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 184s remote-cache, linux-sandbox ... (70 actions running) [11,968 / 12,296] 289 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 185s remote-cache, linux-sandbox ... (70 actions running) [11,969 / 12,296] 289 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 186s remote-cache, linux-sandbox ... (70 actions running) [11,970 / 12,296] 289 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 187s remote-cache, linux-sandbox ... (68 actions running) [11,972 / 12,333] 289 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 188s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,972 / 12,333] 290 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 190s remote-cache, linux-sandbox ... (70 actions running) [11,976 / 12,333] 290 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 191s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,977 / 12,333] 290 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 192s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,978 / 12,333] 290 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 193s remote-cache, linux-sandbox ... (70 actions running) [11,979 / 12,333] 290 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 195s remote-cache, linux-sandbox ... (70 actions running) [11,981 / 12,333] 290 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 197s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,982 / 12,333] 290 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 198s remote-cache, linux-sandbox ... (70 actions running) [11,982 / 12,333] 290 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 200s remote-cache, linux-sandbox ... (70 actions running) [11,982 / 12,333] 290 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 201s remote-cache, linux-sandbox ... (70 actions running) [11,984 / 12,333] 290 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 203s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,984 / 12,333] 290 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 204s remote-cache, linux-sandbox ... (70 actions running) [11,985 / 12,333] 290 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 205s remote-cache, linux-sandbox ... (70 actions running) [11,986 / 12,333] 290 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 209s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,988 / 12,333] 290 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 210s remote-cache, linux-sandbox ... (70 actions running) [11,989 / 12,333] 290 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 211s remote-cache, linux-sandbox ... (70 actions running) [11,989 / 12,333] 290 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 212s remote-cache, linux-sandbox ... (70 actions running) [11,991 / 12,333] 290 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 213s remote-cache, linux-sandbox ... (70 actions running) [11,992 / 12,333] 290 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 214s remote-cache, linux-sandbox ... (70 actions running) [11,992 / 12,333] 290 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 216s remote-cache, linux-sandbox ... (70 actions running) [11,994 / 12,333] 290 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 217s remote-cache, linux-sandbox ... (70 actions running) [11,998 / 12,333] 291 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 218s remote-cache, linux-sandbox ... (70 actions running) [12,000 / 12,333] 291 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 220s remote-cache, linux-sandbox ... (70 actions running) [12,000 / 12,333] 291 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 221s remote-cache, linux-sandbox ... (70 actions running) [12,001 / 12,333] 291 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 222s remote-cache, linux-sandbox ... (70 actions running) [12,003 / 12,333] 291 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 224s remote-cache, linux-sandbox ... (70 actions running) [12,005 / 12,333] 291 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 226s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,008 / 12,333] 291 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 227s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,011 / 12,333] 291 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 228s remote-cache, linux-sandbox ... (69 actions running) [12,011 / 12,333] 291 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 229s remote-cache, linux-sandbox ... (70 actions running) [12,011 / 12,333] 291 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 232s remote-cache, linux-sandbox ... (70 actions running) [12,012 / 12,333] 291 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 233s remote-cache, linux-sandbox ... (70 actions running) [12,013 / 12,333] 291 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 235s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,015 / 12,373] 291 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 236s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,019 / 12,373] 292 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 237s remote-cache, linux-sandbox ... (70 actions running) [12,022 / 12,373] 292 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 238s remote-cache, linux-sandbox ... (70 actions running) [12,023 / 12,373] 292 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 239s remote-cache, linux-sandbox ... (70 actions running) [12,023 / 12,373] 292 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 241s remote-cache, linux-sandbox ... (70 actions running) [12,023 / 12,373] 292 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 242s remote-cache, linux-sandbox ... (70 actions running) [12,027 / 12,379] 292 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 244s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,030 / 12,379] 292 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 245s remote-cache, linux-sandbox ... (70 actions running) [12,031 / 12,379] 292 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 247s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,032 / 12,379] 292 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 248s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,033 / 12,379] 292 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 249s remote-cache, linux-sandbox ... (70 actions running) [12,034 / 12,379] 292 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 250s remote-cache, linux-sandbox ... (70 actions running) [12,034 / 12,379] 292 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 251s remote-cache, linux-sandbox ... (70 actions running) [12,034 / 12,379] 292 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 252s remote-cache, linux-sandbox ... (70 actions running) [12,035 / 12,379] 292 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 253s remote-cache, linux-sandbox ... (70 actions running) [12,036 / 12,379] 292 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 254s remote-cache, linux-sandbox ... (70 actions running) [12,037 / 12,379] 292 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 256s remote-cache, linux-sandbox ... (70 actions running) [12,038 / 12,379] 292 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 257s remote-cache, linux-sandbox ... (70 actions running) [12,038 / 12,379] 292 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 259s remote-cache, linux-sandbox ... (70 actions running) [12,038 / 12,379] 292 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 260s remote-cache, linux-sandbox ... (70 actions running) [12,041 / 12,379] 292 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 261s remote-cache, linux-sandbox ... (70 actions running) [12,041 / 12,379] 293 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 263s remote-cache, linux-sandbox ... (70 actions running) [12,043 / 12,379] 293 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 264s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,043 / 12,379] 293 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 265s remote-cache, linux-sandbox ... (70 actions running) [12,043 / 12,379] 293 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 267s remote-cache, linux-sandbox ... (70 actions running) [12,046 / 12,379] 294 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 268s remote-cache, linux-sandbox ... (70 actions running) [12,046 / 12,379] 294 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 270s remote-cache, linux-sandbox ... (70 actions running) [12,046 / 12,379] 295 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 272s remote-cache, linux-sandbox ... (70 actions running) [12,050 / 12,379] 295 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 273s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,050 / 12,379] 296 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 274s remote-cache, linux-sandbox ... (70 actions running) [12,053 / 12,379] 296 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 276s remote-cache, linux-sandbox ... (70 actions running) [12,055 / 12,379] 296 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 146s remote-cache, linux-sandbox ... (70 actions running) [12,056 / 12,379] 296 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 147s remote-cache, linux-sandbox ... (70 actions running) [12,058 / 12,402] 296 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 148s remote-cache, linux-sandbox ... (70 actions running) [12,059 / 12,402] 296 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 150s remote-cache, linux-sandbox ... (70 actions running) [12,059 / 12,402] 296 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 152s remote-cache, linux-sandbox ... (70 actions running) [12,061 / 12,402] 297 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 154s remote-cache, linux-sandbox ... (70 actions running) [12,064 / 12,402] 298 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 155s remote-cache, linux-sandbox ... (68 actions, 66 running) [12,066 / 12,402] 298 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 156s remote-cache, linux-sandbox ... (70 actions running) [12,068 / 12,402] 298 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 158s remote-cache, linux-sandbox ... (70 actions running) [12,070 / 12,404] 298 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 159s remote-cache, linux-sandbox ... (70 actions running) [12,072 / 12,404] 298 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 161s remote-cache, linux-sandbox ... (70 actions running) [12,075 / 12,404] 299 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 163s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,078 / 12,404] 299 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 164s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,078 / 12,404] 300 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 165s remote-cache, linux-sandbox ... (70 actions running) [12,079 / 12,404] 300 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 166s remote-cache, linux-sandbox ... (70 actions running) [12,081 / 12,428] 300 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 168s remote-cache, linux-sandbox ... (70 actions running) [12,082 / 12,428] 300 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 169s remote-cache, linux-sandbox ... (70 actions running) [12,083 / 12,428] 300 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 170s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,084 / 12,428] 300 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 172s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,086 / 12,428] 300 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 173s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,086 / 12,428] 300 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 174s remote-cache, linux-sandbox ... (70 actions running) [12,088 / 12,428] 300 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 176s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,089 / 12,428] 300 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 177s remote-cache, linux-sandbox ... (70 actions running) [12,090 / 12,428] 300 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 178s remote-cache, linux-sandbox ... (70 actions running) [12,090 / 12,428] 300 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 179s remote-cache, linux-sandbox ... (70 actions running) [12,095 / 12,463] 300 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 180s remote-cache, linux-sandbox ... (70 actions running) [12,096 / 12,463] 300 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 181s remote-cache, linux-sandbox ... (70 actions running) [12,096 / 12,463] 300 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 182s remote-cache, linux-sandbox ... (70 actions running) [12,098 / 12,463] 300 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 183s remote-cache, linux-sandbox ... (70 actions running) [12,098 / 12,463] 300 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 185s remote-cache, linux-sandbox ... (70 actions running) [12,101 / 12,463] 300 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 186s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,101 / 12,463] 300 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 188s remote-cache, linux-sandbox ... (70 actions running) [12,102 / 12,463] 300 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 189s remote-cache, linux-sandbox ... (70 actions running) [12,103 / 12,463] 300 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 190s remote-cache, linux-sandbox ... (70 actions running) [12,106 / 12,463] 301 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 191s remote-cache, linux-sandbox ... (70 actions running) [12,106 / 12,463] 301 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 192s remote-cache, linux-sandbox ... (70 actions running) [12,106 / 12,463] 301 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 194s remote-cache, linux-sandbox ... (70 actions running) [12,110 / 12,463] 302 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 196s remote-cache, linux-sandbox ... (70 actions running) [12,112 / 12,463] 302 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 197s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,112 / 12,463] 302 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 198s remote-cache, linux-sandbox ... (70 actions running) [12,112 / 12,463] 302 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 199s remote-cache, linux-sandbox ... (70 actions running) [12,114 / 12,463] 302 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 200s remote-cache, linux-sandbox ... (70 actions running) [12,115 / 12,463] 302 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 201s remote-cache, linux-sandbox ... (70 actions running) [12,115 / 12,463] 302 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 202s remote-cache, linux-sandbox ... (70 actions running) [12,116 / 12,463] 302 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 203s remote-cache, linux-sandbox ... (70 actions running) [12,122 / 12,465] 302 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 205s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,125 / 12,465] 302 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 206s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,128 / 12,465] 302 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 207s remote-cache, linux-sandbox ... (70 actions running) [12,128 / 12,465] 302 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 209s remote-cache, linux-sandbox ... (70 actions running) [12,130 / 12,465] 303 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 210s remote-cache, linux-sandbox ... (70 actions running) [12,134 / 12,487] 303 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 211s remote-cache, linux-sandbox ... (70 actions running) [12,135 / 12,487] 303 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 212s remote-cache, linux-sandbox ... (70 actions running) [12,136 / 12,487] 303 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 213s remote-cache, linux-sandbox ... (70 actions running) [12,137 / 12,487] 303 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 214s remote-cache, linux-sandbox ... (70 actions running) [12,139 / 12,487] 303 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 215s remote-cache, linux-sandbox ... (70 actions running) [12,140 / 12,487] 303 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 218s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,141 / 12,487] 303 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 219s remote-cache, linux-sandbox ... (70 actions running) [12,142 / 12,487] 303 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 221s remote-cache, linux-sandbox ... (70 actions running) [12,145 / 12,487] 303 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 222s remote-cache, linux-sandbox ... (70 actions running) [12,146 / 12,487] 303 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 223s remote-cache, linux-sandbox ... (70 actions running) [12,146 / 12,487] 303 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 224s remote-cache, linux-sandbox ... (70 actions running) [12,148 / 12,518] 303 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 225s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,149 / 12,518] 303 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 227s remote-cache, linux-sandbox ... (70 actions running) [12,150 / 12,518] 303 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 229s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,152 / 12,518] 303 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 230s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,152 / 12,518] 303 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 231s remote-cache, linux-sandbox ... (70 actions running) [12,154 / 12,518] 303 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 232s remote-cache, linux-sandbox ... (70 actions running) [12,155 / 12,518] 303 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 233s remote-cache, linux-sandbox ... (70 actions running) [12,157 / 12,518] 303 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 234s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,159 / 12,518] 303 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 236s remote-cache, linux-sandbox ... (70 actions running) [12,160 / 12,518] 303 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 237s remote-cache, linux-sandbox ... (70 actions running) [12,160 / 12,518] 303 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 238s remote-cache, linux-sandbox ... (70 actions running) [12,162 / 12,518] 303 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 239s remote-cache, linux-sandbox ... (70 actions running) [12,164 / 12,518] 304 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 241s remote-cache, linux-sandbox ... (70 actions running) [12,166 / 12,518] 304 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 242s remote-cache, linux-sandbox ... (70 actions running) [12,166 / 12,518] 304 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 244s remote-cache, linux-sandbox ... (70 actions running) [12,168 / 12,518] 304 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 245s remote-cache, linux-sandbox ... (70 actions running) [12,172 / 12,524] 304 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 246s remote-cache, linux-sandbox ... (70 actions running) [12,174 / 12,524] 304 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 247s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,176 / 12,524] 304 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 249s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,176 / 12,524] 304 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 250s remote-cache, linux-sandbox ... (70 actions running) [12,178 / 12,524] 304 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 252s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,180 / 12,524] 304 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 253s remote-cache, linux-sandbox ... (70 actions running) [12,183 / 12,573] 304 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 255s remote-cache, linux-sandbox ... (70 actions running) [12,183 / 12,573] 304 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 257s remote-cache, linux-sandbox ... (70 actions running) [12,190 / 12,573] 304 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 258s remote-cache, linux-sandbox ... (70 actions running) [12,192 / 12,573] 304 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 260s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,193 / 12,573] 304 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 261s remote-cache, linux-sandbox ... (70 actions running) [12,194 / 12,573] 304 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 262s remote-cache, linux-sandbox ... (70 actions running) [12,196 / 12,573] 304 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 264s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,197 / 12,573] 304 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 265s remote-cache, linux-sandbox ... (70 actions running) [12,198 / 12,573] 304 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 266s remote-cache, linux-sandbox ... (70 actions running) [12,200 / 12,573] 304 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 267s remote-cache, linux-sandbox ... (70 actions running) [12,201 / 12,573] 304 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 268s remote-cache, linux-sandbox ... (70 actions running) [12,201 / 12,573] 304 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 269s remote-cache, linux-sandbox ... (70 actions running) [12,202 / 12,573] 304 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 270s remote-cache, linux-sandbox ... (70 actions running) [12,203 / 12,573] 304 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 271s remote-cache, linux-sandbox ... (70 actions running) [12,203 / 12,573] 304 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 272s remote-cache, linux-sandbox ... (70 actions running) [12,204 / 12,573] 304 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 273s remote-cache, linux-sandbox ... (70 actions running) [12,205 / 12,573] 304 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 275s remote-cache, linux-sandbox ... (70 actions running) [12,209 / 12,573] 304 / 375 tests; Testing //pkg/session:session_test (shard 39 of 50); 130s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,210 / 12,573] 304 / 375 tests; Testing //pkg/session:session_test (shard 39 of 50); 132s remote-cache, linux-sandbox ... (70 actions running) [12,211 / 12,573] 304 / 375 tests; Testing //pkg/session:session_test (shard 39 of 50); 133s remote-cache, linux-sandbox ... (70 actions running) [12,217 / 12,573] 304 / 375 tests; Testing //pkg/session:session_test (shard 39 of 50); 134s remote-cache, linux-sandbox ... (70 actions running) [12,218 / 12,573] 304 / 375 tests; Testing //pkg/session:session_test (shard 39 of 50); 135s remote-cache, linux-sandbox ... (70 actions running) [12,218 / 12,573] 304 / 375 tests; Testing //pkg/session:session_test (shard 39 of 50); 136s remote-cache, linux-sandbox ... (70 actions running) [12,220 / 12,573] 304 / 375 tests; Testing //pkg/session:session_test (shard 39 of 50); 138s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,221 / 12,573] 305 / 375 tests; Testing //pkg/session:session_test (shard 39 of 50); 139s remote-cache, linux-sandbox ... (70 actions running) [12,222 / 12,573] 305 / 375 tests; Testing //pkg/session:session_test (shard 39 of 50); 140s remote-cache, linux-sandbox ... (70 actions running) [12,225 / 12,573] 305 / 375 tests; Testing //pkg/session:session_test (shard 39 of 50); 141s remote-cache, linux-sandbox ... (70 actions running) [12,226 / 12,573] 305 / 375 tests; Testing //pkg/session:session_test (shard 39 of 50); 142s remote-cache, linux-sandbox ... (70 actions running) [12,227 / 12,573] 305 / 375 tests; Testing //pkg/session:session_test (shard 39 of 50); 143s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,228 / 12,573] 306 / 375 tests; Testing //pkg/session:session_test (shard 39 of 50); 145s remote-cache, linux-sandbox ... (70 actions running) [12,233 / 12,573] 306 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 99s remote-cache, linux-sandbox ... (70 actions running) [12,236 / 12,594] 306 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 100s remote-cache, linux-sandbox ... (70 actions running) [12,237 / 12,594] 306 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 102s remote-cache, linux-sandbox ... (70 actions running) [12,239 / 12,594] 307 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 103s remote-cache, linux-sandbox ... (70 actions running) [12,244 / 12,645] 307 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 104s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,247 / 12,645] 307 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 106s remote-cache, linux-sandbox ... (70 actions running) [12,247 / 12,645] 307 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 108s remote-cache, linux-sandbox ... (70 actions running) [12,251 / 12,645] 307 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 109s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,255 / 12,647] 307 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 111s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,257 / 12,647] 307 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 112s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,258 / 12,647] 307 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 113s remote-cache, linux-sandbox ... (70 actions running) [12,259 / 12,647] 307 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 114s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,268 / 12,669] 308 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 116s remote-cache, linux-sandbox ... (70 actions running) [12,270 / 12,669] 308 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 117s remote-cache, linux-sandbox ... (70 actions running) [12,271 / 12,669] 308 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 118s remote-cache, linux-sandbox ... (69 actions, 68 running) INFO: From Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37): ==================== Test output for //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37): === RUN TestPartitionTableRandomIndexMerge [2024/05/06 10:48:37.463 +08:00] [INFO] [region_cache.go:2683] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2024/05/06 10:48:37.467 +08:00] [INFO] [ddl_api.go:1115] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [2024/05/06 10:48:37.467 +08:00] [INFO] [ddl_api.go:1115] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [2024/05/06 10:48:37.478 +08:00] [INFO] [ddl_api.go:1115] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [2024/05/06 10:48:37.478 +08:00] [INFO] [ddl_api.go:1115] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [2024/05/06 10:48:37.483 +08:00] [INFO] [ddl_api.go:1115] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [2024/05/06 10:48:37.502 +08:00] [INFO] [tidb.go:80] ["new domain"] [store=06ad705a-25a1-44a2-920e-2ccece62b552] ["ddl lease"=500ms] ["stats lease"=-1ns] ["index usage sync lease"=0s] [2024/05/06 10:48:37.873 +08:00] [WARN] [controller.go:185] ["[resource group controller] server does not save config, load config failed"] [2024/05/06 10:48:37.873 +08:00] [INFO] [controller.go:172] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"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,\"DegradedModeWaitDuration\":0}"] [2024/05/06 10:48:37.875 +08:00] [WARN] [domain.go:240] ["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:322\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:238\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:588\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\tpkg/domain/domain.go:1239\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get.func1\n\tpkg/session/tidb.go:93\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\tpkg/util/misc.go:69\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:3584\ngithub.com/pingcap/tidb/pkg/session.createSession\n\tpkg/session/session.go:3576\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3526\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3311\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3277\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap\n\tpkg/testkit/mockstore.go:227\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStoreAndDomain\n\tpkg/testkit/mockstore.go:200\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStore\n\tpkg/testkit/mockstore.go:68\npkg/executor/test/indexmergereadtest/indexmergereadtest_test.TestPartitionTableRandomIndexMerge\n\tpkg/executor/test/indexmergereadtest/index_merge_reader_test.go:154\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [version=0] [2024/05/06 10:48:37.905 +08:00] [INFO] [domain.go:302] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=0] ["start time"=29.960528ms] [2024/05/06 10:48:37.910 +08:00] [INFO] [domain.go:617] ["full load and reset schema validator"] [2024/05/06 10:48:37.910 +08:00] [INFO] [ddl.go:743] ["start DDL"] [category=ddl] [ID=f1cddd2b-4584-461b-907b-f9344b910db4] [runWorker=true] [2024/05/06 10:48:37.910 +08:00] [INFO] [ddl.go:706] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 10:48:37.910 +08:00] [INFO] [delete_range.go:160] ["start delRange emulator"] [category=ddl] [2024/05/06 10:48:37.910 +08:00] [INFO] [job_table.go:316] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 10:48:37.911 +08:00] [INFO] [job_table.go:331] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 10:48:37.911 +08:00] [WARN] [env.go:53] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2024/05/06 10:48:37.911 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 10:48:37.911 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 10:48:37.911 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 10:48:37.911 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 10:48:37.911 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 10:48:37.911 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 10:48:37.911 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 10:48:37.911 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 10:48:37.911 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 10:48:37.911 +08:00] [WARN] [domain.go:1305] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 10:48:37.922 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=0] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2024/05/06 10:48:37.959 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:48:37.941 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:48:37.959 +08:00] [INFO] [ddl.go:1067] ["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-06 10:48:37.941 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE DATABASE IF NOT EXISTS test"] [2024/05/06 10:48:38.029 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:48:37.941 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:38.090 +08:00] [INFO] [domain.go:302] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=1] ["start time"=34.044453ms] [2024/05/06 10:48:38.095 +08:00] [INFO] [domain.go:617] ["full load and reset schema validator"] [2024/05/06 10:48:38.140 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:48:38.140 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=3] [version=1] [2024/05/06 10:48:38.143 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=87.992801ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 10:48:37.941 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:38.236 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:48:37.941 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:38.268 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=3] [2024/05/06 10:48:38.268 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:48:38.279 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2024/05/06 10:48:38.316 +08:00] [INFO] [session.go:3903] ["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/06 10:48:38.635 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:48:38.335 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:48:38.635 +08:00] [INFO] [ddl.go:1067] ["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-06 10:48:38.335 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:48:38.751 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:48:38.335 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:38.921 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:48:38.921 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:48:39.404 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=1] [neededSchemaVersion=2] ["start time"=12.612353ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [2024/05/06 10:48:39.421 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:48:39.423 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=5] [version=2] [2024/05/06 10:48:39.425 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=35.056971ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:38.335 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:39.531 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:48:38.335 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:39.845 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=5] [2024/05/06 10:48:39.845 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:48:39.855 +08:00] [INFO] [session.go:3903] ["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/06 10:48:39.912 +08:00] [INFO] [info.go:1182] [SetTiFlashGroupConfig] [2024/05/06 10:48:39.928 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:48:39.928 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:48:39.952 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:48:39.872 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:48:39.952 +08:00] [INFO] [ddl.go:1067] ["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-06 10:48:39.872 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:48:40.040 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:48:39.872 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:40.138 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=2] [neededSchemaVersion=3] ["start time"=2.604974ms] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [2024/05/06 10:48:40.153 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:48:40.165 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=7] [version=3] [2024/05/06 10:48:40.165 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=30.544951ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:39.872 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:40.307 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:48:39.872 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:40.382 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=7] [2024/05/06 10:48:40.383 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:48:40.391 +08:00] [INFO] [session.go:3903] ["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/06 10:48:40.455 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:48:40.407 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:48:40.456 +08:00] [INFO] [ddl.go:1067] ["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-06 10:48:40.407 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:48:40.533 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:48:40.407 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:40.651 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=3] [neededSchemaVersion=4] ["start time"=2.720025ms] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [2024/05/06 10:48:40.665 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:48:40.666 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=9] [version=4] [2024/05/06 10:48:40.666 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=18.262075ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:40.407 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:40.811 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:48:40.407 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:40.918 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:48:40.919 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:48:40.929 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=9] [2024/05/06 10:48:40.929 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:48:40.953 +08:00] [INFO] [session.go:3903] ["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/06 10:48:41.212 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:48:40.999 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:48:41.219 +08:00] [INFO] [ddl.go:1067] ["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-06 10:48:40.999 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:48:41.287 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:48:40.999 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:41.563 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=4] [neededSchemaVersion=5] ["start time"=6.966238ms] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [2024/05/06 10:48:41.579 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:48:41.579 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=11] [version=5] [2024/05/06 10:48:41.586 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=30.228361ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:40.999 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:41.709 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:48:40.999 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:41.933 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:48:41.934 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:48:42.087 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=11] [2024/05/06 10:48:42.088 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:48:42.125 +08:00] [INFO] [session.go:3903] ["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/06 10:48:42.265 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:48:42.173 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:48:42.265 +08:00] [INFO] [ddl.go:1067] ["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-06 10:48:42.173 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:48:42.350 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:48:42.173 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:42.507 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=5] [neededSchemaVersion=6] ["start time"=3.535175ms] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [2024/05/06 10:48:42.522 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:48:42.523 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=13] [version=6] [2024/05/06 10:48:42.529 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=26.103602ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:42.173 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:42.645 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:48:42.173 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:42.753 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=13] [2024/05/06 10:48:42.755 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:48:42.767 +08:00] [INFO] [session.go:3903] ["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/06 10:48:42.885 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:48:42.782 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:48:42.885 +08:00] [INFO] [ddl.go:1067] ["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-06 10:48:42.782 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:48:42.918 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:48:42.918 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:48:42.971 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:48:42.782 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:43.158 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=6] [neededSchemaVersion=7] ["start time"=3.745634ms] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [2024/05/06 10:48:43.174 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:48:43.174 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=15] [version=7] [2024/05/06 10:48:43.174 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=22.548024ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:42.782 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:43.292 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:48:42.782 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:43.374 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=15] [2024/05/06 10:48:43.374 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:48:43.386 +08:00] [INFO] [session.go:3903] ["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/06 10:48:43.459 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:48:43.4 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:48:43.459 +08:00] [INFO] [ddl.go:1067] ["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-06 10:48:43.4 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:48:43.539 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:48:43.4 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:43.613 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=7] [neededSchemaVersion=8] ["start time"=2.096713ms] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [2024/05/06 10:48:43.629 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:48:43.629 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=17] [version=8] [2024/05/06 10:48:43.631 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=21.648244ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:43.4 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:43.740 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:48:43.4 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:43.841 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=17] [2024/05/06 10:48:43.841 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:48:43.847 +08:00] [INFO] [session.go:3903] ["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/06 10:48:43.912 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:48:43.861 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:48:43.913 +08:00] [INFO] [ddl.go:1067] ["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-06 10:48:43.861 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:48:43.924 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:48:43.924 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:48:44.016 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:48:43.861 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:44.097 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=8] [neededSchemaVersion=9] ["start time"=2.115901ms] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [2024/05/06 10:48:44.112 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:48:44.112 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=19] [version=9] [2024/05/06 10:48:44.112 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=18.243346ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:43.861 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:44.170 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:48:43.861 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:44.257 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=19] [2024/05/06 10:48:44.257 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:48:44.266 +08:00] [INFO] [session.go:3903] ["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/06 10:48:44.341 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:48:44.28 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:48:44.341 +08:00] [INFO] [ddl.go:1067] ["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-06 10:48:44.28 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:48:44.429 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:48:44.28 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:44.607 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=9] [neededSchemaVersion=10] ["start time"=2.978558ms] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [2024/05/06 10:48:44.633 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:48:44.633 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=21] [version=10] [2024/05/06 10:48:44.634 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=31.028396ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:44.28 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:44.737 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:48:44.28 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:44.844 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=21] [2024/05/06 10:48:44.844 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:48:44.854 +08:00] [INFO] [session.go:3903] ["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/06 10:48:44.920 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:48:44.921 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:48:44.937 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:48:44.874 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:48:44.937 +08:00] [INFO] [ddl.go:1067] ["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-06 10:48:44.874 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:48:45.014 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:48:44.874 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:45.117 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=10] [neededSchemaVersion=11] ["start time"=2.604415ms] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [2024/05/06 10:48:45.159 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:48:45.159 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=23] [version=11] [2024/05/06 10:48:45.160 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=46.110593ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:44.874 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:45.284 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:48:44.874 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:45.406 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=23] [2024/05/06 10:48:45.407 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:48:45.421 +08:00] [INFO] [session.go:3903] ["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/06 10:48:45.423 +08:00] [INFO] [ddl_api.go:1115] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [2024/05/06 10:48:45.546 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:48:45.455 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:48:45.546 +08:00] [INFO] [ddl.go:1067] ["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-06 10:48:45.455 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:48:45.608 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:48:45.455 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:45.853 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=11] [neededSchemaVersion=12] ["start time"=4.96952ms] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [2024/05/06 10:48:45.868 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:48:45.868 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=25] [version=12] [2024/05/06 10:48:45.868 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=22.081046ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:45.455 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:45.919 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:48:45.919 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:48:45.998 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:48:45.455 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:46.163 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=25] [2024/05/06 10:48:46.163 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:48:46.188 +08:00] [INFO] [session.go:3903] ["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/06 10:48:46.283 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:48:46.203 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:48:46.283 +08:00] [INFO] [ddl.go:1067] ["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-06 10:48:46.203 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:48:46.342 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:48:46.203 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:46.650 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=12] [neededSchemaVersion=13] ["start time"=3.758795ms] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [2024/05/06 10:48:46.690 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:48:46.691 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=27] [version=13] [2024/05/06 10:48:46.697 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=51.663853ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:46.203 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:46.864 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:48:46.203 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:46.923 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:48:46.923 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:48:46.974 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=27] [2024/05/06 10:48:46.975 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:48:47.000 +08:00] [INFO] [session.go:3903] ["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/06 10:48:47.129 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:48:47.015 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:48:47.129 +08:00] [INFO] [ddl.go:1067] ["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-06 10:48:47.015 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:48:47.262 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:48:47.015 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:47.391 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=13] [neededSchemaVersion=14] ["start time"=2.845348ms] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [2024/05/06 10:48:47.406 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:48:47.406 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=29] [version=14] [2024/05/06 10:48:47.407 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=20.114905ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:47.015 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:47.500 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:48:47.015 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:47.668 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=29] [2024/05/06 10:48:47.668 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:48:47.680 +08:00] [INFO] [session.go:3903] ["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/06 10:48:47.804 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:48:47.703 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:48:47.805 +08:00] [INFO] [ddl.go:1067] ["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-06 10:48:47.703 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:48:47.928 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:48:47.928 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:48:47.972 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:48:47.703 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:48.164 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=14] [neededSchemaVersion=15] ["start time"=2.813568ms] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [2024/05/06 10:48:48.179 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:48:48.179 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=31] [version=15] [2024/05/06 10:48:48.181 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=20.329999ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:47.703 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:48.353 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:48:47.703 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:48.504 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=31] [2024/05/06 10:48:48.504 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:48:48.513 +08:00] [INFO] [session.go:3903] ["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/06 10:48:48.586 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:48:48.536 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:48:48.586 +08:00] [INFO] [ddl.go:1067] ["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-06 10:48:48.536 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:48:48.680 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:48:48.536 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:48.840 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=15] [neededSchemaVersion=16] ["start time"=2.605691ms] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [2024/05/06 10:48:48.855 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:48:48.855 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=33] [version=16] [2024/05/06 10:48:48.855 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=18.383518ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:48.536 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:48.920 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:48:48.920 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:48:48.947 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:48:48.536 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:49.054 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=33] [2024/05/06 10:48:49.054 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:48:49.065 +08:00] [INFO] [session.go:3903] ["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/06 10:48:49.157 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:48:49.089 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:48:49.157 +08:00] [INFO] [ddl.go:1067] ["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-06 10:48:49.089 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:48:49.237 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:48:49.089 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:49.351 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=16] [neededSchemaVersion=17] ["start time"=2.913928ms] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [2024/05/06 10:48:49.366 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:48:49.367 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=35] [version=17] [2024/05/06 10:48:49.367 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=19.794233ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:49.089 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:49.493 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:48:49.089 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:49.571 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=35] [2024/05/06 10:48:49.571 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:48:49.582 +08:00] [INFO] [session.go:3903] ["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/06 10:48:49.687 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:48:49.599 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:48:49.687 +08:00] [INFO] [ddl.go:1067] ["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-06 10:48:49.599 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:48:49.783 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:48:49.599 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:49.922 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:48:49.922 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:48:49.956 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=17] [neededSchemaVersion=18] ["start time"=2.445833ms] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [2024/05/06 10:48:49.970 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:48:49.970 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=37] [version=18] [2024/05/06 10:48:49.970 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=18.062459ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:49.599 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:50.060 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:48:49.599 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:50.182 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=37] [2024/05/06 10:48:50.182 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:48:50.200 +08:00] [INFO] [session.go:3903] ["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/06 10:48:50.425 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:48:50.227 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:48:50.425 +08:00] [INFO] [ddl.go:1067] ["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-06 10:48:50.227 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:48:50.532 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:48:50.227 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:50.754 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=18] [neededSchemaVersion=19] ["start time"=4.168318ms] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [2024/05/06 10:48:50.769 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:48:50.769 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=39] [version=19] [2024/05/06 10:48:50.777 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=27.674233ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:50.227 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:50.883 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:48:50.227 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:50.923 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:48:50.924 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:48:51.037 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=39] [2024/05/06 10:48:51.037 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:48:51.078 +08:00] [INFO] [session.go:3903] ["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/06 10:48:51.236 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:48:51.123 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:48:51.236 +08:00] [INFO] [ddl.go:1067] ["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-06 10:48:51.123 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:48:51.285 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:48:51.123 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:51.436 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=19] [neededSchemaVersion=20] ["start time"=2.995834ms] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [2024/05/06 10:48:51.451 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:48:51.451 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=41] [version=20] [2024/05/06 10:48:51.451 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=28.443116ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:51.123 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:51.586 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:48:51.123 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:51.664 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=41] [2024/05/06 10:48:51.665 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:48:51.684 +08:00] [INFO] [session.go:3903] ["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/06 10:48:51.778 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:48:51.715 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:48:51.779 +08:00] [INFO] [ddl.go:1067] ["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-06 10:48:51.715 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:48:51.849 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:48:51.715 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:51.936 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=20] [neededSchemaVersion=21] ["start time"=2.132791ms] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [2024/05/06 10:48:51.945 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:48:51.945 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:48:51.952 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:48:51.952 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=43] [version=21] [2024/05/06 10:48:51.960 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=30.414554ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:51.715 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:52.026 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:48:51.715 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:52.107 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=43] [2024/05/06 10:48:52.107 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:48:52.112 +08:00] [INFO] [session.go:3903] ["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/06 10:48:52.152 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:48:52.124 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:48:52.153 +08:00] [INFO] [ddl.go:1067] ["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-06 10:48:52.124 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [2024/05/06 10:48:52.212 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:48:52.124 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:52.268 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=21] [neededSchemaVersion=22] ["start time"=1.595243ms] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [2024/05/06 10:48:52.282 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:48:52.282 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=45] [version=22] [2024/05/06 10:48:52.282 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=16.465135ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:52.124 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:52.398 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:48:52.124 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:52.454 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=45] [2024/05/06 10:48:52.454 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:48:52.465 +08:00] [INFO] [session.go:3903] ["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/06 10:48:52.615 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:48:52.513 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:48:52.615 +08:00] [INFO] [ddl.go:1067] ["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-06 10:48:52.513 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:48:52.712 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:48:52.513 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:52.918 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:48:52.918 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:48:52.970 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=22] [neededSchemaVersion=23] ["start time"=3.674776ms] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [2024/05/06 10:48:53.003 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:48:53.003 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=47] [version=23] [2024/05/06 10:48:53.006 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=40.82389ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:52.513 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:53.102 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:48:52.513 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:53.205 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=47] [2024/05/06 10:48:53.206 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:48:53.230 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.schema_index_usage (\n\t\tTABLE_ID bigint(64),\n\t\tINDEX_ID bigint(21),\n\t\tQUERY_COUNT bigint(64),\n\t\tROWS_SELECTED bigint(64),\n\t\tLAST_USED_AT timestamp,\n\t\tPRIMARY KEY(TABLE_ID, INDEX_ID)\n\t);"] [user=] [2024/05/06 10:48:53.308 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:48:53.243 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:48:53.308 +08:00] [INFO] [ddl.go:1067] ["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-06 10:48:53.243 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.schema_index_usage (\n\t\tTABLE_ID bigint(64),\n\t\tINDEX_ID bigint(21),\n\t\tQUERY_COUNT bigint(64),\n\t\tROWS_SELECTED bigint(64),\n\t\tLAST_USED_AT timestamp,\n\t\tPRIMARY KEY(TABLE_ID, INDEX_ID)\n\t);"] [2024/05/06 10:48:53.402 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:48:53.243 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:53.554 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=23] [neededSchemaVersion=24] ["start time"=2.642723ms] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [2024/05/06 10:48:53.568 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:48:53.568 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=49] [version=24] [2024/05/06 10:48:53.569 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=18.232698ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:53.243 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:53.699 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:48:53.243 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:53.763 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=49] [2024/05/06 10:48:53.763 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:48:53.770 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2024/05/06 10:48:53.830 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:48:53.783 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:48:53.831 +08:00] [INFO] [ddl.go:1067] ["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-06 10:48:53.783 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:48:53.942 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:48:53.943 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:48:54.060 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:48:53.783 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:54.193 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=24] [neededSchemaVersion=25] ["start time"=7.972609ms] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [2024/05/06 10:48:54.278 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:48:54.278 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=51] [version=25] [2024/05/06 10:48:54.281 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=104.049553ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:53.783 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:54.408 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:48:53.783 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:54.492 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=51] [2024/05/06 10:48:54.493 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:48:54.500 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV)\n\t);"] [user=] [2024/05/06 10:48:54.582 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:48:54.514 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:48:54.582 +08:00] [INFO] [ddl.go:1067] ["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-06 10:48:54.514 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:48:54.660 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:48:54.514 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:54.775 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=25] [neededSchemaVersion=26] ["start time"=2.596486ms] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [2024/05/06 10:48:54.799 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:48:54.799 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=53] [version=26] [2024/05/06 10:48:54.799 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=27.700935ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:54.514 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:54.905 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:48:54.514 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:54.924 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:48:54.924 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:48:54.992 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=53] [2024/05/06 10:48:54.992 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:48:54.999 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2024/05/06 10:48:55.118 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:48:55.014 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:48:55.118 +08:00] [INFO] [ddl.go:1067] ["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-06 10:48:55.014 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:48:55.312 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:48:55.014 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:55.409 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=26] [neededSchemaVersion=27] ["start time"=2.242534ms] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [2024/05/06 10:48:55.423 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:48:55.424 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=55] [version=27] [2024/05/06 10:48:55.424 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=18.413557ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:55.014 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:55.562 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:48:55.014 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:55.622 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=55] [2024/05/06 10:48:55.622 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:48:55.649 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2024/05/06 10:48:55.714 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:48:55.67 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:48:55.714 +08:00] [INFO] [ddl.go:1067] ["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-06 10:48:55.67 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:48:55.881 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:48:55.67 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:55.926 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:48:55.926 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:48:55.991 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=27] [neededSchemaVersion=28] ["start time"=2.434141ms] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [2024/05/06 10:48:56.007 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:48:56.007 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=57] [version=28] [2024/05/06 10:48:56.010 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=22.472759ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:55.67 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:56.101 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:48:55.67 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:56.168 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=57] [2024/05/06 10:48:56.168 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:48:56.178 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2024/05/06 10:48:56.236 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:48:56.192 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:48:56.236 +08:00] [INFO] [ddl.go:1067] ["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-06 10:48:56.192 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:48:56.304 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:48:56.192 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:56.492 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=28] [neededSchemaVersion=29] ["start time"=2.263996ms] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [2024/05/06 10:48:56.509 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:48:56.509 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=59] [version=29] [2024/05/06 10:48:56.509 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=20.065909ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:56.192 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:56.592 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:48:56.192 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:56.675 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=59] [2024/05/06 10:48:56.675 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:48:56.686 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2024/05/06 10:48:56.689 +08:00] [INFO] [ddl_api.go:1115] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [2024/05/06 10:48:56.794 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:48:56.71 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:48:56.795 +08:00] [INFO] [ddl.go:1067] ["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-06 10:48:56.71 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:48:56.889 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:48:56.71 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:56.918 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:48:56.919 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:48:57.037 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=29] [neededSchemaVersion=30] ["start time"=2.794863ms] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [2024/05/06 10:48:57.051 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:48:57.051 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=61] [version=30] [2024/05/06 10:48:57.053 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=20.173935ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:56.71 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:57.112 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:48:56.71 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:57.232 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=61] [2024/05/06 10:48:57.232 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:48:57.251 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2024/05/06 10:48:57.338 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:48:57.266 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:48:57.339 +08:00] [INFO] [ddl.go:1067] ["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-06 10:48:57.266 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:48:57.408 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:48:57.266 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:57.709 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=30] [neededSchemaVersion=31] ["start time"=3.372194ms] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [2024/05/06 10:48:57.723 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:48:57.723 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=63] [version=31] [2024/05/06 10:48:57.727 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=22.646226ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:57.266 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:57.917 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:48:57.266 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:57.921 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:48:57.921 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:48:58.072 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=63] [2024/05/06 10:48:58.072 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:48:58.082 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2024/05/06 10:48:58.189 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:48:58.096 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:48:58.189 +08:00] [INFO] [ddl.go:1067] ["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-06 10:48:58.096 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:48:58.325 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:48:58.096 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:58.523 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=31] [neededSchemaVersion=32] ["start time"=3.062219ms] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [2024/05/06 10:48:58.538 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:48:58.538 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=65] [version=32] [2024/05/06 10:48:58.539 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=19.815787ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:58.096 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:58.664 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:48:58.096 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:58.819 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=65] [2024/05/06 10:48:58.820 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:48:58.855 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time)\n\t);"] [user=] [2024/05/06 10:48:58.922 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:48:58.923 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:48:59.019 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:48:58.882 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:48:59.019 +08:00] [INFO] [ddl.go:1067] ["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-06 10:48:58.882 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:48:59.125 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:48:58.882 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:59.410 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=32] [neededSchemaVersion=33] ["start time"=4.242151ms] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [2024/05/06 10:48:59.424 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:48:59.436 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=67] [version=33] [2024/05/06 10:48:59.440 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=34.650914ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:58.882 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:59.500 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:48:58.882 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:59.671 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=67] [2024/05/06 10:48:59.671 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:48:59.676 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=33] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2024/05/06 10:48:59.737 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:59.701 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:48:59.737 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:69, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:59.701 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [2024/05/06 10:48:59.847 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=69] [category=ddl] [job="ID:69, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2024-05-06 10:48:59.701 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:48:59.910 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=33] [neededSchemaVersion=34] ["start time"=1.81941ms] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[3]"] [2024/05/06 10:48:59.919 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:48:59.919 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:48:59.926 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:48:59.926 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=69] [version=34] [2024/05/06 10:48:59.928 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=20.359851ms] [job="ID:69, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:2, start time: 2024-05-06 10:48:59.701 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:00.085 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=69] [job="ID:69, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2024-05-06 10:48:59.701 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:00.159 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=69] [2024/05/06 10:49:00.159 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:49:00.319 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:3, start time: 2024-05-06 10:49:00.213 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:49:00.320 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:71, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:3, start time: 2024-05-06 10:49:00.213 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE OR REPLACE VIEW mysql.tidb_mdl_view as (\n\t\tSELECT job_id,\n\t\t\tdb_name,\n\t\t\ttable_name,\n\t\t\tquery,\n\t\t\tsession_id,\n\t\t\ttxnstart,\n\t\t\ttidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS\n\t\tFROM information_schema.ddl_jobs,\n\t\t\tinformation_schema.cluster_tidb_trx,\n\t\t\tinformation_schema.cluster_processlist\n\t\tWHERE (ddl_jobs.state != 'synced' and ddl_jobs.state != 'cancelled')\n\t\t\tAND Find_in_set(ddl_jobs.table_id, cluster_tidb_trx.related_table_ids)\n\t\t\tAND cluster_tidb_trx.session_id = cluster_processlist.id\n\t);"] [2024/05/06 10:49:00.416 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=71] [category=ddl] [job="ID:71, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2024-05-06 10:49:00.213 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:00.625 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=34] [neededSchemaVersion=35] ["start time"=3.023433ms] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[21]"] [2024/05/06 10:49:00.642 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:49:00.642 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=71] [version=35] [2024/05/06 10:49:00.644 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=47.452586ms] [job="ID:71, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:3, start time: 2024-05-06 10:49:00.213 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:00.753 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=71] [job="ID:71, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2024-05-06 10:49:00.213 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:00.828 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=71] [2024/05/06 10:49:00.829 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:49:00.837 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2024/05/06 10:49:00.920 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:49:00.920 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:49:00.941 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:49:00.852 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:49:00.941 +08:00] [INFO] [ddl.go:1067] ["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-06 10:49:00.852 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:49:01.043 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:49:00.852 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:01.155 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=35] [neededSchemaVersion=36] ["start time"=2.982904ms] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [2024/05/06 10:49:01.170 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:49:01.170 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=73] [version=36] [2024/05/06 10:49:01.172 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=20.515998ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:00.852 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:01.266 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:49:00.852 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:01.420 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=73] [2024/05/06 10:49:01.420 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:49:01.436 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [user=] [2024/05/06 10:49:01.531 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:49:01.468 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:49:01.531 +08:00] [INFO] [ddl.go:1067] ["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-06 10:49:01.468 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:49:01.629 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:49:01.468 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:01.799 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=36] [neededSchemaVersion=37] ["start time"=2.246777ms] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [2024/05/06 10:49:01.813 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:49:01.813 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=75] [version=37] [2024/05/06 10:49:01.822 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=25.762827ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:01.468 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:01.896 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:49:01.468 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:01.920 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:49:01.921 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:49:02.018 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=75] [2024/05/06 10:49:02.018 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:49:02.032 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [user=] [2024/05/06 10:49:02.098 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:49:02.054 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:49:02.099 +08:00] [INFO] [ddl.go:1067] ["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-06 10:49:02.054 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:49:02.162 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:49:02.054 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:02.252 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=37] [neededSchemaVersion=38] ["start time"=2.194302ms] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [2024/05/06 10:49:02.267 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:49:02.267 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=77] [version=38] [2024/05/06 10:49:02.268 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=18.675994ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:02.054 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:02.365 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:49:02.054 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:02.475 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=77] [2024/05/06 10:49:02.475 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:49:02.511 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [user=] [2024/05/06 10:49:02.646 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:49:02.536 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:49:02.647 +08:00] [INFO] [ddl.go:1067] ["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-06 10:49:02.536 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:49:02.733 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:49:02.536 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:02.925 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:49:02.925 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:49:03.148 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=38] [neededSchemaVersion=39] ["start time"=5.375723ms] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [2024/05/06 10:49:03.180 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:49:03.180 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=79] [version=39] [2024/05/06 10:49:03.182 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=40.469688ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:02.536 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:03.322 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:49:02.536 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:03.469 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=79] [2024/05/06 10:49:03.469 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:49:03.483 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [user=] [2024/05/06 10:49:03.629 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:49:03.5 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:49:03.629 +08:00] [INFO] [ddl.go:1067] ["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-06 10:49:03.5 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:49:03.745 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:49:03.5 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:03.924 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:49:03.924 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:49:04.058 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=39] [neededSchemaVersion=40] ["start time"=3.861787ms] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [2024/05/06 10:49:04.072 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:49:04.073 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=81] [version=40] [2024/05/06 10:49:04.073 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=20.310662ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:03.5 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:04.251 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:49:03.5 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:04.474 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=81] [2024/05/06 10:49:04.474 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:49:04.494 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [user=] [2024/05/06 10:49:04.620 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:49:04.508 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:49:04.620 +08:00] [INFO] [ddl.go:1067] ["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-06 10:49:04.508 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:49:04.781 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:49:04.508 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:04.921 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:49:04.921 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:49:05.026 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=40] [neededSchemaVersion=41] ["start time"=5.414944ms] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [2024/05/06 10:49:05.040 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:49:05.040 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=83] [version=41] [2024/05/06 10:49:05.042 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=22.615961ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:04.508 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:05.157 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:49:04.508 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:05.290 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=83] [2024/05/06 10:49:05.290 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:49:05.301 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(256),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2024/05/06 10:49:05.456 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:49:05.315 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:49:05.456 +08:00] [INFO] [ddl.go:1067] ["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-06 10:49:05.315 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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(256),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [2024/05/06 10:49:05.540 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:49:05.315 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:05.782 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=41] [neededSchemaVersion=42] ["start time"=4.136977ms] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [2024/05/06 10:49:05.803 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:49:05.803 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=85] [version=42] [2024/05/06 10:49:05.804 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=26.507738ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:05.315 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:05.879 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:49:05.315 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:05.924 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:49:05.925 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:49:06.097 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=85] [2024/05/06 10:49:06.097 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:49:06.107 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(256),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2024/05/06 10:49:06.205 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:49:06.123 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:49:06.205 +08:00] [INFO] [ddl.go:1067] ["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-06 10:49:06.123 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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(256),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [2024/05/06 10:49:06.262 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:49:06.123 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:06.451 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=42] [neededSchemaVersion=43] ["start time"=4.076027ms] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [2024/05/06 10:49:06.468 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:49:06.468 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=87] [version=43] [2024/05/06 10:49:06.468 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=43.48401ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:06.123 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:06.602 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:49:06.123 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:06.719 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=87] [2024/05/06 10:49:06.719 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:49:06.736 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.load_data_jobs (\n job_id bigint(64) NOT NULL AUTO_INCREMENT,\n expected_status ENUM('running', 'paused', 'canceled') NOT NULL DEFAULT 'running',\n create_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n start_time TIMESTAMP(6) NULL DEFAULT NULL,\n update_time TIMESTAMP(6) NULL DEFAULT NULL,\n end_time TIMESTAMP(6) NULL DEFAULT NULL,\n data_source TEXT NOT NULL,\n table_schema VARCHAR(64) NOT NULL,\n table_name VARCHAR(64) NOT NULL,\n import_mode VARCHAR(64) NOT NULL,\n create_user VARCHAR(32) NOT NULL,\n progress TEXT DEFAULT NULL,\n result_message TEXT DEFAULT NULL,\n error_message TEXT DEFAULT NULL,\n PRIMARY KEY (job_id),\n KEY (create_time),\n KEY (create_user));"] [user=] [2024/05/06 10:49:06.890 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:49:06.752 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:49:06.891 +08:00] [INFO] [ddl.go:1067] ["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-06 10:49:06.752 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.load_data_jobs (\n job_id bigint(64) NOT NULL AUTO_INCREMENT,\n expected_status ENUM('running', 'paused', 'canceled') NOT NULL DEFAULT 'running',\n create_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n start_time TIMESTAMP(6) NULL DEFAULT NULL,\n update_time TIMESTAMP(6) NULL DEFAULT NULL,\n end_time TIMESTAMP(6) NULL DEFAULT NULL,\n data_source TEXT NOT NULL,\n table_schema VARCHAR(64) NOT NULL,\n table_name VARCHAR(64) NOT NULL,\n import_mode VARCHAR(64) NOT NULL,\n create_user VARCHAR(32) NOT NULL,\n progress TEXT DEFAULT NULL,\n result_message TEXT DEFAULT NULL,\n error_message TEXT DEFAULT NULL,\n PRIMARY KEY (job_id),\n KEY (create_time),\n KEY (create_user));"] [2024/05/06 10:49:06.922 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:49:06.922 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:49:06.962 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:49:06.752 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:07.306 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=43] [neededSchemaVersion=44] ["start time"=4.311894ms] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [2024/05/06 10:49:07.321 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:49:07.321 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=89] [version=44] [2024/05/06 10:49:07.321 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=20.571395ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:06.752 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:07.395 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:49:06.752 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:07.527 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=89] [2024/05/06 10:49:07.528 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:49:07.566 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [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/06 10:49:07.781 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:49:07.611 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:49:07.781 +08:00] [INFO] [ddl.go:1067] ["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-06 10:49:07.611 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:49:07.922 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:49:07.923 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:49:07.935 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:49:07.611 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:08.355 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=44] [neededSchemaVersion=45] ["start time"=4.885073ms] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [2024/05/06 10:49:08.369 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:49:08.369 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=91] [version=45] [2024/05/06 10:49:08.370 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=20.210129ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:07.611 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:08.508 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:49:07.611 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:08.715 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=91] [2024/05/06 10:49:08.715 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:49:08.727 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [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/06 10:49:08.838 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:49:08.756 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:49:08.838 +08:00] [INFO] [ddl.go:1067] ["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-06 10:49:08.756 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:49:08.923 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:49:08.923 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/05/06 10:49:08.942 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:49:08.756 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:09.120 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=45] [neededSchemaVersion=46] ["start time"=3.502354ms] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [2024/05/06 10:49:09.145 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:49:09.146 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=93] [version=46] [2024/05/06 10:49:09.157 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=40.95357ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:08.756 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:09.317 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:49:08.756 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:09.449 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=93] [2024/05/06 10:49:09.450 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:49:09.461 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [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/06 10:49:09.536 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:49:09.476 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:49:09.536 +08:00] [INFO] [ddl.go:1067] ["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-06 10:49:09.476 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:49:09.634 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:49:09.476 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:09.798 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=46] [neededSchemaVersion=47] ["start time"=3.414485ms] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [2024/05/06 10:49:09.827 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:49:09.827 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=95] [version=47] [2024/05/06 10:49:09.828 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=34.465325ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:09.476 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:09.882 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:49:09.476 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:09.937 +08:00] [ERROR] [runaway.go:153] ["try to get done runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:153\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:49:09.937 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist"] [2024/05/06 10:49:10.013 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=95] [2024/05/06 10:49:10.013 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:49:10.036 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [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/06 10:49:10.188 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:49:10.052 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:49:10.188 +08:00] [INFO] [ddl.go:1067] ["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-06 10:49:10.052 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:49:10.240 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:49:10.052 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:10.594 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=47] [neededSchemaVersion=48] ["start time"=5.65731ms] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [2024/05/06 10:49:10.609 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:49:10.609 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=97] [version=48] [2024/05/06 10:49:10.609 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=21.83886ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:10.052 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:10.774 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:49:10.052 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:10.935 +08:00] [ERROR] [runaway.go:153] ["try to get done runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:153\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"] [2024/05/06 10:49:10.935 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist"] [2024/05/06 10:49:10.964 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=97] [2024/05/06 10:49:10.968 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:49:10.988 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [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/06 10:49:11.163 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:49:11.008 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:49:11.164 +08:00] [INFO] [ddl.go:1067] ["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-06 10:49:11.008 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [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/06 10:49:11.298 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:49:11.008 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:11.497 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=48] [neededSchemaVersion=49] ["start time"=3.602165ms] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [2024/05/06 10:49:11.519 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:49:11.519 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=99] [version=49] [2024/05/06 10:49:11.522 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=29.039317ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:11.008 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:11.609 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:49:11.008 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:11.750 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=99] [2024/05/06 10:49:11.751 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:49:11.787 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(100) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n keyspace_id bigint(8) NOT NULL DEFAULT -1);"] [user=] [2024/05/06 10:49:11.918 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:11.804 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:49:11.919 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:11.804 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(100) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n keyspace_id bigint(8) NOT NULL DEFAULT -1);"] [2024/05/06 10:49:12.008 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=101] [category=ddl] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2024-05-06 10:49:11.804 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:12.104 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=49] [neededSchemaVersion=50] ["start time"=2.595045ms] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [2024/05/06 10:49:12.120 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:49:12.120 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=101] [version=50] [2024/05/06 10:49:12.127 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=25.927073ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:11.804 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:12.222 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2024-05-06 10:49:11.804 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:12.338 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=101] [2024/05/06 10:49:12.338 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:49:13.729 +08:00] [INFO] [bootstrap.go:723] ["bootstrap successful"] ["take time"=35.817355558s] [2024/05/06 10:49:13.748 +08:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=f1cddd2b-4584-461b-907b-f9344b910db4] [ownerKey=/tidb/ddl/fg/owner] [2024/05/06 10:49:13.748 +08:00] [INFO] [ddl_workerpool.go:83] ["closing workerPool"] [category=ddl] [2024/05/06 10:49:13.748 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 2, tp add index"] [category=ddl] ["take time"=22.548ยตs] [2024/05/06 10:49:13.748 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 3, tp add index"] [category=ddl] ["take time"=8.311ยตs] [2024/05/06 10:49:13.748 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 4, tp add index"] [category=ddl] ["take time"=11.863ยตs] [2024/05/06 10:49:13.748 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 5, tp add index"] [category=ddl] ["take time"=23.789ยตs] [2024/05/06 10:49:13.748 +08:00] [INFO] [ddl_workerpool.go:83] ["closing workerPool"] [category=ddl] [2024/05/06 10:49:13.748 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 1, tp general"] [category=ddl] ["take time"=9.476ยตs] [2024/05/06 10:49:13.748 +08:00] [INFO] [delete_range.go:150] ["closing delRange"] [category=ddl] [2024/05/06 10:49:13.748 +08:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 10:49:13.793 +08:00] [INFO] [ddl.go:872] ["DDL closed"] [category=ddl] [ID=f1cddd2b-4584-461b-907b-f9344b910db4] ["take time"=62.75871ms] [2024/05/06 10:49:13.794 +08:00] [INFO] [ddl.go:698] ["stop DDL"] [category=ddl] [ID=f1cddd2b-4584-461b-907b-f9344b910db4] [2024/05/06 10:49:13.794 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 10:49:13.794 +08:00] [INFO] [domain.go:886] ["loadSchemaInLoop exited."] [2024/05/06 10:49:13.794 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 10:49:13.794 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 10:49:13.794 +08:00] [INFO] [domain.go:743] ["topologySyncerKeeper exited."] [2024/05/06 10:49:13.794 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 10:49:13.794 +08:00] [INFO] [domain.go:693] ["infoSyncerKeeper exited."] [2024/05/06 10:49:13.794 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 10:49:13.794 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 10:49:13.794 +08:00] [INFO] [domain.go:719] ["globalConfigSyncerKeeper exited."] [2024/05/06 10:49:13.795 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 10:49:13.795 +08:00] [INFO] [domain.go:665] ["topNSlowQueryLoop exited."] [2024/05/06 10:49:13.795 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 10:49:13.795 +08:00] [INFO] [domain.go:1340] ["closestReplicaReadCheckLoop exited."] [2024/05/06 10:49:13.795 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 10:49:13.795 +08:00] [INFO] [domain.go:1053] ["domain closed"] ["take time"=64.814851ms] [2024/05/06 10:49:13.796 +08:00] [INFO] [tidb.go:80] ["new domain"] [store=06ad705a-25a1-44a2-920e-2ccece62b552] ["ddl lease"=500ms] ["stats lease"=-1ns] ["index usage sync lease"=0s] [2024/05/06 10:49:14.213 +08:00] [WARN] [controller.go:185] ["[resource group controller] server does not save config, load config failed"] [2024/05/06 10:49:14.213 +08:00] [INFO] [controller.go:172] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"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,\"DegradedModeWaitDuration\":0}"] [2024/05/06 10:49:14.375 +08:00] [INFO] [domain.go:302] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=50] ["start time"=159.364188ms] [2024/05/06 10:49:14.381 +08:00] [INFO] [domain.go:617] ["full load and reset schema validator"] [2024/05/06 10:49:14.381 +08:00] [INFO] [ddl.go:743] ["start DDL"] [category=ddl] [ID=6837a150-cf71-4b9c-b9a6-5450a7c0dc4c] [runWorker=true] [2024/05/06 10:49:14.381 +08:00] [INFO] [ddl.go:706] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 10:49:14.381 +08:00] [INFO] [delete_range.go:160] ["start delRange emulator"] [category=ddl] [2024/05/06 10:49:14.382 +08:00] [INFO] [job_table.go:316] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 10:49:14.388 +08:00] [WARN] [env.go:53] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2024/05/06 10:49:14.388 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 10:49:14.388 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 10:49:14.388 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 10:49:14.388 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 10:49:14.388 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 10:49:14.388 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 10:49:14.388 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 10:49:14.388 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 10:49:14.388 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 10:49:14.389 +08:00] [WARN] [domain.go:1305] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 10:49:14.434 +08:00] [INFO] [job_table.go:316] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 10:49:14.434 +08:00] [INFO] [job_table.go:331] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 10:49:14.447 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 10:49:14.447 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=handleEvolvePlanTasksLoop] [2024/05/06 10:49:14.448 +08:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2024/05/06 10:49:14.561 +08:00] [INFO] [sysvar.go:2563] ["set resource control"] [enable=true] [2024/05/06 10:49:14.568 +08:00] [INFO] [controller.go:435] ["[resource group controller] create resource group cost controller"] [name=default] [2024/05/06 10:49:14.765 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 10:49:14.839 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 10:49:14.856 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 10:49:14.856 +08:00] [INFO] [domain.go:2112] ["dumpFileGcChecker started"] [2024/05/06 10:49:14.859 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=quitStatsOwner] [2024/05/06 10:49:14.869 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 10:49:14.869 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 10:49:14.869 +08:00] [INFO] [task_manager.go:216] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4] [2024/05/06 10:49:14.869 +08:00] [INFO] [task_manager.go:216] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4] [2024/05/06 10:49:14.918 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=50] [cur_db=test] [sql="create table t (a int, b int, key(a), key(b))\n\t\tpartition by range (a) (\n\t\tpartition p1 values less than (10),\n\t\tpartition p2 values less than (20),\n\t\tpartition p3 values less than (30),\n\t\tpartition p4 values less than (40))"] [user=] [2024/05/06 10:49:14.940 +08:00] [INFO] [domain.go:1499] ["dist task scheduler manager started"] [2024/05/06 10:49:15.015 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:102, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:14.967 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:49:15.016 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:102, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:14.967 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="create table t (a int, b int, key(a), key(b))\n\t\tpartition by range (a) (\n\t\tpartition p1 values less than (10),\n\t\tpartition p2 values less than (20),\n\t\tpartition p3 values less than (30),\n\t\tpartition p4 values less than (40))"] [2024/05/06 10:49:15.112 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=107] [conn=1] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-06 10:49:14.967 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:15.256 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=50] [neededSchemaVersion=51] ["start time"=8.886547ms] [gotSchemaVersion=51] [phyTblIDs="[102,103,104,105,106]"] [actionTypes="[3,3,3,3,3]"] [2024/05/06 10:49:15.271 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=107] [version=51] [2024/05/06 10:49:15.272 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=26.175752ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:102, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:14.967 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:15.349 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=107] [conn=1] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-06 10:49:14.967 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:15.520 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=107] [2024/05/06 10:49:15.520 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:49:15.526 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=51] [cur_db=test] [sql="create table tnormal (a int, b int, key(a), key(b))"] [user=] [2024/05/06 10:49:15.580 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:15.541 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:49:15.581 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:15.541 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="create table tnormal (a int, b int, key(a), key(b))"] [2024/05/06 10:49:15.653 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=109] [conn=1] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 10:49:15.541 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:15.728 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=51] [neededSchemaVersion=52] ["start time"=2.078705ms] [gotSchemaVersion=52] [phyTblIDs="[108]"] [actionTypes="[3]"] [2024/05/06 10:49:15.742 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=109] [version=52] [2024/05/06 10:49:15.751 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=26.661552ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:15.541 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:15.876 +08:00] [INFO] [runtime.go:160] ["TimerGroupRuntime loop started"] [groupID=ttl] [2024/05/06 10:49:15.877 +08:00] [INFO] [runtime.go:402] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true] [2024/05/06 10:49:15.882 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=109] [conn=1] [job="ID:109, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 10:49:15.541 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:49:15.942 +08:00] [INFO] [dispatcher_manager.go:293] ["cleanUp loop start"] [2024/05/06 10:49:15.942 +08:00] [INFO] [dispatcher_manager.go:156] ["dispatch task loop start"] [2024/05/06 10:49:15.942 +08:00] [INFO] [dispatcher_manager.go:243] ["subtask table gc loop start"] [2024/05/06 10:49:15.979 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=109] [2024/05/06 10:49:15.979 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:49:16.045 +08:00] [WARN] [2pc.go:1803] ["schemaLeaseChecker is not set for this transaction"] [sessionID=1] [startTS=449567458864136192] [checkTS=449567458864660480] [2024/05/06 10:49:16.234 +08:00] [WARN] [2pc.go:1803] ["schemaLeaseChecker is not set for this transaction"] [sessionID=1] [startTS=449567458913681408] [checkTS=449567458914205696] [2024/05/06 10:49:16.388 +08:00] [INFO] [info.go:1182] [SetTiFlashGroupConfig] [2024/05/06 10:50:08.699 +08:00] [INFO] [region_request.go:1531] ["send request failed, err: context canceled"] [req-ts=449567472658153472] [req-type=Cop] [region="{ region id: 2, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:context canceled,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: true, replicaStatus: [peer: 3, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=60000] [total-region-errors=] [2024/05/06 10:50:11.390 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=52] [cur_db=test] [sql="create table tpk (a int primary key, b int, key(b))\n\t\tpartition by range (a) (\n\t\tpartition p1 values less than (10),\n\t\tpartition p2 values less than (20),\n\t\tpartition p3 values less than (30),\n\t\tpartition p4 values less than (40))"] [user=] [2024/05/06 10:50:11.500 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:110, RowCount:0, ArgLen:2, start time: 2024-05-06 10:50:11.433 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:50:11.501 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:110, RowCount:0, ArgLen:2, start time: 2024-05-06 10:50:11.433 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="create table tpk (a int primary key, b int, key(b))\n\t\tpartition by range (a) (\n\t\tpartition p1 values less than (10),\n\t\tpartition p2 values less than (20),\n\t\tpartition p3 values less than (30),\n\t\tpartition p4 values less than (40))"] [2024/05/06 10:50:11.579 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=115] [conn=1] [category=ddl] [job="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 10:50:11.433 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:50:11.702 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=52] [neededSchemaVersion=53] ["start time"=8.246471ms] [gotSchemaVersion=53] [phyTblIDs="[110,111,112,113,114]"] [actionTypes="[3,3,3,3,3]"] [2024/05/06 10:50:11.717 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=115] [version=53] [2024/05/06 10:50:11.722 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=36.186672ms] [job="ID:115, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:110, RowCount:0, ArgLen:2, start time: 2024-05-06 10:50:11.433 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:50:11.845 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=115] [conn=1] [job="ID:115, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 10:50:11.433 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:50:11.927 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=115] [2024/05/06 10:50:11.927 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:50:11.936 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=53] [cur_db=test] [sql="truncate tnormal"] [user=] [2024/05/06 10:50:12.012 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:117, Type:truncate table, State:queueing, SchemaState:none, SchemaID:2, TableID:108, RowCount:0, ArgLen:3, start time: 2024-05-06 10:50:11.975 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:50:12.012 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:117, Type:truncate table, State:queueing, SchemaState:none, SchemaID:2, TableID:108, RowCount:0, ArgLen:3, start time: 2024-05-06 10:50:11.975 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="truncate tnormal"] [2024/05/06 10:50:12.097 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=117] [conn=1] [category=ddl] [job="ID:117, Type:truncate table, State:queueing, SchemaState:none, SchemaID:2, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 10:50:11.975 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:50:12.186 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=53] [neededSchemaVersion=54] ["start time"=2.315728ms] [gotSchemaVersion=54] [phyTblIDs="[108,116]"] [actionTypes="[11,11]"] [2024/05/06 10:50:12.220 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=117] [version=54] [2024/05/06 10:50:12.221 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=38.39341ms] [job="ID:117, Type:truncate table, State:done, SchemaState:public, SchemaID:2, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 10:50:11.975 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:50:12.308 +08:00] [INFO] [delete_range.go:467] ["insert into delete-range table"] [category=ddl] [jobID=117] [elementID=1] [comment="table ID is 108"] [2024/05/06 10:50:12.319 +08:00] [INFO] [delete_range.go:111] ["add job into delete-range table"] [category=ddl] [jobID=117] [jobType="truncate table"] [2024/05/06 10:50:12.324 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=117] [conn=1] [job="ID:117, Type:truncate table, State:synced, SchemaState:public, SchemaID:2, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 10:50:11.975 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:50:12.411 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=117] [2024/05/06 10:50:12.423 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:50:12.504 +08:00] [INFO] [delete_range.go:247] ["delRange emulator complete task"] [category=ddl] [jobID=117] [elementID=1] [startKey=74800000000000006c] [endKey=74800000000000006d] [2024/05/06 10:50:12.535 +08:00] [WARN] [2pc.go:1803] ["schemaLeaseChecker is not set for this transaction"] [sessionID=1] [startTS=449567473672912896] [checkTS=449567473673175040] [2024/05/06 10:51:01.515 +08:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=6837a150-cf71-4b9c-b9a6-5450a7c0dc4c] [ownerKey=/tidb/ddl/fg/owner] [2024/05/06 10:51:01.515 +08:00] [INFO] [ddl_workerpool.go:83] ["closing workerPool"] [category=ddl] [2024/05/06 10:51:01.515 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 8, tp add index"] [category=ddl] ["take time"=34.06ยตs] [2024/05/06 10:51:01.515 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 9, tp add index"] [category=ddl] ["take time"=22.982ยตs] [2024/05/06 10:51:01.515 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 10, tp add index"] [category=ddl] ["take time"=27.96ยตs] [2024/05/06 10:51:01.515 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 7, tp add index"] [category=ddl] ["take time"=133.528ยตs] [2024/05/06 10:51:01.515 +08:00] [INFO] [ddl_workerpool.go:83] ["closing workerPool"] [category=ddl] [2024/05/06 10:51:01.516 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 6, tp general"] [category=ddl] ["take time"=24.647ยตs] [2024/05/06 10:51:01.516 +08:00] [INFO] [delete_range.go:150] ["closing delRange"] [category=ddl] [2024/05/06 10:51:01.516 +08:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 10:51:01.526 +08:00] [INFO] [ddl.go:872] ["DDL closed"] [category=ddl] [ID=6837a150-cf71-4b9c-b9a6-5450a7c0dc4c] ["take time"=46.68651ms] [2024/05/06 10:51:01.526 +08:00] [INFO] [ddl.go:698] ["stop DDL"] [category=ddl] [ID=6837a150-cf71-4b9c-b9a6-5450a7c0dc4c] [2024/05/06 10:51:01.526 +08:00] [INFO] [domain.go:1005] ["stopping ttlJobManager"] [2024/05/06 10:51:01.527 +08:00] [INFO] [runtime.go:190] ["TimerGroupRuntime loop exit"] [groupID=ttl] [2024/05/06 10:51:01.527 +08:00] [INFO] [task_manager.go:193] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/06 10:51:01.527 +08:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 10:51:01.527 +08:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 10:51:01.527 +08:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 10:51:01.527 +08:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 10:51:01.527 +08:00] [INFO] [task_manager.go:193] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/06 10:51:01.528 +08:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 10:51:01.528 +08:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 10:51:01.528 +08:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 10:51:01.528 +08:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 10:51:01.537 +08:00] [INFO] [job_manager.go:173] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [2024/05/06 10:51:01.537 +08:00] [INFO] [domain.go:1016] ["ttlJobManager exited."] [2024/05/06 10:51:01.537 +08:00] [INFO] [manager.go:280] ["recoverMetaLoop done"] [2024/05/06 10:51:01.537 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 10:51:01.538 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 10:51:01.538 +08:00] [INFO] [domain.go:1521] ["stopping dist task dispatcher manager because the current node is not DDL owner anymore"] [id=6837a150-cf71-4b9c-b9a6-5450a7c0dc4c] [2024/05/06 10:51:01.538 +08:00] [INFO] [dispatcher_manager.go:249] ["subtask history table gc loop exits"] [error="context canceled"] [2024/05/06 10:51:01.538 +08:00] [INFO] [domain.go:886] ["loadSchemaInLoop exited."] [2024/05/06 10:51:01.538 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 10:51:01.538 +08:00] [INFO] [domain.go:1852] ["globalBindHandleWorkerLoop exited."] [2024/05/06 10:51:01.538 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 10:51:01.538 +08:00] [INFO] [domain.go:743] ["topologySyncerKeeper exited."] [2024/05/06 10:51:01.538 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 10:51:01.538 +08:00] [INFO] [domain.go:1716] ["LoadSysVarCacheLoop exited."] [2024/05/06 10:51:01.538 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 10:51:01.538 +08:00] [INFO] [domain.go:693] ["infoSyncerKeeper exited."] [2024/05/06 10:51:01.539 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 10:51:01.539 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 10:51:01.539 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 10:51:01.539 +08:00] [INFO] [handle_hist.go:183] ["SubLoadWorker exited."] [2024/05/06 10:51:01.539 +08:00] [INFO] [handle_hist.go:183] ["SubLoadWorker exited."] [2024/05/06 10:51:01.539 +08:00] [INFO] [handle_hist.go:183] ["SubLoadWorker exited."] [2024/05/06 10:51:01.539 +08:00] [INFO] [handle_hist.go:183] ["SubLoadWorker exited."] [2024/05/06 10:51:01.539 +08:00] [INFO] [handle_hist.go:183] ["SubLoadWorker exited."] [2024/05/06 10:51:01.539 +08:00] [INFO] [domain.go:2116] ["dumpFileGcChecker exited."] [2024/05/06 10:51:01.539 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 10:51:01.539 +08:00] [INFO] [domain.go:719] ["globalConfigSyncerKeeper exited."] [2024/05/06 10:51:01.539 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 10:51:01.539 +08:00] [INFO] [domain.go:1666] ["loadPrivilegeInLoop exited."] [2024/05/06 10:51:01.540 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 10:51:01.540 +08:00] [INFO] [domain.go:665] ["topNSlowQueryLoop exited."] [2024/05/06 10:51:01.540 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 10:51:01.540 +08:00] [INFO] [domain.go:1340] ["closestReplicaReadCheckLoop exited."] [2024/05/06 10:51:01.540 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 10:51:01.540 +08:00] [INFO] [manager.go:173] ["fetchAndFastCancelTasksLoop done"] [2024/05/06 10:51:01.540 +08:00] [INFO] [manager.go:151] ["fetchAndHandleRunnableTasksLoop done"] [2024/05/06 10:51:01.540 +08:00] [INFO] [dispatcher_manager.go:162] ["dispatch task loop exits"] [error="context canceled"] [interval=3000] [2024/05/06 10:51:01.540 +08:00] [INFO] [dispatcher_manager.go:299] ["cleanUp loop exits"] [error="context canceled"] [2024/05/06 10:51:01.540 +08:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=6837a150-cf71-4b9c-b9a6-5450a7c0dc4c] [ownerKey=/tidb/stats/owner] [2024/05/06 10:51:01.540 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=quitStatsOwner] [2024/05/06 10:51:01.540 +08:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=6837a150-cf71-4b9c-b9a6-5450a7c0dc4c] [ownerKey=/tidb/bindinfo/owner] [2024/05/06 10:51:01.540 +08:00] [INFO] [domain.go:1895] ["handleEvolvePlanTasksLoop exited."] [2024/05/06 10:51:01.541 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=handleEvolvePlanTasksLoop] [2024/05/06 10:51:01.541 +08:00] [INFO] [domain.go:1523] ["dist task dispatcher manager stopped"] [id=6837a150-cf71-4b9c-b9a6-5450a7c0dc4c] [2024/05/06 10:51:01.541 +08:00] [INFO] [domain.go:1501] ["stopping dist task scheduler manager"] [2024/05/06 10:51:01.541 +08:00] [INFO] [domain.go:1503] ["dist task scheduler manager stopped"] [2024/05/06 10:51:01.541 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 10:51:01.554 +08:00] [INFO] [domain.go:1053] ["domain closed"] ["take time"=74.937292ms] [2024/05/06 10:51:01.559 +08:00] [INFO] [db.go:567] ["Closing database"] [2024/05/06 10:51:01.559 +08:00] [INFO] [db.go:592] ["Memtable flushed"] [2024/05/06 10:51:01.559 +08:00] [INFO] [db.go:596] ["Compaction finished"] [2024/05/06 10:51:01.559 +08:00] [INFO] [db.go:615] ["BlobManager finished"] [2024/05/06 10:51:01.559 +08:00] [INFO] [db.go:619] ["ResourceManager finished"] [2024/05/06 10:51:01.560 +08:00] [INFO] [db.go:625] ["Waiting for closer"] --- PASS: TestPartitionTableRandomIndexMerge (144.12s) PASS coverage: 15.5% of statements -- Test timed out at 2024-05-06 10:51:06 CST -- ================================================================================ [12,274 / 12,669] 308 / 375 tests; Testing //pkg/executor:executor_test (shard 37 of 50); 39s remote-cache, linux-sandbox ... (70 actions running) [12,279 / 12,669] 308 / 375 tests; Testing //pkg/executor:executor_test (shard 1 of 50); 38s remote-cache, linux-sandbox ... (70 actions running) [12,281 / 12,669] 308 / 375 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 8 of 36); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,284 / 12,669] 308 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 42 of 50); 37s remote-cache, linux-sandbox ... (70 actions running) [12,284 / 12,669] 308 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 42 of 50); 38s remote-cache, linux-sandbox ... (70 actions running) [12,287 / 12,669] 308 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 39s remote-cache, linux-sandbox ... (70 actions running) [12,288 / 12,669] 308 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 40s remote-cache, linux-sandbox ... (70 actions running) [12,289 / 12,669] 308 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 42s remote-cache, linux-sandbox ... (70 actions running) [12,293 / 12,697] 308 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 43s remote-cache, linux-sandbox ... (70 actions running) [12,296 / 12,697] 308 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 44s remote-cache, linux-sandbox ... (70 actions running) [12,299 / 12,697] 308 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 45s remote-cache, linux-sandbox ... (70 actions running) [12,299 / 12,697] 308 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 46s remote-cache, linux-sandbox ... (70 actions running) [12,301 / 12,697] 308 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 47s remote-cache, linux-sandbox ... (70 actions running) [12,301 / 12,697] 308 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 48s remote-cache, linux-sandbox ... (70 actions running) [12,308 / 12,697] 308 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 49s remote-cache, linux-sandbox ... (70 actions running) [12,310 / 12,697] 309 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 50s remote-cache, linux-sandbox ... (70 actions running) [12,310 / 12,697] 309 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 51s remote-cache, linux-sandbox ... (70 actions running) [12,313 / 12,697] 310 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 52s remote-cache, linux-sandbox ... (70 actions running) [12,313 / 12,697] 310 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 54s remote-cache, linux-sandbox ... (70 actions running) [12,319 / 12,697] 310 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 55s remote-cache, linux-sandbox ... (70 actions running) [12,320 / 12,697] 310 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 56s remote-cache, linux-sandbox ... (70 actions running) [12,321 / 12,697] 310 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 57s remote-cache, linux-sandbox ... (70 actions running) [12,321 / 12,697] 311 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 58s remote-cache, linux-sandbox ... (70 actions running) [12,332 / 12,697] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,333 / 12,697] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 54s remote-cache, linux-sandbox ... (70 actions running) [12,333 / 12,697] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 55s remote-cache, linux-sandbox ... (70 actions running) [12,337 / 12,697] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,345 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 58s remote-cache, linux-sandbox ... (70 actions running) [12,347 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 59s remote-cache, linux-sandbox ... (70 actions running) [12,349 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 61s remote-cache, linux-sandbox ... (70 actions running) [12,353 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 62s remote-cache, linux-sandbox ... (70 actions running) [12,356 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 63s remote-cache, linux-sandbox ... (70 actions running) [12,356 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 64s remote-cache, linux-sandbox ... (70 actions running) [12,356 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 65s remote-cache, linux-sandbox ... (70 actions running) [12,363 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,367 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,367 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 69s remote-cache, linux-sandbox ... (70 actions running) [12,368 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,373 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,376 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 73s remote-cache, linux-sandbox ... (70 actions running) [12,377 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,381 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 76s remote-cache, linux-sandbox ... (70 actions running) [12,384 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,389 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 79s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,392 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 80s remote-cache, linux-sandbox ... (70 actions running) [12,393 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 81s remote-cache, linux-sandbox ... (70 actions running) [12,396 / 12,712] 311 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 30 of 36); 64s remote-cache, linux-sandbox ... (70 actions running) [12,398 / 12,712] 311 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 30 of 36); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,399 / 12,712] 312 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 30 of 36); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,402 / 12,712] 312 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 30 of 36); 67s remote-cache, linux-sandbox ... (70 actions running) [12,403 / 12,712] 312 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 30 of 36); 68s remote-cache, linux-sandbox ... (70 actions running) [12,405 / 12,712] 312 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 30 of 36); 69s remote-cache, linux-sandbox ... (70 actions running) [12,407 / 12,712] 312 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 30 of 36); 71s remote-cache, linux-sandbox ... (70 actions running) [12,408 / 12,712] 312 / 375 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 27 of 36); 52s remote-cache, linux-sandbox ... (69 actions running) [12,418 / 12,712] 312 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,422 / 12,712] 312 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 43s remote-cache, linux-sandbox ... (70 actions running) [12,422 / 12,712] 312 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 45s remote-cache, linux-sandbox ... (70 actions running) [12,427 / 12,712] 312 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 46s remote-cache, linux-sandbox ... (70 actions running) [12,431 / 12,763] 312 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 47s remote-cache, linux-sandbox ... (70 actions running) [12,432 / 12,763] 312 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 48s remote-cache, linux-sandbox ... (70 actions running) [12,432 / 12,763] 312 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 49s remote-cache, linux-sandbox ... (70 actions running) [12,435 / 12,763] 312 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 50s remote-cache, linux-sandbox ... (70 actions running) [12,442 / 12,763] 312 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 51s remote-cache, linux-sandbox ... (70 actions running) [12,443 / 12,763] 312 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,445 / 12,763] 313 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 54s remote-cache, linux-sandbox ... (70 actions running) [12,448 / 12,763] 314 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 56s remote-cache, linux-sandbox ... (70 actions running) [12,453 / 12,763] 314 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 57s remote-cache, linux-sandbox ... (70 actions running) [12,455 / 12,763] 314 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 58s remote-cache, linux-sandbox ... (70 actions running) [12,455 / 12,763] 314 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 59s remote-cache, linux-sandbox ... (70 actions running) [12,457 / 12,763] 314 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 60s remote-cache, linux-sandbox ... (70 actions running) [12,459 / 12,763] 314 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 61s remote-cache, linux-sandbox ... (70 actions running) [12,462 / 12,763] 314 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 62s remote-cache, linux-sandbox ... (70 actions running) [12,465 / 12,789] 314 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,470 / 12,789] 314 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 65s remote-cache, linux-sandbox ... (70 actions running) [12,470 / 12,789] 314 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 66s remote-cache, linux-sandbox ... (70 actions running) [12,474 / 12,840] 314 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,478 / 12,858] 315 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 69s remote-cache, linux-sandbox ... (70 actions running) [12,482 / 12,858] 316 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 70s remote-cache, linux-sandbox ... (70 actions running) [12,485 / 12,858] 316 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,485 / 12,858] 316 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 73s remote-cache, linux-sandbox ... (70 actions running) [12,493 / 12,860] 316 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 74s remote-cache, linux-sandbox ... (70 actions running) [12,494 / 12,860] 316 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,497 / 12,860] 316 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,498 / 12,860] 316 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 78s remote-cache, linux-sandbox ... (70 actions running) [12,508 / 12,893] 317 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 80s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,512 / 12,893] 317 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 81s remote-cache, linux-sandbox ... (70 actions running) [12,515 / 12,893] 317 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 82s remote-cache, linux-sandbox ... (68 actions, 66 running) [12,518 / 12,893] 317 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 84s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,522 / 12,893] 317 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 85s remote-cache, linux-sandbox ... (70 actions running) [12,526 / 12,893] 317 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 87s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,527 / 12,893] 317 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 88s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,532 / 12,893] 319 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 89s remote-cache, linux-sandbox ... (70 actions running) [12,540 / 12,949] 319 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 90s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,545 / 12,966] 319 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 91s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,548 / 12,966] 319 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 92s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,549 / 12,966] 319 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 93s remote-cache, linux-sandbox ... (70 actions running) [12,550 / 12,966] 319 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 94s remote-cache, linux-sandbox ... (70 actions running) [12,551 / 12,966] 319 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 96s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,563 / 12,966] 319 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 97s remote-cache, linux-sandbox ... (68 actions, 66 running) [12,565 / 12,966] 319 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 98s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,569 / 12,971] 319 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 99s remote-cache, linux-sandbox ... (70 actions running) [12,579 / 13,007] 319 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 100s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,589 / 13,007] 319 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 102s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,591 / 13,007] 319 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 103s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,592 / 13,007] 320 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 104s remote-cache, linux-sandbox ... (70 actions running) [12,603 / 13,007] 320 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 89s remote-cache, linux-sandbox ... (70 actions running) [12,603 / 13,007] 320 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 90s remote-cache, linux-sandbox ... (70 actions running) [12,606 / 13,007] 320 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 91s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,610 / 13,007] 320 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 93s remote-cache, linux-sandbox ... (70 actions running) [12,623 / 13,007] 320 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 94s remote-cache, linux-sandbox ... (70 actions running) [12,627 / 13,007] 320 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 95s remote-cache, linux-sandbox ... (70 actions running) [12,630 / 13,007] 320 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 96s remote-cache, linux-sandbox ... (70 actions running) [12,633 / 13,007] 321 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 97s remote-cache, linux-sandbox ... (70 actions running) [12,639 / 13,007] 321 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 98s remote-cache, linux-sandbox ... (68 actions, 67 running) [12,649 / 13,007] 321 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 99s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,651 / 13,007] 321 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 101s remote-cache, linux-sandbox ... (70 actions running) [12,657 / 13,007] 321 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 102s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,668 / 13,007] 321 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 103s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,668 / 13,007] 321 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 105s remote-cache, linux-sandbox ... (70 actions running) [12,670 / 13,007] 321 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 106s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,676 / 13,007] 322 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 107s remote-cache, linux-sandbox ... (70 actions running) [12,680 / 13,007] 322 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 109s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,686 / 13,007] 322 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 110s remote-cache, linux-sandbox ... (70 actions running) [12,690 / 13,007] 322 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 111s remote-cache, linux-sandbox ... (70 actions running) [12,693 / 13,007] 322 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 112s remote-cache, linux-sandbox ... (70 actions running) [12,696 / 13,007] 323 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 113s remote-cache, linux-sandbox ... (70 actions running) [12,699 / 13,027] 324 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 114s remote-cache, linux-sandbox ... (70 actions running) [12,704 / 13,027] 324 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 115s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,709 / 13,027] 324 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 116s remote-cache, linux-sandbox ... (70 actions running) [12,712 / 13,027] 324 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 117s remote-cache, linux-sandbox ... (70 actions running) [12,715 / 13,049] 324 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 118s remote-cache, linux-sandbox ... (70 actions running) [12,720 / 13,049] 324 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 119s remote-cache, linux-sandbox ... (70 actions running) [12,724 / 13,049] 324 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 120s remote-cache, linux-sandbox ... (68 actions running) [12,732 / 13,051] 324 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 121s remote-cache, linux-sandbox ... (70 actions running) [12,732 / 13,051] 324 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 123s remote-cache, linux-sandbox ... (70 actions running) [12,743 / 13,051] 325 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 124s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,749 / 13,081] 325 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 125s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,752 / 13,081] 325 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 126s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,756 / 13,081] 325 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 24 of 37); 44s remote-cache, linux-sandbox ... (70 actions running) [12,766 / 13,081] 325 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 24 of 37); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,770 / 13,081] 325 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 24 of 37); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,776 / 13,081] 325 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 24 of 37); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,782 / 13,081] 326 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 24 of 37); 49s remote-cache, linux-sandbox ... (70 actions running) [12,782 / 13,081] 326 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 24 of 37); 50s remote-cache, linux-sandbox ... (70 actions running) [12,789 / 13,081] 326 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 24 of 37); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,802 / 13,083] 326 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 24 of 37); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,805 / 13,083] 327 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 24 of 37); 54s remote-cache, linux-sandbox ... (70 actions running) [12,807 / 13,083] 327 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 24 of 37); 55s remote-cache, linux-sandbox ... (70 actions running) [12,816 / 13,094] 327 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,819 / 13,094] 328 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 56s remote-cache, linux-sandbox ... (70 actions running) [12,825 / 13,094] 330 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 58s remote-cache, linux-sandbox ... (70 actions running) [12,831 / 13,094] 331 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,835 / 13,094] 331 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,838 / 13,094] 332 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 61s remote-cache, linux-sandbox ... (70 actions running) [12,841 / 13,094] 332 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 62s remote-cache, linux-sandbox ... (70 actions running) [12,847 / 13,140] 332 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 64s remote-cache, linux-sandbox ... (70 actions running) [12,857 / 13,142] 332 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,866 / 13,164] 332 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,872 / 13,179] 332 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,879 / 13,200] 332 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 69s remote-cache, linux-sandbox ... (70 actions running) [12,883 / 13,200] 334 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 71s remote-cache, linux-sandbox ... (70 actions running) [12,885 / 13,200] 334 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,902 / 13,207] 334 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 73s remote-cache, linux-sandbox ... (70 actions running) [12,902 / 13,207] 334 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 74s remote-cache, linux-sandbox ... (70 actions running) [12,903 / 13,207] 334 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 75s remote-cache, linux-sandbox ... (70 actions running) [12,904 / 13,207] 335 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 77s remote-cache, linux-sandbox ... (70 actions running) [12,922 / 13,213] 335 / 375 tests; Testing //pkg/executor/test/unstabletest:unstabletest_test (shard 2 of 4); 65s remote-cache, linux-sandbox ... (70 actions running) [12,924 / 13,213] 335 / 375 tests; Testing //pkg/executor/test/unstabletest:unstabletest_test (shard 2 of 4); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,924 / 13,213] 336 / 375 tests; Testing //pkg/executor/test/unstabletest:unstabletest_test (shard 2 of 4); 68s remote-cache, linux-sandbox ... (70 actions running) [12,937 / 13,220] 337 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 35s remote-cache, linux-sandbox ... (70 actions running) [12,939 / 13,220] 337 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 36s remote-cache, linux-sandbox ... (70 actions running) [12,940 / 13,220] 337 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,942 / 13,220] 337 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,953 / 13,220] 337 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 40s remote-cache, linux-sandbox ... (70 actions running) [12,958 / 13,249] 337 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,962 / 13,255] 337 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 43s remote-cache, linux-sandbox ... (70 actions running) [12,963 / 13,255] 337 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,979 / 13,261] 338 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,981 / 13,261] 338 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 47s remote-cache, linux-sandbox ... (70 actions running) [12,981 / 13,261] 338 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 48s remote-cache, linux-sandbox ... (70 actions running) [12,991 / 13,261] 339 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 49s remote-cache, linux-sandbox ... (67 actions, 65 running) [12,992 / 13,261] 339 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,994 / 13,261] 339 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,006 / 13,261] 340 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,013 / 13,261] 340 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,015 / 13,261] 340 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 55s remote-cache, linux-sandbox ... (70 actions running) [13,017 / 13,263] 340 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 56s remote-cache, linux-sandbox ... (70 actions running) [13,026 / 13,263] 342 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 57s remote-cache, linux-sandbox ... (70 actions running) [13,029 / 13,263] 343 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 58s remote-cache, linux-sandbox ... (70 actions running) [13,035 / 13,263] 343 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,039 / 13,263] 345 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,048 / 13,287] 346 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,052 / 13,287] 346 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,054 / 13,287] 346 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,061 / 13,338] 347 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,064 / 13,338] 347 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,069 / 13,338] 347 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 68s remote-cache, linux-sandbox ... (70 actions running) [13,076 / 13,352] 347 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 69s remote-cache, linux-sandbox ... (70 actions running) [13,081 / 13,356] 347 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 70s remote-cache, linux-sandbox ... (70 actions running) [13,084 / 13,358] 347 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 71s remote-cache, linux-sandbox ... (70 actions running) FLAKY: //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (Summary) /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_8_of_37/test_attempts/attempt_1.log [13,089 / 13,358] 348 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 72s remote-cache, linux-sandbox ... (70 actions running) [13,102 / 13,409] 350 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,106 / 13,409] 350 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,110 / 13,409] 351 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 76s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,116 / 13,415] 352 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,120 / 13,415] 352 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 78s remote-cache, linux-sandbox ... (70 actions running) [13,126 / 13,415] 352 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 79s remote-cache, linux-sandbox ... (70 actions running) [13,126 / 13,415] 353 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 80s remote-cache, linux-sandbox ... (70 actions running) [13,131 / 13,415] 353 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 81s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,133 / 13,415] 353 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,143 / 13,415] 354 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 84s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,146 / 13,427] 354 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 85s remote-cache, linux-sandbox ... (70 actions running) [13,151 / 13,427] 354 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 34s remote-cache, linux-sandbox ... (70 actions running) [13,159 / 13,436] 354 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 35s remote-cache, linux-sandbox ... (70 actions running) [13,164 / 13,441] 354 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,167 / 13,441] 354 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,174 / 13,479] 354 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,180 / 13,486] 354 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 40s remote-cache, linux-sandbox ... (70 actions running) [13,182 / 13,486] 355 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 42s remote-cache, linux-sandbox ... (70 actions running) [13,196 / 13,486] 356 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,196 / 13,486] 356 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 44s remote-cache, linux-sandbox ... (70 actions running) [13,202 / 13,486] 356 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 45s remote-cache, linux-sandbox ... (70 actions running) [13,205 / 13,486] 356 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 46s remote-cache, linux-sandbox ... (70 actions running) [13,215 / 13,486] 356 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 47s remote-cache, linux-sandbox ... (70 actions running) [13,217 / 13,486] 356 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 48s remote-cache, linux-sandbox ... (70 actions running) [13,219 / 13,486] 357 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,219 / 13,486] 357 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 51s remote-cache, linux-sandbox ... (70 actions running) [13,233 / 13,486] 358 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 52s remote-cache, linux-sandbox ... (70 actions running) [13,233 / 13,486] 358 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 54s remote-cache, linux-sandbox ... (70 actions running) [13,240 / 13,486] 358 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 55s remote-cache, linux-sandbox ... (70 actions running) [13,243 / 13,486] 358 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,255 / 13,486] 358 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,258 / 13,486] 359 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 59s remote-cache, linux-sandbox ... (70 actions running) [13,261 / 13,486] 359 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 60s remote-cache, linux-sandbox ... (70 actions running) [13,266 / 13,486] 359 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,278 / 13,486] 359 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,278 / 13,486] 360 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 63s remote-cache, linux-sandbox ... (70 actions running) [13,283 / 13,486] 361 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 65s remote-cache, linux-sandbox ... (70 actions running) [13,292 / 13,486] 362 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 66s remote-cache, linux-sandbox ... (70 actions running) [13,295 / 13,486] 363 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,296 / 13,486] 364 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 69s remote-cache, linux-sandbox ... (70 actions running) [13,303 / 13,486] 364 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,305 / 13,486] 364 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 71s remote-cache, linux-sandbox ... (70 actions running) [13,309 / 13,486] 364 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 39); 61s remote-cache, linux-sandbox ... (70 actions running) [13,315 / 13,486] 364 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 39); 62s remote-cache, linux-sandbox ... (70 actions running) [13,319 / 13,486] 364 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 39); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,323 / 13,486] 364 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 39); 65s remote-cache, linux-sandbox ... (70 actions running) [13,329 / 13,486] 364 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 39); 66s remote-cache, linux-sandbox ... (70 actions running) [13,334 / 13,486] 364 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 39); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,345 / 13,486] 364 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 39); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,349 / 13,486] 364 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 39); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,352 / 13,486] 364 / 375 tests; Testing //pkg/executor:executor_test (shard 21 of 50); 38s remote-cache, linux-sandbox ... (70 actions running) [13,354 / 13,486] 364 / 375 tests; Testing //pkg/executor:executor_test (shard 21 of 50); 40s remote-cache, linux-sandbox ... (70 actions running) [13,361 / 13,486] 364 / 375 tests; Testing //pkg/executor:executor_test (shard 21 of 50); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,364 / 13,486] 364 / 375 tests; Testing //pkg/executor:executor_test (shard 21 of 50); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,368 / 13,486] 366 / 375 tests; Testing //pkg/executor:executor_test (shard 21 of 50); 44s remote-cache, linux-sandbox ... (70 actions running) [13,374 / 13,486] 367 / 375 tests; Testing //pkg/executor:executor_test (shard 21 of 50); 45s remote-cache, linux-sandbox ... (70 actions running) [13,375 / 13,486] 367 / 375 tests; Testing //pkg/executor:executor_test (shard 21 of 50); 46s remote-cache, linux-sandbox ... (70 actions running) [13,377 / 13,486] 367 / 375 tests; Testing //pkg/executor:executor_test (shard 21 of 50); 47s remote-cache, linux-sandbox ... (67 actions, 66 running) [13,380 / 13,486] 368 / 375 tests; Testing //pkg/executor:executor_test (shard 21 of 50); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,386 / 13,486] 368 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 8 of 50); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,387 / 13,486] 369 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 9 of 50); 28s remote-cache, linux-sandbox ... (70 actions running) [13,392 / 13,486] 369 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 9 of 50); 29s remote-cache, linux-sandbox ... (70 actions running) [13,394 / 13,486] 369 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 9 of 50); 30s remote-cache, linux-sandbox ... (70 actions running) [13,399 / 13,486] 370 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 9 of 50); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,404 / 13,486] 370 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 9 of 50); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,410 / 13,486] 370 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 10 of 50); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,413 / 13,486] 370 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 10 of 50); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,417 / 13,486] 370 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 10 of 50); 35s remote-cache, linux-sandbox ... (70 actions running) [13,424 / 13,486] 370 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 33 of 50); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,430 / 13,486] 370 / 375 tests; Testing //pkg/executor:executor_test (shard 23 of 50); 32s remote-cache, linux-sandbox ... (70 actions running) [13,433 / 13,486] 370 / 375 tests; Testing //pkg/executor:executor_test (shard 23 of 50); 33s remote-cache, linux-sandbox ... (70 actions running) [13,445 / 13,486] 370 / 375 tests; Testing //pkg/executor:executor_test (shard 23 of 50); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,451 / 13,486] 370 / 375 tests; Testing //pkg/executor:executor_test (shard 23 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,457 / 13,486] 370 / 375 tests; Testing //pkg/executor:executor_test (shard 23 of 50); 37s remote-cache, linux-sandbox ... (58 actions running) [13,460 / 13,486] 372 / 375 tests; Testing //pkg/executor:executor_test (shard 23 of 50); 38s remote-cache, linux-sandbox ... (52 actions running) [13,462 / 13,486] 372 / 375 tests; Testing //pkg/executor:executor_test (shard 23 of 50); 40s remote-cache, linux-sandbox ... (48 actions running) [13,462 / 13,486] 373 / 375 tests; Testing //pkg/executor:executor_test (shard 23 of 50); 42s remote-cache, linux-sandbox ... (48 actions running) [13,463 / 13,486] 373 / 375 tests; Testing //pkg/executor:executor_test (shard 23 of 50); 43s remote-cache, linux-sandbox ... (46 actions running) [13,466 / 13,486] 373 / 375 tests; Testing //pkg/executor:executor_test (shard 23 of 50); 45s remote-cache, linux-sandbox ... (40 actions running) [13,467 / 13,486] 373 / 375 tests; Testing //pkg/executor:executor_test (shard 23 of 50); 47s remote-cache, linux-sandbox ... (38 actions running) [13,468 / 13,486] 373 / 375 tests; Testing //pkg/executor:executor_test (shard 23 of 50); 51s remote-cache, linux-sandbox ... (36 actions running) [13,469 / 13,486] 373 / 375 tests; Testing //pkg/executor:executor_test (shard 23 of 50); 53s remote-cache, linux-sandbox ... (34 actions running) [13,470 / 13,486] 373 / 375 tests; Testing //pkg/executor:executor_test (shard 23 of 50); 55s remote-cache, linux-sandbox ... (32 actions running) [13,472 / 13,486] 374 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 32 of 50); 26s remote-cache, linux-sandbox ... (28 actions running) [13,473 / 13,486] 374 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 19 of 50); 25s remote-cache, linux-sandbox ... (26 actions running) [13,476 / 13,486] 374 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 19 of 50); 26s remote-cache, linux-sandbox ... (20 actions running) [13,485 / 13,486] 374 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 23 of 50); 28s remote-cache, linux-sandbox INFO: Elapsed time: 1775.412s, Critical Path: 439.63s INFO: 13474 processes: 6832 remote cache hit, 1516 internal, 5126 linux-sandbox. INFO: Build completed successfully, 13474 total actions //pkg/ddl/tests/fail:fail_test FLAKY, failed in 1 out of 13 in 135.1s Stats over 13 runs: max = 135.1s, min = 38.1s, avg = 60.9s, dev = 23.7s /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_12_of_12/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_11_of_12/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_10_of_12/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_1_of_12/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_9_of_12/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_2_of_12/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_3_of_12/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_8_of_12/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_4_of_12/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_6_of_12/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_5_of_12/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_7_of_12/coverage.dat //pkg/executor/test/indexmergereadtest:indexmergereadtest_test FLAKY, failed in 1 out of 38 in 150.2s Stats over 38 runs: max = 150.2s, min = 32.3s, avg = 57.4s, dev = 28.8s /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_37_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_36_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_35_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_34_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_1_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_2_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_3_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_4_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_33_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_5_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_6_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_32_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_7_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_31_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_9_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_30_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_10_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_11_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_29_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_12_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_28_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_13_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_8_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_27_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_14_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_15_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_26_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_17_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_25_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_18_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_16_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_24_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_20_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_19_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_23_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_21_of_37/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_22_of_37/coverage.dat Test cases: finished with 8171 passing and 0 failing out of 8171 test cases Executed 187 out of 375 tests: 375 tests pass. root: /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/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-7.5/ghpr_unit_test/tidb [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // dir [Pipeline] sh + ./scripts/plugins/analyze-go-test-from-bazel-output.sh tidb/bazel-test.log Parse from local file: tidb/bazel-test.log new flaky case: TestFailSchemaSyncer TestPartitionTableRandomIndexMerge 144.12 Output files: bazel-flaky-summaries.log bazel-go-test-index.log bazel-go-test-problem-cases.json bazel-target-output-L2257-3108.timeout.log bazel-target-output-L880-1914.fail.log [Pipeline] sh ++ uuidgen + timeout 10 curl --verbose --request POST --url http://cloudevents-server.apps.svc/events --header 'ce-id: 9721933e-a61c-4e7b-91c5-06b9151f9070' --header 'ce-source: https://do.pingcap.net/jenkins/' --header 'ce-type: test-case-run-report' --header 'ce-repo: pingcap/tidb' --header 'ce-branch: release-7.5' --header 'ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-7.5/job/ghpr_unit_test/821/' --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: 9721933e-a61c-4e7b-91c5-06b9151f9070 > ce-source: https://do.pingcap.net/jenkins/ > ce-type: test-case-run-report > ce-repo: pingcap/tidb > ce-branch: release-7.5 > ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-7.5/job/ghpr_unit_test/821/ > ce-specversion: 1.0 > content-type: application/json; charset=UTF-8 > Content-Length: 290 > } [data not shown] * upload completely sent off: 290 out of 290 bytes 100 290 0 0 100 290 0 285 0:00:01 0:00:01 --:--:-- 285 100 290 0 0 100 290 0 143 0:00:02 0:00:02 --:--:-- 143 100 290 0 0 100 290 0 96 0:00:03 0:00:03 --:--:-- 96 100 290 0 0 100 290 0 72 0:00:04 0:00:04 --:--:-- 72 100 290 0 0 100 290 0 57 0:00:05 0:00:05 --:--:-- 57 100 290 0 0 100 290 0 48 0:00:06 0:00:06 --:--:-- 0 100 290 0 0 100 290 0 41 0:00:07 0:00:07 --:--:-- 0 100 290 0 0 100 290 0 36 0:00:08 0:00:08 --:--:-- 0 100 290 0 0 100 290 0 32 0:00:09 0:00:09 --:--:-- 0+ true [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_unit_test/tidb [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh [2024-05-06T03:02:29.476Z] ['info'] _____ _ / ____| | | | | ___ __| | ___ ___ _____ __ | | / _ \ / _` |/ _ \/ __/ _ \ \ / / | |___| (_) | (_| | __/ (_| (_) \ V / \_____\___/ \__,_|\___|\___\___/ \_/ Codecov report uploader 0.5.0 [2024-05-06T03:02:29.478Z] ['info'] => Project root located at: . [2024-05-06T03:02:29.481Z] ['info'] -> Token found by environment variables [2024-05-06T03:02:29.493Z] ['info'] Searching for coverage files... [2024-05-06T03:02:32.041Z] ['info'] => Found 1 possible coverage files: ./coverage.dat [2024-05-06T03:02:32.041Z] ['info'] Processing ./coverage.dat... [2024-05-06T03:02:32.315Z] ['info'] Using manual override from args. [2024-05-06T03:02:32.315Z] ['info'] Detected Jenkins CI as the CI provider. [2024-05-06T03:02:32.328Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=uploader-0.5.0&token=*******&branch=origin%2Fpr%2F53022&build=821&build_url=https%3A%2F%2Fdo.pingcap.net%2Fjenkins%2Fjob%2Fpingcap%2Fjob%2Ftidb%2Fjob%2Frelease-7.5%2Fjob%2Fghpr_unit_test%2F821%2F&commit=8a19564f29b048047e6bf26aebcbb57569619f55&job=&pr=53022&service=jenkins&slug=pingcap%2Ftidb&name=&tag=&flags=unit&parent= [2024-05-06T03:02:33.340Z] ['info'] https://app.codecov.io/github/pingcap/tidb/commit/8a19564f29b048047e6bf26aebcbb57569619f55 https://storage.googleapis.com/codecov/v4/raw/2024-05-06/F6B65B6EE70BEC6C6B5E073ED3BB1A79/8a19564f29b048047e6bf26aebcbb57569619f55/d90e9eb1-29cd-4ce7-b532-56078da2515b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240506%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240506T030233Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=363aab0a18c1f474827727ebbd2e859db156444a7bc2183e1b0525b724ec909d [2024-05-06T03:02:33.340Z] ['info'] Uploading... [2024-05-06T03:02:34.969Z] ['info'] {"status":"success","resultURL":"https://app.codecov.io/github/pingcap/tidb/commit/8a19564f29b048047e6bf26aebcbb57569619f55"} [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