Started by user Jenkins Admin Obtained pipelines/pingcap/tidb/latest/ghpr_unit_test.groovy from git https://github.com/PingCAP-QE/ci.git Loading library tipipeline@main Library tipipeline@main is due for a refresh after 60 minutes, clearing. Caching library tipipeline@main Attempting to resolve main from remote references... > git --version # timeout=10 > git --version # 'git version 2.39.2' > git ls-remote -- https://github.com/PingCAP-QE/ci # timeout=10 Found match: refs/heads/main revision 03312178c534dce949face80c69812d989e55009 The recommended git tool is: git No credentials specified > git rev-parse --resolve-git-dir /var/jenkins_home/jobs/pingcap/jobs/tidb/jobs/ghpr_unit_test/workspace@libs/028688d6a2298cb8f56fc89656584a6e89655f25aed21ceab3b5624e60735994/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/PingCAP-QE/ci # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/PingCAP-QE/ci > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --no-tags --force --progress -- https://github.com/PingCAP-QE/ci +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 03312178c534dce949face80c69812d989e55009 (main) > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 Commit message: "fix(br): use failpoint tidb-server instead (#2951)" > git rev-list --no-walk 03312178c534dce949face80c69812d989e55009 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] readJSON [Pipeline] readTrusted Obtained pipelines/pingcap/tidb/latest/pod-ghpr_unit_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes jenkins-tidb/pingcap-tidb-ghpr-unit-test-8909-bzqwf-dh9cg-8pn1d Agent pingcap-tidb-ghpr-unit-test-8909-bzqwf-dh9cg-8pn1d is provisioned from template pingcap_tidb_ghpr_unit_test_8909-bzqwf-dh9cg --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8909/" runUrl: "job/pingcap/job/tidb/job/ghpr_unit_test/8909/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "7c293db08a2b9534d2cbdbcd8ede6d166c7979dd" jenkins/label: "pingcap_tidb_ghpr_unit_test_8909-bzqwf" name: "pingcap-tidb-ghpr-unit-test-8909-bzqwf-dh9cg-8pn1d" 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-ghpr-unit-test-8909-bzqwf-dh9cg-8pn1d" - name: "JENKINS_NAME" value: "pingcap-tidb-ghpr-unit-test-8909-bzqwf-dh9cg-8pn1d" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Running on pingcap-tidb-ghpr-unit-test-8909-bzqwf-dh9cg-8pn1d in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git No credentials specified Cloning the remote Git repository Using shallow clone with depth 1 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Commit message: "fix(br): use failpoint tidb-server instead (#2951)" [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 > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 + printenv PROW_JOB_ID=70b9ed5e-88f8-4214-9f4c-e45bd7c8a0df JENKINS_NODE_COOKIE=8b5a10c5-4465-459f-b0f2-9a8522f0b6e9 BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8909/ GOLANG_VERSION=1.21.0 HOSTNAME=pingcap-tidb-ghpr-unit-test-8909-bzqwf-dh9cg-8pn1d HUDSON_SERVER_COOKIE=83ef27fe9acccc92 KUBERNETES_PORT_443_TCP_PORT=443 KUBERNETES_PORT=tcp://10.233.0.1:443 TERM=xterm STAGE_NAME=Debug info BUILD_TAG=jenkins-pingcap-tidb-ghpr_unit_test-8909 KUBERNETES_SERVICE_PORT=443 GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009 JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/ghpr_unit_test","buildid":"1787317960797327360","prowjobid":"70b9ed5e-88f8-4214-9f4c-e45bd7c8a0df","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"master","base_sha":"600b2ed4bf0aa38224a1c4c4c68831820735515c","base_link":"https://github.com/pingcap/tidb/commit/600b2ed4bf0aa38224a1c4c4c68831820735515c","pulls":[{"number":52989,"author":"qw4990","sha":"8b3ce508d3768e3faddf9842d0a50b9ad5ec49d7","title":"planner: add projections to keep join keys as `col=col` ","link":"https://github.com/pingcap/tidb/pull/52989","commit_link":"https://github.com/pingcap/tidb/pull/52989/commits/8b3ce508d3768e3faddf9842d0a50b9ad5ec49d7","author_link":"https://github.com/qw4990"}]}} KUBERNETES_SERVICE_HOST=10.233.0.1 WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/ RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8909/display/redirect?page=changes RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8909/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/ghpr_unit_test/8909/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/ghpr_unit_test HUDSON_URL=https://do.pingcap.net/jenkins/ JOB_NAME=pingcap/tidb/ghpr_unit_test TZ=Asia/Shanghai BUILD_DISPLAY_NAME=#8909 JENKINS_URL=https://do.pingcap.net/jenkins/ BUILD_ID=1787317960797327360 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/ghpr_unit_test/8909/display/redirect?page=tests SHLVL=3 HOME=/home/jenkins POD_LABEL=pingcap_tidb_ghpr_unit_test_8909-bzqwf 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/ghpr_unit_test@tmp EXECUTOR_NUMBER=0 JENKINS_SERVER_COOKIE=durable-3e6615fe387e271fb81c7aa6ce66020ac56f1fb2ffea951b4ecc03fd51f30988 NODE_LABELS=pingcap-tidb-ghpr-unit-test-8909-bzqwf-dh9cg-8pn1d pingcap_tidb_ghpr_unit_test_8909-bzqwf GIT_URL=https://github.com/PingCAP-QE/ci.git HUDSON_HOME=/var/jenkins_home CLASSPATH= NODE_NAME=pingcap-tidb-ghpr-unit-test-8909-bzqwf-dh9cg-8pn1d GOPATH=/go JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/display/redirect BUILD_NUMBER=8909 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-build564792857=/tmp/go-build -gno-record-gcc-switches' + echo ------------------------- ------------------------- + ls -l /dev/null crw-rw-rw-. 1 root root 1, 3 May 6 11:06 /dev/null + echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-8909-bzqwf-dh9cg-8pn1d bash' debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-8909-bzqwf-dh9cg-8pn1d 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: 19697 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; COOKIE: 22fb4abc31c5b8c7 (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 03:06:49 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/ghpr_unit_test/tidb [Pipeline] { [Pipeline] cache Cache restored successfully (git/pingcap/tidb/rev-600b2ed-8b3ce50) 457721856 bytes in 1.65 secs (276891244 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/ghpr_unit_test/tidb/.git/ .git HEAD is now at 98602c9364 Merge commit '8b3ce508d3768e3faddf9842d0a50b9ad5ec49d7' into HEAD POST git-upload-pack (656 bytes) From https://github.com/pingcap/tidb = [up to date] master -> origin/master = [up to date] refs/pull/52989/head -> origin/pr/52989/head Warning: you are leaving 1 commit behind, not connected to any of your branches: 98602c9364 Merge commit '8b3ce508d3768e3faddf9842d0a50b9ad5ec49d7' into HEAD If you want to keep it by creating a new branch, this may be a good time to do so with: git branch 98602c9364 HEAD is now at 600b2ed4bf *: bump client-go to fix #53011 (#53012) 🚧 Checkouting to base SHA:600b2ed4bf0aa38224a1c4c4c68831820735515c... HEAD is now at 600b2ed4bf *: bump client-go to fix #53011 (#53012) ✅ Checked. 🎉 🧾 HEAD info: 600b2ed4bf0aa38224a1c4c4c68831820735515c 600b2ed4bf *: bump client-go to fix #53011 (#53012) c24dca58f5 infoschema: load auto id related changes for multi-schema-change diff (#52967) 7481aa6d0b br: adjust file directory `br/pkg/restore` (#52944) 🚧 Pre-merge heads of pull requests to base SHA: 600b2ed4bf0aa38224a1c4c4c68831820735515c ... Merge made by the 'ort' strategy. pkg/planner/core/integration_test.go | 17 +++++++++++++++++ pkg/planner/core/rule_join_reorder.go | 26 ++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) 🧾 Pre-merged result: 9196cce08afb11e354b31bf9c25bca583240c85d 9196cce08a Merge commit '8b3ce508d3768e3faddf9842d0a50b9ad5ec49d7' into HEAD 600b2ed4bf *: bump client-go to fix #53011 (#53012) c24dca58f5 infoschema: load auto id related changes for multi-schema-change diff (#52967) ✅ Pre merged 🎉 📁 update submodules ... ✅ update submodules done ✅ ~~~~~All done.~~~~~~ [Pipeline] } [Pipeline] // retry [Pipeline] } [Pipeline] // script [Pipeline] } Cache not saved (git/pingcap/tidb/rev-600b2ed-8b3ce50 already exists) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] withCredentials Masking supported pattern matches of $CODECOV_TOKEN [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb [Pipeline] { [Pipeline] sh + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... + git status HEAD detached from origin/master You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: Makefile.common no changes added to commit (use "git add" and/or "git commit -a") [Pipeline] sh GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/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: 2424adbc-d9e5-4721-9de8-3700059bfbe5 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: Inherited 'build' options: --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_03_06_39.2201567728/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/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes Loading: Loading: Loading: Loading: 0 packages loaded Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (207 packages loaded, 11373 targets configured) INFO: Analyzed target //:gazelle (270 packages loaded, 11965 targets configured). INFO: Found 1 target... [0 / 251] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... ( 1 action running) [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 4.9 MiB / 10.3 MiB; 0s remote-cache ... (3 actions, 0 running) [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net/http.a, 6.0 MiB / 7.3 MiB; 1s remote-cache ... (3 actions, 0 running) [27 / 316] [Prepa] GoCompilePkg external/org_golang_x_tools/internal/pkgbits/pkgbits.a [for tool] Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 25.337s, Critical Path: 4.14s INFO: 316 processes: 296 remote cache hit, 20 internal. INFO: Build completed successfully, 316 total actions INFO: Running command line: bazel-bin/gazelle bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache \ --run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb && " \ //tools/tazel:tazel INFO: Invocation ID: 508ac180-2cc3-4ff6-8f7d-70e2ce613552 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: Inherited 'build' options: --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_03_06_39.2201567728/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/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes Loading: Loading: Loading: 0 packages loaded INFO: Build option --run_under has changed, discarding analysis cache. Analyzing: target //tools/tazel:tazel (1 packages loaded, 0 targets configured) Analyzing: target //tools/tazel:tazel (138 packages loaded, 13014 targets configured) INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14292 targets configured). INFO: Found 1 target... [0 / 11] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running) [272 / 607] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 1s remote-cache [567 / 607] GoCompilePkg external/com_github_pingcap_kvproto/pkg/coprocessor/coprocessor.a; 0s remote-cache ... (3 actions, 0 running) Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 5.014s, Critical Path: 2.93s INFO: 339 processes: 336 remote cache hit, 3 internal. INFO: Build completed successfully, 339 total actions INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb && bazel-bin/tools/tazel/tazel_/tazel ' bazel --output_user_root=/home/jenkins/.tidb/tmp --nohome_rc coverage --config=ci --repository_cache=/share/.cache/bazel-repository-cache --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... --jobs=35 --build_tests_only --test_keep_going=false \ --@io_bazel_rules_go//go/config:cover_format=go_cover --define gotags=deadlock,intest \ -- //... -//cmd/... -//tests/graceshutdown/... \ -//tests/globalkilltest/... -//tests/readonlytest/... -//br/pkg/task:task_test -//tests/realtikvtest/... INFO: Invocation ID: a7df3de3-1c28-4855-b105-7644e7cb4bf2 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: Inherited 'build' options: --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_03_06_39.2201567728/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: Inherited 'test' options: --test_output=errors --test_summary=detailed INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=268435456 --test_timeout=150,300,900,3600 Loading: Loading: Loading: 0 packages loaded INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 4 more have changed, discarding analysis cache. Analyzing: 411 targets (641 packages loaded, 0 targets configured) Analyzing: 411 targets (1217 packages loaded, 13753 targets configured) Analyzing: 411 targets (1316 packages loaded, 17224 targets configured) Analyzing: 411 targets (1479 packages loaded, 21323 targets configured) Analyzing: 411 targets (1699 packages loaded, 23954 targets configured) Analyzing: 411 targets (1828 packages loaded, 24914 targets configured) Analyzing: 411 targets (1917 packages loaded, 25541 targets configured) Analyzing: 411 targets (1925 packages loaded, 26064 targets configured) Analyzing: 411 targets (1981 packages loaded, 26936 targets configured) INFO: Analyzed 411 targets (1981 packages loaded, 26989 targets configured). INFO: Found 411 test targets... [0 / 16] [Prepa] Writing file br/cmd/br/br_test/baseline_coverage.dat ... (13 actions, 0 running) [1,408 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/context.a; 0s remote-cache ... (35 actions, 0 running) [1,423 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 6.8 MiB / 17.2 MiB; 1s remote-cache ... (35 actions, 0 running) [1,454 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 16.0 MiB / 17.2 MiB; 2s remote-cache ... (35 actions, 0 running) [1,455 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net/http.a, 4.0 MiB / 7.3 MiB; 3s remote-cache ... (35 actions, 0 running) [1,513 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 13.2 MiB / 17.2 MiB; 4s remote-cache ... (35 actions, 0 running) [1,973 / 9,763] GoCompilePkg external/co_honnef_go_tools/go/ir/ir.a [for tool]; 0s remote-cache ... (35 actions, 0 running) [2,550 / 9,768] GoCompilePkg external/org_golang_x_tools/go/types/objectpath/objectpath.a; Downloading external/org_golang_x_tools/go/types/objectpath/objectpath.x; 0s remote-cache ... (34 actions, 0 running) [3,141 / 9,787] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 38.0 MiB / 96.2 MiB; 0s remote-cache ... (33 actions, 0 running) [3,460 / 9,864] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 88.0 MiB / 96.2 MiB; 1s remote-cache ... (35 actions, 0 running) [3,747 / 9,944] 5 / 411 tests; GoCompilePkg pkg/parser/parser_test.internal.a; Downloading pkg/parser/parser_test.internal.a, 10.0 MiB / 11.7 MiB; 0s remote-cache ... (35 actions, 0 running) [3,978 / 9,972] 21 / 411 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, 44.5 MiB / 69.8 MiB; 0s remote-cache ... (34 actions, 0 running) [4,249 / 10,096] 43 / 411 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, 19.0 MiB / 20.4 MiB; 0s remote-cache ... (35 actions, 0 running) [4,594 / 10,105] 70 / 411 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/aws/awsutil/awsutil.a; Downloading external/com_github_aws_aws_sdk_go/aws/awsutil/awsutil.a; 0s remote-cache ... (33 actions, 0 running) [4,931 / 10,109] 75 / 411 tests; GoCompilePkg external/com_github_prometheus_client_golang/api/prometheus/v1/prometheus.a; Downloading external/com_github_prometheus_client_golang/api/prometheus/v1/prometheus.a, 639.8 KiB / 751.0 KiB; 0s remote-cache ... (35 actions, 0 running) [5,117 / 10,109] 75 / 411 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 / 75.3 MiB; 0s remote-cache ... (28 actions, 0 running) [5,243 / 10,109] 75 / 411 tests; GoLink pkg/util/engine/engine_test_/engine_test; Downloading pkg/util/engine/engine_test_/engine_test, 3.0 MiB / 19.0 MiB; 0s remote-cache ... (17 actions, 0 running) [5,310 / 10,133] 79 / 411 tests; Testing //pkg/util/resourcegrouptag:resourcegrouptag_test; Downloading pkg/util/resourcegrouptag/resourcegrouptag_test/coverage.dat, 4.0 MiB / 5.8 MiB; 0s remote-cache ... (9 actions, 0 running) [5,465 / 10,135] 82 / 411 tests; GoLink pkg/util/systimemon/systimemon_test_/systimemon_test; Downloading pkg/util/systimemon/systimemon_test_/systimemon_test, 16.0 MiB / 23.2 MiB; 0s remote-cache ... (35 actions, 0 running) [5,517 / 10,154] 82 / 411 tests; GoLink pkg/util/collate/collate_test_/collate_test; 1s remote-cache ... (35 actions, 0 running) [5,585 / 10,206] 90 / 411 tests; GoLink pkg/server/internal/dump/dump_test_/dump_test; Downloading pkg/server/internal/dump/dump_test_/dump_test, 18.0 MiB / 27.8 MiB; 1s remote-cache ... (35 actions, 0 running) [5,676 / 10,280] 102 / 411 tests; GoLink pkg/util/parser/parser_test_/parser_test; Downloading pkg/util/parser/parser_test_/parser_test, 34.0 MiB / 37.3 MiB; 2s remote-cache ... (35 actions, 0 running) [5,752 / 10,308] 108 / 411 tests; GoLink pkg/util/cpu/cpu_test_/cpu_test; Downloading pkg/util/cpu/cpu_test_/cpu_test, 20.0 MiB / 33.7 MiB; 0s remote-cache ... (35 actions, 0 running) [5,817 / 10,311] 109 / 411 tests; GoLink pkg/util/plancodec/plancodec_test_/plancodec_test; Downloading pkg/util/plancodec/plancodec_test_/plancodec_test, 24.0 MiB / 29.0 MiB; 1s remote-cache ... (35 actions, 0 running) [5,881 / 10,313] 111 / 411 tests; GoLink pkg/util/chunk/chunk_test_/chunk_test; Downloading pkg/util/chunk/chunk_test_/chunk_test, 19.0 MiB / 40.5 MiB; 1s remote-cache ... (35 actions, 0 running) [5,970 / 10,317] 113 / 411 tests; GoLink pkg/util/chunk/chunk_test_/chunk_test; Downloading pkg/util/chunk/chunk_test_/chunk_test, 34.0 MiB / 40.5 MiB; 2s remote-cache ... (35 actions, 0 running) [6,045 / 10,389] 115 / 411 tests; GoLink pkg/testkit/testutil/testutil_test_/testutil_test; Downloading pkg/testkit/testutil/testutil_test_/testutil_test, 23.0 MiB / 29.0 MiB; 1s remote-cache ... (35 actions, 0 running) [6,100 / 10,419] 118 / 411 tests; GoLink pkg/util/stmtsummary/v2/stmtsummary_test_/stmtsummary_test; Downloading pkg/util/stmtsummary/v2/stmtsummary_test_/stmtsummary_test, 25.0 MiB / 31.2 MiB; 2s remote-cache ... (35 actions, 0 running) [6,145 / 10,470] 119 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 32.0 MiB / 78.6 MiB; 3s remote-cache ... (34 actions, 0 running) [6,196 / 10,509] 119 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 43.0 MiB / 78.6 MiB; 4s remote-cache ... (35 actions, 0 running) [6,232 / 10,511] 122 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 53.7 MiB / 78.6 MiB; 5s remote-cache ... (35 actions, 0 running) [6,262 / 10,513] 125 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 63.0 MiB / 78.6 MiB; 6s remote-cache ... (35 actions, 0 running) [6,301 / 10,520] 125 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 74.0 MiB / 78.6 MiB; 7s remote-cache ... (34 actions, 0 running) [6,345 / 10,522] 128 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; Downloading pkg/util/expression.recompile557.a, 49.0 MiB / 78.6 MiB; 5s remote-cache ... (35 actions, 0 running) [6,399 / 10,531] 132 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; Downloading pkg/util/expression.recompile557.a, 60.7 MiB / 78.6 MiB; 6s remote-cache ... (35 actions, 0 running) [6,460 / 10,539] 133 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; Downloading pkg/util/expression.recompile557.a, 74.0 MiB / 78.6 MiB; 7s remote-cache ... (35 actions, 0 running) [6,498 / 10,539] 134 / 411 tests; GoCompilePkg pkg/meta/expression.recompile557.a; Downloading pkg/meta/expression.recompile557.a, 77.0 MiB / 78.6 MiB; 7s remote-cache ... (35 actions, 0 running) [6,542 / 10,543] 135 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1098.a; Downloading pkg/sessionctx/stmtctx/expression.recompile1098.a, 57.0 MiB / 78.6 MiB; 5s remote-cache ... (35 actions, 0 running) [6,600 / 10,575] 138 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1098.a; Downloading pkg/sessionctx/stmtctx/expression.recompile1098.a, 70.0 MiB / 78.6 MiB; 6s remote-cache ... (35 actions, 0 running) [6,657 / 10,580] 139 / 411 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 57.0 MiB / 78.6 MiB; 4s remote-cache ... (35 actions, 0 running) [6,710 / 10,580] 140 / 411 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 69.0 MiB / 78.6 MiB; 5s remote-cache ... (35 actions, 0 running) [6,781 / 10,584] 143 / 411 tests; GoCompilePkg pkg/expression/expression.a; 6s remote-cache ... (35 actions, 0 running) [6,868 / 10,584] 145 / 411 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 58.0 MiB / 80.2 MiB; 4s remote-cache ... (35 actions, 0 running) [6,929 / 10,588] 145 / 411 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 73.0 MiB / 80.2 MiB; 5s remote-cache ... (35 actions, 0 running) [6,989 / 10,644] 146 / 411 tests; GoLink pkg/expression/contextstatic/contextstatic_test_/contextstatic_test; Downloading pkg/expression/contextstatic/contextstatic_test_/contextstatic_test, 35.0 MiB / 43.1 MiB; 2s remote-cache ... (35 actions, 0 running) [7,038 / 10,684] 148 / 411 tests; GoLink br/pkg/utils/utils_test_/utils_test; Downloading br/pkg/utils/utils_test_/utils_test, 40.0 MiB / 51.9 MiB; 3s remote-cache ... (35 actions, 0 running) [7,100 / 10,691] 148 / 411 tests; GoLink br/pkg/utils/utils_test_/utils_test; 4s remote-cache ... (35 actions, 0 running) [7,157 / 10,733] 150 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 54.0 MiB / 151.3 MiB; 4s remote-cache ... (34 actions, 0 running) [7,196 / 10,733] 150 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 65.0 MiB / 151.3 MiB; 5s remote-cache ... (35 actions, 0 running) [7,228 / 10,733] 151 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 75.0 MiB / 151.3 MiB; 6s remote-cache ... (35 actions, 0 running) [7,271 / 10,776] 153 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 85.0 MiB / 151.3 MiB; 7s remote-cache ... (35 actions, 0 running) [7,316 / 10,780] 154 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 95.0 MiB / 151.3 MiB; 8s remote-cache ... (35 actions, 0 running) [7,350 / 10,780] 157 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 105.0 MiB / 151.3 MiB; 9s remote-cache ... (35 actions, 0 running) [7,397 / 10,855] 158 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 115.0 MiB / 151.3 MiB; 10s remote-cache ... (35 actions, 0 running) [7,430 / 10,855] 158 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 125.0 MiB / 151.3 MiB; 11s remote-cache ... (35 actions, 0 running) [7,468 / 10,867] 158 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 134.0 MiB / 151.3 MiB; 12s remote-cache ... (35 actions, 0 running) [7,510 / 10,877] 161 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 146.0 MiB / 151.3 MiB; 13s remote-cache ... (35 actions, 0 running) [7,569 / 10,879] 161 / 411 tests; GoLink pkg/distsql/distsql_test_/distsql_test; Downloading pkg/distsql/distsql_test_/distsql_test, 47.0 MiB / 68.0 MiB; 4s remote-cache ... (35 actions, 0 running) [7,623 / 10,879] 164 / 411 tests; GoLink pkg/distsql/distsql_test_/distsql_test; Downloading pkg/distsql/distsql_test_/distsql_test, 61.2 MiB / 68.0 MiB; 5s remote-cache ... (35 actions, 0 running) [7,677 / 10,911] 165 / 411 tests; GoLink br/pkg/streamhelper/daemon/daemon_test_/daemon_test; 1s remote-cache ... (35 actions, 0 running) [7,740 / 10,918] 168 / 411 tests; GoLink pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test; Downloading pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test, 30.0 MiB / 67.9 MiB; 2s remote-cache ... (35 actions, 0 running) [7,789 / 10,918] 170 / 411 tests; GoLink pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test; Downloading pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test, 41.0 MiB / 67.9 MiB; 3s remote-cache ... (35 actions, 0 running) [7,849 / 10,918] 171 / 411 tests; GoLink pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test; Downloading pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test, 54.0 MiB / 67.9 MiB; 4s remote-cache ... (35 actions, 0 running) [7,894 / 10,918] 172 / 411 tests; GoLink pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test; Downloading pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test, 64.0 MiB / 67.9 MiB; 5s remote-cache ... (35 actions, 0 running) [7,963 / 10,928] 173 / 411 tests; GoLink pkg/store/mockstore/unistore/tikv/tikv_test_/tikv_test; Downloading pkg/store/mockstore/unistore/tikv/tikv_test_/tikv_test, 45.0 MiB / 54.4 MiB; 4s remote-cache ... (35 actions, 0 running) [8,016 / 10,957] 174 / 411 tests; GoLink pkg/store/mockstore/unistore/unistore_test_/unistore_test; Downloading pkg/store/mockstore/unistore/unistore_test_/unistore_test, 20.0 MiB / 56.1 MiB; 1s remote-cache ... (35 actions, 0 running) [8,077 / 10,964] 176 / 411 tests; GoLink pkg/store/mockstore/unistore/unistore_test_/unistore_test; Downloading pkg/store/mockstore/unistore/unistore_test_/unistore_test, 35.0 MiB / 56.1 MiB; 2s remote-cache ... (35 actions, 0 running) [8,135 / 10,964] 176 / 411 tests; GoLink pkg/store/mockstore/unistore/unistore_test_/unistore_test; Downloading pkg/store/mockstore/unistore/unistore_test_/unistore_test, 51.0 MiB / 56.1 MiB; 3s remote-cache ... (35 actions, 0 running) [8,175 / 10,980] 177 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 88.0 MiB / 113.1 MiB; 3s remote-cache ... (35 actions, 0 running) [8,220 / 10,993] 177 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; 4s remote-cache ... (35 actions, 0 running) [8,254 / 11,017] 177 / 411 tests; GoLink pkg/store/mockstore/mockstore_test_/mockstore_test; Downloading pkg/store/mockstore/mockstore_test_/mockstore_test, 35.0 MiB / 60.9 MiB; 3s remote-cache ... (35 actions, 0 running) [8,286 / 11,017] 179 / 411 tests; GoLink pkg/store/mockstore/mockstore_test_/mockstore_test; Downloading pkg/store/mockstore/mockstore_test_/mockstore_test, 43.0 MiB / 60.9 MiB; 4s remote-cache ... (35 actions, 0 running) [8,324 / 11,017] 179 / 411 tests; GoLink pkg/store/mockstore/mockstore_test_/mockstore_test; Downloading pkg/store/mockstore/mockstore_test_/mockstore_test, 53.0 MiB / 60.9 MiB; 5s remote-cache ... (35 actions, 0 running) [8,375 / 11,021] 180 / 411 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, 64.9 MiB / 105.8 MiB; 6s remote-cache ... (35 actions, 0 running) [8,429 / 11,032] 183 / 411 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, 77.0 MiB / 105.8 MiB; 7s remote-cache ... (35 actions, 0 running) [8,472 / 11,032] 183 / 411 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 / 105.8 MiB; 8s remote-cache ... (35 actions, 0 running) [8,515 / 11,032] 184 / 411 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, 98.0 MiB / 105.8 MiB; 9s remote-cache ... (35 actions, 0 running) [8,562 / 11,051] 184 / 411 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; 10s remote-cache ... (35 actions, 0 running) [8,594 / 11,057] 185 / 411 tests; GoCompilePkg pkg/sessionctx/variable/core.recompile1243.a; 4s remote-cache ... (35 actions, 0 running) [8,634 / 11,057] 186 / 411 tests; GoCompilePkg pkg/structure/core.recompile1241.a; Downloading pkg/structure/core.recompile1241.a, 18.0 MiB / 43.8 MiB; 2s remote-cache ... (35 actions, 0 running) [8,674 / 11,057] 186 / 411 tests; GoCompilePkg pkg/structure/core.recompile1241.a; Downloading pkg/structure/core.recompile1241.a, 27.0 MiB / 43.8 MiB; 3s remote-cache ... (35 actions, 0 running) [8,720 / 11,057] 189 / 411 tests; GoCompilePkg pkg/structure/core.recompile1241.a; Downloading pkg/structure/core.recompile1241.a, 38.0 MiB / 43.8 MiB; 4s remote-cache ... (35 actions, 0 running) [8,776 / 11,057] 189 / 411 tests; GoLink pkg/planner/util/util_test_/util_test; Downloading pkg/planner/util/util_test_/util_test, 38.0 MiB / 99.9 MiB; 4s remote-cache ... (35 actions, 0 running) [8,818 / 11,077] 189 / 411 tests; GoLink pkg/planner/util/util_test_/util_test; Downloading pkg/planner/util/util_test_/util_test, 50.0 MiB / 99.9 MiB; 5s remote-cache ... (35 actions, 0 running) [8,852 / 11,077] 189 / 411 tests; GoLink pkg/planner/util/util_test_/util_test; Downloading pkg/planner/util/util_test_/util_test, 61.2 MiB / 99.9 MiB; 6s remote-cache ... (34 actions, 0 running) [8,873 / 11,126] 189 / 411 tests; GoLink pkg/planner/util/util_test_/util_test; Downloading pkg/planner/util/util_test_/util_test, 71.0 MiB / 99.9 MiB; 7s remote-cache ... (35 actions, 0 running) [8,903 / 11,136] 190 / 411 tests; GoLink pkg/planner/util/util_test_/util_test; Downloading pkg/planner/util/util_test_/util_test, 79.0 MiB / 99.9 MiB; 8s remote-cache ... (35 actions, 0 running) [8,929 / 11,136] 190 / 411 tests; GoLink pkg/planner/util/util_test_/util_test; Downloading pkg/planner/util/util_test_/util_test, 89.0 MiB / 99.9 MiB; 9s remote-cache ... (35 actions, 0 running) [8,961 / 11,160] 191 / 411 tests; GoLink pkg/planner/util/util_test_/util_test; Downloading pkg/planner/util/util_test_/util_test, 98.0 MiB / 99.9 MiB; 10s remote-cache ... (35 actions, 0 running) [8,993 / 11,166] 191 / 411 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 75.0 MiB / 120.2 MiB; 8s remote-cache ... (35 actions, 0 running) [9,025 / 11,172] 193 / 411 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 83.0 MiB / 120.2 MiB; 9s remote-cache ... (35 actions, 0 running) [9,057 / 11,172] 195 / 411 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 93.0 MiB / 120.2 MiB; 10s remote-cache ... (35 actions, 0 running) [9,087 / 11,172] 196 / 411 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 103.0 MiB / 120.2 MiB; 11s remote-cache ... (35 actions, 0 running) [9,111 / 11,223] 196 / 411 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 113.0 MiB / 120.2 MiB; 12s remote-cache ... (35 actions, 0 running) [9,139 / 11,225] 196 / 411 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; 13s remote-cache ... (35 actions, 0 running) [9,167 / 11,276] 197 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 44.0 MiB / 157.5 MiB; 5s remote-cache ... (35 actions, 0 running) [9,188 / 11,276] 198 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 50.0 MiB / 157.5 MiB; 6s remote-cache ... (35 actions, 0 running) [9,216 / 11,276] 199 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 58.0 MiB / 157.5 MiB; 7s remote-cache ... (35 actions, 0 running) [9,239 / 11,276] 199 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 66.0 MiB / 157.5 MiB; 8s remote-cache ... (35 actions, 0 running) [9,266 / 11,290] 200 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 74.0 MiB / 157.5 MiB; 9s remote-cache ... (35 actions, 0 running) [9,290 / 11,290] 201 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 82.0 MiB / 157.5 MiB; 10s remote-cache ... (35 actions, 0 running) [9,315 / 11,306] 201 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 90.0 MiB / 157.5 MiB; 11s remote-cache ... (35 actions, 0 running) [9,335 / 11,357] 201 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 98.0 MiB / 157.5 MiB; 12s remote-cache ... (35 actions, 0 running) [9,355 / 11,357] 201 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 106.0 MiB / 157.5 MiB; 13s remote-cache ... (34 actions, 0 running) [9,369 / 11,376] 201 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 114.0 MiB / 157.5 MiB; 14s remote-cache ... (35 actions, 0 running) [9,394 / 11,397] 201 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 122.0 MiB / 157.5 MiB; 15s remote-cache ... (35 actions, 0 running) [9,415 / 11,397] 201 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 131.0 MiB / 157.5 MiB; 17s remote-cache ... (35 actions, 0 running) [9,443 / 11,402] 201 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 139.0 MiB / 157.5 MiB; 18s remote-cache ... (35 actions, 0 running) [9,462 / 11,402] 201 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 147.0 MiB / 157.5 MiB; 19s remote-cache ... (35 actions, 0 running) [9,492 / 11,402] 201 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 155.0 MiB / 157.5 MiB; 20s remote-cache ... (35 actions, 0 running) [9,525 / 11,504] 201 / 411 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; Downloading pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test, 122.0 MiB / 160.9 MiB; 15s remote-cache ... (35 actions, 0 running) [9,559 / 11,504] 202 / 411 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; Downloading pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test, 131.0 MiB / 160.9 MiB; 16s remote-cache ... (35 actions, 0 running) [9,587 / 11,504] 204 / 411 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; Downloading pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test, 141.0 MiB / 160.9 MiB; 18s remote-cache ... (35 actions, 0 running) [9,608 / 11,504] 205 / 411 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; Downloading pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test, 149.0 MiB / 160.9 MiB; 19s remote-cache ... (35 actions, 0 running) [9,628 / 11,504] 205 / 411 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; Downloading pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test, 158.0 MiB / 160.9 MiB; 20s remote-cache ... (35 actions, 0 running) [9,650 / 11,522] 205 / 411 tests; GoLink pkg/table/tables/tables_test_/tables_test; Downloading pkg/table/tables/tables_test_/tables_test, 51.0 MiB / 158.1 MiB; 6s remote-cache ... (35 actions, 0 running) [9,669 / 11,522] 206 / 411 tests; GoLink pkg/table/tables/tables_test_/tables_test; Downloading pkg/table/tables/tables_test_/tables_test, 61.0 MiB / 158.1 MiB; 7s remote-cache ... (35 actions, 0 running) [9,684 / 11,522] 207 / 411 tests; GoLink pkg/table/tables/tables_test_/tables_test; Downloading pkg/table/tables/tables_test_/tables_test, 69.0 MiB / 158.1 MiB; 8s remote-cache ... (35 actions, 0 running) [9,703 / 11,522] 207 / 411 tests; GoLink pkg/table/tables/tables_test_/tables_test; Downloading pkg/table/tables/tables_test_/tables_test, 77.0 MiB / 158.1 MiB; 9s remote-cache ... (35 actions, 0 running) [9,728 / 11,573] 207 / 411 tests; GoLink pkg/table/tables/tables_test_/tables_test; Downloading pkg/table/tables/tables_test_/tables_test, 86.0 MiB / 158.1 MiB; 10s remote-cache ... (34 actions, 0 running) [9,743 / 11,624] 207 / 411 tests; GoLink pkg/table/tables/tables_test_/tables_test; Downloading pkg/table/tables/tables_test_/tables_test, 94.0 MiB / 158.1 MiB; 11s remote-cache ... (35 actions, 0 running) [9,763 / 11,624] 207 / 411 tests; GoLink pkg/table/tables/tables_test_/tables_test; Downloading pkg/table/tables/tables_test_/tables_test, 102.0 MiB / 158.1 MiB; 12s remote-cache ... (35 actions, 0 running) [9,790 / 11,624] 207 / 411 tests; GoLink pkg/table/tables/tables_test_/tables_test; Downloading pkg/table/tables/tables_test_/tables_test, 114.0 MiB / 158.1 MiB; 13s remote-cache ... (35 actions, 0 running) [9,811 / 11,624] 207 / 411 tests; GoLink pkg/table/tables/tables_test_/tables_test; Downloading pkg/table/tables/tables_test_/tables_test, 123.0 MiB / 158.1 MiB; 14s remote-cache ... (35 actions, 0 running) [9,838 / 11,624] 208 / 411 tests; GoLink pkg/table/tables/tables_test_/tables_test; Downloading pkg/table/tables/tables_test_/tables_test, 133.0 MiB / 158.1 MiB; 15s remote-cache ... (35 actions, 0 running) [9,853 / 11,624] 208 / 411 tests; GoLink pkg/table/tables/tables_test_/tables_test; Downloading pkg/table/tables/tables_test_/tables_test, 142.0 MiB / 158.1 MiB; 16s remote-cache ... (35 actions, 0 running) [9,870 / 11,624] 208 / 411 tests; GoLink pkg/table/tables/tables_test_/tables_test; Downloading pkg/table/tables/tables_test_/tables_test, 149.0 MiB / 158.1 MiB; 17s remote-cache ... (34 actions, 0 running) [9,895 / 11,624] 209 / 411 tests; GoLink pkg/table/tables/tables_test_/tables_test; Downloading pkg/table/tables/tables_test_/tables_test, 158.0 MiB / 158.1 MiB; 18s remote-cache ... (35 actions, 0 running) [9,908 / 11,656] 209 / 411 tests; GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; Downloading pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test, 147.0 MiB / 158.0 MiB; 17s remote-cache ... (35 actions, 0 running) [9,925 / 11,656] 209 / 411 tests; GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; Downloading pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test, 155.0 MiB / 158.0 MiB; 18s remote-cache ... (35 actions, 0 running) [9,946 / 11,689] 210 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 105.0 MiB / 211.4 MiB; 13s remote-cache ... (35 actions, 0 running) [9,964 / 11,689] 210 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 113.0 MiB / 211.4 MiB; 14s remote-cache ... (35 actions, 0 running) [9,981 / 11,689] 210 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 121.0 MiB / 211.4 MiB; 15s remote-cache ... (35 actions, 0 running) [9,995 / 11,689] 211 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 129.0 MiB / 211.4 MiB; 16s remote-cache ... (35 actions, 0 running) [10,016 / 11,689] 212 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 137.0 MiB / 211.4 MiB; 17s remote-cache ... (35 actions, 0 running) [10,026 / 11,689] 212 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 145.0 MiB / 211.4 MiB; 18s remote-cache ... (35 actions, 0 running) [10,045 / 11,707] 212 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 152.2 MiB / 211.4 MiB; 19s remote-cache ... (35 actions, 0 running) [10,072 / 11,707] 213 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 162.0 MiB / 211.4 MiB; 20s remote-cache ... (35 actions, 0 running) [10,085 / 11,707] 213 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 169.0 MiB / 211.4 MiB; 21s remote-cache ... (35 actions, 0 running) [10,099 / 11,707] 213 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 176.0 MiB / 211.4 MiB; 22s remote-cache ... (35 actions, 0 running) [10,126 / 11,707] 215 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 184.0 MiB / 211.4 MiB; 23s remote-cache ... (34 actions, 0 running) [10,147 / 11,707] 215 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 193.0 MiB / 211.4 MiB; 24s remote-cache ... (35 actions, 0 running) [10,164 / 11,707] 216 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 200.0 MiB / 211.4 MiB; 25s remote-cache ... (35 actions, 0 running) [10,195 / 11,745] 216 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 210.0 MiB / 211.4 MiB; 26s remote-cache ... (35 actions, 0 running) [10,226 / 11,770] 218 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; Downloading pkg/store/gcworker/gcworker_test_/gcworker_test, 32.0 MiB / 210.2 MiB; 4s remote-cache ... (35 actions, 0 running) [10,246 / 11,770] 218 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; Downloading pkg/store/gcworker/gcworker_test_/gcworker_test, 40.0 MiB / 210.2 MiB; 5s remote-cache ... (35 actions, 0 running) [10,263 / 11,770] 219 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; Downloading pkg/store/gcworker/gcworker_test_/gcworker_test, 48.0 MiB / 210.2 MiB; 6s remote-cache ... (35 actions, 0 running) [10,283 / 11,770] 219 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; Downloading pkg/store/gcworker/gcworker_test_/gcworker_test, 57.0 MiB / 210.2 MiB; 7s remote-cache ... (35 actions, 0 running) [10,300 / 11,821] 219 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; Downloading pkg/store/gcworker/gcworker_test_/gcworker_test, 65.0 MiB / 210.2 MiB; 8s remote-cache ... (35 actions, 0 running) [10,314 / 11,821] 219 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; Downloading pkg/store/gcworker/gcworker_test_/gcworker_test, 72.0 MiB / 210.2 MiB; 9s remote-cache ... (35 actions, 0 running) [10,329 / 11,821] 219 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; Downloading pkg/store/gcworker/gcworker_test_/gcworker_test, 78.3 MiB / 210.2 MiB; 10s remote-cache ... (35 actions, 0 running) [10,351 / 11,831] 220 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; Downloading pkg/store/gcworker/gcworker_test_/gcworker_test, 87.0 MiB / 210.2 MiB; 11s remote-cache ... (35 actions, 0 running) [10,371 / 11,841] 220 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; Downloading pkg/store/gcworker/gcworker_test_/gcworker_test, 95.0 MiB / 210.2 MiB; 12s remote-cache ... (35 actions, 0 running) [10,387 / 11,841] 220 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; Downloading pkg/store/gcworker/gcworker_test_/gcworker_test, 102.0 MiB / 210.2 MiB; 13s remote-cache ... (35 actions, 0 running) [10,406 / 11,841] 221 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; Downloading pkg/store/gcworker/gcworker_test_/gcworker_test, 109.0 MiB / 210.2 MiB; 14s remote-cache ... (35 actions, 0 running) [10,430 / 11,841] 221 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; Downloading pkg/store/gcworker/gcworker_test_/gcworker_test, 116.0 MiB / 210.2 MiB; 16s remote-cache ... (35 actions, 0 running) [10,442 / 11,843] 221 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; Downloading pkg/store/gcworker/gcworker_test_/gcworker_test, 122.0 MiB / 210.2 MiB; 17s remote-cache ... (35 actions, 0 running) [10,457 / 11,843] 221 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; Downloading pkg/store/gcworker/gcworker_test_/gcworker_test, 128.0 MiB / 210.2 MiB; 18s remote-cache ... (35 actions, 0 running) [10,477 / 11,843] 221 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; Downloading pkg/store/gcworker/gcworker_test_/gcworker_test, 135.0 MiB / 210.2 MiB; 19s remote-cache ... (35 actions, 0 running) [10,498 / 11,843] 223 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; Downloading pkg/store/gcworker/gcworker_test_/gcworker_test, 143.0 MiB / 210.2 MiB; 20s remote-cache ... (35 actions, 0 running) [10,518 / 11,843] 223 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; Downloading pkg/store/gcworker/gcworker_test_/gcworker_test, 150.0 MiB / 210.2 MiB; 21s remote-cache ... (35 actions, 0 running) [10,533 / 11,843] 224 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; Downloading pkg/store/gcworker/gcworker_test_/gcworker_test, 157.0 MiB / 210.2 MiB; 22s remote-cache ... (35 actions, 0 running) [10,557 / 11,870] 224 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; Downloading pkg/store/gcworker/gcworker_test_/gcworker_test, 166.0 MiB / 210.2 MiB; 23s remote-cache ... (35 actions, 0 running) [10,571 / 11,870] 224 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; Downloading pkg/store/gcworker/gcworker_test_/gcworker_test, 172.0 MiB / 210.2 MiB; 24s remote-cache ... (35 actions, 0 running) [10,586 / 11,870] 225 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; Downloading pkg/store/gcworker/gcworker_test_/gcworker_test, 181.0 MiB / 210.2 MiB; 26s remote-cache ... (35 actions, 0 running) [10,606 / 11,879] 226 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; Downloading pkg/store/gcworker/gcworker_test_/gcworker_test, 188.0 MiB / 210.2 MiB; 27s remote-cache ... (35 actions, 0 running) [10,632 / 11,915] 226 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; Downloading pkg/store/gcworker/gcworker_test_/gcworker_test, 195.3 MiB / 210.2 MiB; 28s remote-cache ... (35 actions, 0 running) [10,649 / 11,915] 226 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; Downloading pkg/store/gcworker/gcworker_test_/gcworker_test, 203.0 MiB / 210.2 MiB; 29s remote-cache ... (35 actions, 0 running) [10,667 / 11,915] 226 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; 30s remote-cache ... (35 actions, 0 running) [10,679 / 11,950] 226 / 411 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; Downloading pkg/disttask/importinto/importinto_test_/importinto_test, 191.0 MiB / 211.7 MiB; 28s remote-cache ... (35 actions, 0 running) [10,692 / 11,970] 226 / 411 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; Downloading pkg/disttask/importinto/importinto_test_/importinto_test, 197.0 MiB / 211.7 MiB; 29s remote-cache ... (35 actions, 0 running) [10,701 / 11,970] 226 / 411 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; Downloading pkg/disttask/importinto/importinto_test_/importinto_test, 203.0 MiB / 211.7 MiB; 30s remote-cache ... (35 actions, 0 running) [10,711 / 11,970] 226 / 411 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; Downloading pkg/disttask/importinto/importinto_test_/importinto_test, 209.0 MiB / 211.7 MiB; 31s remote-cache ... (35 actions, 0 running) [10,727 / 11,979] 226 / 411 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; 32s remote-cache ... (35 actions, 0 running) [10,747 / 11,996] 226 / 411 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; Downloading pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test, 191.0 MiB / 211.8 MiB; 29s remote-cache ... (35 actions, 0 running) [10,763 / 11,996] 226 / 411 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; Downloading pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test, 198.0 MiB / 211.8 MiB; 30s remote-cache ... (35 actions, 0 running) [10,776 / 11,996] 226 / 411 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; Downloading pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test, 204.0 MiB / 211.8 MiB; 32s remote-cache ... (35 actions, 0 running) [10,789 / 11,998] 226 / 411 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; Downloading pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test, 210.0 MiB / 211.8 MiB; 33s remote-cache ... (35 actions, 0 running) [10,802 / 12,049] 227 / 411 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 210.0 MiB / 223.1 MiB; 33s remote-cache ... (36 actions, 2 running) [10,815 / 12,049] 227 / 411 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 216.0 MiB / 223.1 MiB; 34s remote-cache ... (36 actions, 2 running) [10,828 / 12,051] 227 / 411 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 222.0 MiB / 223.1 MiB; 35s remote-cache ... (36 actions, 2 running) [10,846 / 12,082] 228 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 148.0 MiB / 219.3 MiB; 24s remote-cache ... (36 actions, 2 running) [10,860 / 12,082] 229 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 155.0 MiB / 219.3 MiB; 25s remote-cache ... (36 actions, 2 running) [10,878 / 12,082] 230 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 162.0 MiB / 219.3 MiB; 26s remote-cache ... (36 actions, 2 running) [10,895 / 12,082] 233 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 169.2 MiB / 219.3 MiB; 27s remote-cache ... (36 actions, 2 running) [10,908 / 12,086] 233 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 175.0 MiB / 219.3 MiB; 28s remote-cache ... (36 actions, 2 running) [10,923 / 12,086] 233 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 182.2 MiB / 219.3 MiB; 29s remote-cache ... (36 actions, 2 running) [10,940 / 12,086] 233 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 191.0 MiB / 219.3 MiB; 30s remote-cache ... (36 actions, 2 running) [10,949 / 12,086] 233 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 197.0 MiB / 219.3 MiB; 31s remote-cache ... (36 actions, 2 running) [10,959 / 12,090] 233 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 203.0 MiB / 219.3 MiB; 32s remote-cache ... (36 actions, 2 running) [10,969 / 12,090] 233 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 209.0 MiB / 219.3 MiB; 33s remote-cache ... (36 actions, 2 running) [10,983 / 12,090] 234 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 215.2 MiB / 219.3 MiB; 34s remote-cache ... (36 actions, 2 running) [10,996 / 12,090] 235 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; 35s remote-cache ... (36 actions, 2 running) [11,011 / 12,097] 235 / 411 tests; GoLink pkg/executor/test/distsqltest/distsqltest_test_/distsqltest_test; Downloading pkg/executor/test/distsqltest/distsqltest_test_/distsqltest_test, 203.2 MiB / 211.3 MiB; 33s remote-cache ... (36 actions, 2 running) [11,025 / 12,097] 236 / 411 tests; GoLink pkg/executor/test/distsqltest/distsqltest_test_/distsqltest_test; Downloading pkg/executor/test/distsqltest/distsqltest_test_/distsqltest_test, 210.0 MiB / 211.3 MiB; 34s remote-cache ... (36 actions, 2 running) [11,035 / 12,099] 236 / 411 tests; GoLink pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test; Downloading pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test, 167.0 MiB / 211.3 MiB; 27s remote-cache ... (36 actions, 2 running) [11,049 / 12,103] 236 / 411 tests; GoLink pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test; Downloading pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test, 174.0 MiB / 211.3 MiB; 28s remote-cache ... (36 actions, 2 running) [11,060 / 12,103] 236 / 411 tests; GoLink pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test; Downloading pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test, 181.0 MiB / 211.3 MiB; 29s remote-cache ... (36 actions, 2 running) [11,069 / 12,103] 236 / 411 tests; GoLink pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test; Downloading pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test, 187.0 MiB / 211.3 MiB; 31s remote-cache ... (36 actions, 2 running) [11,079 / 12,103] 237 / 411 tests; GoLink pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test; Downloading pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test, 193.4 MiB / 211.3 MiB; 32s remote-cache ... (36 actions, 2 running) [11,094 / 12,103] 237 / 411 tests; GoLink pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test; Downloading pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test, 200.0 MiB / 211.3 MiB; 33s remote-cache ... (36 actions, 2 running) [11,104 / 12,103] 238 / 411 tests; GoLink pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test; Downloading pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test, 206.0 MiB / 211.3 MiB; 34s remote-cache ... (36 actions, 2 running) [11,115 / 12,103] 238 / 411 tests; GoLink pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test; 35s remote-cache ... (36 actions, 2 running) [11,128 / 12,115] 238 / 411 tests; GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; Downloading pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test, 174.0 MiB / 211.3 MiB; 28s remote-cache ... (36 actions, 2 running) [11,139 / 12,115] 238 / 411 tests; GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; Downloading pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test, 180.0 MiB / 211.3 MiB; 29s remote-cache ... (36 actions, 2 running) [11,148 / 12,115] 238 / 411 tests; GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; Downloading pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test, 187.3 MiB / 211.3 MiB; 30s remote-cache ... (36 actions, 2 running) [11,158 / 12,115] 238 / 411 tests; GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; Downloading pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test, 194.0 MiB / 211.3 MiB; 31s remote-cache ... (36 actions, 2 running) [11,168 / 12,115] 240 / 411 tests; GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; Downloading pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test, 201.0 MiB / 211.3 MiB; 33s remote-cache ... (36 actions, 2 running) [11,177 / 12,115] 240 / 411 tests; GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; Downloading pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test, 207.0 MiB / 211.3 MiB; 34s remote-cache ... (36 actions, 2 running) [11,194 / 12,115] 241 / 411 tests; GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; 35s remote-cache ... (35 actions, 2 running) [11,205 / 12,127] 241 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 4 of 8); 35s remote-cache, linux-sandbox ... (36 actions, 2 running) [11,220 / 12,140] 242 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 4 of 8); 36s remote-cache, linux-sandbox ... (36 actions, 2 running) [11,228 / 12,140] 242 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 4 of 8); 37s remote-cache, linux-sandbox ... (36 actions, 2 running) [11,237 / 12,140] 242 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 4 of 8); 38s remote-cache, linux-sandbox ... (36 actions, 2 running) [11,253 / 12,142] 242 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 4 of 8); 39s remote-cache, linux-sandbox ... (36 actions, 2 running) [11,268 / 12,199] 242 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 4 of 8); 40s remote-cache, linux-sandbox ... (36 actions, 2 running) [11,278 / 12,199] 242 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 4 of 8); 41s remote-cache, linux-sandbox ... (36 actions, 2 running) [11,299 / 12,224] 243 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 4 of 8); 43s remote-cache, linux-sandbox ... (36 actions, 2 running) [11,319 / 12,224] 244 / 411 tests; GoLink pkg/planner/core/issuetest/issuetest_test_/issuetest_test; Downloading pkg/planner/core/issuetest/issuetest_test_/issuetest_test, 211.0 MiB / 211.0 MiB; 34s remote-cache ... (34 actions, 0 running) [11,343 / 12,244] 244 / 411 tests; GoLink pkg/planner/core/casetest/physicalplantest/physicalplantest_test_/physicalplantest_test; Downloading pkg/planner/core/casetest/physicalplantest/physicalplantest_test_/physicalplantest_test, 194.0 MiB / 211.5 MiB; 31s remote-cache ... (34 actions, 0 running) [11,356 / 12,279] 244 / 411 tests; GoLink pkg/planner/core/casetest/physicalplantest/physicalplantest_test_/physicalplantest_test; Downloading pkg/planner/core/casetest/physicalplantest/physicalplantest_test_/physicalplantest_test, 201.0 MiB / 211.5 MiB; 32s remote-cache ... (35 actions, 0 running) [11,371 / 12,279] 244 / 411 tests; GoLink pkg/planner/core/casetest/physicalplantest/physicalplantest_test_/physicalplantest_test; Downloading pkg/planner/core/casetest/physicalplantest/physicalplantest_test_/physicalplantest_test, 207.0 MiB / 211.5 MiB; 33s remote-cache ... (35 actions, 0 running) [11,379 / 12,312] 245 / 411 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; Downloading pkg/executor/test/splittest/splittest_test_/splittest_test, 192.0 MiB / 211.3 MiB; 31s remote-cache ... (35 actions, 0 running) [11,392 / 12,312] 248 / 411 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; Downloading pkg/executor/test/splittest/splittest_test_/splittest_test, 198.0 MiB / 211.3 MiB; 32s remote-cache ... (35 actions, 0 running) [11,407 / 12,318] 248 / 411 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; Downloading pkg/executor/test/splittest/splittest_test_/splittest_test, 205.0 MiB / 211.3 MiB; 33s remote-cache ... (36 actions, 2 running) [11,413 / 12,318] 248 / 411 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; 34s remote-cache ... (36 actions, 2 running) [11,427 / 12,341] 248 / 411 tests; GoLink pkg/ddl/ddl_test_/ddl_test; Downloading pkg/ddl/ddl_test_/ddl_test, 140.0 MiB / 160.9 MiB; 22s remote-cache ... (36 actions, 2 running) [11,438 / 12,343] 249 / 411 tests; GoLink pkg/ddl/ddl_test_/ddl_test; Downloading pkg/ddl/ddl_test_/ddl_test, 148.0 MiB / 160.9 MiB; 24s remote-cache ... (37 actions, 4 running) [11,447 / 12,343] 250 / 411 tests; GoLink pkg/ddl/ddl_test_/ddl_test; Downloading pkg/ddl/ddl_test_/ddl_test, 155.0 MiB / 160.9 MiB; 25s remote-cache ... (37 actions, 4 running) [11,455 / 12,343] 250 / 411 tests; GoLink pkg/ddl/ddl_test_/ddl_test; 26s remote-cache ... (37 actions, 4 running) [11,468 / 12,394] 251 / 411 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; Downloading br/pkg/checksum/checksum_test_/checksum_test, 149.0 MiB / 161.1 MiB; 24s remote-cache ... (37 actions, 4 running) [11,481 / 12,394] 252 / 411 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; Downloading br/pkg/checksum/checksum_test_/checksum_test, 155.0 MiB / 161.1 MiB; 25s remote-cache ... (38 actions, 6 running) [11,494 / 12,394] 252 / 411 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; 26s remote-cache ... (38 actions, 6 running) [11,506 / 12,398] 253 / 411 tests; GoLink pkg/util/profile/profile_test_/profile_test; Downloading pkg/util/profile/profile_test_/profile_test, 88.0 MiB / 157.6 MiB; 15s remote-cache ... (38 actions, 6 running) [11,523 / 12,400] 254 / 411 tests; GoLink pkg/util/profile/profile_test_/profile_test; Downloading pkg/util/profile/profile_test_/profile_test, 95.2 MiB / 157.6 MiB; 16s remote-cache ... (39 actions, 8 running) [11,532 / 12,400] 255 / 411 tests; GoLink pkg/util/profile/profile_test_/profile_test; Downloading pkg/util/profile/profile_test_/profile_test, 102.0 MiB / 157.6 MiB; 17s remote-cache ... (40 actions, 10 running) [11,541 / 12,400] 257 / 411 tests; GoLink pkg/util/profile/profile_test_/profile_test; Downloading pkg/util/profile/profile_test_/profile_test, 108.0 MiB / 157.6 MiB; 18s remote-cache ... (40 actions, 10 running) [11,551 / 12,402] 258 / 411 tests; GoLink pkg/util/profile/profile_test_/profile_test; Downloading pkg/util/profile/profile_test_/profile_test, 114.0 MiB / 157.6 MiB; 19s remote-cache ... (40 actions, 10 running) [11,559 / 12,402] 258 / 411 tests; GoLink pkg/util/profile/profile_test_/profile_test; Downloading pkg/util/profile/profile_test_/profile_test, 120.0 MiB / 157.6 MiB; 20s remote-cache ... (40 actions, 10 running) [11,568 / 12,402] 258 / 411 tests; GoLink pkg/util/profile/profile_test_/profile_test; Downloading pkg/util/profile/profile_test_/profile_test, 127.0 MiB / 157.6 MiB; 21s remote-cache ... (40 actions, 10 running) [11,575 / 12,402] 259 / 411 tests; GoLink pkg/util/profile/profile_test_/profile_test; Downloading pkg/util/profile/profile_test_/profile_test, 134.0 MiB / 157.6 MiB; 22s remote-cache ... (40 actions, 10 running) [11,583 / 12,402] 260 / 411 tests; GoLink pkg/util/profile/profile_test_/profile_test; Downloading pkg/util/profile/profile_test_/profile_test, 141.0 MiB / 157.6 MiB; 23s remote-cache ... (40 actions, 10 running) [11,592 / 12,404] 260 / 411 tests; GoLink pkg/util/profile/profile_test_/profile_test; Downloading pkg/util/profile/profile_test_/profile_test, 147.0 MiB / 157.6 MiB; 24s remote-cache ... (40 actions, 10 running) [11,597 / 12,404] 261 / 411 tests; GoLink pkg/util/profile/profile_test_/profile_test; Downloading pkg/util/profile/profile_test_/profile_test, 154.0 MiB / 157.6 MiB; 26s remote-cache ... (40 actions, 10 running) [11,605 / 12,406] 262 / 411 tests; GoLink pkg/ddl/tests/resourcegroup/resourcegroup_test_/resourcegroup_test; Downloading pkg/ddl/tests/resourcegroup/resourcegroup_test_/resourcegroup_test, 154.0 MiB / 211.3 MiB; 26s remote-cache ... (40 actions, 10 running) [11,614 / 12,406] 262 / 411 tests; GoLink pkg/ddl/tests/resourcegroup/resourcegroup_test_/resourcegroup_test; Downloading pkg/ddl/tests/resourcegroup/resourcegroup_test_/resourcegroup_test, 161.0 MiB / 211.3 MiB; 27s remote-cache ... (40 actions, 10 running) [11,622 / 12,406] 262 / 411 tests; GoLink pkg/ddl/tests/resourcegroup/resourcegroup_test_/resourcegroup_test; Downloading pkg/ddl/tests/resourcegroup/resourcegroup_test_/resourcegroup_test, 167.0 MiB / 211.3 MiB; 28s remote-cache ... (40 actions, 10 running) [11,627 / 12,406] 262 / 411 tests; GoLink pkg/ddl/tests/resourcegroup/resourcegroup_test_/resourcegroup_test; Downloading pkg/ddl/tests/resourcegroup/resourcegroup_test_/resourcegroup_test, 173.0 MiB / 211.3 MiB; 29s remote-cache ... (39 actions, 8 running) [11,637 / 12,406] 263 / 411 tests; GoLink pkg/ddl/tests/resourcegroup/resourcegroup_test_/resourcegroup_test; Downloading pkg/ddl/tests/resourcegroup/resourcegroup_test_/resourcegroup_test, 180.0 MiB / 211.3 MiB; 30s remote-cache ... (40 actions, 10 running) [11,645 / 12,412] 263 / 411 tests; GoLink pkg/ddl/tests/resourcegroup/resourcegroup_test_/resourcegroup_test; Downloading pkg/ddl/tests/resourcegroup/resourcegroup_test_/resourcegroup_test, 187.0 MiB / 211.3 MiB; 32s remote-cache ... (40 actions, 10 running) [11,655 / 12,455] 263 / 411 tests; GoLink pkg/ddl/tests/resourcegroup/resourcegroup_test_/resourcegroup_test; Downloading pkg/ddl/tests/resourcegroup/resourcegroup_test_/resourcegroup_test, 194.0 MiB / 211.3 MiB; 33s remote-cache ... (40 actions, 10 running) [11,663 / 12,464] 263 / 411 tests; GoLink pkg/ddl/tests/resourcegroup/resourcegroup_test_/resourcegroup_test; Downloading pkg/ddl/tests/resourcegroup/resourcegroup_test_/resourcegroup_test, 200.0 MiB / 211.3 MiB; 34s remote-cache ... (39 actions, 8 running) [11,671 / 12,464] 264 / 411 tests; GoLink pkg/ddl/tests/resourcegroup/resourcegroup_test_/resourcegroup_test; Downloading pkg/ddl/tests/resourcegroup/resourcegroup_test_/resourcegroup_test, 207.0 MiB / 211.3 MiB; 35s remote-cache ... (40 actions, 10 running) [11,675 / 12,464] 264 / 411 tests; GoLink pkg/ddl/tests/resourcegroup/resourcegroup_test_/resourcegroup_test; 36s remote-cache ... (40 actions, 10 running) [11,681 / 12,470] 264 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 13 of 17); 26s remote-cache, linux-sandbox ... (40 actions, 10 running) [11,688 / 12,470] 264 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 13 of 17); 27s remote-cache, linux-sandbox ... (40 actions, 10 running) [11,697 / 12,472] 264 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 13 of 17); 28s remote-cache, linux-sandbox ... (40 actions, 10 running) [11,706 / 12,476] 265 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 13 of 17); 29s remote-cache, linux-sandbox ... (40 actions, 10 running) [11,718 / 12,488] 266 / 411 tests; GoLink pkg/statistics/handle/handletest/statstest/statstest_test_/statstest_test; Downloading pkg/statistics/handle/handletest/statstest/statstest_test_/statstest_test, 178.0 MiB / 211.0 MiB; 30s remote-cache ... (40 actions, 10 running) [11,728 / 12,488] 267 / 411 tests; GoLink pkg/statistics/handle/handletest/statstest/statstest_test_/statstest_test; Downloading pkg/statistics/handle/handletest/statstest/statstest_test_/statstest_test, 185.0 MiB / 211.0 MiB; 31s remote-cache ... (40 actions, 10 running) [11,730 / 12,488] 267 / 411 tests; GoLink pkg/statistics/handle/handletest/statstest/statstest_test_/statstest_test; Downloading pkg/statistics/handle/handletest/statstest/statstest_test_/statstest_test, 192.0 MiB / 211.0 MiB; 32s remote-cache ... (40 actions, 10 running) [11,739 / 12,488] 268 / 411 tests; GoLink pkg/statistics/handle/handletest/statstest/statstest_test_/statstest_test; Downloading pkg/statistics/handle/handletest/statstest/statstest_test_/statstest_test, 199.0 MiB / 211.0 MiB; 33s remote-cache ... (41 actions, 12 running) [11,753 / 12,498] 268 / 411 tests; GoLink pkg/statistics/handle/handletest/statstest/statstest_test_/statstest_test; Downloading pkg/statistics/handle/handletest/statstest/statstest_test_/statstest_test, 206.0 MiB / 211.0 MiB; 35s remote-cache ... (41 actions, 12 running) [11,757 / 12,498] 268 / 411 tests; GoLink pkg/statistics/handle/handletest/statstest/statstest_test_/statstest_test; 36s remote-cache ... (41 actions, 12 running) [11,765 / 12,511] 268 / 411 tests; GoLink pkg/bindinfo/tests/tests_test_/tests_test; Downloading pkg/bindinfo/tests/tests_test_/tests_test, 210.0 MiB / 211.4 MiB; 35s remote-cache ... (41 actions, 12 running) [11,780 / 12,530] 270 / 411 tests; GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; 35s remote-cache ... (41 actions, 12 running) [11,790 / 12,573] 270 / 411 tests; GoLink pkg/executor/test/simpletest/simpletest_test_/simpletest_test; Downloading pkg/executor/test/simpletest/simpletest_test_/simpletest_test, 187.0 MiB / 214.9 MiB; 31s remote-cache ... (41 actions, 12 running) [11,798 / 12,573] 270 / 411 tests; GoLink pkg/executor/test/simpletest/simpletest_test_/simpletest_test; Downloading pkg/executor/test/simpletest/simpletest_test_/simpletest_test, 194.0 MiB / 214.9 MiB; 32s remote-cache ... (41 actions, 12 running) [11,806 / 12,573] 270 / 411 tests; GoLink pkg/executor/test/simpletest/simpletest_test_/simpletest_test; Downloading pkg/executor/test/simpletest/simpletest_test_/simpletest_test, 201.0 MiB / 214.9 MiB; 33s remote-cache ... (42 actions, 14 running) [11,813 / 12,573] 270 / 411 tests; GoLink pkg/executor/test/simpletest/simpletest_test_/simpletest_test; Downloading pkg/executor/test/simpletest/simpletest_test_/simpletest_test, 206.0 MiB / 214.9 MiB; 34s remote-cache ... (42 actions, 14 running) [11,819 / 12,591] 270 / 411 tests; GoLink pkg/executor/test/simpletest/simpletest_test_/simpletest_test; Downloading pkg/executor/test/simpletest/simpletest_test_/simpletest_test, 213.0 MiB / 214.9 MiB; 35s remote-cache ... (42 actions, 14 running) [11,828 / 12,591] 270 / 411 tests; GoLink pkg/executor/test/simpletest/simpletest_test_/simpletest_test; 37s remote-cache ... (42 actions, 14 running) [11,844 / 12,631] 270 / 411 tests; GoLink pkg/planner/cardinality/cardinality_test_/cardinality_test; 27s remote-cache ... (42 actions, 14 running) [11,855 / 12,666] 270 / 411 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; Downloading pkg/ttl/cache/cache_test_/cache_test, 150.0 MiB / 161.0 MiB; 24s remote-cache ... (42 actions, 14 running) [11,864 / 12,666] 271 / 411 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; Downloading pkg/ttl/cache/cache_test_/cache_test, 158.0 MiB / 161.0 MiB; 26s remote-cache ... (43 actions, 16 running) [11,876 / 12,683] 271 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 26s remote-cache, linux-sandbox ... (43 actions, 16 running) [11,887 / 12,683] 272 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 27s remote-cache, linux-sandbox ... (43 actions, 16 running) [11,897 / 12,683] 273 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 28s remote-cache, linux-sandbox ... (43 actions, 16 running) [11,905 / 12,683] 274 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 30s remote-cache, linux-sandbox ... (44 actions, 18 running) [11,918 / 12,683] 274 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 31s remote-cache, linux-sandbox ... (44 actions, 18 running) [11,926 / 12,683] 274 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 32s remote-cache, linux-sandbox ... (44 actions, 18 running) [11,934 / 12,683] 275 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 33s remote-cache, linux-sandbox ... (45 actions, 20 running) [11,945 / 12,683] 276 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 34s remote-cache, linux-sandbox ... (46 actions, 22 running) [11,953 / 12,683] 276 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 35s remote-cache, linux-sandbox ... (48 actions, 26 running) [11,966 / 12,694] 278 / 411 tests; GoLink pkg/executor/test/seqtest/seqtest_test_/seqtest_test; Downloading pkg/executor/test/seqtest/seqtest_test_/seqtest_test, 167.0 MiB / 215.0 MiB; 25s remote-cache ... (45 actions, 20 running) [11,971 / 12,694] 278 / 411 tests; GoLink pkg/executor/test/seqtest/seqtest_test_/seqtest_test; Downloading pkg/executor/test/seqtest/seqtest_test_/seqtest_test, 178.0 MiB / 215.0 MiB; 27s remote-cache ... (45 actions, 20 running) [11,974 / 12,694] 278 / 411 tests; GoLink pkg/executor/test/seqtest/seqtest_test_/seqtest_test; Downloading pkg/executor/test/seqtest/seqtest_test_/seqtest_test, 185.0 MiB / 215.0 MiB; 28s remote-cache ... (45 actions, 20 running) [11,986 / 12,694] 278 / 411 tests; GoLink pkg/executor/test/seqtest/seqtest_test_/seqtest_test; Downloading pkg/executor/test/seqtest/seqtest_test_/seqtest_test, 192.0 MiB / 215.0 MiB; 29s remote-cache ... (45 actions, 20 running) [11,992 / 12,694] 278 / 411 tests; GoLink pkg/executor/test/seqtest/seqtest_test_/seqtest_test; Downloading pkg/executor/test/seqtest/seqtest_test_/seqtest_test, 203.0 MiB / 215.0 MiB; 31s remote-cache ... (45 actions, 20 running) [12,003 / 12,694] 279 / 411 tests; GoLink pkg/executor/test/seqtest/seqtest_test_/seqtest_test; Downloading pkg/executor/test/seqtest/seqtest_test_/seqtest_test, 210.0 MiB / 215.0 MiB; 32s remote-cache ... (45 actions, 20 running) [12,010 / 12,694] 279 / 411 tests; GoLink pkg/executor/test/seqtest/seqtest_test_/seqtest_test; 33s remote-cache ... (45 actions, 20 running) [12,019 / 12,723] 279 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 34s remote-cache, linux-sandbox ... (45 actions, 20 running) [12,030 / 12,723] 280 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 36s remote-cache, linux-sandbox ... (45 actions, 20 running) [12,038 / 12,723] 280 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 37s remote-cache, linux-sandbox ... (45 actions, 20 running) [12,047 / 12,723] 280 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 38s remote-cache, linux-sandbox ... (45 actions, 20 running) [12,054 / 12,723] 281 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 39s remote-cache, linux-sandbox ... (47 actions, 24 running) [12,061 / 12,723] 282 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 26s remote-cache, linux-sandbox ... (47 actions, 24 running) [12,069 / 12,723] 282 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 28s remote-cache, linux-sandbox ... (52 actions, 35 running) [12,072 / 12,723] 283 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 29s remote-cache, linux-sandbox ... (55 actions, 40 running) [12,081 / 12,751] 284 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 30s remote-cache, linux-sandbox ... (56 actions, 42 running) [12,088 / 12,751] 284 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 31s remote-cache, linux-sandbox ... (56 actions, 42 running) [12,095 / 12,751] 284 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 32s remote-cache, linux-sandbox ... (56 actions, 43 running) [12,103 / 12,802] 284 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 33s remote-cache, linux-sandbox ... (58 actions, 46 running) [12,111 / 12,802] 284 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 34s remote-cache, linux-sandbox ... (58 actions, 46 running) [12,117 / 12,802] 284 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 35s remote-cache, linux-sandbox ... (58 actions, 46 running) [12,122 / 12,802] 284 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 36s remote-cache, linux-sandbox ... (58 actions, 46 running) [12,131 / 12,842] 284 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 38s remote-cache, linux-sandbox ... (57 actions, 44 running) [12,142 / 12,842] 285 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 39s remote-cache, linux-sandbox ... (55 actions, 40 running) [12,145 / 12,842] 285 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 40s remote-cache, linux-sandbox ... (54 actions, 38 running) [12,153 / 12,842] 287 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 41s remote-cache, linux-sandbox ... (54 actions, 38 running) [12,162 / 12,842] 287 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 42s remote-cache, linux-sandbox ... (54 actions, 38 running) [12,164 / 12,842] 287 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 43s remote-cache, linux-sandbox ... (54 actions, 38 running) [12,171 / 12,842] 288 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 44s remote-cache, linux-sandbox ... (54 actions, 38 running) [12,179 / 12,844] 288 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 46s remote-cache, linux-sandbox ... (56 actions, 42 running) [12,187 / 12,844] 290 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 12 of 32); 23s remote-cache, linux-sandbox ... (56 actions, 42 running) [12,194 / 12,844] 290 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 12 of 32); 24s remote-cache, linux-sandbox ... (56 actions, 42 running) [12,198 / 12,844] 290 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 12 of 32); 25s remote-cache, linux-sandbox ... (56 actions, 42 running) [12,202 / 12,844] 291 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 12 of 32); 27s remote-cache, linux-sandbox ... (57 actions, 44 running) [12,204 / 12,844] 291 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 12 of 32); 28s remote-cache, linux-sandbox ... (57 actions, 44 running) [12,211 / 12,844] 291 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 12 of 32); 29s remote-cache, linux-sandbox ... (57 actions, 44 running) [12,223 / 12,921] 291 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 12 of 32); 30s remote-cache, linux-sandbox ... (56 actions, 42 running) [12,234 / 12,921] 291 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 12 of 32); 31s remote-cache, linux-sandbox ... (56 actions, 42 running) [12,241 / 12,921] 291 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 12 of 32); 32s remote-cache, linux-sandbox ... (56 actions, 42 running) [12,251 / 12,921] 291 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 12 of 32); 33s remote-cache, linux-sandbox ... (56 actions, 42 running) [12,268 / 12,921] 291 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 19 of 32); 32s remote-cache, linux-sandbox ... (51 actions, 32 running) [12,283 / 12,923] 291 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 25 of 32); 30s remote-cache, linux-sandbox ... (47 actions, 24 running) [12,292 / 12,923] 291 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 25 of 32); 31s remote-cache, linux-sandbox ... (47 actions, 24 running) [12,296 / 12,923] 291 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 25 of 32); 32s remote-cache, linux-sandbox ... (47 actions, 24 running) [12,309 / 12,923] 293 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 42); 32s remote-cache, linux-sandbox ... (47 actions, 24 running) [12,317 / 12,923] 293 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 42); 33s remote-cache, linux-sandbox ... (46 actions, 22 running) [12,320 / 12,923] 293 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 42); 34s remote-cache, linux-sandbox ... (47 actions, 24 running) [12,331 / 12,923] 293 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 42); 35s remote-cache, linux-sandbox ... (48 actions, 26 running) [12,335 / 12,923] 293 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 42); 37s remote-cache, linux-sandbox ... (48 actions, 26 running) [12,340 / 12,923] 293 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 42); 38s remote-cache, linux-sandbox ... (47 actions, 24 running) [12,353 / 12,923] 294 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 42); 39s remote-cache, linux-sandbox ... (49 actions, 28 running) [12,355 / 12,923] 294 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 42); 40s remote-cache, linux-sandbox ... (49 actions, 28 running) [12,365 / 12,923] 294 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 42); 41s remote-cache, linux-sandbox ... (48 actions, 27 running) [12,373 / 12,923] 294 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 14 of 42); 28s remote-cache, linux-sandbox ... (48 actions, 27 running) [12,378 / 12,923] 294 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 14 of 42); 29s remote-cache, linux-sandbox ... (48 actions, 26 running) [12,387 / 12,923] 295 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 14 of 42); 30s remote-cache, linux-sandbox ... (50 actions, 30 running) [12,396 / 12,923] 295 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 15 of 42); 26s remote-cache, linux-sandbox ... (50 actions, 31 running) [12,405 / 12,974] 295 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 15 of 42); 28s remote-cache, linux-sandbox ... (52 actions, 34 running) [12,410 / 12,974] 295 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 15 of 42); 29s remote-cache, linux-sandbox ... (53 actions, 36 running) [12,415 / 12,974] 295 / 411 tests; GoLink pkg/executor/internal/calibrateresource/calibrateresource_test_/calibrateresource_test; 22s remote-cache ... (52 actions, 34 running) [12,423 / 12,976] 295 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 42); 23s remote-cache, linux-sandbox ... (53 actions, 36 running) [12,428 / 12,978] 295 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 42); 24s remote-cache, linux-sandbox ... (53 actions, 36 running) [12,436 / 12,978] 296 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 42); 25s remote-cache, linux-sandbox ... (55 actions, 40 running) [12,442 / 12,978] 298 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 42); 26s remote-cache, linux-sandbox ... (57 actions, 45 running) [12,450 / 12,980] 298 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 42); 27s remote-cache, linux-sandbox ... (58 actions, 46 running) [12,454 / 12,980] 299 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 42); 28s remote-cache, linux-sandbox ... (58 actions, 46 running) [12,460 / 13,028] 299 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 42); 30s remote-cache, linux-sandbox ... (58 actions, 46 running) [12,464 / 13,028] 299 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 42); 31s remote-cache, linux-sandbox ... (57 actions, 44 running) [12,474 / 13,086] 299 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 42); 32s remote-cache, linux-sandbox ... (58 actions, 46 running) [12,477 / 13,086] 299 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 42); 33s remote-cache, linux-sandbox ... (58 actions, 46 running) [12,484 / 13,086] 299 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 42); 34s remote-cache, linux-sandbox ... (58 actions, 46 running) [12,490 / 13,088] 299 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 42); 35s remote-cache, linux-sandbox ... (58 actions, 46 running) [12,498 / 13,088] 299 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 32s remote-cache, linux-sandbox ... (58 actions, 46 running) [12,502 / 13,088] 300 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 33s remote-cache, linux-sandbox ... (59 actions, 48 running) [12,509 / 13,088] 300 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 35s remote-cache, linux-sandbox ... (59 actions, 48 running) [12,512 / 13,088] 300 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 36s remote-cache, linux-sandbox ... (59 actions, 48 running) [12,519 / 13,101] 300 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 37s remote-cache, linux-sandbox ... (59 actions, 48 running) [12,522 / 13,101] 300 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 38s remote-cache, linux-sandbox ... (58 actions, 47 running) [12,533 / 13,110] 300 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 39s remote-cache, linux-sandbox ... (59 actions, 48 running) [12,539 / 13,110] 300 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 40s remote-cache, linux-sandbox ... (59 actions, 48 running) [12,545 / 13,110] 301 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 42s remote-cache, linux-sandbox ... (61 actions, 52 running) [12,555 / 13,110] 302 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 43s remote-cache, linux-sandbox ... (61 actions, 53 running) [12,561 / 13,110] 302 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 44s remote-cache, linux-sandbox ... (61 actions, 52 running) [12,567 / 13,110] 302 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 45s remote-cache, linux-sandbox ... (60 actions, 50 running) [12,574 / 13,125] 302 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 46s remote-cache, linux-sandbox ... (60 actions, 50 running) [12,582 / 13,125] 302 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 47s remote-cache, linux-sandbox ... (59 actions, 50 running) [12,588 / 13,125] 302 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 49s remote-cache, linux-sandbox ... (60 actions, 50 running) [12,593 / 13,125] 302 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 50s remote-cache, linux-sandbox ... (59 actions, 49 running) [12,600 / 13,125] 304 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 51s remote-cache, linux-sandbox ... (59 actions, 48 running) [12,605 / 13,125] 304 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 52s remote-cache, linux-sandbox ... (58 actions, 46 running) [12,611 / 13,125] 304 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 53s remote-cache, linux-sandbox ... (59 actions, 48 running) [12,617 / 13,125] 304 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 54s remote-cache, linux-sandbox ... (59 actions, 48 running) [12,622 / 13,125] 304 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 56s remote-cache, linux-sandbox ... (58 actions, 46 running) [12,629 / 13,125] 304 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 57s remote-cache, linux-sandbox ... (59 actions, 48 running) [12,634 / 13,127] 304 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 58s remote-cache, linux-sandbox ... (57 actions, 45 running) [12,643 / 13,127] 304 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 59s remote-cache, linux-sandbox ... (60 actions, 50 running) [12,646 / 13,127] 305 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 60s remote-cache, linux-sandbox ... (60 actions, 50 running) [12,655 / 13,127] 306 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 61s remote-cache, linux-sandbox ... (60 actions, 50 running) [12,670 / 13,127] 307 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 62s remote-cache, linux-sandbox ... (59 actions, 50 running) [12,683 / 13,151] 307 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 63s remote-cache, linux-sandbox ... (59 actions, 48 running) [12,694 / 13,151] 307 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 64s remote-cache, linux-sandbox ... (59 actions, 48 running) [12,706 / 13,151] 307 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 65s remote-cache, linux-sandbox ... (59 actions, 48 running) [12,713 / 13,151] 307 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 67s remote-cache, linux-sandbox ... (58 actions, 46 running) [12,725 / 13,151] 307 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 68s remote-cache, linux-sandbox ... (57 actions, 44 running) [12,729 / 13,151] 307 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 69s remote-cache, linux-sandbox ... (58 actions, 46 running) [12,736 / 13,151] 307 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 70s remote-cache, linux-sandbox ... (58 actions, 46 running) [12,740 / 13,151] 307 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 71s remote-cache, linux-sandbox ... (58 actions, 46 running) [12,747 / 13,151] 307 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 72s remote-cache, linux-sandbox ... (57 actions, 44 running) [12,751 / 13,153] 307 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 74s remote-cache, linux-sandbox ... (55 actions, 40 running) [12,757 / 13,155] 307 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 75s remote-cache, linux-sandbox ... (56 actions, 42 running) [12,759 / 13,155] 308 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 76s remote-cache, linux-sandbox ... (55 actions, 41 running) [12,765 / 13,206] 309 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 77s remote-cache, linux-sandbox ... (55 actions, 40 running) [12,770 / 13,206] 309 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 78s remote-cache, linux-sandbox ... (53 actions, 36 running) [12,775 / 13,208] 309 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 80s remote-cache, linux-sandbox ... (52 actions, 34 running) [12,778 / 13,208] 309 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 81s remote-cache, linux-sandbox ... (52 actions, 34 running) [12,785 / 13,215] 310 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 39s remote-cache, linux-sandbox ... (50 actions, 30 running) [12,794 / 13,215] 310 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 41s remote-cache, linux-sandbox ... (49 actions, 28 running) [12,799 / 13,238] 310 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 42s remote-cache, linux-sandbox ... (49 actions, 28 running) [12,805 / 13,240] 310 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 43s remote-cache, linux-sandbox ... (50 actions, 30 running) [12,808 / 13,240] 310 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 45s remote-cache, linux-sandbox ... (50 actions, 30 running) [12,811 / 13,240] 310 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 46s remote-cache, linux-sandbox ... (49 actions, 28 running) [12,820 / 13,253] 311 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 47s remote-cache, linux-sandbox ... (49 actions, 28 running) [12,823 / 13,253] 311 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 48s remote-cache, linux-sandbox ... (49 actions, 28 running) [12,829 / 13,253] 311 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 49s remote-cache, linux-sandbox ... (48 actions, 26 running) [12,834 / 13,255] 311 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 50s remote-cache, linux-sandbox ... (49 actions, 28 running) [12,844 / 13,260] 311 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 51s remote-cache, linux-sandbox ... (49 actions, 28 running) [12,849 / 13,262] 312 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 52s remote-cache, linux-sandbox ... (50 actions, 30 running) [12,857 / 13,266] 312 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 54s remote-cache, linux-sandbox ... (50 actions, 30 running) [12,866 / 13,266] 316 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 43s remote-cache, linux-sandbox ... (47 actions, 24 running) [12,879 / 13,281] 317 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 44s remote-cache, linux-sandbox ... (47 actions, 24 running) [12,886 / 13,318] 317 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 45s remote-cache, linux-sandbox ... (46 actions, 23 running) [12,894 / 13,320] 318 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 46s remote-cache, linux-sandbox ... (48 actions, 26 running) [12,906 / 13,322] 319 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 47s remote-cache, linux-sandbox ... (50 actions, 31 running) [12,916 / 13,322] 319 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 48s remote-cache, linux-sandbox ... (51 actions, 33 running) [12,929 / 13,322] 321 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 49s remote-cache, linux-sandbox ... (50 actions, 30 running) [12,944 / 13,355] 322 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 50s remote-cache, linux-sandbox ... (52 actions, 34 running) [12,962 / 13,359] 323 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 51s remote-cache, linux-sandbox ... (58 actions, 46 running) [12,967 / 13,359] 323 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 52s remote-cache, linux-sandbox ... (59 actions, 49 running) [12,973 / 13,359] 324 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 54s remote-cache, linux-sandbox ... (60 actions, 50 running) [12,984 / 13,359] 325 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 55s remote-cache, linux-sandbox ... (58 actions, 46 running) [12,989 / 13,359] 325 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 56s remote-cache, linux-sandbox ... (61 actions, 52 running) [12,997 / 13,369] 326 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 57s remote-cache, linux-sandbox ... (59 actions, 48 running) [13,001 / 13,369] 327 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 58s remote-cache, linux-sandbox ... (60 actions, 50 running) [13,008 / 13,371] 327 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 59s remote-cache, linux-sandbox ... (59 actions, 48 running) [13,017 / 13,398] 327 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 61s remote-cache, linux-sandbox ... (60 actions, 50 running) [13,025 / 13,400] 328 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 62s remote-cache, linux-sandbox ... (60 actions, 50 running) [13,030 / 13,405] 328 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 63s remote-cache, linux-sandbox ... (65 actions, 60 running) [13,040 / 13,425] 329 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 64s remote-cache, linux-sandbox ... (64 actions, 58 running) [13,052 / 13,504] 331 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 65s remote-cache, linux-sandbox ... (65 actions, 60 running) [13,064 / 13,619] 331 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 66s remote-cache, linux-sandbox ... (68 actions, 66 running) [13,069 / 13,619] 332 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 67s remote-cache, linux-sandbox ... (68 actions, 66 running) [13,087 / 13,643] 332 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 68s remote-cache, linux-sandbox ... (66 actions, 64 running) [13,096 / 13,643] 332 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 69s remote-cache, linux-sandbox ... (67 actions, 65 running) [13,101 / 13,643] 332 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 70s remote-cache, linux-sandbox ... (67 actions, 66 running) [13,102 / 13,643] 332 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 72s remote-cache, linux-sandbox ... (70 actions running) [13,108 / 13,643] 332 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 73s remote-cache, linux-sandbox ... (70 actions running) [13,110 / 13,643] 332 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 75s remote-cache, linux-sandbox ... (70 actions running) [13,129 / 13,643] 333 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 76s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,137 / 13,645] 333 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,138 / 13,645] 333 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 79s remote-cache, linux-sandbox ... (70 actions running) [13,140 / 13,645] 334 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 80s remote-cache, linux-sandbox ... (70 actions running) [13,143 / 13,645] 335 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 32 of 32); 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,164 / 13,645] 337 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 32 of 32); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,175 / 13,645] 337 / 411 tests; Testing //pkg/server:server_test (shard 50 of 50); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,183 / 13,645] 338 / 411 tests; Testing //pkg/server:server_test (shard 50 of 50); 19s remote-cache, linux-sandbox ... (68 actions, 66 running) [13,184 / 13,656] 338 / 411 tests; Testing //pkg/server:server_test (shard 50 of 50); 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,191 / 13,656] 338 / 411 tests; Testing //pkg/server:server_test (shard 50 of 50); 21s remote-cache, linux-sandbox ... (68 actions, 67 running) [13,201 / 13,656] 338 / 411 tests; Testing //pkg/server:server_test (shard 50 of 50); 22s remote-cache, linux-sandbox ... (68 actions, 66 running) [13,212 / 13,656] 339 / 411 tests; Testing //pkg/server:server_test (shard 50 of 50); 23s remote-cache, linux-sandbox ... (67 actions, 64 running) [13,222 / 13,656] 339 / 411 tests; Testing //pkg/server:server_test (shard 50 of 50); 25s remote-cache, linux-sandbox ... (65 actions, 62 running) [13,227 / 13,656] 339 / 411 tests; Testing //pkg/server:server_test (shard 50 of 50); 26s remote-cache, linux-sandbox ... (68 actions, 66 running) [13,232 / 13,675] 340 / 411 tests; Testing //pkg/server:server_test (shard 50 of 50); 27s remote-cache, linux-sandbox ... (68 actions, 66 running) [13,237 / 13,675] 340 / 411 tests; Testing //pkg/server:server_test (shard 50 of 50); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,257 / 13,675] 340 / 411 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 23 of 23); 28s remote-cache, linux-sandbox ... (67 actions, 66 running) [13,272 / 13,689] 340 / 411 tests; Testing //pkg/server:server_test (shard 21 of 50); 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,274 / 13,689] 340 / 411 tests; Testing //pkg/server:server_test (shard 21 of 50); 13s remote-cache, linux-sandbox ... (70 actions running) [13,277 / 13,689] 340 / 411 tests; Testing //pkg/server:server_test (shard 21 of 50); 14s remote-cache, linux-sandbox ... (70 actions running) [13,278 / 13,689] 340 / 411 tests; Testing //pkg/server:server_test (shard 21 of 50); 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,286 / 13,689] 340 / 411 tests; Testing //pkg/server:server_test (shard 21 of 50); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,298 / 13,689] 340 / 411 tests; Testing //pkg/server:server_test (shard 21 of 50); 18s remote-cache, linux-sandbox ... (67 actions, 64 running) [13,316 / 13,689] 340 / 411 tests; Testing //pkg/server:server_test (shard 21 of 50); 19s remote-cache, linux-sandbox ... (68 actions, 66 running) [13,322 / 13,689] 341 / 411 tests; Testing //pkg/server:server_test (shard 21 of 50); 20s remote-cache, linux-sandbox ... (68 actions, 66 running) [13,330 / 13,689] 341 / 411 tests; Testing //pkg/server:server_test (shard 21 of 50); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,335 / 13,689] 341 / 411 tests; Testing //pkg/server:server_test (shard 21 of 50); 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,342 / 13,689] 341 / 411 tests; Testing //pkg/server:server_test (shard 21 of 50); 23s remote-cache, linux-sandbox ... (67 actions, 64 running) [13,353 / 13,689] 342 / 411 tests; Testing //pkg/server:server_test (shard 21 of 50); 24s remote-cache, linux-sandbox ... (65 actions, 60 running) [13,369 / 13,689] 343 / 411 tests; Testing //pkg/server:server_test (shard 21 of 50); 25s remote-cache, linux-sandbox ... (64 actions, 58 running) [13,382 / 13,695] 343 / 411 tests; Testing //pkg/server:server_test (shard 21 of 50); 26s remote-cache, linux-sandbox ... (66 actions, 62 running) [13,391 / 13,695] 344 / 411 tests; Testing //pkg/server:server_test (shard 21 of 50); 27s remote-cache, linux-sandbox ... (66 actions, 62 running) [13,397 / 13,744] 345 / 411 tests; Testing //pkg/server:server_test (shard 21 of 50); 28s remote-cache, linux-sandbox ... (68 actions, 66 running) [13,410 / 13,746] 345 / 411 tests; Testing //pkg/server:server_test (shard 21 of 50); 29s remote-cache, linux-sandbox ... (68 actions, 66 running) [13,423 / 13,746] 346 / 411 tests; Testing //pkg/server:server_test (shard 21 of 50); 30s remote-cache, linux-sandbox ... (68 actions, 67 running) [13,441 / 13,746] 346 / 411 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,448 / 13,746] 346 / 411 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,456 / 13,746] 347 / 411 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,461 / 13,746] 347 / 411 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 27s remote-cache, linux-sandbox ... (70 actions running) [13,470 / 13,764] 348 / 411 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,474 / 13,764] 348 / 411 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,485 / 13,764] 348 / 411 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,491 / 13,764] 348 / 411 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 31s remote-cache, linux-sandbox ... (69 actions running) [13,494 / 13,815] 348 / 411 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,514 / 13,894] 348 / 411 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 34s remote-cache, linux-sandbox ... (70 actions running) [13,521 / 13,932] 348 / 411 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 35s remote-cache, linux-sandbox ... (70 actions running) [13,524 / 13,960] 348 / 411 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,534 / 13,989] 350 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 1 of 32); 28s remote-cache, linux-sandbox ... (70 actions running) [13,535 / 13,989] 350 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 1 of 32); 29s remote-cache, linux-sandbox ... (70 actions running) [13,557 / 13,991] 350 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 29 of 32); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,565 / 13,993] 351 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 29 of 32); 20s remote-cache, linux-sandbox ... (67 actions, 66 running) [13,568 / 14,017] 351 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 29 of 32); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,574 / 14,030] 351 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 29 of 32); 22s remote-cache, linux-sandbox ... (70 actions running) [13,582 / 14,030] 351 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,598 / 14,030] 352 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 23s remote-cache, linux-sandbox ... (67 actions, 65 running) [13,610 / 14,030] 355 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 25s remote-cache, linux-sandbox ... (67 actions, 64 running) [13,621 / 14,030] 355 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 26s remote-cache, linux-sandbox ... (66 actions, 62 running) [13,622 / 14,030] 355 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 27s remote-cache, linux-sandbox ... (67 actions, 64 running) [13,628 / 14,030] 355 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 28s remote-cache, linux-sandbox ... (66 actions, 62 running) [13,629 / 14,032] 355 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 30s remote-cache, linux-sandbox ... (67 actions, 64 running) [13,648 / 14,032] 356 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 31s remote-cache, linux-sandbox ... (66 actions, 62 running) [13,669 / 14,072] 356 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 32s remote-cache, linux-sandbox ... (67 actions, 64 running) [13,681 / 14,072] 356 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 33s remote-cache, linux-sandbox ... (68 actions, 66 running) [13,687 / 14,072] 356 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 34s remote-cache, linux-sandbox ... (68 actions, 66 running) [13,694 / 14,072] 357 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,699 / 14,072] 357 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,723 / 14,078] 362 / 411 tests; Testing //pkg/executor/test/unstabletest:unstabletest_test; 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,739 / 14,078] 362 / 411 tests; Testing //pkg/executor/test/unstabletest:unstabletest_test; 25s remote-cache, linux-sandbox ... (68 actions, 67 running) [13,745 / 14,078] 362 / 411 tests; Testing //pkg/executor/test/unstabletest:unstabletest_test; 26s remote-cache, linux-sandbox ... (70 actions running) [13,750 / 14,078] 363 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 3 of 32); 9s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,751 / 14,078] 363 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 3 of 32); 10s remote-cache, linux-sandbox ... (69 actions running) [13,752 / 14,078] 363 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 3 of 32); 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,765 / 14,084] 363 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 12s remote-cache, linux-sandbox ... (67 actions, 66 running) [13,779 / 14,093] 363 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,783 / 14,099] 363 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 14s remote-cache, linux-sandbox ... (70 actions running) [13,784 / 14,099] 363 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 15s remote-cache, linux-sandbox ... (70 actions running) [13,792 / 14,126] 363 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,802 / 14,135] 363 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 17s remote-cache, linux-sandbox ... (67 actions, 64 running) [13,820 / 14,135] 364 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 19s remote-cache, linux-sandbox ... (70 actions running) [13,826 / 14,139] 365 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 20s remote-cache, linux-sandbox ... (70 actions running) [13,834 / 14,139] 365 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,838 / 14,139] 365 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,844 / 14,139] 366 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 24s remote-cache, linux-sandbox ... (70 actions running) [13,860 / 14,139] 366 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 25s remote-cache, linux-sandbox ... (70 actions running) [13,873 / 14,139] 367 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,876 / 14,139] 367 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,891 / 14,151] 368 / 411 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 18 of 21); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,897 / 14,151] 368 / 411 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 18 of 21); 30s remote-cache, linux-sandbox ... (70 actions running) [13,914 / 14,155] 369 / 411 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 18 of 21); 31s remote-cache, linux-sandbox ... (70 actions running) [13,923 / 14,155] 371 / 411 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 18 of 21); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,928 / 14,155] 372 / 411 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 18 of 21); 33s remote-cache, linux-sandbox ... (70 actions running) [13,934 / 14,157] 372 / 411 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 18 of 21); 35s remote-cache, linux-sandbox ... (70 actions running) [13,942 / 14,157] 372 / 411 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 18 of 21); 36s remote-cache, linux-sandbox ... (70 actions running) [13,958 / 14,157] 375 / 411 tests; Testing //pkg/executor/test/fktest:fktest_test (shard 10 of 24); 13s remote-cache, linux-sandbox ... (63 actions, 57 running) [13,979 / 14,181] 377 / 411 tests; Testing //pkg/executor/test/fktest:fktest_test (shard 10 of 24); 15s remote-cache, linux-sandbox ... (70 actions running) [13,979 / 14,181] 378 / 411 tests; Testing //pkg/executor/test/fktest:fktest_test (shard 10 of 24); 16s remote-cache, linux-sandbox ... (70 actions running) [13,995 / 14,220] 379 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 26 of 32); 13s remote-cache, linux-sandbox ... (70 actions running) [14,014 / 14,230] 379 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 26 of 32); 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,017 / 14,240] 379 / 411 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 10 of 21); 15s remote-cache, linux-sandbox ... (70 actions running) [14,021 / 14,240] 379 / 411 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 10 of 21); 17s remote-cache, linux-sandbox ... (70 actions running) [14,029 / 14,249] 379 / 411 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 10 of 21); 18s remote-cache, linux-sandbox ... (68 actions, 66 running) [14,036 / 14,249] 379 / 411 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 10 of 21); 19s remote-cache, linux-sandbox ... (69 actions running) [14,039 / 14,249] 380 / 411 tests; Testing //pkg/session/bootstraptest:bootstraptest_test (shard 11 of 11); 20s remote-cache, linux-sandbox ... (70 actions running) [14,044 / 14,249] 380 / 411 tests; Testing //pkg/session/bootstraptest:bootstraptest_test (shard 11 of 11); 21s remote-cache, linux-sandbox ... (69 actions running) [14,058 / 14,325] 380 / 411 tests; Testing //pkg/session/bootstraptest:bootstraptest_test (shard 11 of 11); 23s remote-cache, linux-sandbox ... (70 actions running) [14,058 / 14,325] 381 / 411 tests; Testing //pkg/session/bootstraptest:bootstraptest_test (shard 11 of 11); 25s remote-cache, linux-sandbox ... (70 actions running) [14,094 / 14,413] 383 / 411 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 22s remote-cache, linux-sandbox ... (70 actions running) [14,094 / 14,413] 383 / 411 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 24s remote-cache, linux-sandbox ... (70 actions running) [14,098 / 14,413] 384 / 411 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,098 / 14,413] 384 / 411 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 27s remote-cache, linux-sandbox ... (70 actions running) [14,112 / 14,435] 384 / 411 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,128 / 14,435] 385 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 25 of 32); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,130 / 14,435] 385 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 25 of 32); 20s remote-cache, linux-sandbox ... (70 actions running) [14,131 / 14,435] 385 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 25 of 32); 21s remote-cache, linux-sandbox ... (70 actions running) [14,136 / 14,509] 385 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 25 of 32); 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,143 / 14,509] 385 / 411 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,144 / 14,509] 385 / 411 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 18s remote-cache, linux-sandbox ... (70 actions running) [14,173 / 14,521] 385 / 411 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,175 / 14,521] 385 / 411 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,178 / 14,521] 385 / 411 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 22s remote-cache, linux-sandbox ... (70 actions running) [14,179 / 14,521] 385 / 411 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,199 / 14,521] 387 / 411 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,210 / 14,521] 387 / 411 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 27s remote-cache, linux-sandbox ... (70 actions running) [14,211 / 14,521] 387 / 411 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,212 / 14,521] 388 / 411 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 30s remote-cache, linux-sandbox ... (70 actions running) [14,214 / 14,521] 388 / 411 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 31s remote-cache, linux-sandbox ... (70 actions running) [14,220 / 14,521] 389 / 411 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,245 / 14,521] 392 / 411 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 34s remote-cache, linux-sandbox ... (70 actions running) [14,247 / 14,521] 392 / 411 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,255 / 14,521] 392 / 411 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,257 / 14,521] 393 / 411 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 38s remote-cache, linux-sandbox ... (70 actions running) [14,258 / 14,521] 393 / 411 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 39s remote-cache, linux-sandbox ... (70 actions running) [14,268 / 14,521] 395 / 411 tests; Testing //pkg/session/bootstraptest:bootstraptest_test (shard 2 of 11); 6s remote-cache, linux-sandbox ... (70 actions running) [14,273 / 14,521] 395 / 411 tests; Testing //pkg/session/bootstraptest:bootstraptest_test (shard 2 of 11); 7s remote-cache, linux-sandbox ... (70 actions running) [14,288 / 14,521] 396 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 9 of 32); 8s remote-cache, linux-sandbox ... (70 actions running) [14,290 / 14,521] 396 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 9 of 32); 10s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,291 / 14,521] 396 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 9 of 32); 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,296 / 14,521] 396 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 9 of 32); 12s remote-cache, linux-sandbox ... (70 actions running) [14,301 / 14,521] 396 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 9 of 32); 13s remote-cache, linux-sandbox ... (70 actions running) [14,315 / 14,521] 397 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 9 of 32); 14s remote-cache, linux-sandbox ... (68 actions, 66 running) [14,319 / 14,521] 397 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 10 of 32); 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,331 / 14,521] 398 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 10 of 32); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) FAIL: //pkg/ddl/tests/tiflash:tiflash_test (shard 10 of 32) (see /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_10_of_32/test_attempts/attempt_1.log) [14,333 / 14,521] 398 / 411 tests; Testing //pkg/session/test/vars:vars_test (shard 1 of 8); 5s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,338 / 14,521] 398 / 411 tests; Testing //pkg/session/test/vars:vars_test (shard 1 of 8); 6s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,345 / 14,521] 399 / 411 tests; Testing //pkg/executor/test/executor:executor_test (shard 29 of 50); 6s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,350 / 14,521] 399 / 411 tests; Testing //pkg/executor/test/executor:executor_test (shard 29 of 50); 7s remote-cache, linux-sandbox ... (70 actions running) [14,359 / 14,521] 400 / 411 tests; Testing //pkg/executor/test/executor:executor_test (shard 3 of 50); 7s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,366 / 14,521] 400 / 411 tests; Testing //pkg/session/test:test_test (shard 6 of 26); 6s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,370 / 14,521] 401 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 10 of 32); 7s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,383 / 14,521] 402 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 10 of 32); 8s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,385 / 14,521] 402 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 10 of 32); 9s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,390 / 14,521] 402 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 10 of 32); 10s remote-cache, linux-sandbox ... (70 actions running) [14,401 / 14,521] 402 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 10 of 32); 11s remote-cache, linux-sandbox ... (70 actions running) [14,407 / 14,521] 403 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 10 of 32); 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,412 / 14,521] 404 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 10 of 32); 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,423 / 14,521] 404 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 10 of 32); 15s remote-cache, linux-sandbox ... (70 actions running) [14,433 / 14,521] 405 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 10 of 32); 16s remote-cache, linux-sandbox ... (70 actions running) [14,442 / 14,521] 405 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 10 of 32); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,450 / 14,521] 405 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 10 of 32); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,457 / 14,521] 406 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 10 of 32); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) FLAKY: //pkg/ddl/tests/tiflash:tiflash_test (Summary) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_10_of_32/test_attempts/attempt_1.log INFO: From Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 10 of 32): ==================== Test output for //pkg/ddl/tests/tiflash:tiflash_test (shard 10 of 32): === RUN TestTiFlashMassiveReplicaAvailable [2024/05/06 03:18:34.742 +00:00] [INFO] [store_cache.go:510] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2024/05/06 03:18:34.743 +00:00] [INFO] [store_cache.go:510] ["change store resolve state"] [store=4] [addr=tiflash0] [from=unresolved] [to=resolved] [liveness-state=reachable] [2024/05/06 03:18:34.743 +00:00] [INFO] [store_cache.go:510] ["change store resolve state"] [store=6] [addr=tiflash1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2024/05/06 03:18:34.743 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:18:34.743 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:18:34.745 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:18:34.745 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:18:34.746 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:18:34.747 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=845548e6-61b7-4e11-a09a-3797ced188dd] ["ddl lease"=0s] ["stats lease"=-1ns] [2024/05/06 03:18:34.758 +00:00] [WARN] [controller.go:198] ["[resource group controller] server does not save config, load config failed"] [2024/05/06 03:18:34.758 +00:00] [INFO] [controller.go:185] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":10,\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":10,\"DegradedModeWaitDuration\":0}"] [2024/05/06 03:18:34.759 +00:00] [WARN] [domain.go:245] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:335\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:242\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:606\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\tpkg/domain/domain.go:1260\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get.func1\n\tpkg/session/tidb.go:92\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\tpkg/util/misc.go:70\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get\n\tpkg/session/tidb.go:79\ngithub.com/pingcap/tidb/pkg/session.createSessionWithOpt\n\tpkg/session/session.go:3620\ngithub.com/pingcap/tidb/pkg/session.createSession\n\tpkg/session/session.go:3612\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3562\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3346\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3312\npkg/ddl/tests/tiflash/tiflash_test.createTiFlashContext\n\tpkg/ddl/tests/tiflash/ddl_tiflash_test.go:99\npkg/ddl/tests/tiflash/tiflash_test.TestTiFlashMassiveReplicaAvailable\n\tpkg/ddl/tests/tiflash/ddl_tiflash_test.go:532\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [version=0] [2024/05/06 03:18:34.762 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=0] ["start time"=3.057426ms] [2024/05/06 03:18:34.762 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 03:18:34.762 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=3969c226-ce09-4e29-9470-17f1230e3d24] [runWorker=true] [2024/05/06 03:18:34.762 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 03:18:34.763 +00:00] [WARN] [env.go:51] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2024/05/06 03:18:34.763 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 03:18:34.763 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 03:18:34.763 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 03:18:34.763 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 03:18:34.763 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 03:18:34.763 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 03:18:34.763 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 03:18:34.763 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 03:18:34.763 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 03:18:34.763 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 03:18:34.763 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2024/05/06 03:18:34.763 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 03:18:34.763 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 03:18:34.763 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 03:18:34.764 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=0] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2024/05/06 03:18:34.769 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:34.768 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:34.769 +00:00] [INFO] [ddl.go:1182] ["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 03:18:34.768 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS test"] [2024/05/06 03:18:34.777 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:34.768 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:34.785 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:34.768 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:34.788 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=3] [2024/05/06 03:18:34.788 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:34.791 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=1] ["start time"=3.247648ms] [2024/05/06 03:18:34.792 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 03:18:34.792 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2024/05/06 03:18:34.793 +00:00] [INFO] [session.go:3945] ["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 03:18:34.801 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:34.795 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:34.801 +00:00] [INFO] [ddl.go:1182] ["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 03:18:34.795 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tPRIMARY KEY (Host, User));"] [2024/05/06 03:18:34.808 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:34.795 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:34.823 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:34.795 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:34.829 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=5] [2024/05/06 03:18:34.829 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:34.831 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=1] [neededSchemaVersion=2] ["start time"=986.534µs] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:34.831 +00:00] [INFO] [session.go:3945] ["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 03:18:34.834 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:34.833 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:34.834 +00:00] [INFO] [ddl.go:1182] ["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 03:18:34.833 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [2024/05/06 03:18:34.841 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:34.833 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:34.854 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:34.833 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:34.858 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=7] [2024/05/06 03:18:34.858 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:34.859 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=2] [neededSchemaVersion=3] ["start time"=314.626µs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:34.859 +00:00] [INFO] [session.go:3945] ["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 03:18:34.862 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:34.861 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:34.862 +00:00] [INFO] [ddl.go:1182] ["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 03:18:34.861 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User))"] [2024/05/06 03:18:34.870 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:34.861 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:34.882 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:34.861 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:34.887 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=9] [2024/05/06 03:18:34.887 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:34.887 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=3] [neededSchemaVersion=4] ["start time"=232.694µs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:34.888 +00:00] [INFO] [session.go:3945] ["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 03:18:34.893 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:34.89 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:34.893 +00:00] [INFO] [ddl.go:1182] ["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 03:18:34.89 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User));"] [2024/05/06 03:18:34.900 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:34.89 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:34.912 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:34.89 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:34.918 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=11] [2024/05/06 03:18:34.918 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:34.919 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=4] [neededSchemaVersion=5] ["start time"=562.836µs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:34.920 +00:00] [INFO] [session.go:3945] ["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 03:18:34.923 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:34.921 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:34.923 +00:00] [INFO] [ddl.go:1182] ["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 03:18:34.921 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name));"] [2024/05/06 03:18:34.932 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:34.921 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:34.942 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:34.921 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:34.946 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=13] [2024/05/06 03:18:34.947 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:34.947 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=5] [neededSchemaVersion=6] ["start time"=264.765µs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:34.947 +00:00] [INFO] [session.go:3945] ["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 03:18:34.950 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:34.949 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:34.951 +00:00] [INFO] [ddl.go:1182] ["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 03:18:34.949 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name));"] [2024/05/06 03:18:34.958 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:34.949 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:34.967 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:34.949 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:34.972 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=15] [2024/05/06 03:18:34.972 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:34.973 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=6] [neededSchemaVersion=7] ["start time"=347.694µs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:34.973 +00:00] [INFO] [session.go:3945] ["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 03:18:34.976 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:34.975 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:34.976 +00:00] [INFO] [ddl.go:1182] ["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 03:18:34.975 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [2024/05/06 03:18:34.985 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:34.975 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:34.995 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:34.975 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:34.999 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=17] [2024/05/06 03:18:34.999 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:35.000 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=7] [neededSchemaVersion=8] ["start time"=249.235µs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:35.000 +00:00] [INFO] [session.go:3945] ["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 03:18:35.003 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:35.002 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:35.003 +00:00] [INFO] [ddl.go:1182] ["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 03:18:35.002 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [2024/05/06 03:18:35.010 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:35.002 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.022 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:35.002 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.026 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=19] [2024/05/06 03:18:35.026 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:35.027 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=8] [neededSchemaVersion=9] ["start time"=277.052µs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:35.027 +00:00] [INFO] [session.go:3945] ["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 03:18:35.031 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:35.029 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:35.031 +00:00] [INFO] [ddl.go:1182] ["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 03:18:35.029 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [2024/05/06 03:18:35.041 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:35.029 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.050 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:35.029 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.054 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=21] [2024/05/06 03:18:35.054 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:35.055 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=9] [neededSchemaVersion=10] ["start time"=273.072µs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:35.055 +00:00] [INFO] [session.go:3945] ["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 03:18:35.059 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:35.057 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:35.059 +00:00] [INFO] [ddl.go:1182] ["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 03:18:35.057 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [2024/05/06 03:18:35.070 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:35.057 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.080 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:35.057 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.087 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=23] [2024/05/06 03:18:35.087 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:35.087 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=10] [neededSchemaVersion=11] ["start time"=302.13µs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:35.088 +00:00] [INFO] [session.go:3945] ["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 03:18:35.088 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:18:35.092 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:35.09 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:35.092 +00:00] [INFO] [ddl.go:1182] ["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 03:18:35.09 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [2024/05/06 03:18:35.099 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:35.09 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.109 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:35.09 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.114 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=25] [2024/05/06 03:18:35.115 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:35.115 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=11] [neededSchemaVersion=12] ["start time"=405.854µs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:35.116 +00:00] [INFO] [session.go:3945] ["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 03:18:35.120 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:35.118 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:35.120 +00:00] [INFO] [ddl.go:1182] ["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 03:18:35.118 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [2024/05/06 03:18:35.141 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:35.118 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.153 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:35.118 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.157 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=27] [2024/05/06 03:18:35.157 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:35.157 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=12] [neededSchemaVersion=13] ["start time"=357.799µs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:35.158 +00:00] [INFO] [session.go:3945] ["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 03:18:35.161 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:35.159 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:35.161 +00:00] [INFO] [ddl.go:1182] ["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 03:18:35.159 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [2024/05/06 03:18:35.169 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:35.159 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.185 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:35.159 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.190 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=29] [2024/05/06 03:18:35.190 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:35.190 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=13] [neededSchemaVersion=14] ["start time"=319.013µs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:35.191 +00:00] [INFO] [session.go:3945] ["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 03:18:35.194 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:35.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:35.194 +00:00] [INFO] [ddl.go:1182] ["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 03:18:35.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [2024/05/06 03:18:35.202 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:35.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.213 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:35.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.218 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=31] [2024/05/06 03:18:35.219 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:35.219 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=14] [neededSchemaVersion=15] ["start time"=287.61µs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:35.219 +00:00] [INFO] [session.go:3945] ["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 03:18:35.224 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:35.222 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:35.224 +00:00] [INFO] [ddl.go:1182] ["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 03:18:35.222 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [2024/05/06 03:18:35.232 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:35.222 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.240 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:35.222 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.243 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=33] [2024/05/06 03:18:35.243 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:35.244 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=15] [neededSchemaVersion=16] ["start time"=252.371µs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:35.244 +00:00] [INFO] [session.go:3945] ["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 03:18:35.248 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:35.246 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:35.248 +00:00] [INFO] [ddl.go:1182] ["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 03:18:35.246 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [2024/05/06 03:18:35.255 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:35.246 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.267 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:35.246 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.270 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=35] [2024/05/06 03:18:35.270 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:35.271 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=16] [neededSchemaVersion=17] ["start time"=295.199µs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:35.271 +00:00] [INFO] [session.go:3945] ["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 03:18:35.276 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:35.274 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:35.276 +00:00] [INFO] [ddl.go:1182] ["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 03:18:35.274 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER)\n\t)"] [2024/05/06 03:18:35.287 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:35.274 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.299 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:35.274 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.303 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=37] [2024/05/06 03:18:35.303 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:35.303 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=17] [neededSchemaVersion=18] ["start time"=282.098µs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:35.304 +00:00] [INFO] [session.go:3945] ["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 03:18:35.308 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:35.306 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:35.308 +00:00] [INFO] [ddl.go:1182] ["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 03:18:35.306 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql TEXT NOT NULL,\n\t\tbind_sql TEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64),\n\t\tplan_digest varchar(64),\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 03:18:35.317 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:35.306 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.331 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:35.306 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.335 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=39] [2024/05/06 03:18:35.335 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:35.336 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=18] [neededSchemaVersion=19] ["start time"=409.242µs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:35.337 +00:00] [INFO] [session.go:3945] ["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 03:18:35.341 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:35.339 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:35.341 +00:00] [INFO] [ddl.go:1182] ["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 03:18:35.339 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2024/05/06 03:18:35.350 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:35.339 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.361 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:35.339 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.365 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=41] [2024/05/06 03:18:35.365 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:35.366 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=19] [neededSchemaVersion=20] ["start time"=286.439µs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:35.366 +00:00] [INFO] [session.go:3945] ["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 03:18:35.369 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:35.368 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:35.369 +00:00] [INFO] [ddl.go:1182] ["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 03:18:35.368 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [2024/05/06 03:18:35.380 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:35.368 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.397 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:35.368 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.405 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=43] [2024/05/06 03:18:35.405 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:35.405 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=20] [neededSchemaVersion=21] ["start time"=271.317µs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:35.406 +00:00] [INFO] [session.go:3945] ["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 03:18:35.409 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:35.408 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:35.409 +00:00] [INFO] [ddl.go:1182] ["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 03:18:35.408 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [2024/05/06 03:18:35.434 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:35.408 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.453 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:35.408 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.457 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=45] [2024/05/06 03:18:35.457 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:35.457 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=21] [neededSchemaVersion=22] ["start time"=176.236µs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:35.458 +00:00] [INFO] [session.go:3945] ["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 03:18:35.462 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:35.46 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:35.462 +00:00] [INFO] [ddl.go:1182] ["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 03:18:35.46 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [2024/05/06 03:18:35.485 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:35.46 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.498 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:35.46 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.502 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=47] [2024/05/06 03:18:35.502 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:35.502 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=22] [neededSchemaVersion=23] ["start time"=362.718µs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:35.503 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2024/05/06 03:18:35.507 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:35.505 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:35.507 +00:00] [INFO] [ddl.go:1182] ["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 03:18:35.505 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2024/05/06 03:18:35.515 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:35.505 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.530 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:35.505 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.535 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=49] [2024/05/06 03:18:35.535 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:35.535 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=23] [neededSchemaVersion=24] ["start time"=277.862µs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:35.536 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV)\n\t);"] [user=] [2024/05/06 03:18:35.539 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:35.538 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:35.539 +00:00] [INFO] [ddl.go:1182] ["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 03:18:35.538 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV)\n\t);"] [2024/05/06 03:18:35.548 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:35.538 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.569 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:35.538 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.577 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=51] [2024/05/06 03:18:35.577 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:35.577 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=24] [neededSchemaVersion=25] ["start time"=290.951µs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:35.578 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2024/05/06 03:18:35.582 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:35.58 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:35.582 +00:00] [INFO] [ddl.go:1182] ["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 03:18:35.58 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [2024/05/06 03:18:35.590 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:35.58 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.600 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:35.58 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.605 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=53] [2024/05/06 03:18:35.606 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:35.606 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=25] [neededSchemaVersion=26] ["start time"=257.945µs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:35.606 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2024/05/06 03:18:35.609 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:35.608 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:35.609 +00:00] [INFO] [ddl.go:1182] ["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 03:18:35.608 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [2024/05/06 03:18:35.626 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:35.608 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.639 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:35.608 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.646 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=55] [2024/05/06 03:18:35.646 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:35.647 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=26] [neededSchemaVersion=27] ["start time"=285.183µs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:35.647 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2024/05/06 03:18:35.651 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:35.649 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:35.651 +00:00] [INFO] [ddl.go:1182] ["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 03:18:35.649 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [2024/05/06 03:18:35.658 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:35.649 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.675 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:35.649 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.681 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=57] [2024/05/06 03:18:35.681 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:35.682 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=27] [neededSchemaVersion=28] ["start time"=278.619µs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:35.682 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2024/05/06 03:18:35.683 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:18:35.686 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:35.685 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:35.686 +00:00] [INFO] [ddl.go:1182] ["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 03:18:35.685 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [2024/05/06 03:18:35.695 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:35.685 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.704 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:35.685 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.713 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=59] [2024/05/06 03:18:35.713 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:35.713 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=28] [neededSchemaVersion=29] ["start time"=283.284µs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:35.714 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2024/05/06 03:18:35.717 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:35.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:35.717 +00:00] [INFO] [ddl.go:1182] ["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 03:18:35.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [2024/05/06 03:18:35.726 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:35.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.740 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:35.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.744 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=61] [2024/05/06 03:18:35.744 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:35.745 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=29] [neededSchemaVersion=30] ["start time"=304.893µs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:35.745 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2024/05/06 03:18:35.749 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:35.747 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:35.749 +00:00] [INFO] [ddl.go:1182] ["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 03:18:35.747 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [2024/05/06 03:18:35.759 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:35.747 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.772 +00:00] [INFO] [info.go:1142] [SetTiFlashGroupConfig] [2024/05/06 03:18:35.773 +00:00] [WARN] [runaway.go:166] ["failed to start runaway manager loop, please check whether the bootstrap or update is finished"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:141\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:67\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2089\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:1993\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1958\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1944\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1948\ngithub.com/pingcap/tidb/pkg/domain.(*SystemTableReader).Read\n\tpkg/domain/runaway.go:655\ngithub.com/pingcap/tidb/pkg/domain.getRunawayWatchRecord\n\tpkg/domain/runaway.go:543\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getWatchRecord\n\tpkg/domain/runaway.go:526\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getNewWatchRecords\n\tpkg/domain/runaway.go:509\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:177\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayStartLoop\n\tpkg/domain/runaway.go:156\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 03:18:35.782 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:35.747 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.789 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=63] [2024/05/06 03:18:35.789 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:35.789 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=30] [neededSchemaVersion=31] ["start time"=239.912µs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:35.790 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time)\n\t);"] [user=] [2024/05/06 03:18:35.793 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:35.791 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:35.793 +00:00] [INFO] [ddl.go:1182] ["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 03:18:35.791 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time)\n\t);"] [2024/05/06 03:18:35.800 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:35.791 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.807 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:35.791 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.811 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=65] [2024/05/06 03:18:35.812 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:35.812 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=31] [neededSchemaVersion=32] ["start time"=415.779µs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:35.812 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2024/05/06 03:18:35.816 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:35.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:35.816 +00:00] [INFO] [ddl.go:1182] ["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 03:18:35.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [2024/05/06 03:18:35.832 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:35.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.844 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:35.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.848 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=67] [2024/05/06 03:18:35.849 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:35.849 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=32] [neededSchemaVersion=33] ["start time"=210.533µs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:35.854 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-06 03:18:35.852 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:35.854 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-06 03:18:35.852 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE OR REPLACE VIEW mysql.tidb_mdl_view as (\n\t\tSELECT tidb_mdl_info.job_id,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query,\n\t\t\tsession_id,\n\t\t\tcluster_tidb_trx.start_time,\n\t\t\ttidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS\n\t\tFROM mysql.tidb_ddl_job,\n\t\t\tmysql.tidb_mdl_info,\n\t\t\tinformation_schema.cluster_tidb_trx\n\t\tWHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id\n\t\t\tAND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), ',') != 0\n\t);"] [2024/05/06 03:18:35.862 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=69] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:35.852 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.873 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:35.852 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.878 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=69] [2024/05/06 03:18:35.878 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:35.878 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=33] [neededSchemaVersion=34] ["start time"=410.292µs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 03:18:35.879 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=34] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2024/05/06 03:18:35.882 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:35.881 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:35.882 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:35.881 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2024/05/06 03:18:35.892 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=71] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:35.881 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.900 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:35.881 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.903 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=71] [2024/05/06 03:18:35.903 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:35.904 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=34] [neededSchemaVersion=35] ["start time"=191.32µs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:35.904 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [user=] [2024/05/06 03:18:35.907 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:35.905 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:35.907 +00:00] [INFO] [ddl.go:1182] ["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 03:18:35.905 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [2024/05/06 03:18:35.914 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:35.905 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.926 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:35.905 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.930 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=73] [2024/05/06 03:18:35.930 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:35.930 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=35] [neededSchemaVersion=36] ["start time"=216.68µs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:35.930 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [user=] [2024/05/06 03:18:35.933 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:35.932 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:35.933 +00:00] [INFO] [ddl.go:1182] ["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 03:18:35.932 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [2024/05/06 03:18:35.945 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:35.932 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.953 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:35.932 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.957 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=75] [2024/05/06 03:18:35.957 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:35.958 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=36] [neededSchemaVersion=37] ["start time"=224.21µs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:35.958 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [user=] [2024/05/06 03:18:35.962 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:35.96 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:35.962 +00:00] [INFO] [ddl.go:1182] ["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 03:18:35.96 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [2024/05/06 03:18:35.970 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:35.96 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.981 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:35.96 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:35.986 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=77] [2024/05/06 03:18:35.986 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:35.987 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=37] [neededSchemaVersion=38] ["start time"=508.562µs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:35.988 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [user=] [2024/05/06 03:18:35.991 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:35.989 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:35.991 +00:00] [INFO] [ddl.go:1182] ["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 03:18:35.989 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [2024/05/06 03:18:36.000 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:35.989 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.008 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:35.989 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.012 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=79] [2024/05/06 03:18:36.012 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.013 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=38] [neededSchemaVersion=39] ["start time"=417.515µs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:36.013 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [user=] [2024/05/06 03:18:36.017 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:36.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.017 +00:00] [INFO] [ddl.go:1182] ["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 03:18:36.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [2024/05/06 03:18:36.023 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:36.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.039 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:36.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.045 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=81] [2024/05/06 03:18:36.045 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.045 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=39] [neededSchemaVersion=40] ["start time"=581.906µs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:36.046 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2024/05/06 03:18:36.053 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:36.05 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.053 +00:00] [INFO] [ddl.go:1182] ["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 03:18:36.05 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [2024/05/06 03:18:36.062 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:36.05 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.072 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:36.05 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.076 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=83] [2024/05/06 03:18:36.076 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.077 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=40] [neededSchemaVersion=41] ["start time"=428.001µs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:36.077 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2024/05/06 03:18:36.081 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:36.079 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.081 +00:00] [INFO] [ddl.go:1182] ["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 03:18:36.079 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [2024/05/06 03:18:36.088 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:36.079 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.096 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:36.079 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.100 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=85] [2024/05/06 03:18:36.100 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.101 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=41] [neededSchemaVersion=42] ["start time"=478.483µs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:36.101 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [user=] [2024/05/06 03:18:36.105 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:36.103 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.105 +00:00] [INFO] [ddl.go:1182] ["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 03:18:36.103 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [2024/05/06 03:18:36.112 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:36.103 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.124 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:36.103 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.129 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=87] [2024/05/06 03:18:36.130 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.130 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=42] [neededSchemaVersion=43] ["start time"=466.59µs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:36.131 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/06 03:18:36.134 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:36.133 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.135 +00:00] [INFO] [ddl.go:1182] ["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 03:18:36.133 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 03:18:36.141 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:36.133 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.149 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:36.133 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.153 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=89] [2024/05/06 03:18:36.153 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.153 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=43] [neededSchemaVersion=44] ["start time"=285.334µs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:36.153 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\ttime TIMESTAMP NOT NULL,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(12) NOT NULL,\n\t\toriginal_sql TEXT NOT NULL,\n\t\tplan_digest TEXT NOT NULL,\n\t\ttidb_server varchar(512),\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/06 03:18:36.156 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:36.155 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.156 +00:00] [INFO] [ddl.go:1182] ["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 03:18:36.155 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\ttime TIMESTAMP NOT NULL,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(12) NOT NULL,\n\t\toriginal_sql TEXT NOT NULL,\n\t\tplan_digest TEXT NOT NULL,\n\t\ttidb_server varchar(512),\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 03:18:36.165 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:36.155 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.177 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:36.155 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.180 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=91] [2024/05/06 03:18:36.180 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.181 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=44] [neededSchemaVersion=45] ["start time"=262.653µs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:36.181 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [user=] [2024/05/06 03:18:36.186 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:36.183 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.186 +00:00] [INFO] [ddl.go:1182] ["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 03:18:36.183 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [2024/05/06 03:18:36.194 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:36.183 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.205 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:36.183 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.209 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=93] [2024/05/06 03:18:36.209 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.210 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=45] [neededSchemaVersion=46] ["start time"=544.753µs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:36.210 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/06 03:18:36.215 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:36.212 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.215 +00:00] [INFO] [ddl.go:1182] ["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 03:18:36.212 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 03:18:36.224 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:36.212 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.238 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:36.212 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.242 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=95] [2024/05/06 03:18:36.242 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.243 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=46] [neededSchemaVersion=47] ["start time"=339.716µs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:36.243 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [user=] [2024/05/06 03:18:36.246 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:36.245 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.247 +00:00] [INFO] [ddl.go:1182] ["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 03:18:36.245 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [2024/05/06 03:18:36.255 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:36.245 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.262 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:36.245 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.266 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=97] [2024/05/06 03:18:36.266 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.266 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=47] [neededSchemaVersion=48] ["start time"=248.422µs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:36.266 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [user=] [2024/05/06 03:18:36.269 +00:00] [INFO] [ddl_worker.go:259] ["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 03:18:36.268 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.269 +00:00] [INFO] [ddl.go:1182] ["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 03:18:36.268 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [2024/05/06 03:18:36.279 +00:00] [INFO] [ddl_worker.go:1185] ["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 03:18:36.268 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.289 +00:00] [INFO] [ddl_worker.go:743] ["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 03:18:36.268 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.293 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=99] [2024/05/06 03:18:36.293 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.294 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=48] [neededSchemaVersion=49] ["start time"=277.519µs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:36.294 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2024/05/06 03:18:36.297 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:36.296 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.297 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:36.296 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2024/05/06 03:18:36.312 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=101] [category=ddl] [job="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.296 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.318 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=101] [job="ID:101, Type:create schema, State:synced, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.296 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.321 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=101] [2024/05/06 03:18:36.321 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.321 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=49] [neededSchemaVersion=50] ["start time"=64.418µs] [gotSchemaVersion=50] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 03:18:36.325 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 03:18:36.323 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.325 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 03:18:36.323 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE OR REPLACE VIEW sys.schema_unused_indexes AS\n\t\tSELECT\n\t\t\ttable_schema as object_schema,\n\t\t\ttable_name as object_name,\n\t\t\tindex_name\n\t\tFROM information_schema.cluster_tidb_index_usage\n\t\tWHERE\n\t\t\ttable_schema not in ('sys', 'mysql', 'INFORMATION_SCHEMA', 'PERFORMANCE_SCHEMA') and\n\t\t\tindex_name != 'PRIMARY'\n\t\tGROUP BY table_schema, table_name, index_name\n\t\tHAVING\n\t\t\tsum(last_access_time) is null;"] [2024/05/06 03:18:36.335 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=103] [category=ddl] [job="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.323 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.342 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=103] [job="ID:103, Type:create view, State:synced, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.323 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.345 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=103] [2024/05/06 03:18:36.345 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.346 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=50] [neededSchemaVersion=51] ["start time"=237.802µs] [gotSchemaVersion=51] [phyTblIDs="[102]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 03:18:36.376 +00:00] [INFO] [bootstrap.go:745] ["bootstrap successful"] ["take time"=1.612892776s] [2024/05/06 03:18:36.376 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=3969c226-ce09-4e29-9470-17f1230e3d24] [ownerKey=/tidb/ddl/fg/owner] [2024/05/06 03:18:36.376 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 03:18:36.376 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 3, tp add index"] [category=ddl] ["take time"=1.767µs] [2024/05/06 03:18:36.376 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 4, tp add index"] [category=ddl] ["take time"=1.131µs] [2024/05/06 03:18:36.376 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 5, tp add index"] [category=ddl] ["take time"=1.05µs] [2024/05/06 03:18:36.376 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 2, tp add index"] [category=ddl] ["take time"=808ns] [2024/05/06 03:18:36.376 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 03:18:36.376 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 1, tp general"] [category=ddl] ["take time"=830ns] [2024/05/06 03:18:36.376 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 03:18:36.376 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/06 03:18:36.376 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 03:18:36.379 +00:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=3969c226-ce09-4e29-9470-17f1230e3d24] ["take time"=2.664155ms] [2024/05/06 03:18:36.379 +00:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=3969c226-ce09-4e29-9470-17f1230e3d24] [2024/05/06 03:18:36.379 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/06 03:18:36.379 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/06 03:18:36.379 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 03:18:36.379 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/06 03:18:36.379 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 03:18:36.379 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 03:18:36.379 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/06 03:18:36.379 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."] [2024/05/06 03:18:36.379 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 03:18:36.379 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 03:18:36.379 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 03:18:36.379 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 03:18:36.379 +00:00] [INFO] [domain.go:1074] ["domain closed"] ["take time"=2.853442ms] [2024/05/06 03:18:36.379 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=845548e6-61b7-4e11-a09a-3797ced188dd] ["ddl lease"=0s] ["stats lease"=-1ns] [2024/05/06 03:18:36.384 +00:00] [WARN] [controller.go:198] ["[resource group controller] server does not save config, load config failed"] [2024/05/06 03:18:36.385 +00:00] [INFO] [controller.go:185] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":10,\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":10,\"DegradedModeWaitDuration\":0}"] [2024/05/06 03:18:36.395 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=51] ["start time"=9.675067ms] [2024/05/06 03:18:36.395 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 03:18:36.395 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=6d668898-1576-47f6-9be6-630bb87b074c] [runWorker=true] [2024/05/06 03:18:36.395 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 03:18:36.395 +00:00] [WARN] [env.go:51] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2024/05/06 03:18:36.395 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 03:18:36.395 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 03:18:36.395 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 03:18:36.395 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 03:18:36.395 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 03:18:36.395 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 03:18:36.395 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 03:18:36.395 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 03:18:36.395 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 03:18:36.395 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2024/05/06 03:18:36.395 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 03:18:36.395 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 03:18:36.395 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 03:18:36.395 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 03:18:36.398 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 03:18:36.398 +00:00] [WARN] [sysvar_cache.go:49] ["sysvar cache is empty, triggering rebuild"] [2024/05/06 03:18:36.401 +00:00] [INFO] [sysvar.go:2748] ["set resource control"] [enable=true] [2024/05/06 03:18:36.401 +00:00] [INFO] [controller.go:447] ["[resource group controller] create resource group cost controller"] [name=default] [2024/05/06 03:18:36.410 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 03:18:36.412 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 03:18:36.414 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=PlanReplayerTaskCollectHandle] [2024/05/06 03:18:36.414 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=PlanReplayerTaskDumpHandle] [2024/05/06 03:18:36.414 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 03:18:36.414 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=HistoricalStatsWorker] [2024/05/06 03:18:36.415 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=indexUsageWorker] [2024/05/06 03:18:36.415 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=quitStatsOwner] [2024/05/06 03:18:36.415 +00:00] [INFO] [domain.go:2016] ["PlanReplayerTaskCollectHandle started"] [2024/05/06 03:18:36.415 +00:00] [INFO] [domain.go:2038] ["PlanReplayerTaskDumpHandle started"] [2024/05/06 03:18:36.415 +00:00] [INFO] [plan_replayer.go:409] ["planReplayerTaskDumpWorker started."] [2024/05/06 03:18:36.415 +00:00] [INFO] [domain.go:2070] ["dumpFileGcChecker started"] [2024/05/06 03:18:36.415 +00:00] [INFO] [domain.go:2103] ["HistoricalStatsWorker started"] [2024/05/06 03:18:36.415 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 03:18:36.416 +00:00] [INFO] [manager.go:113] ["build task executor manager"] [server-id=:4000] [total-cpu=16] [total-mem=342.3GiB] [2024/05/06 03:18:36.416 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4] [2024/05/06 03:18:36.416 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4] [2024/05/06 03:18:36.417 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 03:18:36.419 +00:00] [INFO] [manager.go:146] ["task executor manager start"] [server-id=:4000] [2024/05/06 03:18:36.419 +00:00] [INFO] [domain.go:1525] ["dist task executor manager started"] [2024/05/06 03:18:36.421 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:18:36.422 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=51] [cur_db=test] [sql="drop table if exists ddltiflash0"] [user=] [2024/05/06 03:18:36.422 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=51] [cur_db=test] [sql="create table ddltiflash0(z int)"] [user=] [2024/05/06 03:18:36.425 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:36.424 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.425 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:105, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:36.424 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash0(z int)"] [2024/05/06 03:18:36.430 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=105] [conn=1] [category=ddl] [job="ID:105, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.424 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.437 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=105] [conn=1] [job="ID:105, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.424 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.440 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=105] [2024/05/06 03:18:36.440 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.440 +00:00] [ERROR] [domain.go:291] ["failed to load schema diff"] [error="builder's (v2=true) infoschema mismatch, return error to trigger full reload"] [errorVerbose="builder's (v2=true) infoschema mismatch, return error to trigger full reload\ngithub.com/pingcap/tidb/pkg/infoschema.(*Builder).InitWithOldInfoSchema\n\tpkg/infoschema/builder.go:798\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).tryLoadSchemaDiffs\n\tpkg/domain/domain.go:459\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:276\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:606\ngithub.com/pingcap/tidb/pkg/ddl.(*DefaultCallback).OnChanged\n\tpkg/ddl/callback.go:142\ngithub.com/pingcap/tidb/pkg/ddl.(*ddl).callHookOnChanged\n\tpkg/ddl/ddl.go:1307\ngithub.com/pingcap/tidb/pkg/ddl.(*ddl).CreateTableWithInfo\n\tpkg/ddl/ddl_api.go:2890\ngithub.com/pingcap/tidb/pkg/ddl.(*ddl).CreateTable\n\tpkg/ddl/ddl_api.go:2717\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeCreateTable\n\tpkg/executor/ddl.go:268\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:160\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:410\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1211\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:960\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:794\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:559\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:390\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExecWithContext\n\tpkg/testkit/testkit.go:162\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExec\n\tpkg/testkit/testkit.go:157\npkg/ddl/tests/tiflash/tiflash_test.TestTiFlashMassiveReplicaAvailable\n\tpkg/ddl/tests/tiflash/ddl_tiflash_test.go:539\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:291\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:606\ngithub.com/pingcap/tidb/pkg/ddl.(*DefaultCallback).OnChanged\n\tpkg/ddl/callback.go:142\ngithub.com/pingcap/tidb/pkg/ddl.(*ddl).callHookOnChanged\n\tpkg/ddl/ddl.go:1307\ngithub.com/pingcap/tidb/pkg/ddl.(*ddl).CreateTableWithInfo\n\tpkg/ddl/ddl_api.go:2890\ngithub.com/pingcap/tidb/pkg/ddl.(*ddl).CreateTable\n\tpkg/ddl/ddl_api.go:2717\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeCreateTable\n\tpkg/executor/ddl.go:268\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:160\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:410\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1211\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:960\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:794\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:559\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:390\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExecWithContext\n\tpkg/testkit/testkit.go:162\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExec\n\tpkg/testkit/testkit.go:157\npkg/ddl/tests/tiflash/tiflash_test.TestTiFlashMassiveReplicaAvailable\n\tpkg/ddl/tests/tiflash/ddl_tiflash_test.go:539\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595"] [2024/05/06 03:18:36.465 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=51] [neededSchemaVersion=52] ["start time"=24.630659ms] [2024/05/06 03:18:36.469 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 03:18:36.470 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=52] [cur_db=test] [sql="alter table ddltiflash0 set tiflash replica 1"] [user=] [2024/05/06 03:18:36.473 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:106, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:36.471 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.473 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:106, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:36.471 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash0 set tiflash replica 1"] [2024/05/06 03:18:36.479 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=106] [conn=1] [category=ddl] [job="ID:106, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.471 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.479 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=104] [2024/05/06 03:18:36.479 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=104] [count=1] [2024/05/06 03:18:36.485 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=106] [conn=1] [job="ID:106, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.471 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.487 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=106] [2024/05/06 03:18:36.487 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.488 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=52] [neededSchemaVersion=53] ["start time"=194.888µs] [gotSchemaVersion=53] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:36.488 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=53] [cur_db=test] [sql="drop table if exists ddltiflash1"] [user=] [2024/05/06 03:18:36.488 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=53] [cur_db=test] [sql="create table ddltiflash1(z int)"] [user=] [2024/05/06 03:18:36.490 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:108, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:107, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:36.489 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.490 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:108, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:107, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:36.489 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash1(z int)"] [2024/05/06 03:18:36.494 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=108] [conn=1] [category=ddl] [job="ID:108, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:107, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.489 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.503 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=108] [conn=1] [job="ID:108, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:107, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.489 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.505 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=108] [2024/05/06 03:18:36.505 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.505 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=53] [neededSchemaVersion=54] ["start time"=116.503µs] [gotSchemaVersion=54] [phyTblIDs="[107]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:36.506 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=54] [cur_db=test] [sql="alter table ddltiflash1 set tiflash replica 1"] [user=] [2024/05/06 03:18:36.507 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:107, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:36.507 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.507 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:109, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:107, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:36.507 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash1 set tiflash replica 1"] [2024/05/06 03:18:36.513 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=109] [conn=1] [category=ddl] [job="ID:109, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:107, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.507 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.514 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=107] [2024/05/06 03:18:36.514 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=107] [count=1] [2024/05/06 03:18:36.518 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=109] [conn=1] [job="ID:109, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:107, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.507 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.521 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=109] [2024/05/06 03:18:36.521 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.521 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=54] [neededSchemaVersion=55] ["start time"=155.285µs] [gotSchemaVersion=55] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:36.521 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] [cur_db=test] [sql="drop table if exists ddltiflash2"] [user=] [2024/05/06 03:18:36.522 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] [cur_db=test] [sql="create table ddltiflash2(z int)"] [user=] [2024/05/06 03:18:36.524 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:110, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:36.523 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.524 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:110, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:36.523 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash2(z int)"] [2024/05/06 03:18:36.535 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=111] [conn=1] [category=ddl] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.523 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.541 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=111] [conn=1] [job="ID:111, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.523 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.544 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=111] [2024/05/06 03:18:36.544 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.545 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=55] [neededSchemaVersion=56] ["start time"=171.938µs] [gotSchemaVersion=56] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:36.545 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=56] [cur_db=test] [sql="alter table ddltiflash2 set tiflash replica 1"] [user=] [2024/05/06 03:18:36.547 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:112, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:110, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:36.546 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.547 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:112, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:110, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:36.546 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash2 set tiflash replica 1"] [2024/05/06 03:18:36.553 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=112] [conn=1] [category=ddl] [job="ID:112, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.546 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.554 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=110] [2024/05/06 03:18:36.554 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=110] [count=1] [2024/05/06 03:18:36.565 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=112] [conn=1] [job="ID:112, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.546 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.568 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=112] [2024/05/06 03:18:36.568 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.569 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=56] [neededSchemaVersion=57] ["start time"=189.471µs] [gotSchemaVersion=57] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:36.569 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=57] [cur_db=test] [sql="drop table if exists ddltiflash3"] [user=] [2024/05/06 03:18:36.569 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=57] [cur_db=test] [sql="create table ddltiflash3(z int)"] [user=] [2024/05/06 03:18:36.573 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:114, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:113, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:36.571 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.573 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:114, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:113, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:36.571 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash3(z int)"] [2024/05/06 03:18:36.578 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=114] [conn=1] [category=ddl] [job="ID:114, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:113, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.571 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.583 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=114] [conn=1] [job="ID:114, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:113, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.571 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.586 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=114] [2024/05/06 03:18:36.586 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.586 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=57] [neededSchemaVersion=58] ["start time"=153.442µs] [gotSchemaVersion=58] [phyTblIDs="[113]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:36.586 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=58] [cur_db=test] [sql="alter table ddltiflash3 set tiflash replica 1"] [user=] [2024/05/06 03:18:36.588 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:115, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:113, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:36.587 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.588 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:115, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:113, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:36.587 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash3 set tiflash replica 1"] [2024/05/06 03:18:36.593 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=115] [conn=1] [category=ddl] [job="ID:115, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:113, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.587 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.594 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=113] [2024/05/06 03:18:36.594 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=113] [count=1] [2024/05/06 03:18:36.603 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=115] [conn=1] [job="ID:115, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:113, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.587 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.605 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=115] [2024/05/06 03:18:36.605 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.605 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=58] [neededSchemaVersion=59] ["start time"=194.495µs] [gotSchemaVersion=59] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:36.606 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=59] [cur_db=test] [sql="drop table if exists ddltiflash4"] [user=] [2024/05/06 03:18:36.606 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=59] [cur_db=test] [sql="create table ddltiflash4(z int)"] [user=] [2024/05/06 03:18:36.608 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:117, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:116, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:36.607 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.608 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:117, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:116, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:36.607 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash4(z int)"] [2024/05/06 03:18:36.613 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=117] [conn=1] [category=ddl] [job="ID:117, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:116, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.607 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.617 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=117] [conn=1] [job="ID:117, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:116, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.607 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.619 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=117] [2024/05/06 03:18:36.619 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.619 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=59] [neededSchemaVersion=60] ["start time"=163.448µs] [gotSchemaVersion=60] [phyTblIDs="[116]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:36.619 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=60] [cur_db=test] [sql="alter table ddltiflash4 set tiflash replica 1"] [user=] [2024/05/06 03:18:36.621 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:118, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:116, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:36.62 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.622 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:118, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:116, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:36.62 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash4 set tiflash replica 1"] [2024/05/06 03:18:36.627 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=118] [conn=1] [category=ddl] [job="ID:118, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:116, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.62 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.627 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=116] [2024/05/06 03:18:36.628 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=116] [count=1] [2024/05/06 03:18:36.637 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=118] [conn=1] [job="ID:118, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:116, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.62 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.640 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=118] [2024/05/06 03:18:36.640 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.641 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=60] [neededSchemaVersion=61] ["start time"=185.784µs] [gotSchemaVersion=61] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:36.641 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=61] [cur_db=test] [sql="drop table if exists ddltiflash5"] [user=] [2024/05/06 03:18:36.641 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=61] [cur_db=test] [sql="create table ddltiflash5(z int)"] [user=] [2024/05/06 03:18:36.643 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:120, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:119, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:36.642 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.643 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:120, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:119, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:36.642 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash5(z int)"] [2024/05/06 03:18:36.649 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=120] [conn=1] [category=ddl] [job="ID:120, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:119, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.642 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.656 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=120] [conn=1] [job="ID:120, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:119, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.642 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.659 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=120] [2024/05/06 03:18:36.659 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.659 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=61] [neededSchemaVersion=62] ["start time"=174.981µs] [gotSchemaVersion=62] [phyTblIDs="[119]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:36.660 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=62] [cur_db=test] [sql="alter table ddltiflash5 set tiflash replica 1"] [user=] [2024/05/06 03:18:36.662 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:121, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:119, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:36.661 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.662 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:121, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:119, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:36.661 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash5 set tiflash replica 1"] [2024/05/06 03:18:36.669 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=121] [conn=1] [category=ddl] [job="ID:121, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:119, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.661 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.670 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=119] [2024/05/06 03:18:36.670 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=119] [count=1] [2024/05/06 03:18:36.678 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=121] [conn=1] [job="ID:121, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:119, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.661 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.680 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=121] [2024/05/06 03:18:36.680 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.680 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=62] [neededSchemaVersion=63] ["start time"=157.52µs] [gotSchemaVersion=63] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:36.681 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=63] [cur_db=test] [sql="drop table if exists ddltiflash6"] [user=] [2024/05/06 03:18:36.681 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=63] [cur_db=test] [sql="create table ddltiflash6(z int)"] [user=] [2024/05/06 03:18:36.684 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:123, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:122, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:36.682 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.684 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:123, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:122, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:36.682 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash6(z int)"] [2024/05/06 03:18:36.690 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=123] [conn=1] [category=ddl] [job="ID:123, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:122, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.682 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.695 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=123] [conn=1] [job="ID:123, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:122, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.682 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.698 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=123] [2024/05/06 03:18:36.698 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.699 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=63] [neededSchemaVersion=64] ["start time"=289.39µs] [gotSchemaVersion=64] [phyTblIDs="[122]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:36.699 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=64] [cur_db=test] [sql="alter table ddltiflash6 set tiflash replica 1"] [user=] [2024/05/06 03:18:36.702 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:124, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:122, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:36.7 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.702 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:124, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:122, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:36.7 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash6 set tiflash replica 1"] [2024/05/06 03:18:36.708 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=124] [conn=1] [category=ddl] [job="ID:124, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:122, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.7 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.708 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=122] [2024/05/06 03:18:36.708 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=122] [count=1] [2024/05/06 03:18:36.718 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=124] [conn=1] [job="ID:124, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:122, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.7 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.721 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=124] [2024/05/06 03:18:36.721 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.721 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=64] [neededSchemaVersion=65] ["start time"=177.972µs] [gotSchemaVersion=65] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:36.721 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=65] [cur_db=test] [sql="drop table if exists ddltiflash7"] [user=] [2024/05/06 03:18:36.721 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=65] [cur_db=test] [sql="create table ddltiflash7(z int)"] [user=] [2024/05/06 03:18:36.723 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:126, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:125, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:36.723 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.723 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:126, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:125, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:36.723 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash7(z int)"] [2024/05/06 03:18:36.728 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=126] [conn=1] [category=ddl] [job="ID:126, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:125, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.723 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.734 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=126] [conn=1] [job="ID:126, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:125, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.723 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.736 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=126] [2024/05/06 03:18:36.736 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.736 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=65] [neededSchemaVersion=66] ["start time"=207.865µs] [gotSchemaVersion=66] [phyTblIDs="[125]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:36.737 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=66] [cur_db=test] [sql="alter table ddltiflash7 set tiflash replica 1"] [user=] [2024/05/06 03:18:36.739 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:127, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:125, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:36.738 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.739 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:127, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:125, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:36.738 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash7 set tiflash replica 1"] [2024/05/06 03:18:36.745 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=127] [conn=1] [category=ddl] [job="ID:127, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:125, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.738 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.745 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=125] [2024/05/06 03:18:36.745 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=125] [count=1] [2024/05/06 03:18:36.750 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=127] [conn=1] [job="ID:127, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:125, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.738 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.752 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=127] [2024/05/06 03:18:36.752 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.752 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=66] [neededSchemaVersion=67] ["start time"=190.978µs] [gotSchemaVersion=67] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:36.753 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=67] [cur_db=test] [sql="drop table if exists ddltiflash8"] [user=] [2024/05/06 03:18:36.753 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=67] [cur_db=test] [sql="create table ddltiflash8(z int)"] [user=] [2024/05/06 03:18:36.755 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:129, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:128, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:36.754 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.755 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:129, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:128, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:36.754 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash8(z int)"] [2024/05/06 03:18:36.762 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=129] [conn=1] [category=ddl] [job="ID:129, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:128, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.754 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.767 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=129] [conn=1] [job="ID:129, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:128, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.754 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.770 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=129] [2024/05/06 03:18:36.770 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.770 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=67] [neededSchemaVersion=68] ["start time"=131.752µs] [gotSchemaVersion=68] [phyTblIDs="[128]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:36.770 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=68] [cur_db=test] [sql="alter table ddltiflash8 set tiflash replica 1"] [user=] [2024/05/06 03:18:36.772 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:130, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:128, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:36.771 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.772 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:130, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:128, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:36.771 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash8 set tiflash replica 1"] [2024/05/06 03:18:36.782 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=130] [conn=1] [category=ddl] [job="ID:130, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:128, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.771 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.782 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=128] [2024/05/06 03:18:36.782 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=128] [count=1] [2024/05/06 03:18:36.792 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=130] [conn=1] [job="ID:130, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:128, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.771 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.794 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=130] [2024/05/06 03:18:36.795 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.795 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=68] [neededSchemaVersion=69] ["start time"=163.609µs] [gotSchemaVersion=69] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:36.795 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=69] [cur_db=test] [sql="drop table if exists ddltiflash9"] [user=] [2024/05/06 03:18:36.795 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=69] [cur_db=test] [sql="create table ddltiflash9(z int)"] [user=] [2024/05/06 03:18:36.797 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:132, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:131, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:36.796 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.797 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:132, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:131, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:36.796 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash9(z int)"] [2024/05/06 03:18:36.803 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=132] [conn=1] [category=ddl] [job="ID:132, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:131, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.796 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.810 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=132] [conn=1] [job="ID:132, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:131, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.796 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.812 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=132] [2024/05/06 03:18:36.812 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.812 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=69] [neededSchemaVersion=70] ["start time"=193.039µs] [gotSchemaVersion=70] [phyTblIDs="[131]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:36.813 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=70] [cur_db=test] [sql="alter table ddltiflash9 set tiflash replica 1"] [user=] [2024/05/06 03:18:36.814 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:133, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:131, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:36.814 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.814 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:133, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:131, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:36.814 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash9 set tiflash replica 1"] [2024/05/06 03:18:36.819 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=133] [conn=1] [category=ddl] [job="ID:133, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:131, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.814 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.820 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=131] [2024/05/06 03:18:36.820 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=131] [count=1] [2024/05/06 03:18:36.825 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=133] [conn=1] [job="ID:133, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:131, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.814 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.827 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=133] [2024/05/06 03:18:36.828 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.828 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=70] [neededSchemaVersion=71] ["start time"=130.208µs] [gotSchemaVersion=71] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:36.828 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=71] [cur_db=test] [sql="drop table if exists ddltiflash10"] [user=] [2024/05/06 03:18:36.828 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=71] [cur_db=test] [sql="create table ddltiflash10(z int)"] [user=] [2024/05/06 03:18:36.857 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:135, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:134, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:36.829 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.857 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:135, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:134, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:36.829 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash10(z int)"] [2024/05/06 03:18:36.862 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=135] [conn=1] [category=ddl] [job="ID:135, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:134, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.829 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.873 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=135] [conn=1] [job="ID:135, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:134, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.829 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.876 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=135] [2024/05/06 03:18:36.876 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.876 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=71] [neededSchemaVersion=72] ["start time"=134.764µs] [gotSchemaVersion=72] [phyTblIDs="[134]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:36.876 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=72] [cur_db=test] [sql="alter table ddltiflash10 set tiflash replica 1"] [user=] [2024/05/06 03:18:36.878 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:136, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:134, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:36.877 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.878 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:136, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:134, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:36.877 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash10 set tiflash replica 1"] [2024/05/06 03:18:36.886 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=136] [conn=1] [category=ddl] [job="ID:136, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:134, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.877 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.886 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=134] [2024/05/06 03:18:36.886 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=134] [count=1] [2024/05/06 03:18:36.894 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=136] [conn=1] [job="ID:136, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:134, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.877 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.896 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=136] [2024/05/06 03:18:36.896 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.897 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=72] [neededSchemaVersion=73] ["start time"=180.684µs] [gotSchemaVersion=73] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:36.897 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=73] [cur_db=test] [sql="drop table if exists ddltiflash11"] [user=] [2024/05/06 03:18:36.897 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=73] [cur_db=test] [sql="create table ddltiflash11(z int)"] [user=] [2024/05/06 03:18:36.900 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:138, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:137, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:36.898 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.900 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:138, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:137, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:36.898 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash11(z int)"] [2024/05/06 03:18:36.904 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=138] [conn=1] [category=ddl] [job="ID:138, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:137, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.898 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.915 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=138] [conn=1] [job="ID:138, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:137, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.898 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.918 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=138] [2024/05/06 03:18:36.918 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.918 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=73] [neededSchemaVersion=74] ["start time"=152.73µs] [gotSchemaVersion=74] [phyTblIDs="[137]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:36.918 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=74] [cur_db=test] [sql="alter table ddltiflash11 set tiflash replica 1"] [user=] [2024/05/06 03:18:36.922 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:139, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:137, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:36.919 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.922 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:139, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:137, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:36.919 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash11 set tiflash replica 1"] [2024/05/06 03:18:36.928 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=139] [conn=1] [category=ddl] [job="ID:139, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:137, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.919 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.928 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=137] [2024/05/06 03:18:36.928 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=137] [count=1] [2024/05/06 03:18:36.936 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=139] [conn=1] [job="ID:139, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:137, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.919 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.939 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=139] [2024/05/06 03:18:36.939 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.939 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=74] [neededSchemaVersion=75] ["start time"=213.993µs] [gotSchemaVersion=75] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:36.940 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=75] [cur_db=test] [sql="drop table if exists ddltiflash12"] [user=] [2024/05/06 03:18:36.940 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=75] [cur_db=test] [sql="create table ddltiflash12(z int)"] [user=] [2024/05/06 03:18:36.942 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:141, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:140, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:36.941 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.942 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:141, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:140, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:36.941 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash12(z int)"] [2024/05/06 03:18:36.949 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=141] [conn=1] [category=ddl] [job="ID:141, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:140, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.941 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.962 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=141] [conn=1] [job="ID:141, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:140, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.941 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.966 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=141] [2024/05/06 03:18:36.966 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.966 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=75] [neededSchemaVersion=76] ["start time"=165.815µs] [gotSchemaVersion=76] [phyTblIDs="[140]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:36.967 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=76] [cur_db=test] [sql="alter table ddltiflash12 set tiflash replica 1"] [user=] [2024/05/06 03:18:36.970 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:142, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:140, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:36.968 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.970 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:142, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:140, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:36.968 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash12 set tiflash replica 1"] [2024/05/06 03:18:36.976 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=142] [conn=1] [category=ddl] [job="ID:142, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:140, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.968 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.976 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=140] [2024/05/06 03:18:36.976 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=140] [count=1] [2024/05/06 03:18:36.982 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=142] [conn=1] [job="ID:142, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:140, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.968 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.984 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=142] [2024/05/06 03:18:36.984 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:36.985 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=76] [neededSchemaVersion=77] ["start time"=169.212µs] [gotSchemaVersion=77] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:36.985 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=77] [cur_db=test] [sql="drop table if exists ddltiflash13"] [user=] [2024/05/06 03:18:36.985 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=77] [cur_db=test] [sql="create table ddltiflash13(z int)"] [user=] [2024/05/06 03:18:36.987 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:144, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:143, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:36.986 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:36.987 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:144, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:143, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:36.986 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash13(z int)"] [2024/05/06 03:18:36.993 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=144] [conn=1] [category=ddl] [job="ID:144, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:143, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.986 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:36.998 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=144] [conn=1] [job="ID:144, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:143, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:36.986 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.000 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=144] [2024/05/06 03:18:37.000 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.001 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=77] [neededSchemaVersion=78] ["start time"=150.925µs] [gotSchemaVersion=78] [phyTblIDs="[143]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:37.001 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=78] [cur_db=test] [sql="alter table ddltiflash13 set tiflash replica 1"] [user=] [2024/05/06 03:18:37.003 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:145, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:143, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.002 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.003 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:145, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:143, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.002 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash13 set tiflash replica 1"] [2024/05/06 03:18:37.006 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=145] [conn=1] [category=ddl] [job="ID:145, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:143, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.002 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.006 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=143] [2024/05/06 03:18:37.006 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=143] [count=1] [2024/05/06 03:18:37.011 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=145] [conn=1] [job="ID:145, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:143, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.002 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.013 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=145] [2024/05/06 03:18:37.013 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.013 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=78] [neededSchemaVersion=79] ["start time"=132.24µs] [gotSchemaVersion=79] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:37.013 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=79] [cur_db=test] [sql="drop table if exists ddltiflash14"] [user=] [2024/05/06 03:18:37.013 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=79] [cur_db=test] [sql="create table ddltiflash14(z int)"] [user=] [2024/05/06 03:18:37.016 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:147, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:146, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.016 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:147, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:146, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash14(z int)"] [2024/05/06 03:18:37.024 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=147] [conn=1] [category=ddl] [job="ID:147, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:146, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.030 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=147] [conn=1] [job="ID:147, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:146, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.033 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=147] [2024/05/06 03:18:37.033 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.033 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=79] [neededSchemaVersion=80] ["start time"=172.054µs] [gotSchemaVersion=80] [phyTblIDs="[146]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:37.034 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=80] [cur_db=test] [sql="alter table ddltiflash14 set tiflash replica 1"] [user=] [2024/05/06 03:18:37.046 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:148, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:146, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.035 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.046 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:148, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:146, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.035 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash14 set tiflash replica 1"] [2024/05/06 03:18:37.054 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=148] [conn=1] [category=ddl] [job="ID:148, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:146, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.035 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.054 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=146] [2024/05/06 03:18:37.054 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=146] [count=1] [2024/05/06 03:18:37.061 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=148] [conn=1] [job="ID:148, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:146, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.035 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.066 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=148] [2024/05/06 03:18:37.066 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.066 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=80] [neededSchemaVersion=81] ["start time"=185.392µs] [gotSchemaVersion=81] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:37.066 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=81] [cur_db=test] [sql="drop table if exists ddltiflash15"] [user=] [2024/05/06 03:18:37.067 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=81] [cur_db=test] [sql="create table ddltiflash15(z int)"] [user=] [2024/05/06 03:18:37.069 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:150, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:149, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.068 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.069 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:150, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:149, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.068 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash15(z int)"] [2024/05/06 03:18:37.075 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=150] [conn=1] [category=ddl] [job="ID:150, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:149, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.068 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.081 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=150] [conn=1] [job="ID:150, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:149, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.068 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.085 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=150] [2024/05/06 03:18:37.085 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.085 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=81] [neededSchemaVersion=82] ["start time"=142.15µs] [gotSchemaVersion=82] [phyTblIDs="[149]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:37.085 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=82] [cur_db=test] [sql="alter table ddltiflash15 set tiflash replica 1"] [user=] [2024/05/06 03:18:37.087 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:151, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:149, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.086 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.087 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:151, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:149, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.086 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash15 set tiflash replica 1"] [2024/05/06 03:18:37.092 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=151] [conn=1] [category=ddl] [job="ID:151, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:149, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.086 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.093 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=149] [2024/05/06 03:18:37.093 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=149] [count=1] [2024/05/06 03:18:37.097 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=151] [conn=1] [job="ID:151, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:149, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.086 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.100 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=151] [2024/05/06 03:18:37.100 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.100 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=82] [neededSchemaVersion=83] ["start time"=163.377µs] [gotSchemaVersion=83] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:37.100 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=83] [cur_db=test] [sql="drop table if exists ddltiflash16"] [user=] [2024/05/06 03:18:37.101 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=83] [cur_db=test] [sql="create table ddltiflash16(z int)"] [user=] [2024/05/06 03:18:37.103 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:153, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:152, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.102 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.103 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:153, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:152, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.102 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash16(z int)"] [2024/05/06 03:18:37.109 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=153] [conn=1] [category=ddl] [job="ID:153, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:152, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.102 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.115 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=153] [conn=1] [job="ID:153, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:152, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.102 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.117 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=153] [2024/05/06 03:18:37.117 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.118 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=83] [neededSchemaVersion=84] ["start time"=150.369µs] [gotSchemaVersion=84] [phyTblIDs="[152]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:37.118 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=84] [cur_db=test] [sql="alter table ddltiflash16 set tiflash replica 1"] [user=] [2024/05/06 03:18:37.121 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:154, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:152, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.119 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.121 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:154, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:152, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.119 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash16 set tiflash replica 1"] [2024/05/06 03:18:37.129 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=154] [conn=1] [category=ddl] [job="ID:154, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:152, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.119 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.129 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=152] [2024/05/06 03:18:37.129 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=152] [count=1] [2024/05/06 03:18:37.138 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=154] [conn=1] [job="ID:154, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:152, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.119 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.144 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=154] [2024/05/06 03:18:37.144 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.144 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=84] [neededSchemaVersion=85] ["start time"=199.015µs] [gotSchemaVersion=85] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:37.145 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=85] [cur_db=test] [sql="drop table if exists ddltiflash17"] [user=] [2024/05/06 03:18:37.145 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=85] [cur_db=test] [sql="create table ddltiflash17(z int)"] [user=] [2024/05/06 03:18:37.148 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:156, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:155, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.146 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.148 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:156, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:155, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.146 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash17(z int)"] [2024/05/06 03:18:37.151 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=156] [conn=1] [category=ddl] [job="ID:156, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:155, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.146 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.159 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=156] [conn=1] [job="ID:156, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:155, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.146 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.164 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=156] [2024/05/06 03:18:37.164 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.164 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=85] [neededSchemaVersion=86] ["start time"=179.245µs] [gotSchemaVersion=86] [phyTblIDs="[155]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:37.165 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=86] [cur_db=test] [sql="alter table ddltiflash17 set tiflash replica 1"] [user=] [2024/05/06 03:18:37.170 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:157, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:155, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.167 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.170 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:157, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:155, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.167 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash17 set tiflash replica 1"] [2024/05/06 03:18:37.176 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=157] [conn=1] [category=ddl] [job="ID:157, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:155, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.167 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.176 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=155] [2024/05/06 03:18:37.176 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=155] [count=1] [2024/05/06 03:18:37.182 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=157] [conn=1] [job="ID:157, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:155, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.167 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.185 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=157] [2024/05/06 03:18:37.185 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.186 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=86] [neededSchemaVersion=87] ["start time"=199.081µs] [gotSchemaVersion=87] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:37.186 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=87] [cur_db=test] [sql="drop table if exists ddltiflash18"] [user=] [2024/05/06 03:18:37.186 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=87] [cur_db=test] [sql="create table ddltiflash18(z int)"] [user=] [2024/05/06 03:18:37.191 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:159, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:158, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.187 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.191 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:159, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:158, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.187 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash18(z int)"] [2024/05/06 03:18:37.196 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=159] [conn=1] [category=ddl] [job="ID:159, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:158, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.187 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.208 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=159] [conn=1] [job="ID:159, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:158, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.187 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.210 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=159] [2024/05/06 03:18:37.210 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.211 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=87] [neededSchemaVersion=88] ["start time"=210.272µs] [gotSchemaVersion=88] [phyTblIDs="[158]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:37.211 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=88] [cur_db=test] [sql="alter table ddltiflash18 set tiflash replica 1"] [user=] [2024/05/06 03:18:37.213 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:160, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:158, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.212 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.213 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:160, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:158, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.212 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash18 set tiflash replica 1"] [2024/05/06 03:18:37.219 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=160] [conn=1] [category=ddl] [job="ID:160, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:158, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.212 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.220 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=158] [2024/05/06 03:18:37.220 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=158] [count=1] [2024/05/06 03:18:37.229 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=160] [conn=1] [job="ID:160, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:158, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.212 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.233 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=160] [2024/05/06 03:18:37.233 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.233 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=88] [neededSchemaVersion=89] ["start time"=191.387µs] [gotSchemaVersion=89] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:37.233 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=89] [cur_db=test] [sql="drop table if exists ddltiflash19"] [user=] [2024/05/06 03:18:37.234 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=89] [cur_db=test] [sql="create table ddltiflash19(z int)"] [user=] [2024/05/06 03:18:37.236 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:162, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:161, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.235 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.236 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:162, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:161, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.235 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash19(z int)"] [2024/05/06 03:18:37.243 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=162] [conn=1] [category=ddl] [job="ID:162, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:161, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.235 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.250 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=162] [conn=1] [job="ID:162, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:161, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.235 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.254 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=162] [2024/05/06 03:18:37.254 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.254 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=89] [neededSchemaVersion=90] ["start time"=203.95µs] [gotSchemaVersion=90] [phyTblIDs="[161]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:37.255 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=90] [cur_db=test] [sql="alter table ddltiflash19 set tiflash replica 1"] [user=] [2024/05/06 03:18:37.257 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:163, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:161, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.256 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.257 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:163, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:161, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.256 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash19 set tiflash replica 1"] [2024/05/06 03:18:37.264 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=163] [conn=1] [category=ddl] [job="ID:163, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:161, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.256 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.265 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=161] [2024/05/06 03:18:37.265 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=161] [count=1] [2024/05/06 03:18:37.273 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=163] [conn=1] [job="ID:163, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:161, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.256 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.277 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=163] [2024/05/06 03:18:37.277 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.277 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=90] [neededSchemaVersion=91] ["start time"=211.012µs] [gotSchemaVersion=91] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:37.277 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=91] [cur_db=test] [sql="drop table if exists ddltiflash20"] [user=] [2024/05/06 03:18:37.278 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=91] [cur_db=test] [sql="create table ddltiflash20(z int)"] [user=] [2024/05/06 03:18:37.280 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:165, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:164, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.279 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.280 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:165, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:164, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.279 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash20(z int)"] [2024/05/06 03:18:37.284 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=165] [conn=1] [category=ddl] [job="ID:165, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:164, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.279 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.290 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=165] [conn=1] [job="ID:165, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:164, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.279 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.294 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=165] [2024/05/06 03:18:37.294 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.294 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=91] [neededSchemaVersion=92] ["start time"=166.654µs] [gotSchemaVersion=92] [phyTblIDs="[164]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:37.295 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=92] [cur_db=test] [sql="alter table ddltiflash20 set tiflash replica 1"] [user=] [2024/05/06 03:18:37.297 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:166, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:164, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.296 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.297 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:166, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:164, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.296 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash20 set tiflash replica 1"] [2024/05/06 03:18:37.304 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=166] [conn=1] [category=ddl] [job="ID:166, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:164, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.296 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.305 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=164] [2024/05/06 03:18:37.305 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=164] [count=1] [2024/05/06 03:18:37.314 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=166] [conn=1] [job="ID:166, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:164, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.296 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.317 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=166] [2024/05/06 03:18:37.317 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.317 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=92] [neededSchemaVersion=93] ["start time"=194.288µs] [gotSchemaVersion=93] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:37.317 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=93] [cur_db=test] [sql="drop table if exists ddltiflash21"] [user=] [2024/05/06 03:18:37.318 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=93] [cur_db=test] [sql="create table ddltiflash21(z int)"] [user=] [2024/05/06 03:18:37.325 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:168, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:167, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.319 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.325 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:168, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:167, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.319 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash21(z int)"] [2024/05/06 03:18:37.332 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=168] [conn=1] [category=ddl] [job="ID:168, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:167, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.319 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.340 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=168] [conn=1] [job="ID:168, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:167, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.319 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.343 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=168] [2024/05/06 03:18:37.343 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.343 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=93] [neededSchemaVersion=94] ["start time"=197.635µs] [gotSchemaVersion=94] [phyTblIDs="[167]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:37.344 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=94] [cur_db=test] [sql="alter table ddltiflash21 set tiflash replica 1"] [user=] [2024/05/06 03:18:37.346 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:169, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:167, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.345 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.346 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:169, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:167, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.345 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash21 set tiflash replica 1"] [2024/05/06 03:18:37.358 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=169] [conn=1] [category=ddl] [job="ID:169, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:167, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.345 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.358 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=167] [2024/05/06 03:18:37.358 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=167] [count=1] [2024/05/06 03:18:37.372 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=169] [conn=1] [job="ID:169, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:167, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.345 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.376 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=169] [2024/05/06 03:18:37.376 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.377 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=94] [neededSchemaVersion=95] ["start time"=163.521µs] [gotSchemaVersion=95] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:37.377 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=95] [cur_db=test] [sql="drop table if exists ddltiflash22"] [user=] [2024/05/06 03:18:37.377 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=95] [cur_db=test] [sql="create table ddltiflash22(z int)"] [user=] [2024/05/06 03:18:37.381 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:171, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:170, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.379 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.381 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:171, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:170, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.379 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash22(z int)"] [2024/05/06 03:18:37.387 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=171] [conn=1] [category=ddl] [job="ID:171, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:170, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.379 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.394 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=171] [conn=1] [job="ID:171, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:170, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.379 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.395 +00:00] [INFO] [info.go:1142] [SetTiFlashGroupConfig] [2024/05/06 03:18:37.396 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=171] [2024/05/06 03:18:37.396 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.397 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=95] [neededSchemaVersion=96] ["start time"=125.337µs] [gotSchemaVersion=96] [phyTblIDs="[170]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:37.397 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=96] [cur_db=test] [sql="alter table ddltiflash22 set tiflash replica 1"] [user=] [2024/05/06 03:18:37.398 +00:00] [INFO] [runaway.go:158] ["preparations for the runaway manager are finished and start runaway manager loop"] [2024/05/06 03:18:37.398 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 03:18:37.398 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 03:18:37.398 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 03:18:37.399 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:172, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:170, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.398 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.399 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:172, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:170, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.398 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash22 set tiflash replica 1"] [2024/05/06 03:18:37.404 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=104] [progress=1] [2024/05/06 03:18:37.406 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=172] [conn=1] [category=ddl] [job="ID:172, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:170, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.398 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.406 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:173, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.405 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.406 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:173, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.405 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:37.406 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=170] [2024/05/06 03:18:37.406 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=170] [count=1] [2024/05/06 03:18:37.413 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=172] [conn=1] [job="ID:172, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:170, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.398 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.416 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=172] [2024/05/06 03:18:37.416 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.416 +00:00] [INFO] [runtime.go:160] ["TimerGroupRuntime loop started"] [groupID=ttl] [2024/05/06 03:18:37.416 +00:00] [INFO] [runtime.go:402] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true] [2024/05/06 03:18:37.416 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=96] [neededSchemaVersion=97] ["start time"=159.8µs] [gotSchemaVersion=97] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:37.417 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=97] [cur_db=test] [sql="drop table if exists ddltiflash23"] [user=] [2024/05/06 03:18:37.417 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=97] [cur_db=test] [sql="create table ddltiflash23(z int)"] [user=] [2024/05/06 03:18:37.419 +00:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=16] [2024/05/06 03:18:37.419 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:175, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:174, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.418 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.419 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:175, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:174, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.418 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash23(z int)"] [2024/05/06 03:18:37.421 +00:00] [INFO] [scheduler_manager.go:200] ["schedule task loop start"] [server-id=:4000] [2024/05/06 03:18:37.421 +00:00] [INFO] [scheduler_manager.go:312] ["subtask table gc loop start"] [server-id=:4000] [2024/05/06 03:18:37.421 +00:00] [INFO] [scheduler_manager.go:373] ["cleanup loop start"] [server-id=:4000] [2024/05/06 03:18:37.421 +00:00] [INFO] [scheduler_manager.go:453] ["collect loop start"] [server-id=:4000] [2024/05/06 03:18:37.423 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=173] [category=ddl] [job="ID:173, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.405 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.423 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=104] [2024/05/06 03:18:37.434 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=175] [conn=1] [category=ddl] [job="ID:175, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:174, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.418 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.445 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=173] [job="ID:173, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.405 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.451 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=173] [2024/05/06 03:18:37.451 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.451 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=97] [neededSchemaVersion=99] ["start time"=373.433µs] [gotSchemaVersion=99] [phyTblIDs="[174]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:37.452 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=107] [progress=1] [2024/05/06 03:18:37.455 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=175] [conn=1] [job="ID:175, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:174, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.418 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.457 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:176, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:107, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.453 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.457 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:176, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:107, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.453 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:37.459 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=175] [2024/05/06 03:18:37.459 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.460 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=99] [cur_db=test] [sql="alter table ddltiflash23 set tiflash replica 1"] [user=] [2024/05/06 03:18:37.462 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:177, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:174, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.461 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.462 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:177, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:174, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.461 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash23 set tiflash replica 1"] [2024/05/06 03:18:37.470 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=176] [category=ddl] [job="ID:176, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:107, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.453 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.471 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=107] [2024/05/06 03:18:37.476 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=176] [job="ID:176, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:107, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.453 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.479 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=176] [2024/05/06 03:18:37.479 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.479 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=99] [neededSchemaVersion=100] ["start time"=204.56µs] [gotSchemaVersion=100] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:37.480 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=110] [progress=1] [2024/05/06 03:18:37.482 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:178, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:110, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.481 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.482 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:178, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:110, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.481 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:37.485 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=177] [conn=1] [category=ddl] [job="ID:177, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:174, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.461 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.485 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=174] [2024/05/06 03:18:37.485 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=174] [count=1] [2024/05/06 03:18:37.493 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=178] [category=ddl] [job="ID:178, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.481 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.493 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=110] [2024/05/06 03:18:37.499 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=177] [conn=1] [job="ID:177, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:174, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.461 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.502 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=177] [2024/05/06 03:18:37.502 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.502 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=100] [neededSchemaVersion=102] ["start time"=320.183µs] [gotSchemaVersion=102] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:37.503 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=102] [cur_db=test] [sql="drop table if exists ddltiflash24"] [user=] [2024/05/06 03:18:37.503 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=102] [cur_db=test] [sql="create table ddltiflash24(z int)"] [user=] [2024/05/06 03:18:37.505 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:180, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:179, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.504 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.505 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:180, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:179, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.504 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash24(z int)"] [2024/05/06 03:18:37.508 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=178] [job="ID:178, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.481 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.510 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=178] [2024/05/06 03:18:37.510 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.511 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=113] [progress=1] [2024/05/06 03:18:37.513 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:181, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:113, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.512 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.513 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:181, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:113, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.512 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:37.516 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=180] [conn=1] [category=ddl] [job="ID:180, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:179, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.504 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.536 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=181] [category=ddl] [job="ID:181, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:113, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.512 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.536 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=113] [2024/05/06 03:18:37.550 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=180] [conn=1] [job="ID:180, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:179, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.504 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.554 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=180] [2024/05/06 03:18:37.554 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.554 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=102] [neededSchemaVersion=104] ["start time"=423.15µs] [gotSchemaVersion=104] [phyTblIDs="[179]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:37.555 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=104] [cur_db=test] [sql="alter table ddltiflash24 set tiflash replica 1"] [user=] [2024/05/06 03:18:37.558 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:182, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:179, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.556 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.558 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:182, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:179, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.556 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash24 set tiflash replica 1"] [2024/05/06 03:18:37.561 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=181] [job="ID:181, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:113, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.512 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.565 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=181] [2024/05/06 03:18:37.565 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.566 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=116] [progress=1] [2024/05/06 03:18:37.568 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:183, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:116, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.567 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.568 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:183, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:116, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.567 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:37.572 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=182] [conn=1] [category=ddl] [job="ID:182, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:179, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.556 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.572 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=179] [2024/05/06 03:18:37.572 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=179] [count=1] [2024/05/06 03:18:37.581 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=182] [conn=1] [job="ID:182, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:179, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.556 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.585 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=182] [2024/05/06 03:18:37.585 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.585 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=104] [neededSchemaVersion=105] ["start time"=189.157µs] [gotSchemaVersion=105] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:37.585 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=105] [cur_db=test] [sql="drop table if exists ddltiflash25"] [user=] [2024/05/06 03:18:37.586 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=105] [cur_db=test] [sql="create table ddltiflash25(z int)"] [user=] [2024/05/06 03:18:37.588 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:185, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:184, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.587 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.588 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:185, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:184, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.587 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash25(z int)"] [2024/05/06 03:18:37.591 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=183] [category=ddl] [job="ID:183, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:116, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.567 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.591 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=116] [2024/05/06 03:18:37.600 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=183] [job="ID:183, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:116, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.567 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.604 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=183] [2024/05/06 03:18:37.604 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.604 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=105] [neededSchemaVersion=106] ["start time"=219.932µs] [gotSchemaVersion=106] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:37.607 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=119] [progress=1] [2024/05/06 03:18:37.609 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:186, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:119, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.608 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.609 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:186, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:119, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.608 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:37.609 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=185] [conn=1] [category=ddl] [job="ID:185, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:184, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.587 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.617 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=186] [category=ddl] [job="ID:186, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:119, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.608 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.617 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=119] [2024/05/06 03:18:37.637 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=185] [conn=1] [job="ID:185, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:184, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.587 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.641 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=185] [2024/05/06 03:18:37.641 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.642 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=106] [neededSchemaVersion=108] ["start time"=354.346µs] [gotSchemaVersion=108] [phyTblIDs="[184]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:37.642 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=108] [cur_db=test] [sql="alter table ddltiflash25 set tiflash replica 1"] [user=] [2024/05/06 03:18:37.649 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=186] [job="ID:186, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:119, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.608 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.652 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:187, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:184, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.644 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.652 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:187, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:184, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.644 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash25 set tiflash replica 1"] [2024/05/06 03:18:37.654 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=186] [2024/05/06 03:18:37.654 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.655 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=122] [progress=1] [2024/05/06 03:18:37.658 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:188, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:122, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.657 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.658 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:188, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:122, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.657 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:37.664 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=187] [conn=1] [category=ddl] [job="ID:187, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:184, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.644 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.665 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=184] [2024/05/06 03:18:37.665 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=184] [count=1] [2024/05/06 03:18:37.672 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=187] [conn=1] [job="ID:187, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:184, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.644 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.674 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=187] [2024/05/06 03:18:37.674 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.675 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=108] [neededSchemaVersion=109] ["start time"=143.226µs] [gotSchemaVersion=109] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:37.675 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=109] [cur_db=test] [sql="drop table if exists ddltiflash26"] [user=] [2024/05/06 03:18:37.675 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=109] [cur_db=test] [sql="create table ddltiflash26(z int)"] [user=] [2024/05/06 03:18:37.678 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:190, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:189, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.676 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.678 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:190, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:189, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.676 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash26(z int)"] [2024/05/06 03:18:37.681 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=188] [category=ddl] [job="ID:188, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:122, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.657 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.681 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=122] [2024/05/06 03:18:37.691 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=188] [job="ID:188, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:122, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.657 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.694 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=188] [2024/05/06 03:18:37.694 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.694 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=109] [neededSchemaVersion=110] ["start time"=203.898µs] [gotSchemaVersion=110] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:37.695 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=125] [progress=1] [2024/05/06 03:18:37.697 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:191, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:125, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.696 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.697 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:191, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:125, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.696 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:37.699 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=190] [conn=1] [category=ddl] [job="ID:190, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:189, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.676 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.707 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=190] [conn=1] [job="ID:190, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:189, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.676 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.710 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=190] [2024/05/06 03:18:37.710 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.710 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=110] [neededSchemaVersion=111] ["start time"=181.717µs] [gotSchemaVersion=111] [phyTblIDs="[189]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:37.711 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=111] [cur_db=test] [sql="alter table ddltiflash26 set tiflash replica 1"] [user=] [2024/05/06 03:18:37.713 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:192, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:189, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.712 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.713 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:192, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:189, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.712 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash26 set tiflash replica 1"] [2024/05/06 03:18:37.717 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=191] [category=ddl] [job="ID:191, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:125, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.696 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.718 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=125] [2024/05/06 03:18:37.727 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=192] [conn=1] [category=ddl] [job="ID:192, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:189, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.712 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.728 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=189] [2024/05/06 03:18:37.728 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=189] [count=1] [2024/05/06 03:18:37.736 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=191] [job="ID:191, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:125, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.696 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.739 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=191] [2024/05/06 03:18:37.740 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.740 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=111] [neededSchemaVersion=113] ["start time"=329.921µs] [gotSchemaVersion=113] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:37.741 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=128] [progress=1] [2024/05/06 03:18:37.743 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:193, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:128, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.742 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.743 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:193, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:128, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.742 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:37.745 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=192] [conn=1] [job="ID:192, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:189, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.712 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.748 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=192] [2024/05/06 03:18:37.748 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.749 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=113] [cur_db=test] [sql="drop table if exists ddltiflash27"] [user=] [2024/05/06 03:18:37.749 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=113] [cur_db=test] [sql="create table ddltiflash27(z int)"] [user=] [2024/05/06 03:18:37.752 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:195, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:194, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.751 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.752 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:195, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:194, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.751 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash27(z int)"] [2024/05/06 03:18:37.755 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=193] [category=ddl] [job="ID:193, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:128, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.742 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.755 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=128] [2024/05/06 03:18:37.760 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=193] [job="ID:193, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:128, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.742 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.763 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=193] [2024/05/06 03:18:37.763 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.764 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=113] [neededSchemaVersion=114] ["start time"=256.51µs] [gotSchemaVersion=114] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:37.764 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=131] [progress=1] [2024/05/06 03:18:37.766 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:196, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:131, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.766 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:196, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:131, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:37.768 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=195] [conn=1] [category=ddl] [job="ID:195, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:194, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.751 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.774 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=195] [conn=1] [job="ID:195, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:194, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.751 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.777 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=195] [2024/05/06 03:18:37.777 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.777 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=114] [neededSchemaVersion=115] ["start time"=119.012µs] [gotSchemaVersion=115] [phyTblIDs="[194]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:37.777 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=115] [cur_db=test] [sql="alter table ddltiflash27 set tiflash replica 1"] [user=] [2024/05/06 03:18:37.779 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:197, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:194, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.778 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.779 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:197, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:194, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.778 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash27 set tiflash replica 1"] [2024/05/06 03:18:37.781 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=196] [category=ddl] [job="ID:196, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:131, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.781 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=131] [2024/05/06 03:18:37.787 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=197] [conn=1] [category=ddl] [job="ID:197, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:194, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.778 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.787 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=194] [2024/05/06 03:18:37.787 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=194] [count=1] [2024/05/06 03:18:37.793 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=196] [job="ID:196, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:131, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.796 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=196] [2024/05/06 03:18:37.796 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.796 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=115] [neededSchemaVersion=117] ["start time"=260.661µs] [gotSchemaVersion=117] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:37.797 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=134] [progress=1] [2024/05/06 03:18:37.798 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:198, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:134, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.797 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.798 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:198, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:134, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.797 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:37.799 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=197] [conn=1] [job="ID:197, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:194, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.778 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.801 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=197] [2024/05/06 03:18:37.801 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.802 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=117] [cur_db=test] [sql="drop table if exists ddltiflash28"] [user=] [2024/05/06 03:18:37.802 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=117] [cur_db=test] [sql="create table ddltiflash28(z int)"] [user=] [2024/05/06 03:18:37.806 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:200, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:199, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.804 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.806 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:200, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:199, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.804 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash28(z int)"] [2024/05/06 03:18:37.810 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=198] [category=ddl] [job="ID:198, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:134, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.797 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.810 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=134] [2024/05/06 03:18:37.815 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=198] [job="ID:198, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:134, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.797 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.817 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=198] [2024/05/06 03:18:37.817 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.818 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=117] [neededSchemaVersion=118] ["start time"=173.645µs] [gotSchemaVersion=118] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:37.818 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=137] [progress=1] [2024/05/06 03:18:37.821 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:201, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:137, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.819 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.821 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:201, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:137, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.819 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:37.827 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=200] [conn=1] [category=ddl] [job="ID:200, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:199, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.804 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.843 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=201] [category=ddl] [job="ID:201, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:137, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.819 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.843 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=137] [2024/05/06 03:18:37.852 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=200] [conn=1] [job="ID:200, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:199, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.804 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.855 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=200] [2024/05/06 03:18:37.855 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.856 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=118] [neededSchemaVersion=120] ["start time"=259.954µs] [gotSchemaVersion=120] [phyTblIDs="[199]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:37.856 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=120] [cur_db=test] [sql="alter table ddltiflash28 set tiflash replica 1"] [user=] [2024/05/06 03:18:37.858 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:202, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:199, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.857 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.858 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:202, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:199, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.857 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash28 set tiflash replica 1"] [2024/05/06 03:18:37.860 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=201] [job="ID:201, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:137, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.819 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.862 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=201] [2024/05/06 03:18:37.862 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.863 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=140] [progress=1] [2024/05/06 03:18:37.864 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:203, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:140, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.863 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.864 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:203, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:140, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.863 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:37.867 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=202] [conn=1] [category=ddl] [job="ID:202, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:199, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.857 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.867 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=199] [2024/05/06 03:18:37.867 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=199] [count=1] [2024/05/06 03:18:37.873 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=202] [conn=1] [job="ID:202, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:199, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.857 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.876 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=202] [2024/05/06 03:18:37.876 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.876 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=120] [neededSchemaVersion=121] ["start time"=142.506µs] [gotSchemaVersion=121] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:37.876 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=121] [cur_db=test] [sql="drop table if exists ddltiflash29"] [user=] [2024/05/06 03:18:37.876 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=121] [cur_db=test] [sql="create table ddltiflash29(z int)"] [user=] [2024/05/06 03:18:37.878 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:205, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:204, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.877 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.878 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:205, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:204, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.877 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash29(z int)"] [2024/05/06 03:18:37.881 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=203] [category=ddl] [job="ID:203, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:140, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.863 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.881 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=140] [2024/05/06 03:18:37.886 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=203] [job="ID:203, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:140, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.863 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.888 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=203] [2024/05/06 03:18:37.888 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.888 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=121] [neededSchemaVersion=122] ["start time"=130.764µs] [gotSchemaVersion=122] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:37.889 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=143] [progress=1] [2024/05/06 03:18:37.890 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:206, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:143, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.889 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.890 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:206, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:143, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.889 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:37.892 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=205] [conn=1] [category=ddl] [job="ID:205, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:204, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.877 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.898 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=205] [conn=1] [job="ID:205, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:204, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.877 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.900 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=205] [2024/05/06 03:18:37.900 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.900 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=122] [neededSchemaVersion=123] ["start time"=139.943µs] [gotSchemaVersion=123] [phyTblIDs="[204]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:37.901 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=123] [cur_db=test] [sql="alter table ddltiflash29 set tiflash replica 1"] [user=] [2024/05/06 03:18:37.902 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:207, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:204, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.901 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.902 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:207, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:204, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.901 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash29 set tiflash replica 1"] [2024/05/06 03:18:37.904 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=206] [category=ddl] [job="ID:206, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:143, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.889 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.904 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=143] [2024/05/06 03:18:37.910 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=207] [conn=1] [category=ddl] [job="ID:207, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:204, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.901 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.910 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=204] [2024/05/06 03:18:37.910 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=204] [count=1] [2024/05/06 03:18:37.915 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=206] [job="ID:206, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:143, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.889 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.917 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=206] [2024/05/06 03:18:37.917 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.917 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=123] [neededSchemaVersion=125] ["start time"=278.169µs] [gotSchemaVersion=125] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:37.919 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=146] [progress=1] [2024/05/06 03:18:37.922 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:208, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:146, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.921 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.922 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:208, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:146, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.921 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:37.922 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=207] [conn=1] [job="ID:207, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:204, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.901 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.926 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=207] [2024/05/06 03:18:37.926 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.931 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=125] [cur_db=test] [sql="drop table if exists ddltiflash30"] [user=] [2024/05/06 03:18:37.931 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=125] [cur_db=test] [sql="create table ddltiflash30(z int)"] [user=] [2024/05/06 03:18:37.934 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=208] [category=ddl] [job="ID:208, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:146, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.921 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.934 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=146] [2024/05/06 03:18:37.938 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:210, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:209, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.934 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.938 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:210, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:209, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.934 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash30(z int)"] [2024/05/06 03:18:37.948 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=208] [job="ID:208, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:146, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.921 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.957 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=208] [2024/05/06 03:18:37.957 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.957 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=125] [neededSchemaVersion=126] ["start time"=214.59µs] [gotSchemaVersion=126] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:37.957 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=149] [progress=1] [2024/05/06 03:18:37.960 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:211, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:149, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.959 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.960 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:211, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:149, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.959 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:37.963 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=210] [conn=1] [category=ddl] [job="ID:210, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:209, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.934 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.969 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=210] [conn=1] [job="ID:210, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:209, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.934 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.972 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=210] [2024/05/06 03:18:37.972 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.973 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=126] [neededSchemaVersion=127] ["start time"=152.469µs] [gotSchemaVersion=127] [phyTblIDs="[209]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:37.973 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=127] [cur_db=test] [sql="alter table ddltiflash30 set tiflash replica 1"] [user=] [2024/05/06 03:18:37.975 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:212, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:209, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.974 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.975 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:212, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:209, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:37.974 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash30 set tiflash replica 1"] [2024/05/06 03:18:37.979 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=211] [category=ddl] [job="ID:211, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:149, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.959 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.979 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=149] [2024/05/06 03:18:37.988 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=212] [conn=1] [category=ddl] [job="ID:212, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:209, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.974 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.988 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=209] [2024/05/06 03:18:37.988 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=209] [count=1] [2024/05/06 03:18:37.993 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=211] [job="ID:211, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:149, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.959 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:37.995 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=211] [2024/05/06 03:18:37.995 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:37.996 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=127] [neededSchemaVersion=129] ["start time"=250.616µs] [gotSchemaVersion=129] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:37.996 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=152] [progress=1] [2024/05/06 03:18:37.998 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:213, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:152, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.997 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:37.998 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:213, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:152, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:37.997 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:38.000 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=212] [conn=1] [job="ID:212, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:209, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.974 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.003 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=212] [2024/05/06 03:18:38.003 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.003 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=129] [cur_db=test] [sql="drop table if exists ddltiflash31"] [user=] [2024/05/06 03:18:38.004 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=129] [cur_db=test] [sql="create table ddltiflash31(z int)"] [user=] [2024/05/06 03:18:38.006 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:215, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:214, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.005 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.006 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:215, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:214, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.005 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash31(z int)"] [2024/05/06 03:18:38.009 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=213] [category=ddl] [job="ID:213, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:152, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.997 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.010 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=152] [2024/05/06 03:18:38.015 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=213] [job="ID:213, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:152, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:37.997 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.018 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=213] [2024/05/06 03:18:38.018 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.018 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=129] [neededSchemaVersion=130] ["start time"=217.219µs] [gotSchemaVersion=130] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:38.026 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=155] [progress=1] [2024/05/06 03:18:38.029 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:216, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:155, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.027 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.029 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:216, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:155, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.027 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:38.029 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=215] [conn=1] [category=ddl] [job="ID:215, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:214, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.005 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.042 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=215] [conn=1] [job="ID:215, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:214, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.005 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.046 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=215] [2024/05/06 03:18:38.046 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.046 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=130] [neededSchemaVersion=131] ["start time"=169.385µs] [gotSchemaVersion=131] [phyTblIDs="[214]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:38.046 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=131] [cur_db=test] [sql="alter table ddltiflash31 set tiflash replica 1"] [user=] [2024/05/06 03:18:38.049 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:217, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:214, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.048 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.049 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:217, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:214, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.048 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash31 set tiflash replica 1"] [2024/05/06 03:18:38.052 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=216] [category=ddl] [job="ID:216, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:155, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.027 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.052 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=155] [2024/05/06 03:18:38.058 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=216] [job="ID:216, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:155, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.027 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.060 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=216] [2024/05/06 03:18:38.060 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.060 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=131] [neededSchemaVersion=132] ["start time"=196.067µs] [gotSchemaVersion=132] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:38.061 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=158] [progress=1] [2024/05/06 03:18:38.063 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:218, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:158, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.062 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.063 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:218, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:158, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.062 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:38.066 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=217] [conn=1] [category=ddl] [job="ID:217, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:214, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.048 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.066 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=214] [2024/05/06 03:18:38.066 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=214] [count=1] [2024/05/06 03:18:38.075 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=218] [category=ddl] [job="ID:218, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:158, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.062 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.075 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=158] [2024/05/06 03:18:38.081 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=217] [conn=1] [job="ID:217, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:214, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.048 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.085 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=217] [2024/05/06 03:18:38.085 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.085 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=132] [neededSchemaVersion=134] ["start time"=219.619µs] [gotSchemaVersion=134] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:38.086 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=134] [cur_db=test] [sql="drop table if exists ddltiflash32"] [user=] [2024/05/06 03:18:38.086 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=134] [cur_db=test] [sql="create table ddltiflash32(z int)"] [user=] [2024/05/06 03:18:38.088 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:220, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:219, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.087 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.088 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:220, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:219, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.087 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash32(z int)"] [2024/05/06 03:18:38.091 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=218] [job="ID:218, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:158, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.062 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.094 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=218] [2024/05/06 03:18:38.094 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.095 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=161] [progress=1] [2024/05/06 03:18:38.099 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:221, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:161, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.096 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.099 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:221, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:161, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.096 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:38.100 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=220] [conn=1] [category=ddl] [job="ID:220, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:219, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.087 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.107 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=220] [conn=1] [job="ID:220, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:219, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.087 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.109 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=220] [2024/05/06 03:18:38.109 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.109 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=134] [neededSchemaVersion=135] ["start time"=169.241µs] [gotSchemaVersion=135] [phyTblIDs="[219]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:38.110 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=135] [cur_db=test] [sql="alter table ddltiflash32 set tiflash replica 1"] [user=] [2024/05/06 03:18:38.112 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:222, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:219, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.111 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.112 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:222, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:219, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.111 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash32 set tiflash replica 1"] [2024/05/06 03:18:38.117 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=221] [category=ddl] [job="ID:221, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:161, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.096 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.117 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=161] [2024/05/06 03:18:38.129 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=221] [job="ID:221, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:161, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.096 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.137 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=221] [2024/05/06 03:18:38.137 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.137 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=135] [neededSchemaVersion=136] ["start time"=197.41µs] [gotSchemaVersion=136] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:38.139 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=164] [progress=1] [2024/05/06 03:18:38.141 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:223, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:164, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.14 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.141 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:223, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:164, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.14 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:38.146 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=222] [conn=1] [category=ddl] [job="ID:222, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:219, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.111 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.147 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=219] [2024/05/06 03:18:38.147 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=219] [count=1] [2024/05/06 03:18:38.154 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=222] [conn=1] [job="ID:222, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:219, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.111 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.157 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=222] [2024/05/06 03:18:38.157 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.157 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=136] [neededSchemaVersion=137] ["start time"=163.516µs] [gotSchemaVersion=137] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:38.157 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=137] [cur_db=test] [sql="drop table if exists ddltiflash33"] [user=] [2024/05/06 03:18:38.158 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=137] [cur_db=test] [sql="create table ddltiflash33(z int)"] [user=] [2024/05/06 03:18:38.160 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:225, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:224, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.159 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.160 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:225, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:224, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.159 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash33(z int)"] [2024/05/06 03:18:38.162 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=223] [category=ddl] [job="ID:223, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:164, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.14 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.162 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=164] [2024/05/06 03:18:38.169 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=223] [job="ID:223, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:164, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.14 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.171 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=223] [2024/05/06 03:18:38.171 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.171 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=137] [neededSchemaVersion=138] ["start time"=150.567µs] [gotSchemaVersion=138] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:38.172 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=167] [progress=1] [2024/05/06 03:18:38.173 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:226, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:167, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.173 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.173 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:226, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:167, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.173 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:38.176 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=225] [conn=1] [category=ddl] [job="ID:225, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:224, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.159 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.186 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=226] [category=ddl] [job="ID:226, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:167, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.173 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.186 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=167] [2024/05/06 03:18:38.193 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=225] [conn=1] [job="ID:225, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:224, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.159 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.196 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=225] [2024/05/06 03:18:38.196 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.196 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=138] [neededSchemaVersion=140] ["start time"=245.736µs] [gotSchemaVersion=140] [phyTblIDs="[224]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:38.196 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=140] [cur_db=test] [sql="alter table ddltiflash33 set tiflash replica 1"] [user=] [2024/05/06 03:18:38.198 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:227, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:224, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.197 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.198 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:227, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:224, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.197 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash33 set tiflash replica 1"] [2024/05/06 03:18:38.203 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=226] [job="ID:226, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:167, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.173 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.205 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=226] [2024/05/06 03:18:38.205 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.211 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=227] [conn=1] [category=ddl] [job="ID:227, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:224, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.197 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.211 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=224] [2024/05/06 03:18:38.211 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=224] [count=1] [2024/05/06 03:18:38.229 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=227] [conn=1] [job="ID:227, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:224, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.197 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.239 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=227] [2024/05/06 03:18:38.239 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.239 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=140] [neededSchemaVersion=141] ["start time"=207.609µs] [gotSchemaVersion=141] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:38.239 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=141] [cur_db=test] [sql="drop table if exists ddltiflash34"] [user=] [2024/05/06 03:18:38.240 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=141] [cur_db=test] [sql="create table ddltiflash34(z int)"] [user=] [2024/05/06 03:18:38.243 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:229, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:228, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.241 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.243 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:229, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:228, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.241 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash34(z int)"] [2024/05/06 03:18:38.253 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=229] [conn=1] [category=ddl] [job="ID:229, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:228, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.241 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.261 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=229] [conn=1] [job="ID:229, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:228, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.241 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.264 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=229] [2024/05/06 03:18:38.264 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.264 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=141] [neededSchemaVersion=142] ["start time"=116.704µs] [gotSchemaVersion=142] [phyTblIDs="[228]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:38.264 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=142] [cur_db=test] [sql="alter table ddltiflash34 set tiflash replica 1"] [user=] [2024/05/06 03:18:38.266 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:230, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:228, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.265 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.266 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:230, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:228, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.265 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash34 set tiflash replica 1"] [2024/05/06 03:18:38.271 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=230] [conn=1] [category=ddl] [job="ID:230, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:228, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.265 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.271 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=228] [2024/05/06 03:18:38.272 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=228] [count=1] [2024/05/06 03:18:38.277 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=230] [conn=1] [job="ID:230, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:228, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.265 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.280 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=230] [2024/05/06 03:18:38.280 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.280 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=142] [neededSchemaVersion=143] ["start time"=205.834µs] [gotSchemaVersion=143] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:38.281 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=143] [cur_db=test] [sql="drop table if exists ddltiflash35"] [user=] [2024/05/06 03:18:38.281 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=143] [cur_db=test] [sql="create table ddltiflash35(z int)"] [user=] [2024/05/06 03:18:38.283 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:232, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:231, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.282 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.283 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:232, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:231, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.282 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash35(z int)"] [2024/05/06 03:18:38.291 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=232] [conn=1] [category=ddl] [job="ID:232, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:231, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.282 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.298 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=232] [conn=1] [job="ID:232, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:231, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.282 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.301 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=232] [2024/05/06 03:18:38.301 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.302 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=143] [neededSchemaVersion=144] ["start time"=175.311µs] [gotSchemaVersion=144] [phyTblIDs="[231]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:38.302 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=144] [cur_db=test] [sql="alter table ddltiflash35 set tiflash replica 1"] [user=] [2024/05/06 03:18:38.305 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:233, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:231, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.303 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.306 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:233, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:231, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.303 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash35 set tiflash replica 1"] [2024/05/06 03:18:38.311 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=233] [conn=1] [category=ddl] [job="ID:233, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:231, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.303 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.311 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=231] [2024/05/06 03:18:38.311 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=231] [count=1] [2024/05/06 03:18:38.324 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=233] [conn=1] [job="ID:233, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:231, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.303 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.327 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=233] [2024/05/06 03:18:38.327 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.328 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=144] [neededSchemaVersion=145] ["start time"=273.244µs] [gotSchemaVersion=145] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:38.328 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=145] [cur_db=test] [sql="drop table if exists ddltiflash36"] [user=] [2024/05/06 03:18:38.328 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=145] [cur_db=test] [sql="create table ddltiflash36(z int)"] [user=] [2024/05/06 03:18:38.332 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:235, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:234, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.33 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.332 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:235, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:234, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.33 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash36(z int)"] [2024/05/06 03:18:38.342 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=235] [conn=1] [category=ddl] [job="ID:235, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:234, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.33 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.357 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=235] [conn=1] [job="ID:235, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:234, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.33 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.360 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=235] [2024/05/06 03:18:38.360 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.360 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=145] [neededSchemaVersion=146] ["start time"=176.709µs] [gotSchemaVersion=146] [phyTblIDs="[234]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:38.361 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=146] [cur_db=test] [sql="alter table ddltiflash36 set tiflash replica 1"] [user=] [2024/05/06 03:18:38.363 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:236, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:234, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.362 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.363 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:236, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:234, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.362 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash36 set tiflash replica 1"] [2024/05/06 03:18:38.375 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=236] [conn=1] [category=ddl] [job="ID:236, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:234, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.362 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.375 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=234] [2024/05/06 03:18:38.375 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=234] [count=1] [2024/05/06 03:18:38.384 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=236] [conn=1] [job="ID:236, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:234, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.362 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.387 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=236] [2024/05/06 03:18:38.387 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.387 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=146] [neededSchemaVersion=147] ["start time"=128.527µs] [gotSchemaVersion=147] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:38.387 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=147] [cur_db=test] [sql="drop table if exists ddltiflash37"] [user=] [2024/05/06 03:18:38.388 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=147] [cur_db=test] [sql="create table ddltiflash37(z int)"] [user=] [2024/05/06 03:18:38.389 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:238, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:237, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.389 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.389 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:238, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:237, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.389 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash37(z int)"] [2024/05/06 03:18:38.394 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=238] [conn=1] [category=ddl] [job="ID:238, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:237, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.389 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.400 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=238] [conn=1] [job="ID:238, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:237, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.389 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.403 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=238] [2024/05/06 03:18:38.403 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.403 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=147] [neededSchemaVersion=148] ["start time"=165.04µs] [gotSchemaVersion=148] [phyTblIDs="[237]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:38.403 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=148] [cur_db=test] [sql="alter table ddltiflash37 set tiflash replica 1"] [user=] [2024/05/06 03:18:38.405 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:239, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:237, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.405 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.405 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:239, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:237, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.405 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash37 set tiflash replica 1"] [2024/05/06 03:18:38.414 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=239] [conn=1] [category=ddl] [job="ID:239, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:237, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.405 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.414 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=237] [2024/05/06 03:18:38.415 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=237] [count=1] [2024/05/06 03:18:38.436 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=239] [conn=1] [job="ID:239, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:237, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.405 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.440 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=239] [2024/05/06 03:18:38.440 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.440 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=148] [neededSchemaVersion=149] ["start time"=200.649µs] [gotSchemaVersion=149] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:38.441 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=149] [cur_db=test] [sql="drop table if exists ddltiflash38"] [user=] [2024/05/06 03:18:38.441 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=149] [cur_db=test] [sql="create table ddltiflash38(z int)"] [user=] [2024/05/06 03:18:38.444 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:241, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:240, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.444 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:241, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:240, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash38(z int)"] [2024/05/06 03:18:38.454 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=241] [conn=1] [category=ddl] [job="ID:241, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:240, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.466 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=241] [conn=1] [job="ID:241, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:240, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.469 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=241] [2024/05/06 03:18:38.469 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.470 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=149] [neededSchemaVersion=150] ["start time"=174.255µs] [gotSchemaVersion=150] [phyTblIDs="[240]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:38.470 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=150] [cur_db=test] [sql="alter table ddltiflash38 set tiflash replica 1"] [user=] [2024/05/06 03:18:38.473 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:242, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:240, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.472 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.473 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:242, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:240, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.472 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash38 set tiflash replica 1"] [2024/05/06 03:18:38.481 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=242] [conn=1] [category=ddl] [job="ID:242, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:240, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.472 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.482 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=240] [2024/05/06 03:18:38.482 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=240] [count=1] [2024/05/06 03:18:38.490 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=242] [conn=1] [job="ID:242, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:240, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.472 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.493 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=242] [2024/05/06 03:18:38.493 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.494 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=150] [neededSchemaVersion=151] ["start time"=191.96µs] [gotSchemaVersion=151] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:38.494 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=151] [cur_db=test] [sql="drop table if exists ddltiflash39"] [user=] [2024/05/06 03:18:38.494 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=151] [cur_db=test] [sql="create table ddltiflash39(z int)"] [user=] [2024/05/06 03:18:38.496 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:244, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:243, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.495 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.496 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:244, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:243, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.495 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash39(z int)"] [2024/05/06 03:18:38.503 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=244] [conn=1] [category=ddl] [job="ID:244, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:243, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.495 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.515 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=244] [conn=1] [job="ID:244, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:243, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.495 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.518 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=244] [2024/05/06 03:18:38.518 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.519 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=151] [neededSchemaVersion=152] ["start time"=175.355µs] [gotSchemaVersion=152] [phyTblIDs="[243]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:38.519 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=152] [cur_db=test] [sql="alter table ddltiflash39 set tiflash replica 1"] [user=] [2024/05/06 03:18:38.523 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:245, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:243, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.522 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.523 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:245, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:243, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.522 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash39 set tiflash replica 1"] [2024/05/06 03:18:38.544 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=245] [conn=1] [category=ddl] [job="ID:245, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:243, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.522 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.545 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=243] [2024/05/06 03:18:38.545 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=243] [count=1] [2024/05/06 03:18:38.561 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=245] [conn=1] [job="ID:245, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:243, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.522 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.563 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=245] [2024/05/06 03:18:38.563 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.564 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=152] [neededSchemaVersion=153] ["start time"=192.35µs] [gotSchemaVersion=153] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:38.564 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=153] [cur_db=test] [sql="drop table if exists ddltiflash40"] [user=] [2024/05/06 03:18:38.564 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=153] [cur_db=test] [sql="create table ddltiflash40(z int)"] [user=] [2024/05/06 03:18:38.572 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:247, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:246, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.566 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.572 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:247, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:246, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.566 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash40(z int)"] [2024/05/06 03:18:38.579 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=247] [conn=1] [category=ddl] [job="ID:247, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:246, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.566 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.592 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=247] [conn=1] [job="ID:247, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:246, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.566 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.595 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=247] [2024/05/06 03:18:38.595 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.595 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=153] [neededSchemaVersion=154] ["start time"=162.79µs] [gotSchemaVersion=154] [phyTblIDs="[246]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:38.595 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=154] [cur_db=test] [sql="alter table ddltiflash40 set tiflash replica 1"] [user=] [2024/05/06 03:18:38.598 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:248, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:246, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.597 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.598 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:248, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:246, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.597 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash40 set tiflash replica 1"] [2024/05/06 03:18:38.606 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=248] [conn=1] [category=ddl] [job="ID:248, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:246, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.597 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.607 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=246] [2024/05/06 03:18:38.607 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=246] [count=1] [2024/05/06 03:18:38.615 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=248] [conn=1] [job="ID:248, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:246, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.597 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.618 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=248] [2024/05/06 03:18:38.618 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.619 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=154] [neededSchemaVersion=155] ["start time"=164.603µs] [gotSchemaVersion=155] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:38.619 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=155] [cur_db=test] [sql="drop table if exists ddltiflash41"] [user=] [2024/05/06 03:18:38.619 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=155] [cur_db=test] [sql="create table ddltiflash41(z int)"] [user=] [2024/05/06 03:18:38.622 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:250, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:249, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.621 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.622 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:250, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:249, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.621 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash41(z int)"] [2024/05/06 03:18:38.649 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=250] [conn=1] [category=ddl] [job="ID:250, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:249, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.621 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.660 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=250] [conn=1] [job="ID:250, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:249, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.621 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.663 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=250] [2024/05/06 03:18:38.663 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.664 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=155] [neededSchemaVersion=156] ["start time"=148.301µs] [gotSchemaVersion=156] [phyTblIDs="[249]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:38.664 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=156] [cur_db=test] [sql="alter table ddltiflash41 set tiflash replica 1"] [user=] [2024/05/06 03:18:38.666 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:251, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:249, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.666 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:251, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:249, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash41 set tiflash replica 1"] [2024/05/06 03:18:38.673 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=251] [conn=1] [category=ddl] [job="ID:251, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:249, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.674 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=249] [2024/05/06 03:18:38.674 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=249] [count=1] [2024/05/06 03:18:38.680 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=251] [conn=1] [job="ID:251, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:249, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.683 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=251] [2024/05/06 03:18:38.683 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.683 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=156] [neededSchemaVersion=157] ["start time"=189.089µs] [gotSchemaVersion=157] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:38.684 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=157] [cur_db=test] [sql="drop table if exists ddltiflash42"] [user=] [2024/05/06 03:18:38.684 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=157] [cur_db=test] [sql="create table ddltiflash42(z int)"] [user=] [2024/05/06 03:18:38.686 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:253, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:252, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.685 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.687 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:253, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:252, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.685 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash42(z int)"] [2024/05/06 03:18:38.694 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=253] [conn=1] [category=ddl] [job="ID:253, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:252, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.685 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.707 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=253] [conn=1] [job="ID:253, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:252, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.685 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.710 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=253] [2024/05/06 03:18:38.710 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.711 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=157] [neededSchemaVersion=158] ["start time"=163.871µs] [gotSchemaVersion=158] [phyTblIDs="[252]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:38.711 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=158] [cur_db=test] [sql="alter table ddltiflash42 set tiflash replica 1"] [user=] [2024/05/06 03:18:38.713 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:254, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:252, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.712 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.713 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:254, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:252, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.712 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash42 set tiflash replica 1"] [2024/05/06 03:18:38.725 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=254] [conn=1] [category=ddl] [job="ID:254, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:252, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.712 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.725 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=252] [2024/05/06 03:18:38.725 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=252] [count=1] [2024/05/06 03:18:38.734 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=254] [conn=1] [job="ID:254, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:252, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.712 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.738 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=254] [2024/05/06 03:18:38.738 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.738 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=158] [neededSchemaVersion=159] ["start time"=208.021µs] [gotSchemaVersion=159] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:38.739 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=159] [cur_db=test] [sql="drop table if exists ddltiflash43"] [user=] [2024/05/06 03:18:38.739 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=159] [cur_db=test] [sql="create table ddltiflash43(z int)"] [user=] [2024/05/06 03:18:38.742 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:256, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:255, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.741 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.742 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:256, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:255, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.741 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash43(z int)"] [2024/05/06 03:18:38.752 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=256] [conn=1] [category=ddl] [job="ID:256, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:255, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.741 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.762 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=256] [conn=1] [job="ID:256, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:255, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.741 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.766 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=256] [2024/05/06 03:18:38.766 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.766 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=159] [neededSchemaVersion=160] ["start time"=197.55µs] [gotSchemaVersion=160] [phyTblIDs="[255]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:38.766 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=160] [cur_db=test] [sql="alter table ddltiflash43 set tiflash replica 1"] [user=] [2024/05/06 03:18:38.769 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:257, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:255, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.768 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.769 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:257, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:255, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.768 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash43 set tiflash replica 1"] [2024/05/06 03:18:38.776 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=257] [conn=1] [category=ddl] [job="ID:257, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:255, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.768 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.776 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=255] [2024/05/06 03:18:38.776 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=255] [count=1] [2024/05/06 03:18:38.782 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=257] [conn=1] [job="ID:257, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:255, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.768 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.785 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=257] [2024/05/06 03:18:38.785 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.785 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=160] [neededSchemaVersion=161] ["start time"=125.086µs] [gotSchemaVersion=161] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:38.785 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=161] [cur_db=test] [sql="drop table if exists ddltiflash44"] [user=] [2024/05/06 03:18:38.785 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=161] [cur_db=test] [sql="create table ddltiflash44(z int)"] [user=] [2024/05/06 03:18:38.787 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:259, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:258, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.786 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.787 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:259, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:258, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.786 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash44(z int)"] [2024/05/06 03:18:38.793 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=259] [conn=1] [category=ddl] [job="ID:259, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:258, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.786 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.798 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=259] [conn=1] [job="ID:259, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:258, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.786 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.800 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=259] [2024/05/06 03:18:38.800 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.800 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=161] [neededSchemaVersion=162] ["start time"=126.557µs] [gotSchemaVersion=162] [phyTblIDs="[258]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:38.800 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=162] [cur_db=test] [sql="alter table ddltiflash44 set tiflash replica 1"] [user=] [2024/05/06 03:18:38.802 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:260, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:258, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.801 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.802 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:260, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:258, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.801 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash44 set tiflash replica 1"] [2024/05/06 03:18:38.806 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=260] [conn=1] [category=ddl] [job="ID:260, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:258, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.801 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.806 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=258] [2024/05/06 03:18:38.807 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=258] [count=1] [2024/05/06 03:18:38.816 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=260] [conn=1] [job="ID:260, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:258, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.801 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.826 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=260] [2024/05/06 03:18:38.826 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.826 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=162] [neededSchemaVersion=163] ["start time"=213.638µs] [gotSchemaVersion=163] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:38.827 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=163] [cur_db=test] [sql="drop table if exists ddltiflash45"] [user=] [2024/05/06 03:18:38.827 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=163] [cur_db=test] [sql="create table ddltiflash45(z int)"] [user=] [2024/05/06 03:18:38.842 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:262, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:261, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.833 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.843 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:262, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:261, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.833 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash45(z int)"] [2024/05/06 03:18:38.855 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=262] [conn=1] [category=ddl] [job="ID:262, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:261, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.833 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.865 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=262] [conn=1] [job="ID:262, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:261, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.833 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.868 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=262] [2024/05/06 03:18:38.868 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.868 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=163] [neededSchemaVersion=164] ["start time"=150.543µs] [gotSchemaVersion=164] [phyTblIDs="[261]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:38.868 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=164] [cur_db=test] [sql="alter table ddltiflash45 set tiflash replica 1"] [user=] [2024/05/06 03:18:38.870 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:263, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:261, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.869 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.870 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:263, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:261, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.869 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash45 set tiflash replica 1"] [2024/05/06 03:18:38.874 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=263] [conn=1] [category=ddl] [job="ID:263, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:261, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.869 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.874 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=261] [2024/05/06 03:18:38.874 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=261] [count=1] [2024/05/06 03:18:38.879 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=263] [conn=1] [job="ID:263, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:261, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.869 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.880 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=263] [2024/05/06 03:18:38.880 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.881 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=164] [neededSchemaVersion=165] ["start time"=121.792µs] [gotSchemaVersion=165] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:38.881 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=165] [cur_db=test] [sql="drop table if exists ddltiflash46"] [user=] [2024/05/06 03:18:38.881 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=165] [cur_db=test] [sql="create table ddltiflash46(z int)"] [user=] [2024/05/06 03:18:38.883 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:265, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:264, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.882 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.883 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:265, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:264, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.882 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash46(z int)"] [2024/05/06 03:18:38.887 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=265] [conn=1] [category=ddl] [job="ID:265, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:264, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.882 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.892 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=265] [conn=1] [job="ID:265, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:264, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.882 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.894 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=265] [2024/05/06 03:18:38.894 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.894 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=165] [neededSchemaVersion=166] ["start time"=109.88µs] [gotSchemaVersion=166] [phyTblIDs="[264]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:38.894 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=166] [cur_db=test] [sql="alter table ddltiflash46 set tiflash replica 1"] [user=] [2024/05/06 03:18:38.895 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:266, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:264, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.895 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.895 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:266, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:264, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.895 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash46 set tiflash replica 1"] [2024/05/06 03:18:38.900 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=266] [conn=1] [category=ddl] [job="ID:266, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:264, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.895 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.900 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=264] [2024/05/06 03:18:38.900 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=264] [count=1] [2024/05/06 03:18:38.908 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=266] [conn=1] [job="ID:266, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:264, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.895 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.910 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=266] [2024/05/06 03:18:38.910 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.910 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=166] [neededSchemaVersion=167] ["start time"=200.068µs] [gotSchemaVersion=167] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:38.910 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=167] [cur_db=test] [sql="drop table if exists ddltiflash47"] [user=] [2024/05/06 03:18:38.910 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=167] [cur_db=test] [sql="create table ddltiflash47(z int)"] [user=] [2024/05/06 03:18:38.912 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:268, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:267, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.911 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.912 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:268, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:267, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.911 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash47(z int)"] [2024/05/06 03:18:38.916 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=268] [conn=1] [category=ddl] [job="ID:268, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:267, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.911 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.923 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=268] [conn=1] [job="ID:268, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:267, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.911 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.926 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=268] [2024/05/06 03:18:38.926 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.926 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=167] [neededSchemaVersion=168] ["start time"=168.089µs] [gotSchemaVersion=168] [phyTblIDs="[267]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:38.927 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=168] [cur_db=test] [sql="alter table ddltiflash47 set tiflash replica 1"] [user=] [2024/05/06 03:18:38.929 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:269, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:267, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.928 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.929 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:269, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:267, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.928 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash47 set tiflash replica 1"] [2024/05/06 03:18:38.941 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=269] [conn=1] [category=ddl] [job="ID:269, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:267, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.928 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.941 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=267] [2024/05/06 03:18:38.941 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=267] [count=1] [2024/05/06 03:18:38.951 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=269] [conn=1] [job="ID:269, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:267, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.928 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.954 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=269] [2024/05/06 03:18:38.954 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.954 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=168] [neededSchemaVersion=169] ["start time"=211.138µs] [gotSchemaVersion=169] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:38.954 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=169] [cur_db=test] [sql="drop table if exists ddltiflash48"] [user=] [2024/05/06 03:18:38.954 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=169] [cur_db=test] [sql="create table ddltiflash48(z int)"] [user=] [2024/05/06 03:18:38.957 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:271, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:270, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.956 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.957 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:271, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:270, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.956 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash48(z int)"] [2024/05/06 03:18:38.964 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=271] [conn=1] [category=ddl] [job="ID:271, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:270, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.956 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.969 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=271] [conn=1] [job="ID:271, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:270, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.956 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.971 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=271] [2024/05/06 03:18:38.971 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.971 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=169] [neededSchemaVersion=170] ["start time"=147.179µs] [gotSchemaVersion=170] [phyTblIDs="[270]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:38.972 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=170] [cur_db=test] [sql="alter table ddltiflash48 set tiflash replica 1"] [user=] [2024/05/06 03:18:38.973 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:272, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:270, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.973 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.973 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:272, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:270, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:38.973 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash48 set tiflash replica 1"] [2024/05/06 03:18:38.980 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=272] [conn=1] [category=ddl] [job="ID:272, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:270, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.973 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.981 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=270] [2024/05/06 03:18:38.981 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=270] [count=1] [2024/05/06 03:18:38.985 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=272] [conn=1] [job="ID:272, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:270, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.973 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:38.988 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=272] [2024/05/06 03:18:38.988 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:38.989 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=170] [neededSchemaVersion=171] ["start time"=169.589µs] [gotSchemaVersion=171] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:38.989 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=171] [cur_db=test] [sql="drop table if exists ddltiflash49"] [user=] [2024/05/06 03:18:38.989 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=171] [cur_db=test] [sql="create table ddltiflash49(z int)"] [user=] [2024/05/06 03:18:38.991 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:274, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:273, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.99 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:38.991 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:274, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:273, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:38.99 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash49(z int)"] [2024/05/06 03:18:38.997 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=274] [conn=1] [category=ddl] [job="ID:274, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:273, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.99 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.005 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=274] [conn=1] [job="ID:274, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:273, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:38.99 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.008 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=274] [2024/05/06 03:18:39.008 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.008 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=171] [neededSchemaVersion=172] ["start time"=131.037µs] [gotSchemaVersion=172] [phyTblIDs="[273]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:39.008 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=172] [cur_db=test] [sql="alter table ddltiflash49 set tiflash replica 1"] [user=] [2024/05/06 03:18:39.010 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:275, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:273, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:39.009 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.010 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:275, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:273, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:39.009 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash49 set tiflash replica 1"] [2024/05/06 03:18:39.019 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=275] [conn=1] [category=ddl] [job="ID:275, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:273, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.009 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.020 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=273] [2024/05/06 03:18:39.020 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=273] [count=1] [2024/05/06 03:18:39.035 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=275] [conn=1] [job="ID:275, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:273, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.009 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.042 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=275] [2024/05/06 03:18:39.042 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.042 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=172] [neededSchemaVersion=173] ["start time"=211.139µs] [gotSchemaVersion=173] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:39.043 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=173] [cur_db=test] [sql="drop table if exists ddltiflash50"] [user=] [2024/05/06 03:18:39.043 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=173] [cur_db=test] [sql="create table ddltiflash50(z int)"] [user=] [2024/05/06 03:18:39.046 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:277, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:276, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.044 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.046 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:277, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:276, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.044 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash50(z int)"] [2024/05/06 03:18:39.053 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=277] [conn=1] [category=ddl] [job="ID:277, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:276, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.044 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.061 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=277] [conn=1] [job="ID:277, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:276, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.044 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.063 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=277] [2024/05/06 03:18:39.064 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.064 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=173] [neededSchemaVersion=174] ["start time"=164.078µs] [gotSchemaVersion=174] [phyTblIDs="[276]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:39.064 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=174] [cur_db=test] [sql="alter table ddltiflash50 set tiflash replica 1"] [user=] [2024/05/06 03:18:39.066 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:278, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:276, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:39.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.066 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:278, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:276, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:39.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash50 set tiflash replica 1"] [2024/05/06 03:18:39.072 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=278] [conn=1] [category=ddl] [job="ID:278, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:276, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.072 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=276] [2024/05/06 03:18:39.072 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=276] [count=1] [2024/05/06 03:18:39.077 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=278] [conn=1] [job="ID:278, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:276, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.079 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=278] [2024/05/06 03:18:39.079 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.079 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=174] [neededSchemaVersion=175] ["start time"=134.724µs] [gotSchemaVersion=175] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:39.079 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=175] [cur_db=test] [sql="drop table if exists ddltiflash51"] [user=] [2024/05/06 03:18:39.079 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=175] [cur_db=test] [sql="create table ddltiflash51(z int)"] [user=] [2024/05/06 03:18:39.081 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:280, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:279, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.08 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.081 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:280, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:279, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.08 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash51(z int)"] [2024/05/06 03:18:39.087 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=280] [conn=1] [category=ddl] [job="ID:280, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:279, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.08 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.094 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=280] [conn=1] [job="ID:280, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:279, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.08 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.096 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=280] [2024/05/06 03:18:39.096 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.097 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=175] [neededSchemaVersion=176] ["start time"=142.389µs] [gotSchemaVersion=176] [phyTblIDs="[279]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:39.097 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=176] [cur_db=test] [sql="alter table ddltiflash51 set tiflash replica 1"] [user=] [2024/05/06 03:18:39.099 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:281, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:279, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:39.098 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.099 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:281, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:279, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:39.098 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash51 set tiflash replica 1"] [2024/05/06 03:18:39.104 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=281] [conn=1] [category=ddl] [job="ID:281, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:279, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.098 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.104 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=279] [2024/05/06 03:18:39.104 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=279] [count=1] [2024/05/06 03:18:39.110 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=281] [conn=1] [job="ID:281, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:279, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.098 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.112 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=281] [2024/05/06 03:18:39.112 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.113 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=176] [neededSchemaVersion=177] ["start time"=134.597µs] [gotSchemaVersion=177] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:39.113 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=177] [cur_db=test] [sql="drop table if exists ddltiflash52"] [user=] [2024/05/06 03:18:39.113 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=177] [cur_db=test] [sql="create table ddltiflash52(z int)"] [user=] [2024/05/06 03:18:39.115 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:283, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:282, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.114 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.115 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:283, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:282, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.114 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash52(z int)"] [2024/05/06 03:18:39.124 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=283] [conn=1] [category=ddl] [job="ID:283, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:282, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.114 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.134 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=283] [conn=1] [job="ID:283, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:282, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.114 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.137 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=283] [2024/05/06 03:18:39.137 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.137 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=177] [neededSchemaVersion=178] ["start time"=183.116µs] [gotSchemaVersion=178] [phyTblIDs="[282]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:39.138 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=178] [cur_db=test] [sql="alter table ddltiflash52 set tiflash replica 1"] [user=] [2024/05/06 03:18:39.145 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:284, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:282, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:39.139 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.145 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:284, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:282, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:39.139 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash52 set tiflash replica 1"] [2024/05/06 03:18:39.152 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=284] [conn=1] [category=ddl] [job="ID:284, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:282, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.139 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.152 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=282] [2024/05/06 03:18:39.152 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=282] [count=1] [2024/05/06 03:18:39.159 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=284] [conn=1] [job="ID:284, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:282, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.139 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.162 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=284] [2024/05/06 03:18:39.162 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.162 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=178] [neededSchemaVersion=179] ["start time"=223.569µs] [gotSchemaVersion=179] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:39.162 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=179] [cur_db=test] [sql="drop table if exists ddltiflash53"] [user=] [2024/05/06 03:18:39.163 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=179] [cur_db=test] [sql="create table ddltiflash53(z int)"] [user=] [2024/05/06 03:18:39.165 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:286, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:285, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.164 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.165 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:286, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:285, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.164 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash53(z int)"] [2024/05/06 03:18:39.171 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=286] [conn=1] [category=ddl] [job="ID:286, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:285, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.164 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.176 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=286] [conn=1] [job="ID:286, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:285, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.164 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.179 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=286] [2024/05/06 03:18:39.179 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.180 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=179] [neededSchemaVersion=180] ["start time"=179.306µs] [gotSchemaVersion=180] [phyTblIDs="[285]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:39.180 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=180] [cur_db=test] [sql="alter table ddltiflash53 set tiflash replica 1"] [user=] [2024/05/06 03:18:39.182 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:287, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:285, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:39.181 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.182 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:287, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:285, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:39.181 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash53 set tiflash replica 1"] [2024/05/06 03:18:39.187 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=287] [conn=1] [category=ddl] [job="ID:287, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:285, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.181 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.187 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=285] [2024/05/06 03:18:39.187 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=285] [count=1] [2024/05/06 03:18:39.193 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=287] [conn=1] [job="ID:287, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:285, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.181 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.196 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=287] [2024/05/06 03:18:39.196 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.196 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=180] [neededSchemaVersion=181] ["start time"=263.161µs] [gotSchemaVersion=181] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:39.197 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=181] [cur_db=test] [sql="drop table if exists ddltiflash54"] [user=] [2024/05/06 03:18:39.197 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=181] [cur_db=test] [sql="create table ddltiflash54(z int)"] [user=] [2024/05/06 03:18:39.199 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:289, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:288, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.198 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.200 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:289, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:288, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.198 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash54(z int)"] [2024/05/06 03:18:39.207 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=289] [conn=1] [category=ddl] [job="ID:289, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:288, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.198 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.214 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=289] [conn=1] [job="ID:289, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:288, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.198 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.214 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=170] [progress=1] [2024/05/06 03:18:39.216 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:290, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:170, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.216 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:290, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:170, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:39.216 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=289] [2024/05/06 03:18:39.216 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.216 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=181] [neededSchemaVersion=182] ["start time"=153.36µs] [gotSchemaVersion=182] [phyTblIDs="[288]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:39.216 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=182] [cur_db=test] [sql="alter table ddltiflash54 set tiflash replica 1"] [user=] [2024/05/06 03:18:39.219 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:291, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:288, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:39.218 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.219 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:291, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:288, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:39.218 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash54 set tiflash replica 1"] [2024/05/06 03:18:39.220 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=290] [category=ddl] [job="ID:290, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:170, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.221 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=170] [2024/05/06 03:18:39.232 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=290] [job="ID:290, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:170, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.236 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=290] [2024/05/06 03:18:39.236 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.236 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=182] [neededSchemaVersion=183] ["start time"=194.843µs] [gotSchemaVersion=183] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:39.239 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=174] [progress=1] [2024/05/06 03:18:39.243 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:292, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:174, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.242 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.243 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:292, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:174, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.242 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:39.244 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=291] [conn=1] [category=ddl] [job="ID:291, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:288, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.218 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.245 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=288] [2024/05/06 03:18:39.245 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=288] [count=1] [2024/05/06 03:18:39.251 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=291] [conn=1] [job="ID:291, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:288, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.218 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.255 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=291] [2024/05/06 03:18:39.255 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.255 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=183] [neededSchemaVersion=184] ["start time"=227.035µs] [gotSchemaVersion=184] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:39.255 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=184] [cur_db=test] [sql="drop table if exists ddltiflash55"] [user=] [2024/05/06 03:18:39.256 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=184] [cur_db=test] [sql="create table ddltiflash55(z int)"] [user=] [2024/05/06 03:18:39.258 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:294, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:293, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.257 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.258 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:294, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:293, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.257 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash55(z int)"] [2024/05/06 03:18:39.260 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=292] [category=ddl] [job="ID:292, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:174, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.242 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.260 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=174] [2024/05/06 03:18:39.268 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=292] [job="ID:292, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:174, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.242 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.270 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=292] [2024/05/06 03:18:39.270 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.270 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=184] [neededSchemaVersion=185] ["start time"=134.019µs] [gotSchemaVersion=185] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:39.271 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=179] [progress=1] [2024/05/06 03:18:39.273 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:295, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:179, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.272 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.273 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:295, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:179, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.272 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:39.275 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=294] [conn=1] [category=ddl] [job="ID:294, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:293, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.257 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.282 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=295] [category=ddl] [job="ID:295, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:179, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.272 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.283 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=179] [2024/05/06 03:18:39.293 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=294] [conn=1] [job="ID:294, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:293, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.257 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.295 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=294] [2024/05/06 03:18:39.295 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.296 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=185] [neededSchemaVersion=187] ["start time"=303.893µs] [gotSchemaVersion=187] [phyTblIDs="[293]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:39.296 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=187] [cur_db=test] [sql="alter table ddltiflash55 set tiflash replica 1"] [user=] [2024/05/06 03:18:39.298 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:296, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:293, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:39.297 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.298 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:296, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:293, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:39.297 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash55 set tiflash replica 1"] [2024/05/06 03:18:39.299 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=295] [job="ID:295, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:179, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.272 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.301 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=295] [2024/05/06 03:18:39.301 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.301 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=184] [progress=1] [2024/05/06 03:18:39.303 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:297, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:184, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.302 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.303 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:297, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:184, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.302 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:39.306 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=296] [conn=1] [category=ddl] [job="ID:296, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:293, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.297 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.307 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=293] [2024/05/06 03:18:39.307 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=293] [count=1] [2024/05/06 03:18:39.314 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=296] [conn=1] [job="ID:296, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:293, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.297 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.316 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=296] [2024/05/06 03:18:39.316 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.316 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=187] [neededSchemaVersion=188] ["start time"=144.481µs] [gotSchemaVersion=188] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:39.318 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=188] [cur_db=test] [sql="drop table if exists ddltiflash56"] [user=] [2024/05/06 03:18:39.318 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=188] [cur_db=test] [sql="create table ddltiflash56(z int)"] [user=] [2024/05/06 03:18:39.321 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:299, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:298, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.32 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.321 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:299, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:298, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.32 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash56(z int)"] [2024/05/06 03:18:39.326 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=297] [category=ddl] [job="ID:297, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:184, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.302 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.327 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=184] [2024/05/06 03:18:39.339 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=297] [job="ID:297, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:184, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.302 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.349 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=297] [2024/05/06 03:18:39.349 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.349 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=188] [neededSchemaVersion=189] ["start time"=231.278µs] [gotSchemaVersion=189] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:39.355 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=189] [progress=1] [2024/05/06 03:18:39.357 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:300, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:189, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.356 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.357 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:300, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:189, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.356 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:39.357 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=299] [conn=1] [category=ddl] [job="ID:299, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:298, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.32 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.364 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=300] [category=ddl] [job="ID:300, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:189, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.356 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.364 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=189] [2024/05/06 03:18:39.369 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=299] [conn=1] [job="ID:299, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:298, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.32 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.371 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=299] [2024/05/06 03:18:39.371 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.371 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=189] [neededSchemaVersion=191] ["start time"=276.997µs] [gotSchemaVersion=191] [phyTblIDs="[298]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:39.372 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=191] [cur_db=test] [sql="alter table ddltiflash56 set tiflash replica 1"] [user=] [2024/05/06 03:18:39.373 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:301, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:298, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:39.372 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.373 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:301, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:298, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:39.372 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash56 set tiflash replica 1"] [2024/05/06 03:18:39.375 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=300] [job="ID:300, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:189, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.356 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.377 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=300] [2024/05/06 03:18:39.377 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.377 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=194] [progress=1] [2024/05/06 03:18:39.378 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:302, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:194, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.378 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.378 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:302, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:194, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.378 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:39.382 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=301] [conn=1] [category=ddl] [job="ID:301, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:298, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.372 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.382 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=298] [2024/05/06 03:18:39.382 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=298] [count=1] [2024/05/06 03:18:39.388 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=301] [conn=1] [job="ID:301, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:298, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.372 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.389 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=301] [2024/05/06 03:18:39.389 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.390 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=191] [neededSchemaVersion=192] ["start time"=139.634µs] [gotSchemaVersion=192] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:39.390 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=192] [cur_db=test] [sql="drop table if exists ddltiflash57"] [user=] [2024/05/06 03:18:39.390 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=192] [cur_db=test] [sql="create table ddltiflash57(z int)"] [user=] [2024/05/06 03:18:39.392 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:304, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:303, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.391 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.392 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:304, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:303, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.391 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash57(z int)"] [2024/05/06 03:18:39.395 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=302] [category=ddl] [job="ID:302, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:194, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.378 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.395 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=194] [2024/05/06 03:18:39.402 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=302] [job="ID:302, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:194, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.378 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.404 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=302] [2024/05/06 03:18:39.404 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.404 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=192] [neededSchemaVersion=193] ["start time"=133.735µs] [gotSchemaVersion=193] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:39.405 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=199] [progress=1] [2024/05/06 03:18:39.406 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:305, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:199, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.405 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.406 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:305, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:199, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.405 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:39.408 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=304] [conn=1] [category=ddl] [job="ID:304, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:303, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.391 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.414 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=305] [category=ddl] [job="ID:305, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:199, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.405 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.414 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=199] [2024/05/06 03:18:39.424 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=304] [conn=1] [job="ID:304, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:303, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.391 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.430 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=304] [2024/05/06 03:18:39.430 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.435 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=193] [neededSchemaVersion=195] ["start time"=468.585µs] [gotSchemaVersion=195] [phyTblIDs="[303]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:39.436 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=195] [cur_db=test] [sql="alter table ddltiflash57 set tiflash replica 1"] [user=] [2024/05/06 03:18:39.440 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:306, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:303, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:39.439 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.440 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:306, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:303, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:39.439 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash57 set tiflash replica 1"] [2024/05/06 03:18:39.441 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=305] [job="ID:305, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:199, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.405 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.444 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=305] [2024/05/06 03:18:39.444 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.450 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=204] [progress=1] [2024/05/06 03:18:39.451 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=306] [conn=1] [category=ddl] [job="ID:306, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:303, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.439 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.451 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=303] [2024/05/06 03:18:39.451 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=303] [count=1] [2024/05/06 03:18:39.453 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:307, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:204, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.452 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.453 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:307, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:204, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.452 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:39.458 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=306] [conn=1] [job="ID:306, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:303, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.439 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.461 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=306] [2024/05/06 03:18:39.461 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.461 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=195] [neededSchemaVersion=196] ["start time"=145.965µs] [gotSchemaVersion=196] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:39.461 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=196] [cur_db=test] [sql="drop table if exists ddltiflash58"] [user=] [2024/05/06 03:18:39.462 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=196] [cur_db=test] [sql="create table ddltiflash58(z int)"] [user=] [2024/05/06 03:18:39.463 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:309, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:308, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.462 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.463 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:309, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:308, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.462 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash58(z int)"] [2024/05/06 03:18:39.466 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=307] [category=ddl] [job="ID:307, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:204, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.452 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.467 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=204] [2024/05/06 03:18:39.473 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=309] [conn=1] [category=ddl] [job="ID:309, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:308, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.462 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.482 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=307] [job="ID:307, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:204, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.452 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.484 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=307] [2024/05/06 03:18:39.484 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.484 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=196] [neededSchemaVersion=198] ["start time"=283.719µs] [gotSchemaVersion=198] [phyTblIDs="[308]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:39.485 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=209] [progress=1] [2024/05/06 03:18:39.486 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:310, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:209, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.485 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.486 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=309] [conn=1] [job="ID:309, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:308, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.462 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.486 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:310, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:209, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.485 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:39.488 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=309] [2024/05/06 03:18:39.488 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.489 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=198] [cur_db=test] [sql="alter table ddltiflash58 set tiflash replica 1"] [user=] [2024/05/06 03:18:39.490 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:311, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:308, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:39.49 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.490 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:311, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:308, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:39.49 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash58 set tiflash replica 1"] [2024/05/06 03:18:39.494 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=310] [category=ddl] [job="ID:310, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:209, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.485 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.494 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=209] [2024/05/06 03:18:39.499 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=310] [job="ID:310, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:209, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.485 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.501 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=310] [2024/05/06 03:18:39.501 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.501 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=198] [neededSchemaVersion=199] ["start time"=124.96µs] [gotSchemaVersion=199] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:39.501 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=214] [progress=1] [2024/05/06 03:18:39.503 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:312, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:214, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.502 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.503 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:312, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:214, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.502 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:39.505 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=311] [conn=1] [category=ddl] [job="ID:311, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:308, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.49 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.505 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=308] [2024/05/06 03:18:39.505 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=308] [count=1] [2024/05/06 03:18:39.511 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=311] [conn=1] [job="ID:311, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:308, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.49 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.513 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=311] [2024/05/06 03:18:39.513 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.513 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=199] [neededSchemaVersion=200] ["start time"=185.334µs] [gotSchemaVersion=200] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:39.513 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=200] [cur_db=test] [sql="drop table if exists ddltiflash59"] [user=] [2024/05/06 03:18:39.514 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=200] [cur_db=test] [sql="create table ddltiflash59(z int)"] [user=] [2024/05/06 03:18:39.515 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:314, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:313, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.514 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.515 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:314, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:313, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.514 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash59(z int)"] [2024/05/06 03:18:39.518 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=312] [category=ddl] [job="ID:312, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:214, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.502 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.518 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=214] [2024/05/06 03:18:39.531 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=312] [job="ID:312, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:214, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.502 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.536 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=312] [2024/05/06 03:18:39.536 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.536 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=200] [neededSchemaVersion=201] ["start time"=184.649µs] [gotSchemaVersion=201] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:39.544 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=314] [conn=1] [category=ddl] [job="ID:314, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:313, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.514 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.544 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=219] [progress=1] [2024/05/06 03:18:39.548 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:315, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:219, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.545 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.548 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:315, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:219, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.545 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:39.553 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=314] [conn=1] [job="ID:314, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:313, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.514 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.555 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=314] [2024/05/06 03:18:39.555 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.555 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=201] [neededSchemaVersion=202] ["start time"=126.722µs] [gotSchemaVersion=202] [phyTblIDs="[313]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:39.555 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=202] [cur_db=test] [sql="alter table ddltiflash59 set tiflash replica 1"] [user=] [2024/05/06 03:18:39.557 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:316, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:313, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:39.556 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.557 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:316, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:313, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:39.556 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash59 set tiflash replica 1"] [2024/05/06 03:18:39.560 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=315] [category=ddl] [job="ID:315, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:219, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.545 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.560 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=219] [2024/05/06 03:18:39.565 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=315] [job="ID:315, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:219, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.545 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.566 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=315] [2024/05/06 03:18:39.566 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.567 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=202] [neededSchemaVersion=203] ["start time"=187.176µs] [gotSchemaVersion=203] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:39.567 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=224] [progress=1] [2024/05/06 03:18:39.569 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:317, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:224, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.568 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.569 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:317, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:224, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.568 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:39.571 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=316] [conn=1] [category=ddl] [job="ID:316, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:313, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.556 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.571 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=313] [2024/05/06 03:18:39.571 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=313] [count=1] [2024/05/06 03:18:39.577 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=316] [conn=1] [job="ID:316, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:313, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.556 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.579 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=316] [2024/05/06 03:18:39.579 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.579 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=203] [neededSchemaVersion=204] ["start time"=141.069µs] [gotSchemaVersion=204] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:39.579 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=204] [cur_db=test] [sql="drop table if exists ddltiflash60"] [user=] [2024/05/06 03:18:39.579 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=204] [cur_db=test] [sql="create table ddltiflash60(z int)"] [user=] [2024/05/06 03:18:39.581 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:319, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:318, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.58 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.581 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:319, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:318, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.58 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash60(z int)"] [2024/05/06 03:18:39.583 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=317] [category=ddl] [job="ID:317, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:224, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.568 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.583 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=224] [2024/05/06 03:18:39.588 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=317] [job="ID:317, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:224, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.568 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.590 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=317] [2024/05/06 03:18:39.590 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.591 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=204] [neededSchemaVersion=205] ["start time"=154.024µs] [gotSchemaVersion=205] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:39.591 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=228] [progress=1] [2024/05/06 03:18:39.592 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:320, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:228, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.592 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.592 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:320, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:228, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.592 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:39.594 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=319] [conn=1] [category=ddl] [job="ID:319, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:318, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.58 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.601 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=319] [conn=1] [job="ID:319, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:318, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.58 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.603 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=319] [2024/05/06 03:18:39.603 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.603 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=205] [neededSchemaVersion=206] ["start time"=147.042µs] [gotSchemaVersion=206] [phyTblIDs="[318]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:39.603 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=206] [cur_db=test] [sql="alter table ddltiflash60 set tiflash replica 1"] [user=] [2024/05/06 03:18:39.605 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:321, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:318, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:39.604 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.605 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:321, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:318, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:39.604 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash60 set tiflash replica 1"] [2024/05/06 03:18:39.606 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=320] [category=ddl] [job="ID:320, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:228, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.592 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.607 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=228] [2024/05/06 03:18:39.613 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=320] [job="ID:320, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:228, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.592 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.614 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=320] [2024/05/06 03:18:39.614 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.615 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=206] [neededSchemaVersion=207] ["start time"=123.209µs] [gotSchemaVersion=207] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:39.615 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=231] [progress=1] [2024/05/06 03:18:39.617 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:322, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:231, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.616 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.617 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:322, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:231, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.616 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:39.621 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=321] [conn=1] [category=ddl] [job="ID:321, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:318, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.604 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.621 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=318] [2024/05/06 03:18:39.621 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=318] [count=1] [2024/05/06 03:18:39.631 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=321] [conn=1] [job="ID:321, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:318, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.604 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.634 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=321] [2024/05/06 03:18:39.634 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.634 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=207] [neededSchemaVersion=208] ["start time"=198.518µs] [gotSchemaVersion=208] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:39.635 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=208] [cur_db=test] [sql="drop table if exists ddltiflash61"] [user=] [2024/05/06 03:18:39.635 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=208] [cur_db=test] [sql="create table ddltiflash61(z int)"] [user=] [2024/05/06 03:18:39.643 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:324, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:323, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.641 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.643 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:324, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:323, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.641 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash61(z int)"] [2024/05/06 03:18:39.649 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=322] [category=ddl] [job="ID:322, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:231, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.616 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.649 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=231] [2024/05/06 03:18:39.656 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=322] [job="ID:322, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:231, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.616 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.658 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=322] [2024/05/06 03:18:39.658 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.659 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=208] [neededSchemaVersion=209] ["start time"=186.065µs] [gotSchemaVersion=209] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:39.659 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=234] [progress=1] [2024/05/06 03:18:39.661 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:325, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:234, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.66 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.661 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:325, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:234, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.66 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:39.665 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=324] [conn=1] [category=ddl] [job="ID:324, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:323, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.641 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.672 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=324] [conn=1] [job="ID:324, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:323, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.641 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.675 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=324] [2024/05/06 03:18:39.675 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.675 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=209] [neededSchemaVersion=210] ["start time"=143.85µs] [gotSchemaVersion=210] [phyTblIDs="[323]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:39.675 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=210] [cur_db=test] [sql="alter table ddltiflash61 set tiflash replica 1"] [user=] [2024/05/06 03:18:39.678 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:326, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:323, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:39.677 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.678 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:326, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:323, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:39.677 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash61 set tiflash replica 1"] [2024/05/06 03:18:39.681 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=325] [category=ddl] [job="ID:325, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:234, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.66 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.682 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=234] [2024/05/06 03:18:39.686 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=325] [job="ID:325, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:234, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.66 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.688 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=325] [2024/05/06 03:18:39.688 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.688 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=210] [neededSchemaVersion=211] ["start time"=138.273µs] [gotSchemaVersion=211] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:39.689 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=237] [progress=1] [2024/05/06 03:18:39.690 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:327, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:237, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.689 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.690 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:327, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:237, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.689 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:39.694 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=326] [conn=1] [category=ddl] [job="ID:326, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:323, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.677 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.694 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=323] [2024/05/06 03:18:39.694 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=323] [count=1] [2024/05/06 03:18:39.699 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=326] [conn=1] [job="ID:326, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:323, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.677 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.701 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=326] [2024/05/06 03:18:39.701 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.701 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=211] [neededSchemaVersion=212] ["start time"=197.572µs] [gotSchemaVersion=212] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:39.701 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=212] [cur_db=test] [sql="drop table if exists ddltiflash62"] [user=] [2024/05/06 03:18:39.702 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=212] [cur_db=test] [sql="create table ddltiflash62(z int)"] [user=] [2024/05/06 03:18:39.704 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:329, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:328, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.703 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.704 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:329, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:328, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.703 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash62(z int)"] [2024/05/06 03:18:39.705 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=327] [category=ddl] [job="ID:327, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:237, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.689 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.705 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=237] [2024/05/06 03:18:39.710 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=327] [job="ID:327, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:237, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.689 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.712 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=327] [2024/05/06 03:18:39.712 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.713 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=212] [neededSchemaVersion=213] ["start time"=176.88µs] [gotSchemaVersion=213] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:39.713 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=240] [progress=1] [2024/05/06 03:18:39.715 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:330, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:240, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.714 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.715 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:330, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:240, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.714 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:39.717 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=329] [conn=1] [category=ddl] [job="ID:329, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:328, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.703 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.738 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=329] [conn=1] [job="ID:329, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:328, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.703 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.744 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=329] [2024/05/06 03:18:39.744 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.745 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=213] [neededSchemaVersion=214] ["start time"=522.722µs] [gotSchemaVersion=214] [phyTblIDs="[328]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:39.745 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=214] [cur_db=test] [sql="alter table ddltiflash62 set tiflash replica 1"] [user=] [2024/05/06 03:18:39.748 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:331, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:328, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:39.747 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.748 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:331, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:328, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:39.747 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash62 set tiflash replica 1"] [2024/05/06 03:18:39.753 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=330] [category=ddl] [job="ID:330, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:240, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.714 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.753 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=240] [2024/05/06 03:18:39.761 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=330] [job="ID:330, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:240, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.714 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.763 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=330] [2024/05/06 03:18:39.764 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.764 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=214] [neededSchemaVersion=215] ["start time"=193.554µs] [gotSchemaVersion=215] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:39.765 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=243] [progress=1] [2024/05/06 03:18:39.767 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:332, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:243, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.767 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:332, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:243, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:39.771 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=331] [conn=1] [category=ddl] [job="ID:331, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:328, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.747 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.771 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=328] [2024/05/06 03:18:39.771 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=328] [count=1] [2024/05/06 03:18:39.777 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=331] [conn=1] [job="ID:331, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:328, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.747 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.780 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=331] [2024/05/06 03:18:39.780 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.780 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=215] [neededSchemaVersion=216] ["start time"=220.793µs] [gotSchemaVersion=216] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:39.781 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=216] [cur_db=test] [sql="drop table if exists ddltiflash63"] [user=] [2024/05/06 03:18:39.781 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=216] [cur_db=test] [sql="create table ddltiflash63(z int)"] [user=] [2024/05/06 03:18:39.783 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:334, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:333, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.782 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.783 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:334, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:333, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.782 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash63(z int)"] [2024/05/06 03:18:39.787 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=332] [category=ddl] [job="ID:332, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:243, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.787 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=243] [2024/05/06 03:18:39.793 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=332] [job="ID:332, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:243, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.796 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=332] [2024/05/06 03:18:39.796 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.796 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=216] [neededSchemaVersion=217] ["start time"=203.978µs] [gotSchemaVersion=217] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:39.797 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=246] [progress=1] [2024/05/06 03:18:39.798 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:335, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:246, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.797 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.798 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:335, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:246, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.797 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:39.804 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=334] [conn=1] [category=ddl] [job="ID:334, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:333, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.782 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.811 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=335] [category=ddl] [job="ID:335, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:246, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.797 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.811 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=246] [2024/05/06 03:18:39.816 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=334] [conn=1] [job="ID:334, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:333, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.782 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.819 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=334] [2024/05/06 03:18:39.819 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.820 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=217] [neededSchemaVersion=219] ["start time"=345.161µs] [gotSchemaVersion=219] [phyTblIDs="[333]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:39.820 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=219] [cur_db=test] [sql="alter table ddltiflash63 set tiflash replica 1"] [user=] [2024/05/06 03:18:39.829 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:336, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:333, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:39.821 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.829 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:336, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:333, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:39.821 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash63 set tiflash replica 1"] [2024/05/06 03:18:39.842 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=335] [job="ID:335, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:246, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.797 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.846 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=335] [2024/05/06 03:18:39.846 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.846 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=249] [progress=1] [2024/05/06 03:18:39.851 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:337, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:249, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.851 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:337, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:249, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:39.853 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=336] [conn=1] [category=ddl] [job="ID:336, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:333, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.821 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.853 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=333] [2024/05/06 03:18:39.853 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=333] [count=1] [2024/05/06 03:18:39.860 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=336] [conn=1] [job="ID:336, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:333, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.821 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.863 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=336] [2024/05/06 03:18:39.863 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.863 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=219] [neededSchemaVersion=220] ["start time"=180.118µs] [gotSchemaVersion=220] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:39.863 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=220] [cur_db=test] [sql="drop table if exists ddltiflash64"] [user=] [2024/05/06 03:18:39.864 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=220] [cur_db=test] [sql="create table ddltiflash64(z int)"] [user=] [2024/05/06 03:18:39.866 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:339, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:338, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.865 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.866 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:339, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:338, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.865 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash64(z int)"] [2024/05/06 03:18:39.868 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=337] [category=ddl] [job="ID:337, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:249, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.868 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=249] [2024/05/06 03:18:39.873 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=337] [job="ID:337, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:249, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.876 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=337] [2024/05/06 03:18:39.876 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.876 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=220] [neededSchemaVersion=221] ["start time"=162.624µs] [gotSchemaVersion=221] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:39.877 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=252] [progress=1] [2024/05/06 03:18:39.878 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:340, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:252, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.878 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.878 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:340, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:252, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.878 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:39.882 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=339] [conn=1] [category=ddl] [job="ID:339, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:338, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.865 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.889 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=339] [conn=1] [job="ID:339, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:338, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.865 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.892 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=339] [2024/05/06 03:18:39.892 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.892 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=221] [neededSchemaVersion=222] ["start time"=164.341µs] [gotSchemaVersion=222] [phyTblIDs="[338]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:39.892 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=222] [cur_db=test] [sql="alter table ddltiflash64 set tiflash replica 1"] [user=] [2024/05/06 03:18:39.895 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:341, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:338, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:39.894 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.895 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:341, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:338, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:39.894 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash64 set tiflash replica 1"] [2024/05/06 03:18:39.896 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=340] [category=ddl] [job="ID:340, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:252, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.878 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.896 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=252] [2024/05/06 03:18:39.903 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=340] [job="ID:340, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:252, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.878 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.905 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=340] [2024/05/06 03:18:39.905 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.906 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=222] [neededSchemaVersion=223] ["start time"=168.67µs] [gotSchemaVersion=223] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:39.906 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=255] [progress=1] [2024/05/06 03:18:39.908 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:342, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:255, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.907 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.908 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:342, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:255, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.907 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:39.910 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=341] [conn=1] [category=ddl] [job="ID:341, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:338, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.894 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.911 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=338] [2024/05/06 03:18:39.911 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=338] [count=1] [2024/05/06 03:18:39.916 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=342] [category=ddl] [job="ID:342, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:255, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.907 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.917 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=255] [2024/05/06 03:18:39.932 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=341] [conn=1] [job="ID:341, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:338, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.894 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.937 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=341] [2024/05/06 03:18:39.937 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.937 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=223] [neededSchemaVersion=225] ["start time"=493.466µs] [gotSchemaVersion=225] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:39.938 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=225] [cur_db=test] [sql="drop table if exists ddltiflash65"] [user=] [2024/05/06 03:18:39.939 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=225] [cur_db=test] [sql="create table ddltiflash65(z int)"] [user=] [2024/05/06 03:18:39.947 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:344, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:343, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.946 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.947 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:344, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:343, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.946 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash65(z int)"] [2024/05/06 03:18:39.948 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=342] [job="ID:342, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:255, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.907 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.953 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=342] [2024/05/06 03:18:39.953 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.954 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=258] [progress=1] [2024/05/06 03:18:39.956 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:345, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:258, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.955 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.956 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:345, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:258, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.955 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:39.959 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=344] [conn=1] [category=ddl] [job="ID:344, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:343, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.946 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.964 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=344] [conn=1] [job="ID:344, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:343, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.946 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.966 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=344] [2024/05/06 03:18:39.966 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.967 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=225] [neededSchemaVersion=226] ["start time"=192.645µs] [gotSchemaVersion=226] [phyTblIDs="[343]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:39.967 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=226] [cur_db=test] [sql="alter table ddltiflash65 set tiflash replica 1"] [user=] [2024/05/06 03:18:39.969 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:346, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:343, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:39.968 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.969 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:346, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:343, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:39.968 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash65 set tiflash replica 1"] [2024/05/06 03:18:39.972 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=345] [category=ddl] [job="ID:345, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:258, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.955 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.972 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=258] [2024/05/06 03:18:39.977 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=345] [job="ID:345, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:258, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.955 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.980 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=345] [2024/05/06 03:18:39.980 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.980 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=226] [neededSchemaVersion=227] ["start time"=248.891µs] [gotSchemaVersion=227] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:39.981 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=261] [progress=1] [2024/05/06 03:18:39.982 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:347, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:261, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.981 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.982 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:347, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:261, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.981 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:39.985 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=346] [conn=1] [category=ddl] [job="ID:346, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:343, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.968 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.985 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=343] [2024/05/06 03:18:39.985 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=343] [count=1] [2024/05/06 03:18:39.990 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=346] [conn=1] [job="ID:346, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:343, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.968 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.992 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=346] [2024/05/06 03:18:39.992 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:39.993 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=227] [neededSchemaVersion=228] ["start time"=133.36µs] [gotSchemaVersion=228] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:39.993 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=228] [cur_db=test] [sql="drop table if exists ddltiflash66"] [user=] [2024/05/06 03:18:39.993 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=228] [cur_db=test] [sql="create table ddltiflash66(z int)"] [user=] [2024/05/06 03:18:39.995 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:349, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:348, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.994 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:39.995 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:349, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:348, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:39.994 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash66(z int)"] [2024/05/06 03:18:39.998 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=347] [category=ddl] [job="ID:347, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:261, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.981 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:39.998 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=261] [2024/05/06 03:18:40.003 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=347] [job="ID:347, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:261, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.981 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.005 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=347] [2024/05/06 03:18:40.005 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.006 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=228] [neededSchemaVersion=229] ["start time"=169.709µs] [gotSchemaVersion=229] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:40.006 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=264] [progress=1] [2024/05/06 03:18:40.008 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:350, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:264, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.007 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.008 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:350, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:264, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.007 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:40.011 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=349] [conn=1] [category=ddl] [job="ID:349, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:348, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.994 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.017 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=350] [category=ddl] [job="ID:350, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:264, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.007 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.017 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=264] [2024/05/06 03:18:40.029 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=349] [conn=1] [job="ID:349, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:348, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:39.994 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.035 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=349] [2024/05/06 03:18:40.035 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.036 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=229] [neededSchemaVersion=231] ["start time"=375.504µs] [gotSchemaVersion=231] [phyTblIDs="[348]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:40.036 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=231] [cur_db=test] [sql="alter table ddltiflash66 set tiflash replica 1"] [user=] [2024/05/06 03:18:40.040 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:351, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:348, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.039 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.040 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:351, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:348, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.039 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash66 set tiflash replica 1"] [2024/05/06 03:18:40.042 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=350] [job="ID:350, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:264, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.007 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.045 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=350] [2024/05/06 03:18:40.045 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.048 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=267] [progress=1] [2024/05/06 03:18:40.050 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:352, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:267, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.049 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.050 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:352, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:267, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.049 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:40.052 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=351] [conn=1] [category=ddl] [job="ID:351, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:348, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.039 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.052 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=348] [2024/05/06 03:18:40.052 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=348] [count=1] [2024/05/06 03:18:40.057 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=352] [category=ddl] [job="ID:352, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:267, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.049 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.058 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=267] [2024/05/06 03:18:40.062 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=351] [conn=1] [job="ID:351, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:348, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.039 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.065 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=351] [2024/05/06 03:18:40.065 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.065 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=231] [neededSchemaVersion=233] ["start time"=209.024µs] [gotSchemaVersion=233] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:40.065 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=233] [cur_db=test] [sql="drop table if exists ddltiflash67"] [user=] [2024/05/06 03:18:40.066 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=233] [cur_db=test] [sql="create table ddltiflash67(z int)"] [user=] [2024/05/06 03:18:40.067 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:354, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:353, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.066 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.067 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:354, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:353, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.066 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash67(z int)"] [2024/05/06 03:18:40.067 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=352] [job="ID:352, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:267, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.049 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.069 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=352] [2024/05/06 03:18:40.069 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.070 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=270] [progress=1] [2024/05/06 03:18:40.071 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:355, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:270, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.071 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.071 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:355, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:270, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.071 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:40.074 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=354] [conn=1] [category=ddl] [job="ID:354, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:353, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.066 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.080 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=355] [category=ddl] [job="ID:355, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:270, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.071 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.080 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=270] [2024/05/06 03:18:40.086 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=354] [conn=1] [job="ID:354, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:353, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.066 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.088 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=354] [2024/05/06 03:18:40.088 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.089 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=233] [neededSchemaVersion=235] ["start time"=212.004µs] [gotSchemaVersion=235] [phyTblIDs="[353]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:40.089 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=235] [cur_db=test] [sql="alter table ddltiflash67 set tiflash replica 1"] [user=] [2024/05/06 03:18:40.090 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:356, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:353, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.09 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.090 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:356, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:353, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.09 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash67 set tiflash replica 1"] [2024/05/06 03:18:40.092 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=355] [job="ID:355, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:270, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.071 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.094 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=355] [2024/05/06 03:18:40.094 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.094 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=273] [progress=1] [2024/05/06 03:18:40.096 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:357, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:273, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.095 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.096 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:357, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:273, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.095 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:40.099 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=356] [conn=1] [category=ddl] [job="ID:356, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:353, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.09 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.099 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=353] [2024/05/06 03:18:40.099 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=353] [count=1] [2024/05/06 03:18:40.106 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=357] [category=ddl] [job="ID:357, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:273, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.095 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.106 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=273] [2024/05/06 03:18:40.111 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=356] [conn=1] [job="ID:356, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:353, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.09 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.114 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=356] [2024/05/06 03:18:40.114 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.114 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=235] [neededSchemaVersion=237] ["start time"=284.471µs] [gotSchemaVersion=237] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:40.114 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=237] [cur_db=test] [sql="drop table if exists ddltiflash68"] [user=] [2024/05/06 03:18:40.115 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=237] [cur_db=test] [sql="create table ddltiflash68(z int)"] [user=] [2024/05/06 03:18:40.117 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:359, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:358, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.117 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:359, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:358, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash68(z int)"] [2024/05/06 03:18:40.117 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=357] [job="ID:357, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:273, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.095 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.124 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=357] [2024/05/06 03:18:40.124 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.126 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=276] [progress=1] [2024/05/06 03:18:40.138 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:360, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:276, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.127 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.138 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:360, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:276, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.127 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:40.139 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=359] [conn=1] [category=ddl] [job="ID:359, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:358, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.149 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=359] [conn=1] [job="ID:359, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:358, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.151 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=359] [2024/05/06 03:18:40.151 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.151 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=237] [neededSchemaVersion=238] ["start time"=137.37µs] [gotSchemaVersion=238] [phyTblIDs="[358]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:40.152 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=238] [cur_db=test] [sql="alter table ddltiflash68 set tiflash replica 1"] [user=] [2024/05/06 03:18:40.154 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:361, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:358, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.153 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.154 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:361, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:358, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.153 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash68 set tiflash replica 1"] [2024/05/06 03:18:40.156 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=360] [category=ddl] [job="ID:360, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:276, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.127 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.156 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=276] [2024/05/06 03:18:40.162 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=361] [conn=1] [category=ddl] [job="ID:361, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:358, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.153 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.162 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=358] [2024/05/06 03:18:40.162 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=358] [count=1] [2024/05/06 03:18:40.166 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=360] [job="ID:360, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:276, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.127 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.168 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=360] [2024/05/06 03:18:40.168 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.169 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=238] [neededSchemaVersion=240] ["start time"=277.796µs] [gotSchemaVersion=240] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:40.169 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=279] [progress=1] [2024/05/06 03:18:40.170 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:362, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:279, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.17 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.170 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:362, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:279, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.17 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:40.173 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=361] [conn=1] [job="ID:361, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:358, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.153 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.175 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=361] [2024/05/06 03:18:40.175 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.175 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=240] [cur_db=test] [sql="drop table if exists ddltiflash69"] [user=] [2024/05/06 03:18:40.175 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=240] [cur_db=test] [sql="create table ddltiflash69(z int)"] [user=] [2024/05/06 03:18:40.178 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:364, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:363, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.177 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.178 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:364, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:363, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.177 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash69(z int)"] [2024/05/06 03:18:40.180 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=362] [category=ddl] [job="ID:362, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:279, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.17 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.180 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=279] [2024/05/06 03:18:40.184 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=362] [job="ID:362, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:279, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.17 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.186 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=362] [2024/05/06 03:18:40.186 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.186 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=240] [neededSchemaVersion=241] ["start time"=125.133µs] [gotSchemaVersion=241] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:40.186 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=282] [progress=1] [2024/05/06 03:18:40.188 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:365, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:282, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.187 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.188 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:365, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:282, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.187 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:40.191 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=364] [conn=1] [category=ddl] [job="ID:364, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:363, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.177 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.196 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=364] [conn=1] [job="ID:364, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:363, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.177 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.198 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=364] [2024/05/06 03:18:40.198 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.198 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=241] [neededSchemaVersion=242] ["start time"=98.839µs] [gotSchemaVersion=242] [phyTblIDs="[363]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:40.198 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=242] [cur_db=test] [sql="alter table ddltiflash69 set tiflash replica 1"] [user=] [2024/05/06 03:18:40.200 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:366, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:363, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.199 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.200 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:366, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:363, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.199 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash69 set tiflash replica 1"] [2024/05/06 03:18:40.201 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=365] [category=ddl] [job="ID:365, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:282, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.187 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.202 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=282] [2024/05/06 03:18:40.206 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=366] [conn=1] [category=ddl] [job="ID:366, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:363, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.199 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.207 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=363] [2024/05/06 03:18:40.207 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=363] [count=1] [2024/05/06 03:18:40.210 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=365] [job="ID:365, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:282, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.187 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.212 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=365] [2024/05/06 03:18:40.212 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.212 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=242] [neededSchemaVersion=244] ["start time"=213.431µs] [gotSchemaVersion=244] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:40.213 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=285] [progress=1] [2024/05/06 03:18:40.214 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:367, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:285, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.214 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.214 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:367, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:285, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.214 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:40.216 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=366] [conn=1] [job="ID:366, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:363, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.199 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.217 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=366] [2024/05/06 03:18:40.217 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.218 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=244] [cur_db=test] [sql="drop table if exists ddltiflash70"] [user=] [2024/05/06 03:18:40.218 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=244] [cur_db=test] [sql="create table ddltiflash70(z int)"] [user=] [2024/05/06 03:18:40.233 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=367] [category=ddl] [job="ID:367, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:285, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.214 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.233 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=285] [2024/05/06 03:18:40.239 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:369, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:368, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.233 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.239 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:369, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:368, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.233 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash70(z int)"] [2024/05/06 03:18:40.246 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=369] [conn=1] [category=ddl] [job="ID:369, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:368, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.233 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.252 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=367] [job="ID:367, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:285, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.214 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.254 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=367] [2024/05/06 03:18:40.254 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.255 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=244] [neededSchemaVersion=246] ["start time"=212.813µs] [gotSchemaVersion=246] [phyTblIDs="[368]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:40.259 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=369] [conn=1] [job="ID:369, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:368, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.233 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.260 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=369] [2024/05/06 03:18:40.260 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.261 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=246] [cur_db=test] [sql="alter table ddltiflash70 set tiflash replica 1"] [user=] [2024/05/06 03:18:40.262 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:370, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:368, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.262 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.262 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:370, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:368, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.262 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash70 set tiflash replica 1"] [2024/05/06 03:18:40.266 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=370] [conn=1] [category=ddl] [job="ID:370, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:368, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.262 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.266 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=368] [2024/05/06 03:18:40.266 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=368] [count=1] [2024/05/06 03:18:40.272 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=370] [conn=1] [job="ID:370, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:368, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.262 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.274 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=370] [2024/05/06 03:18:40.274 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.274 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=246] [neededSchemaVersion=247] ["start time"=198.092µs] [gotSchemaVersion=247] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:40.275 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=247] [cur_db=test] [sql="drop table if exists ddltiflash71"] [user=] [2024/05/06 03:18:40.275 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=247] [cur_db=test] [sql="create table ddltiflash71(z int)"] [user=] [2024/05/06 03:18:40.277 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:372, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:371, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.276 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.277 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:372, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:371, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.276 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash71(z int)"] [2024/05/06 03:18:40.281 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=372] [conn=1] [category=ddl] [job="ID:372, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:371, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.276 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.290 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=372] [conn=1] [job="ID:372, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:371, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.276 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.292 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=372] [2024/05/06 03:18:40.292 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.293 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=247] [neededSchemaVersion=248] ["start time"=111.673µs] [gotSchemaVersion=248] [phyTblIDs="[371]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:40.293 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=248] [cur_db=test] [sql="alter table ddltiflash71 set tiflash replica 1"] [user=] [2024/05/06 03:18:40.294 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:373, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:371, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.294 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.294 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:373, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:371, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.294 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash71 set tiflash replica 1"] [2024/05/06 03:18:40.297 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=373] [conn=1] [category=ddl] [job="ID:373, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:371, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.294 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.298 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=371] [2024/05/06 03:18:40.298 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=371] [count=1] [2024/05/06 03:18:40.303 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=373] [conn=1] [job="ID:373, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:371, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.294 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.305 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=373] [2024/05/06 03:18:40.305 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.306 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=248] [neededSchemaVersion=249] ["start time"=128.202µs] [gotSchemaVersion=249] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:40.306 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=249] [cur_db=test] [sql="drop table if exists ddltiflash72"] [user=] [2024/05/06 03:18:40.306 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=249] [cur_db=test] [sql="create table ddltiflash72(z int)"] [user=] [2024/05/06 03:18:40.308 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:375, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:374, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.307 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.308 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:375, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:374, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.307 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash72(z int)"] [2024/05/06 03:18:40.315 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=375] [conn=1] [category=ddl] [job="ID:375, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:374, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.307 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.332 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=375] [conn=1] [job="ID:375, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:374, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.307 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.336 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=375] [2024/05/06 03:18:40.336 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.337 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=249] [neededSchemaVersion=250] ["start time"=158.028µs] [gotSchemaVersion=250] [phyTblIDs="[374]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:40.337 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=250] [cur_db=test] [sql="alter table ddltiflash72 set tiflash replica 1"] [user=] [2024/05/06 03:18:40.339 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:376, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:374, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.338 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.339 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:376, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:374, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.338 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash72 set tiflash replica 1"] [2024/05/06 03:18:40.349 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=376] [conn=1] [category=ddl] [job="ID:376, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:374, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.338 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.350 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=374] [2024/05/06 03:18:40.350 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=374] [count=1] [2024/05/06 03:18:40.359 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=376] [conn=1] [job="ID:376, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:374, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.338 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.362 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=376] [2024/05/06 03:18:40.362 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.362 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=250] [neededSchemaVersion=251] ["start time"=171.037µs] [gotSchemaVersion=251] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:40.363 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=251] [cur_db=test] [sql="drop table if exists ddltiflash73"] [user=] [2024/05/06 03:18:40.363 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=251] [cur_db=test] [sql="create table ddltiflash73(z int)"] [user=] [2024/05/06 03:18:40.365 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:378, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:377, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.364 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.365 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:378, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:377, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.364 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash73(z int)"] [2024/05/06 03:18:40.371 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=378] [conn=1] [category=ddl] [job="ID:378, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:377, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.364 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.377 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=378] [conn=1] [job="ID:378, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:377, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.364 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.379 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=378] [2024/05/06 03:18:40.379 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.380 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=251] [neededSchemaVersion=252] ["start time"=121.914µs] [gotSchemaVersion=252] [phyTblIDs="[377]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:40.380 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=252] [cur_db=test] [sql="alter table ddltiflash73 set tiflash replica 1"] [user=] [2024/05/06 03:18:40.381 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:379, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:377, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.381 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.381 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:379, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:377, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.381 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash73 set tiflash replica 1"] [2024/05/06 03:18:40.388 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=379] [conn=1] [category=ddl] [job="ID:379, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:377, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.381 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.388 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=377] [2024/05/06 03:18:40.388 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=377] [count=1] [2024/05/06 03:18:40.393 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=379] [conn=1] [job="ID:379, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:377, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.381 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.395 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=379] [2024/05/06 03:18:40.395 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.395 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=252] [neededSchemaVersion=253] ["start time"=166.509µs] [gotSchemaVersion=253] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:40.395 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=253] [cur_db=test] [sql="drop table if exists ddltiflash74"] [user=] [2024/05/06 03:18:40.396 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=253] [cur_db=test] [sql="create table ddltiflash74(z int)"] [user=] [2024/05/06 03:18:40.397 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:381, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:380, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.397 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.398 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:381, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:380, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.397 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash74(z int)"] [2024/05/06 03:18:40.404 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=381] [conn=1] [category=ddl] [job="ID:381, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:380, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.397 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.411 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=381] [conn=1] [job="ID:381, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:380, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.397 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.414 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=381] [2024/05/06 03:18:40.414 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.414 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=253] [neededSchemaVersion=254] ["start time"=140.696µs] [gotSchemaVersion=254] [phyTblIDs="[380]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:40.414 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=254] [cur_db=test] [sql="alter table ddltiflash74 set tiflash replica 1"] [user=] [2024/05/06 03:18:40.416 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:382, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:380, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.415 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.416 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:382, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:380, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.415 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash74 set tiflash replica 1"] [2024/05/06 03:18:40.426 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=382] [conn=1] [category=ddl] [job="ID:382, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:380, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.415 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.426 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=380] [2024/05/06 03:18:40.427 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=380] [count=1] [2024/05/06 03:18:40.435 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=382] [conn=1] [job="ID:382, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:380, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.415 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.438 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=382] [2024/05/06 03:18:40.438 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.438 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=254] [neededSchemaVersion=255] ["start time"=195.819µs] [gotSchemaVersion=255] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:40.439 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=255] [cur_db=test] [sql="drop table if exists ddltiflash75"] [user=] [2024/05/06 03:18:40.439 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=255] [cur_db=test] [sql="create table ddltiflash75(z int)"] [user=] [2024/05/06 03:18:40.442 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:384, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:383, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.44 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.442 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:384, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:383, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.44 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash75(z int)"] [2024/05/06 03:18:40.450 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=384] [conn=1] [category=ddl] [job="ID:384, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:383, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.44 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.459 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=384] [conn=1] [job="ID:384, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:383, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.44 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.462 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=384] [2024/05/06 03:18:40.462 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.462 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=255] [neededSchemaVersion=256] ["start time"=144.791µs] [gotSchemaVersion=256] [phyTblIDs="[383]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:40.462 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=256] [cur_db=test] [sql="alter table ddltiflash75 set tiflash replica 1"] [user=] [2024/05/06 03:18:40.464 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:385, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:383, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.463 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.464 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:385, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:383, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.463 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash75 set tiflash replica 1"] [2024/05/06 03:18:40.469 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=385] [conn=1] [category=ddl] [job="ID:385, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:383, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.463 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.470 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=383] [2024/05/06 03:18:40.470 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=383] [count=1] [2024/05/06 03:18:40.475 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=385] [conn=1] [job="ID:385, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:383, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.463 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.477 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=385] [2024/05/06 03:18:40.477 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.478 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=256] [neededSchemaVersion=257] ["start time"=190.947µs] [gotSchemaVersion=257] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:40.478 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=257] [cur_db=test] [sql="drop table if exists ddltiflash76"] [user=] [2024/05/06 03:18:40.478 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=257] [cur_db=test] [sql="create table ddltiflash76(z int)"] [user=] [2024/05/06 03:18:40.481 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:387, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:386, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.48 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.481 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:387, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:386, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.48 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash76(z int)"] [2024/05/06 03:18:40.486 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=387] [conn=1] [category=ddl] [job="ID:387, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:386, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.48 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.491 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=387] [conn=1] [job="ID:387, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:386, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.48 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.494 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=387] [2024/05/06 03:18:40.494 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.494 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=257] [neededSchemaVersion=258] ["start time"=110.679µs] [gotSchemaVersion=258] [phyTblIDs="[386]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:40.494 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=258] [cur_db=test] [sql="alter table ddltiflash76 set tiflash replica 1"] [user=] [2024/05/06 03:18:40.496 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:388, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:386, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.495 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.496 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:388, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:386, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.495 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash76 set tiflash replica 1"] [2024/05/06 03:18:40.503 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=388] [conn=1] [category=ddl] [job="ID:388, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:386, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.495 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.503 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=386] [2024/05/06 03:18:40.503 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=386] [count=1] [2024/05/06 03:18:40.512 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=388] [conn=1] [job="ID:388, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:386, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.495 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.515 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=388] [2024/05/06 03:18:40.515 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.515 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=258] [neededSchemaVersion=259] ["start time"=190.826µs] [gotSchemaVersion=259] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:40.516 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=259] [cur_db=test] [sql="drop table if exists ddltiflash77"] [user=] [2024/05/06 03:18:40.516 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=259] [cur_db=test] [sql="create table ddltiflash77(z int)"] [user=] [2024/05/06 03:18:40.518 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:390, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:389, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.517 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.518 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:390, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:389, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.517 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash77(z int)"] [2024/05/06 03:18:40.541 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=390] [conn=1] [category=ddl] [job="ID:390, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:389, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.517 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.549 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=390] [conn=1] [job="ID:390, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:389, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.517 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.551 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=390] [2024/05/06 03:18:40.551 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.551 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=259] [neededSchemaVersion=260] ["start time"=179.399µs] [gotSchemaVersion=260] [phyTblIDs="[389]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:40.552 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=260] [cur_db=test] [sql="alter table ddltiflash77 set tiflash replica 1"] [user=] [2024/05/06 03:18:40.554 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:391, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:389, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.553 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.554 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:391, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:389, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.553 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash77 set tiflash replica 1"] [2024/05/06 03:18:40.562 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=391] [conn=1] [category=ddl] [job="ID:391, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:389, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.553 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.563 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=389] [2024/05/06 03:18:40.563 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=389] [count=1] [2024/05/06 03:18:40.569 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=391] [conn=1] [job="ID:391, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:389, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.553 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.571 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=391] [2024/05/06 03:18:40.571 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.571 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=260] [neededSchemaVersion=261] ["start time"=179.769µs] [gotSchemaVersion=261] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:40.571 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=261] [cur_db=test] [sql="drop table if exists ddltiflash78"] [user=] [2024/05/06 03:18:40.572 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=261] [cur_db=test] [sql="create table ddltiflash78(z int)"] [user=] [2024/05/06 03:18:40.574 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:393, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:392, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.573 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.574 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:393, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:392, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.573 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash78(z int)"] [2024/05/06 03:18:40.580 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=393] [conn=1] [category=ddl] [job="ID:393, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:392, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.573 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.585 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=393] [conn=1] [job="ID:393, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:392, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.573 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.587 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=393] [2024/05/06 03:18:40.587 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.587 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=261] [neededSchemaVersion=262] ["start time"=126.991µs] [gotSchemaVersion=262] [phyTblIDs="[392]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:40.587 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=262] [cur_db=test] [sql="alter table ddltiflash78 set tiflash replica 1"] [user=] [2024/05/06 03:18:40.589 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:394, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:392, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.588 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.589 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:394, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:392, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.588 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash78 set tiflash replica 1"] [2024/05/06 03:18:40.594 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=394] [conn=1] [category=ddl] [job="ID:394, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:392, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.588 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.594 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=392] [2024/05/06 03:18:40.594 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=392] [count=1] [2024/05/06 03:18:40.601 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=394] [conn=1] [job="ID:394, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:392, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.588 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.603 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=394] [2024/05/06 03:18:40.603 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.603 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=262] [neededSchemaVersion=263] ["start time"=152.852µs] [gotSchemaVersion=263] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:40.604 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=263] [cur_db=test] [sql="drop table if exists ddltiflash79"] [user=] [2024/05/06 03:18:40.604 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=263] [cur_db=test] [sql="create table ddltiflash79(z int)"] [user=] [2024/05/06 03:18:40.606 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:396, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:395, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.605 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.606 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:396, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:395, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.605 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash79(z int)"] [2024/05/06 03:18:40.611 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=396] [conn=1] [category=ddl] [job="ID:396, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:395, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.605 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.616 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=396] [conn=1] [job="ID:396, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:395, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.605 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.623 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=396] [2024/05/06 03:18:40.623 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.623 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=263] [neededSchemaVersion=264] ["start time"=224.975µs] [gotSchemaVersion=264] [phyTblIDs="[395]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:40.623 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=264] [cur_db=test] [sql="alter table ddltiflash79 set tiflash replica 1"] [user=] [2024/05/06 03:18:40.633 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:397, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:395, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.626 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.633 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:397, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:395, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.626 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash79 set tiflash replica 1"] [2024/05/06 03:18:40.650 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=397] [conn=1] [category=ddl] [job="ID:397, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:395, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.626 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.650 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=395] [2024/05/06 03:18:40.650 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=395] [count=1] [2024/05/06 03:18:40.664 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=397] [conn=1] [job="ID:397, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:395, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.626 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.667 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=397] [2024/05/06 03:18:40.667 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.667 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=264] [neededSchemaVersion=265] ["start time"=167.246µs] [gotSchemaVersion=265] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:40.667 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=265] [cur_db=test] [sql="drop table if exists ddltiflash80"] [user=] [2024/05/06 03:18:40.668 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=265] [cur_db=test] [sql="create table ddltiflash80(z int)"] [user=] [2024/05/06 03:18:40.670 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:399, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:398, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.669 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.670 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:399, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:398, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.669 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash80(z int)"] [2024/05/06 03:18:40.675 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=399] [conn=1] [category=ddl] [job="ID:399, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:398, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.669 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.686 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=399] [conn=1] [job="ID:399, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:398, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.669 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.689 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=399] [2024/05/06 03:18:40.689 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.689 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=265] [neededSchemaVersion=266] ["start time"=127.563µs] [gotSchemaVersion=266] [phyTblIDs="[398]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:40.690 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=266] [cur_db=test] [sql="alter table ddltiflash80 set tiflash replica 1"] [user=] [2024/05/06 03:18:40.691 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:400, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:398, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.69 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.691 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:400, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:398, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.69 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash80 set tiflash replica 1"] [2024/05/06 03:18:40.698 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=400] [conn=1] [category=ddl] [job="ID:400, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:398, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.69 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.698 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=398] [2024/05/06 03:18:40.698 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=398] [count=1] [2024/05/06 03:18:40.707 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=400] [conn=1] [job="ID:400, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:398, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.69 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.710 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=400] [2024/05/06 03:18:40.710 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.710 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=266] [neededSchemaVersion=267] ["start time"=135.866µs] [gotSchemaVersion=267] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:40.710 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=267] [cur_db=test] [sql="drop table if exists ddltiflash81"] [user=] [2024/05/06 03:18:40.710 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=267] [cur_db=test] [sql="create table ddltiflash81(z int)"] [user=] [2024/05/06 03:18:40.712 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:402, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:401, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.711 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.712 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:402, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:401, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.711 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash81(z int)"] [2024/05/06 03:18:40.722 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=402] [conn=1] [category=ddl] [job="ID:402, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:401, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.711 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.730 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=402] [conn=1] [job="ID:402, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:401, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.711 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.736 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=402] [2024/05/06 03:18:40.736 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.737 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=267] [neededSchemaVersion=268] ["start time"=170.398µs] [gotSchemaVersion=268] [phyTblIDs="[401]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:40.737 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=268] [cur_db=test] [sql="alter table ddltiflash81 set tiflash replica 1"] [user=] [2024/05/06 03:18:40.740 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:403, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:401, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.739 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.740 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:403, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:401, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.739 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash81 set tiflash replica 1"] [2024/05/06 03:18:40.748 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=403] [conn=1] [category=ddl] [job="ID:403, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:401, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.739 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.748 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=401] [2024/05/06 03:18:40.748 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=401] [count=1] [2024/05/06 03:18:40.761 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=403] [conn=1] [job="ID:403, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:401, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.739 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.764 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=403] [2024/05/06 03:18:40.764 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.765 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=268] [neededSchemaVersion=269] ["start time"=274.038µs] [gotSchemaVersion=269] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:40.765 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=269] [cur_db=test] [sql="drop table if exists ddltiflash82"] [user=] [2024/05/06 03:18:40.765 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=269] [cur_db=test] [sql="create table ddltiflash82(z int)"] [user=] [2024/05/06 03:18:40.767 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:405, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:404, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.767 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.768 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:405, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:404, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.767 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash82(z int)"] [2024/05/06 03:18:40.776 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=405] [conn=1] [category=ddl] [job="ID:405, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:404, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.767 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.782 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=405] [conn=1] [job="ID:405, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:404, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.767 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.785 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=405] [2024/05/06 03:18:40.785 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.785 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=269] [neededSchemaVersion=270] ["start time"=180.792µs] [gotSchemaVersion=270] [phyTblIDs="[404]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:40.786 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=270] [cur_db=test] [sql="alter table ddltiflash82 set tiflash replica 1"] [user=] [2024/05/06 03:18:40.788 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:406, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:404, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.787 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.788 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:406, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:404, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.787 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash82 set tiflash replica 1"] [2024/05/06 03:18:40.795 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=406] [conn=1] [category=ddl] [job="ID:406, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:404, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.787 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.795 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=404] [2024/05/06 03:18:40.795 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=404] [count=1] [2024/05/06 03:18:40.803 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=406] [conn=1] [job="ID:406, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:404, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.787 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.806 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=406] [2024/05/06 03:18:40.806 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.806 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=270] [neededSchemaVersion=271] ["start time"=200.69µs] [gotSchemaVersion=271] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:40.806 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=271] [cur_db=test] [sql="drop table if exists ddltiflash83"] [user=] [2024/05/06 03:18:40.807 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=271] [cur_db=test] [sql="create table ddltiflash83(z int)"] [user=] [2024/05/06 03:18:40.809 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:408, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:407, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.808 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.809 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:408, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:407, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.808 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash83(z int)"] [2024/05/06 03:18:40.814 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=408] [conn=1] [category=ddl] [job="ID:408, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:407, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.808 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.822 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=408] [conn=1] [job="ID:408, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:407, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.808 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.826 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=408] [2024/05/06 03:18:40.826 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.826 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=271] [neededSchemaVersion=272] ["start time"=171.227µs] [gotSchemaVersion=272] [phyTblIDs="[407]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:40.826 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=272] [cur_db=test] [sql="alter table ddltiflash83 set tiflash replica 1"] [user=] [2024/05/06 03:18:40.829 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:409, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:407, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.828 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.829 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:409, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:407, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.828 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash83 set tiflash replica 1"] [2024/05/06 03:18:40.845 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=409] [conn=1] [category=ddl] [job="ID:409, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:407, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.828 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.846 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=407] [2024/05/06 03:18:40.846 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=407] [count=1] [2024/05/06 03:18:40.867 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=409] [conn=1] [job="ID:409, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:407, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.828 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.870 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=409] [2024/05/06 03:18:40.870 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.871 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=272] [neededSchemaVersion=273] ["start time"=197.036µs] [gotSchemaVersion=273] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:40.871 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=273] [cur_db=test] [sql="drop table if exists ddltiflash84"] [user=] [2024/05/06 03:18:40.871 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=273] [cur_db=test] [sql="create table ddltiflash84(z int)"] [user=] [2024/05/06 03:18:40.874 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:411, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:410, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.873 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.874 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:411, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:410, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.873 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash84(z int)"] [2024/05/06 03:18:40.881 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=411] [conn=1] [category=ddl] [job="ID:411, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:410, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.873 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.888 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=411] [conn=1] [job="ID:411, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:410, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.873 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.891 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=411] [2024/05/06 03:18:40.891 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.891 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=273] [neededSchemaVersion=274] ["start time"=193.179µs] [gotSchemaVersion=274] [phyTblIDs="[410]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:40.892 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=274] [cur_db=test] [sql="alter table ddltiflash84 set tiflash replica 1"] [user=] [2024/05/06 03:18:40.894 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:412, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:410, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.894 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:412, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:410, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash84 set tiflash replica 1"] [2024/05/06 03:18:40.903 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=412] [conn=1] [category=ddl] [job="ID:412, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:410, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.903 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=410] [2024/05/06 03:18:40.903 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=410] [count=1] [2024/05/06 03:18:40.910 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=412] [conn=1] [job="ID:412, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:410, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.913 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=412] [2024/05/06 03:18:40.913 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.913 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=274] [neededSchemaVersion=275] ["start time"=230.447µs] [gotSchemaVersion=275] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:40.914 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=275] [cur_db=test] [sql="drop table if exists ddltiflash85"] [user=] [2024/05/06 03:18:40.914 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=275] [cur_db=test] [sql="create table ddltiflash85(z int)"] [user=] [2024/05/06 03:18:40.917 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:414, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:413, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.917 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:414, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:413, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash85(z int)"] [2024/05/06 03:18:40.935 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=414] [conn=1] [category=ddl] [job="ID:414, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:413, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.946 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=414] [conn=1] [job="ID:414, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:413, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.950 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=414] [2024/05/06 03:18:40.950 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.950 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=275] [neededSchemaVersion=276] ["start time"=199.993µs] [gotSchemaVersion=276] [phyTblIDs="[413]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:40.950 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=276] [cur_db=test] [sql="alter table ddltiflash85 set tiflash replica 1"] [user=] [2024/05/06 03:18:40.953 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:415, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:413, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.952 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.953 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:415, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:413, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:40.952 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash85 set tiflash replica 1"] [2024/05/06 03:18:40.962 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=415] [conn=1] [category=ddl] [job="ID:415, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:413, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.952 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.963 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=413] [2024/05/06 03:18:40.963 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=413] [count=1] [2024/05/06 03:18:40.974 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=415] [conn=1] [job="ID:415, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:413, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.952 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.977 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=415] [2024/05/06 03:18:40.977 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.977 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=276] [neededSchemaVersion=277] ["start time"=252.14µs] [gotSchemaVersion=277] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:40.978 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=277] [cur_db=test] [sql="drop table if exists ddltiflash86"] [user=] [2024/05/06 03:18:40.978 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=277] [cur_db=test] [sql="create table ddltiflash86(z int)"] [user=] [2024/05/06 03:18:40.980 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:417, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:416, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.98 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:40.981 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:417, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:416, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:40.98 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash86(z int)"] [2024/05/06 03:18:40.989 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=417] [conn=1] [category=ddl] [job="ID:417, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:416, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.98 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.996 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=417] [conn=1] [job="ID:417, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:416, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:40.98 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:40.999 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=417] [2024/05/06 03:18:40.999 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:40.999 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=277] [neededSchemaVersion=278] ["start time"=199.288µs] [gotSchemaVersion=278] [phyTblIDs="[416]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:41.000 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=278] [cur_db=test] [sql="alter table ddltiflash86 set tiflash replica 1"] [user=] [2024/05/06 03:18:41.002 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:418, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:416, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:41.001 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.002 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:418, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:416, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:41.001 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash86 set tiflash replica 1"] [2024/05/06 03:18:41.008 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=418] [conn=1] [category=ddl] [job="ID:418, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:416, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.001 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.009 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=416] [2024/05/06 03:18:41.009 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=416] [count=1] [2024/05/06 03:18:41.020 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=418] [conn=1] [job="ID:418, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:416, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.001 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.023 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=418] [2024/05/06 03:18:41.023 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:41.023 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=278] [neededSchemaVersion=279] ["start time"=199.204µs] [gotSchemaVersion=279] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:41.024 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=279] [cur_db=test] [sql="drop table if exists ddltiflash87"] [user=] [2024/05/06 03:18:41.024 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=279] [cur_db=test] [sql="create table ddltiflash87(z int)"] [user=] [2024/05/06 03:18:41.027 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:420, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:419, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.026 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.028 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:420, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:419, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.026 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash87(z int)"] [2024/05/06 03:18:41.052 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=420] [conn=1] [category=ddl] [job="ID:420, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:419, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.026 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.068 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=420] [conn=1] [job="ID:420, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:419, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.026 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.071 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=420] [2024/05/06 03:18:41.071 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:41.071 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=279] [neededSchemaVersion=280] ["start time"=197.717µs] [gotSchemaVersion=280] [phyTblIDs="[419]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:41.071 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=280] [cur_db=test] [sql="alter table ddltiflash87 set tiflash replica 1"] [user=] [2024/05/06 03:18:41.074 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:421, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:419, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:41.073 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.074 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:421, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:419, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:41.073 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash87 set tiflash replica 1"] [2024/05/06 03:18:41.084 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=421] [conn=1] [category=ddl] [job="ID:421, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:419, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.073 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.084 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=419] [2024/05/06 03:18:41.084 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=419] [count=1] [2024/05/06 03:18:41.093 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=421] [conn=1] [job="ID:421, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:419, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.073 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.095 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=421] [2024/05/06 03:18:41.095 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:41.096 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=280] [neededSchemaVersion=281] ["start time"=201.11µs] [gotSchemaVersion=281] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:41.096 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=281] [cur_db=test] [sql="drop table if exists ddltiflash88"] [user=] [2024/05/06 03:18:41.096 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=281] [cur_db=test] [sql="create table ddltiflash88(z int)"] [user=] [2024/05/06 03:18:41.099 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:423, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:422, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.098 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.099 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:423, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:422, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.098 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash88(z int)"] [2024/05/06 03:18:41.109 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=423] [conn=1] [category=ddl] [job="ID:423, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:422, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.098 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.127 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=423] [conn=1] [job="ID:423, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:422, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.098 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.131 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=423] [2024/05/06 03:18:41.131 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:41.132 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=281] [neededSchemaVersion=282] ["start time"=259.532µs] [gotSchemaVersion=282] [phyTblIDs="[422]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:41.132 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=282] [cur_db=test] [sql="alter table ddltiflash88 set tiflash replica 1"] [user=] [2024/05/06 03:18:41.138 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:424, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:422, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:41.136 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.138 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:424, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:422, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:41.136 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash88 set tiflash replica 1"] [2024/05/06 03:18:41.154 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=424] [conn=1] [category=ddl] [job="ID:424, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:422, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.136 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.154 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=422] [2024/05/06 03:18:41.154 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=422] [count=1] [2024/05/06 03:18:41.163 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=424] [conn=1] [job="ID:424, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:422, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.136 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.166 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=424] [2024/05/06 03:18:41.166 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:41.167 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=282] [neededSchemaVersion=283] ["start time"=200.478µs] [gotSchemaVersion=283] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:41.167 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=283] [cur_db=test] [sql="drop table if exists ddltiflash89"] [user=] [2024/05/06 03:18:41.167 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=283] [cur_db=test] [sql="create table ddltiflash89(z int)"] [user=] [2024/05/06 03:18:41.170 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:426, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:425, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.169 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.171 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:426, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:425, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.169 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash89(z int)"] [2024/05/06 03:18:41.179 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=426] [conn=1] [category=ddl] [job="ID:426, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:425, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.169 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.194 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=426] [conn=1] [job="ID:426, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:425, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.169 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.198 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=426] [2024/05/06 03:18:41.198 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:41.198 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=283] [neededSchemaVersion=284] ["start time"=234.726µs] [gotSchemaVersion=284] [phyTblIDs="[425]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:41.206 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=284] [cur_db=test] [sql="alter table ddltiflash89 set tiflash replica 1"] [user=] [2024/05/06 03:18:41.210 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:427, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:425, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:41.208 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.210 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:427, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:425, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:41.208 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash89 set tiflash replica 1"] [2024/05/06 03:18:41.224 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=427] [conn=1] [category=ddl] [job="ID:427, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:425, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.208 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.225 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=425] [2024/05/06 03:18:41.225 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=425] [count=1] [2024/05/06 03:18:41.236 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=427] [conn=1] [job="ID:427, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:425, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.208 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.241 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=427] [2024/05/06 03:18:41.241 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:41.241 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=284] [neededSchemaVersion=285] ["start time"=379.102µs] [gotSchemaVersion=285] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:41.242 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=285] [cur_db=test] [sql="drop table if exists ddltiflash90"] [user=] [2024/05/06 03:18:41.242 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=285] [cur_db=test] [sql="create table ddltiflash90(z int)"] [user=] [2024/05/06 03:18:41.246 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:429, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:428, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.246 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:429, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:428, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash90(z int)"] [2024/05/06 03:18:41.261 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=429] [conn=1] [category=ddl] [job="ID:429, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:428, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.276 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=288] [progress=1] [2024/05/06 03:18:41.279 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:430, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:288, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.278 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.279 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:430, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:288, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.278 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:41.281 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=429] [conn=1] [job="ID:429, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:428, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.287 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=429] [2024/05/06 03:18:41.287 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:41.287 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=285] [neededSchemaVersion=286] ["start time"=199.997µs] [gotSchemaVersion=286] [phyTblIDs="[428]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:41.288 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=286] [cur_db=test] [sql="alter table ddltiflash90 set tiflash replica 1"] [user=] [2024/05/06 03:18:41.291 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:431, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:428, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:41.289 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.291 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:431, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:428, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:41.289 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash90 set tiflash replica 1"] [2024/05/06 03:18:41.299 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=430] [category=ddl] [job="ID:430, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:288, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.278 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.299 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=288] [2024/05/06 03:18:41.308 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=430] [job="ID:430, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:288, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.278 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.311 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=430] [2024/05/06 03:18:41.311 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:41.312 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=286] [neededSchemaVersion=287] ["start time"=247.283µs] [gotSchemaVersion=287] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:41.312 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=293] [progress=1] [2024/05/06 03:18:41.315 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:432, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:293, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.314 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:41.315 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:432, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:293, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.314 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.319 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=431] [conn=1] [category=ddl] [job="ID:431, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:428, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.289 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.320 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=428] [2024/05/06 03:18:41.320 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=428] [count=1] [2024/05/06 03:18:41.336 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=431] [conn=1] [job="ID:431, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:428, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.289 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.341 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=431] [2024/05/06 03:18:41.341 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:41.341 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=287] [neededSchemaVersion=288] ["start time"=281.793µs] [gotSchemaVersion=288] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:41.341 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=288] [cur_db=test] [sql="drop table if exists ddltiflash91"] [user=] [2024/05/06 03:18:41.342 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=288] [cur_db=test] [sql="create table ddltiflash91(z int)"] [user=] [2024/05/06 03:18:41.346 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:434, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:433, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.344 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.346 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:434, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:433, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.344 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash91(z int)"] [2024/05/06 03:18:41.353 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=432] [category=ddl] [job="ID:432, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:293, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.314 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.353 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=293] [2024/05/06 03:18:41.362 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=432] [job="ID:432, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:293, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.314 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.371 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=432] [2024/05/06 03:18:41.371 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:41.372 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=288] [neededSchemaVersion=289] ["start time"=229.074µs] [gotSchemaVersion=289] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:41.372 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=298] [progress=1] [2024/05/06 03:18:41.375 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:435, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:298, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.374 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.375 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:435, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:298, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.374 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:41.382 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=434] [conn=1] [category=ddl] [job="ID:434, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:433, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.344 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.396 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=435] [category=ddl] [job="ID:435, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:298, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.374 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.396 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=298] [2024/05/06 03:18:41.405 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=434] [conn=1] [job="ID:434, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:433, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.344 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.409 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=434] [2024/05/06 03:18:41.409 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:41.410 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=289] [neededSchemaVersion=291] ["start time"=386.078µs] [gotSchemaVersion=291] [phyTblIDs="[433]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:41.410 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=291] [cur_db=test] [sql="alter table ddltiflash91 set tiflash replica 1"] [user=] [2024/05/06 03:18:41.413 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:436, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:433, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:41.412 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.413 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:436, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:433, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:41.412 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash91 set tiflash replica 1"] [2024/05/06 03:18:41.414 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=435] [job="ID:435, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:298, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.374 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.417 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=435] [2024/05/06 03:18:41.417 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:41.418 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=303] [progress=1] [2024/05/06 03:18:41.421 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:437, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:303, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.42 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.422 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:437, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:303, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.42 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:41.434 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=436] [conn=1] [category=ddl] [job="ID:436, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:433, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.412 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.434 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=433] [2024/05/06 03:18:41.434 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=433] [count=1] [2024/05/06 03:18:41.454 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=437] [category=ddl] [job="ID:437, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:303, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.42 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.454 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=303] [2024/05/06 03:18:41.465 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=436] [conn=1] [job="ID:436, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:433, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.412 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.469 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=436] [2024/05/06 03:18:41.470 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:41.470 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=291] [neededSchemaVersion=293] ["start time"=483.281µs] [gotSchemaVersion=293] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:41.471 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=293] [cur_db=test] [sql="drop table if exists ddltiflash92"] [user=] [2024/05/06 03:18:41.471 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=293] [cur_db=test] [sql="create table ddltiflash92(z int)"] [user=] [2024/05/06 03:18:41.475 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:439, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:438, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.473 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.475 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:439, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:438, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.473 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash92(z int)"] [2024/05/06 03:18:41.477 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=437] [job="ID:437, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:303, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.42 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.481 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=437] [2024/05/06 03:18:41.481 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:41.482 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=308] [progress=1] [2024/05/06 03:18:41.484 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:440, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:308, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.483 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.484 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:440, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:308, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.483 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:41.491 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=439] [conn=1] [category=ddl] [job="ID:439, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:438, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.473 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.501 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=440] [category=ddl] [job="ID:440, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:308, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.483 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.501 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=308] [2024/05/06 03:18:41.510 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=439] [conn=1] [job="ID:439, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:438, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.473 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.513 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=439] [2024/05/06 03:18:41.513 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:41.513 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=293] [neededSchemaVersion=295] ["start time"=401.537µs] [gotSchemaVersion=295] [phyTblIDs="[438]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:41.514 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=295] [cur_db=test] [sql="alter table ddltiflash92 set tiflash replica 1"] [user=] [2024/05/06 03:18:41.516 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:441, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:438, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:41.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.516 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:441, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:438, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:41.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash92 set tiflash replica 1"] [2024/05/06 03:18:41.518 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=440] [job="ID:440, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:308, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.483 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.534 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=440] [2024/05/06 03:18:41.534 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:41.542 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=313] [progress=1] [2024/05/06 03:18:41.546 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:442, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:313, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.543 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.546 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:442, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:313, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.543 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:41.546 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=441] [conn=1] [category=ddl] [job="ID:441, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:438, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.546 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=438] [2024/05/06 03:18:41.546 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=438] [count=1] [2024/05/06 03:18:41.555 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=441] [conn=1] [job="ID:441, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:438, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.559 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=441] [2024/05/06 03:18:41.560 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:41.560 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=295] [neededSchemaVersion=296] ["start time"=202.238µs] [gotSchemaVersion=296] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:41.560 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=296] [cur_db=test] [sql="drop table if exists ddltiflash93"] [user=] [2024/05/06 03:18:41.561 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=296] [cur_db=test] [sql="create table ddltiflash93(z int)"] [user=] [2024/05/06 03:18:41.564 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:444, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:443, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.562 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.564 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:444, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:443, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.562 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash93(z int)"] [2024/05/06 03:18:41.570 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=442] [category=ddl] [job="ID:442, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:313, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.543 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.570 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=313] [2024/05/06 03:18:41.579 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=442] [job="ID:442, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:313, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.543 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.583 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=442] [2024/05/06 03:18:41.583 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:41.583 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=296] [neededSchemaVersion=297] ["start time"=244.236µs] [gotSchemaVersion=297] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:41.584 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=318] [progress=1] [2024/05/06 03:18:41.587 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:445, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:318, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.585 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.587 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:445, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:318, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.585 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:41.593 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=444] [conn=1] [category=ddl] [job="ID:444, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:443, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.562 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.602 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=444] [conn=1] [job="ID:444, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:443, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.562 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.605 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=444] [2024/05/06 03:18:41.605 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:41.605 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=297] [neededSchemaVersion=298] ["start time"=228.661µs] [gotSchemaVersion=298] [phyTblIDs="[443]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:41.606 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=298] [cur_db=test] [sql="alter table ddltiflash93 set tiflash replica 1"] [user=] [2024/05/06 03:18:41.609 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:446, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:443, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:41.607 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.609 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:446, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:443, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:41.607 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash93 set tiflash replica 1"] [2024/05/06 03:18:41.616 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=445] [category=ddl] [job="ID:445, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:318, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.585 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.616 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=318] [2024/05/06 03:18:41.627 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=446] [conn=1] [category=ddl] [job="ID:446, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:443, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.607 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.627 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=443] [2024/05/06 03:18:41.627 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=443] [count=1] [2024/05/06 03:18:41.649 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=445] [job="ID:445, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:318, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.585 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.653 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=445] [2024/05/06 03:18:41.654 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:41.654 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=298] [neededSchemaVersion=300] ["start time"=424.635µs] [gotSchemaVersion=300] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:41.655 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=323] [progress=1] [2024/05/06 03:18:41.658 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:447, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:323, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.656 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.658 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:447, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:323, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.656 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:41.662 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=446] [conn=1] [job="ID:446, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:443, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.607 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.665 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=446] [2024/05/06 03:18:41.665 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:41.666 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=300] [cur_db=test] [sql="drop table if exists ddltiflash94"] [user=] [2024/05/06 03:18:41.666 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=300] [cur_db=test] [sql="create table ddltiflash94(z int)"] [user=] [2024/05/06 03:18:41.669 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:449, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:448, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.668 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.669 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:449, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:448, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.668 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash94(z int)"] [2024/05/06 03:18:41.675 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=447] [category=ddl] [job="ID:447, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:323, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.656 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.676 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=323] [2024/05/06 03:18:41.687 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=449] [conn=1] [category=ddl] [job="ID:449, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:448, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.668 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.698 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=447] [job="ID:447, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:323, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.656 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.701 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=447] [2024/05/06 03:18:41.701 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:41.702 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=300] [neededSchemaVersion=302] ["start time"=495.067µs] [gotSchemaVersion=302] [phyTblIDs="[448]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:41.702 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=328] [progress=1] [2024/05/06 03:18:41.706 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:450, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:328, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.704 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.706 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:450, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:328, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.704 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:41.707 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=449] [conn=1] [job="ID:449, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:448, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.668 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.710 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=449] [2024/05/06 03:18:41.710 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:41.711 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=302] [cur_db=test] [sql="alter table ddltiflash94 set tiflash replica 1"] [user=] [2024/05/06 03:18:41.713 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:451, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:448, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:41.712 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.713 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:451, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:448, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:41.712 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash94 set tiflash replica 1"] [2024/05/06 03:18:41.722 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=450] [category=ddl] [job="ID:450, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:328, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.704 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.722 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=328] [2024/05/06 03:18:41.735 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=450] [job="ID:450, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:328, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.704 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.739 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=450] [2024/05/06 03:18:41.739 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:41.739 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=302] [neededSchemaVersion=303] ["start time"=303.995µs] [gotSchemaVersion=303] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:41.741 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=333] [progress=1] [2024/05/06 03:18:41.744 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:452, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:333, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.742 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.744 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:452, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:333, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.742 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:41.748 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=451] [conn=1] [category=ddl] [job="ID:451, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:448, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.712 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.749 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=448] [2024/05/06 03:18:41.749 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=448] [count=1] [2024/05/06 03:18:41.767 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=451] [conn=1] [job="ID:451, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:448, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.712 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.770 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=451] [2024/05/06 03:18:41.770 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:41.770 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=303] [neededSchemaVersion=304] ["start time"=219.418µs] [gotSchemaVersion=304] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:41.771 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=304] [cur_db=test] [sql="drop table if exists ddltiflash95"] [user=] [2024/05/06 03:18:41.771 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=304] [cur_db=test] [sql="create table ddltiflash95(z int)"] [user=] [2024/05/06 03:18:41.774 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:454, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:453, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.773 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.774 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:454, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:453, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.773 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash95(z int)"] [2024/05/06 03:18:41.777 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=452] [category=ddl] [job="ID:452, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:333, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.742 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.777 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=333] [2024/05/06 03:18:41.785 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=452] [job="ID:452, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:333, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.742 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.788 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=452] [2024/05/06 03:18:41.788 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:41.789 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=304] [neededSchemaVersion=305] ["start time"=158.066µs] [gotSchemaVersion=305] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:41.789 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=338] [progress=1] [2024/05/06 03:18:41.791 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:455, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:338, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.79 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.791 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:455, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:338, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.79 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:41.799 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=454] [conn=1] [category=ddl] [job="ID:454, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:453, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.773 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.807 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=454] [conn=1] [job="ID:454, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:453, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.773 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.811 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=454] [2024/05/06 03:18:41.811 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:41.811 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=305] [neededSchemaVersion=306] ["start time"=190.759µs] [gotSchemaVersion=306] [phyTblIDs="[453]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:41.812 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=306] [cur_db=test] [sql="alter table ddltiflash95 set tiflash replica 1"] [user=] [2024/05/06 03:18:41.814 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:456, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:453, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:41.813 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.814 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:456, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:453, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:41.813 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash95 set tiflash replica 1"] [2024/05/06 03:18:41.833 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=455] [category=ddl] [job="ID:455, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:338, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.79 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.834 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=338] [2024/05/06 03:18:41.860 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=455] [job="ID:455, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:338, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.79 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.867 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=455] [2024/05/06 03:18:41.867 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:41.867 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=306] [neededSchemaVersion=307] ["start time"=235.612µs] [gotSchemaVersion=307] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:41.868 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=343] [progress=1] [2024/05/06 03:18:41.871 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:457, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:343, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.87 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.871 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:457, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:343, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.87 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:41.874 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=456] [conn=1] [category=ddl] [job="ID:456, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:453, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.813 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.875 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=453] [2024/05/06 03:18:41.875 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=453] [count=1] [2024/05/06 03:18:41.885 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=457] [category=ddl] [job="ID:457, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:343, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.87 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.886 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=343] [2024/05/06 03:18:41.895 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=456] [conn=1] [job="ID:456, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:453, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.813 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.898 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=456] [2024/05/06 03:18:41.898 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:41.899 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=307] [neededSchemaVersion=309] ["start time"=288.164µs] [gotSchemaVersion=309] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:41.899 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=309] [cur_db=test] [sql="drop table if exists ddltiflash96"] [user=] [2024/05/06 03:18:41.900 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=309] [cur_db=test] [sql="create table ddltiflash96(z int)"] [user=] [2024/05/06 03:18:41.903 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:459, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:458, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.901 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.903 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:459, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:458, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.901 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash96(z int)"] [2024/05/06 03:18:41.905 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=457] [job="ID:457, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:343, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.87 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.908 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=457] [2024/05/06 03:18:41.908 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:41.908 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=348] [progress=1] [2024/05/06 03:18:41.911 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:460, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:348, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.91 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.911 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:460, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:348, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.91 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:41.917 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=459] [conn=1] [category=ddl] [job="ID:459, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:458, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.901 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.938 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=459] [conn=1] [job="ID:459, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:458, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.901 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.944 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=459] [2024/05/06 03:18:41.944 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:41.944 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=309] [neededSchemaVersion=310] ["start time"=230.397µs] [gotSchemaVersion=310] [phyTblIDs="[458]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:41.945 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=310] [cur_db=test] [sql="alter table ddltiflash96 set tiflash replica 1"] [user=] [2024/05/06 03:18:41.948 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:461, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:458, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:41.946 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.948 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:461, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:458, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:41.946 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash96 set tiflash replica 1"] [2024/05/06 03:18:41.957 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=460] [category=ddl] [job="ID:460, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:348, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.91 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.958 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=348] [2024/05/06 03:18:41.967 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=460] [job="ID:460, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:348, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.91 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.970 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=460] [2024/05/06 03:18:41.970 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:41.970 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=310] [neededSchemaVersion=311] ["start time"=257.262µs] [gotSchemaVersion=311] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:41.971 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=353] [progress=1] [2024/05/06 03:18:41.974 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:462, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:353, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.973 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.974 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:462, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:353, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.973 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:41.979 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=461] [conn=1] [category=ddl] [job="ID:461, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:458, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.946 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.979 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=458] [2024/05/06 03:18:41.979 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=458] [count=1] [2024/05/06 03:18:41.987 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=461] [conn=1] [job="ID:461, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:458, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.946 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:41.990 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=461] [2024/05/06 03:18:41.990 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:41.990 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=311] [neededSchemaVersion=312] ["start time"=223.698µs] [gotSchemaVersion=312] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:41.990 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=312] [cur_db=test] [sql="drop table if exists ddltiflash97"] [user=] [2024/05/06 03:18:41.991 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=312] [cur_db=test] [sql="create table ddltiflash97(z int)"] [user=] [2024/05/06 03:18:41.994 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:464, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:463, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.992 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:41.994 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:464, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:463, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:41.992 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash97(z int)"] [2024/05/06 03:18:42.000 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=462] [category=ddl] [job="ID:462, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:353, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.973 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.000 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=353] [2024/05/06 03:18:42.010 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=464] [conn=1] [category=ddl] [job="ID:464, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:463, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.992 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.021 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=462] [job="ID:462, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:353, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.973 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.025 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=462] [2024/05/06 03:18:42.025 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:42.026 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=312] [neededSchemaVersion=314] ["start time"=325.461µs] [gotSchemaVersion=314] [phyTblIDs="[463]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:42.026 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=358] [progress=1] [2024/05/06 03:18:42.032 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=464] [conn=1] [job="ID:464, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:463, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:41.992 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.036 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:465, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:358, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.028 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:42.036 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:465, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:358, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.028 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:42.038 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=464] [2024/05/06 03:18:42.038 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:42.039 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=314] [cur_db=test] [sql="alter table ddltiflash97 set tiflash replica 1"] [user=] [2024/05/06 03:18:42.042 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:466, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:463, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:42.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:42.042 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:466, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:463, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:42.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash97 set tiflash replica 1"] [2024/05/06 03:18:42.047 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=465] [category=ddl] [job="ID:465, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:358, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.028 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.047 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=358] [2024/05/06 03:18:42.061 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=465] [job="ID:465, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:358, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.028 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.065 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=465] [2024/05/06 03:18:42.065 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:42.065 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=314] [neededSchemaVersion=315] ["start time"=226.841µs] [gotSchemaVersion=315] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:42.065 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=363] [progress=1] [2024/05/06 03:18:42.068 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:467, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:363, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.067 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:42.068 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:467, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:363, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.067 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:42.074 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=466] [conn=1] [category=ddl] [job="ID:466, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:463, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.074 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=463] [2024/05/06 03:18:42.074 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=463] [count=1] [2024/05/06 03:18:42.084 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=467] [category=ddl] [job="ID:467, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:363, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.067 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.084 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=363] [2024/05/06 03:18:42.092 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=466] [conn=1] [job="ID:466, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:463, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.094 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=466] [2024/05/06 03:18:42.094 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:42.095 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=315] [neededSchemaVersion=317] ["start time"=266.058µs] [gotSchemaVersion=317] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:42.095 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=317] [cur_db=test] [sql="drop table if exists ddltiflash98"] [user=] [2024/05/06 03:18:42.095 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=317] [cur_db=test] [sql="create table ddltiflash98(z int)"] [user=] [2024/05/06 03:18:42.098 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:469, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:468, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.097 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:42.098 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:469, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:468, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.097 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash98(z int)"] [2024/05/06 03:18:42.102 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=467] [job="ID:467, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:363, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.067 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.104 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=467] [2024/05/06 03:18:42.104 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:42.105 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=368] [progress=1] [2024/05/06 03:18:42.110 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:470, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:368, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.106 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:42.110 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:470, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:368, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.106 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:42.111 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=469] [conn=1] [category=ddl] [job="ID:469, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:468, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.097 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.124 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=470] [category=ddl] [job="ID:470, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:368, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.106 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.124 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=368] [2024/05/06 03:18:42.135 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=469] [conn=1] [job="ID:469, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:468, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.097 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.140 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=469] [2024/05/06 03:18:42.140 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:42.141 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=317] [neededSchemaVersion=319] ["start time"=384.583µs] [gotSchemaVersion=319] [phyTblIDs="[468]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:42.141 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=319] [cur_db=test] [sql="alter table ddltiflash98 set tiflash replica 1"] [user=] [2024/05/06 03:18:42.149 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=470] [job="ID:470, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:368, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.106 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.149 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:471, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:468, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:42.143 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:42.149 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:471, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:468, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:42.143 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash98 set tiflash replica 1"] [2024/05/06 03:18:42.152 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=470] [2024/05/06 03:18:42.152 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:42.153 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=371] [progress=1] [2024/05/06 03:18:42.157 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:472, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:371, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.154 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:42.157 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:472, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:371, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.154 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:42.161 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=471] [conn=1] [category=ddl] [job="ID:471, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:468, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.143 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.162 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=468] [2024/05/06 03:18:42.162 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=468] [count=1] [2024/05/06 03:18:42.169 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=471] [conn=1] [job="ID:471, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:468, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.143 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.173 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=471] [2024/05/06 03:18:42.173 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:42.173 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=319] [neededSchemaVersion=320] ["start time"=294.304µs] [gotSchemaVersion=320] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:42.174 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=320] [cur_db=test] [sql="drop table if exists ddltiflash99"] [user=] [2024/05/06 03:18:42.174 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=320] [cur_db=test] [sql="create table ddltiflash99(z int)"] [user=] [2024/05/06 03:18:42.178 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:474, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:473, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.176 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:42.178 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:474, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:473, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.176 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash99(z int)"] [2024/05/06 03:18:42.181 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=472] [category=ddl] [job="ID:472, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:371, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.154 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.181 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=371] [2024/05/06 03:18:42.188 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=472] [job="ID:472, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:371, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.154 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.191 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=472] [2024/05/06 03:18:42.191 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:42.191 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=320] [neededSchemaVersion=321] ["start time"=200.126µs] [gotSchemaVersion=321] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:42.192 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=374] [progress=1] [2024/05/06 03:18:42.195 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:475, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:374, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.194 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:42.195 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:475, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:374, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.194 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:42.200 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=474] [conn=1] [category=ddl] [job="ID:474, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:473, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.176 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.209 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=475] [category=ddl] [job="ID:475, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:374, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.194 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.209 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=374] [2024/05/06 03:18:42.218 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=474] [conn=1] [job="ID:474, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:473, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.176 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.221 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=474] [2024/05/06 03:18:42.221 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:42.222 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=321] [neededSchemaVersion=323] ["start time"=391.185µs] [gotSchemaVersion=323] [phyTblIDs="[473]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:18:42.222 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=323] [cur_db=test] [sql="alter table ddltiflash99 set tiflash replica 1"] [user=] [2024/05/06 03:18:42.226 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:476, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:473, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:42.224 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:42.226 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:476, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:473, RowCount:0, ArgLen:1, start time: 2024-05-06 03:18:42.224 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash99 set tiflash replica 1"] [2024/05/06 03:18:42.229 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=475] [job="ID:475, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:374, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.194 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.232 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=475] [2024/05/06 03:18:42.232 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:42.233 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=377] [progress=1] [2024/05/06 03:18:42.236 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:477, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:377, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.235 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:42.237 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:477, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:377, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.235 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:42.242 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=476] [conn=1] [category=ddl] [job="ID:476, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:473, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.224 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.242 +00:00] [INFO] [table.go:1391] ["Set TiFlash replica pd rule"] [category=ddl] [tableID=473] [2024/05/06 03:18:42.243 +00:00] [INFO] [info.go:1211] [ConfigureTiFlashPDForTable] [tableID=473] [count=1] [2024/05/06 03:18:42.255 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=476] [conn=1] [job="ID:476, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:473, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.224 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.259 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=476] [2024/05/06 03:18:42.259 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:42.259 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=323] [neededSchemaVersion=324] ["start time"=243.927µs] [gotSchemaVersion=324] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:42.266 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=477] [category=ddl] [job="ID:477, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:377, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.235 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.267 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=377] [2024/05/06 03:18:42.279 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=477] [job="ID:477, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:377, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.235 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.282 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=477] [2024/05/06 03:18:42.282 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:42.282 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=324] [neededSchemaVersion=325] ["start time"=174.883µs] [gotSchemaVersion=325] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:42.283 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=380] [progress=1] [2024/05/06 03:18:42.285 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:478, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:380, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.284 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:42.285 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:478, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:380, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.284 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:42.292 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=478] [category=ddl] [job="ID:478, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:380, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.284 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.293 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=380] [2024/05/06 03:18:42.299 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=478] [job="ID:478, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:380, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.284 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.301 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=478] [2024/05/06 03:18:42.301 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:42.301 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=325] [neededSchemaVersion=326] ["start time"=139.043µs] [gotSchemaVersion=326] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:42.302 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=383] [progress=1] [2024/05/06 03:18:42.304 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:479, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:383, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.303 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:42.305 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:479, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:383, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.303 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:42.312 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=479] [category=ddl] [job="ID:479, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:383, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.303 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.313 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=383] [2024/05/06 03:18:42.318 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=479] [job="ID:479, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:383, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.303 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.322 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=479] [2024/05/06 03:18:42.322 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:42.322 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=326] [neededSchemaVersion=327] ["start time"=201.935µs] [gotSchemaVersion=327] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:42.323 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=386] [progress=1] [2024/05/06 03:18:42.325 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:480, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:386, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.324 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:42.325 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:480, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:386, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.324 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:42.336 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=480] [category=ddl] [job="ID:480, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:386, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.324 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.336 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=386] [2024/05/06 03:18:42.350 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=480] [job="ID:480, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:386, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.324 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.353 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=480] [2024/05/06 03:18:42.353 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:42.354 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=327] [neededSchemaVersion=328] ["start time"=200.343µs] [gotSchemaVersion=328] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:42.354 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=389] [progress=1] [2024/05/06 03:18:42.357 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:481, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:389, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.356 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:42.357 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:481, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:389, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.356 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:42.368 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=481] [category=ddl] [job="ID:481, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:389, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.356 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.368 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=389] [2024/05/06 03:18:42.378 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=481] [job="ID:481, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:389, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.356 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.381 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=481] [2024/05/06 03:18:42.381 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:42.382 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=328] [neededSchemaVersion=329] ["start time"=201.197µs] [gotSchemaVersion=329] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:42.382 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=392] [progress=1] [2024/05/06 03:18:42.385 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:482, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:392, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.383 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:42.385 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:482, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:392, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.383 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:42.395 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=482] [category=ddl] [job="ID:482, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:392, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.383 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.395 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=392] [2024/05/06 03:18:42.407 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=482] [job="ID:482, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:392, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.383 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.410 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=482] [2024/05/06 03:18:42.410 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:42.410 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=329] [neededSchemaVersion=330] ["start time"=153.499µs] [gotSchemaVersion=330] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:42.411 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=395] [progress=1] [2024/05/06 03:18:42.412 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:483, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:395, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.412 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:42.413 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:483, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:395, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.412 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:42.418 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=483] [category=ddl] [job="ID:483, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:395, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.412 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.419 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=395] [2024/05/06 03:18:42.426 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=483] [job="ID:483, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:395, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.412 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.429 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=483] [2024/05/06 03:18:42.429 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:42.429 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=330] [neededSchemaVersion=331] ["start time"=166.595µs] [gotSchemaVersion=331] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:42.430 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=398] [progress=1] [2024/05/06 03:18:42.434 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:484, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:398, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:42.434 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:484, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:398, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:42.444 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=484] [category=ddl] [job="ID:484, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:398, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.444 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=398] [2024/05/06 03:18:42.460 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=484] [job="ID:484, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:398, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.463 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=484] [2024/05/06 03:18:42.463 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:42.463 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=331] [neededSchemaVersion=332] ["start time"=204.275µs] [gotSchemaVersion=332] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:42.464 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=401] [progress=1] [2024/05/06 03:18:42.466 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:485, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:401, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:42.466 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:485, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:401, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:42.475 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=485] [category=ddl] [job="ID:485, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:401, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.475 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=401] [2024/05/06 03:18:42.488 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=485] [job="ID:485, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:401, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.490 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=485] [2024/05/06 03:18:42.490 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:42.490 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=332] [neededSchemaVersion=333] ["start time"=161.472µs] [gotSchemaVersion=333] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:42.491 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=404] [progress=1] [2024/05/06 03:18:42.493 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:486, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:404, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.492 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:42.493 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:486, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:404, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.492 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:42.500 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=486] [category=ddl] [job="ID:486, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:404, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.492 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.500 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=404] [2024/05/06 03:18:42.516 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=486] [job="ID:486, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:404, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.492 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.520 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=486] [2024/05/06 03:18:42.520 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:42.521 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=333] [neededSchemaVersion=334] ["start time"=242.964µs] [gotSchemaVersion=334] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:42.521 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=407] [progress=1] [2024/05/06 03:18:42.534 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:487, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:407, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.523 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:42.534 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:487, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:407, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.523 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:42.547 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=487] [category=ddl] [job="ID:487, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:407, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.523 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.547 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=407] [2024/05/06 03:18:42.557 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=487] [job="ID:487, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:407, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.523 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.561 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=487] [2024/05/06 03:18:42.561 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:42.561 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=334] [neededSchemaVersion=335] ["start time"=246.772µs] [gotSchemaVersion=335] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:42.562 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=410] [progress=1] [2024/05/06 03:18:42.565 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:488, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:410, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.563 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:42.565 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:488, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:410, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.563 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:42.575 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=488] [category=ddl] [job="ID:488, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:410, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.563 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.575 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=410] [2024/05/06 03:18:42.588 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=488] [job="ID:488, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:410, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.563 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.591 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=488] [2024/05/06 03:18:42.591 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:42.592 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=335] [neededSchemaVersion=336] ["start time"=253.407µs] [gotSchemaVersion=336] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:42.592 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=413] [progress=1] [2024/05/06 03:18:42.595 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:489, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:413, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.594 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:42.595 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:489, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:413, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.594 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:42.606 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=489] [category=ddl] [job="ID:489, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:413, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.594 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.606 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=413] [2024/05/06 03:18:42.620 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=489] [job="ID:489, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:413, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.594 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.623 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=489] [2024/05/06 03:18:42.623 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:42.624 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=336] [neededSchemaVersion=337] ["start time"=236.906µs] [gotSchemaVersion=337] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:42.625 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=416] [progress=1] [2024/05/06 03:18:42.628 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:490, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:416, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.627 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:42.628 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:490, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:416, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.627 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:42.637 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=490] [category=ddl] [job="ID:490, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:416, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.627 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.637 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=416] [2024/05/06 03:18:42.647 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=490] [job="ID:490, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:416, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.627 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.651 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=490] [2024/05/06 03:18:42.651 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:42.651 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=337] [neededSchemaVersion=338] ["start time"=217.909µs] [gotSchemaVersion=338] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:42.655 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=419] [progress=1] [2024/05/06 03:18:42.658 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:491, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:419, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.656 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:42.658 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:491, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:419, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.656 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:42.664 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=491] [category=ddl] [job="ID:491, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:419, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.656 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.665 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=419] [2024/05/06 03:18:42.681 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=491] [job="ID:491, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:419, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.656 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.685 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=491] [2024/05/06 03:18:42.685 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:42.685 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=338] [neededSchemaVersion=339] ["start time"=247.827µs] [gotSchemaVersion=339] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:42.692 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=422] [progress=1] [2024/05/06 03:18:42.696 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:492, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:422, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.695 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:42.696 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:492, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:422, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.695 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:42.714 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=492] [category=ddl] [job="ID:492, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:422, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.695 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.714 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=422] [2024/05/06 03:18:42.727 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=492] [job="ID:492, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:422, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.695 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.731 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=492] [2024/05/06 03:18:42.731 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:42.731 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=339] [neededSchemaVersion=340] ["start time"=193.093µs] [gotSchemaVersion=340] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:42.732 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=425] [progress=1] [2024/05/06 03:18:42.734 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:493, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:425, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.733 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:42.735 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:493, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:425, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:42.733 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:42.743 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=493] [category=ddl] [job="ID:493, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:425, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.733 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.743 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=425] [2024/05/06 03:18:42.751 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=493] [job="ID:493, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:425, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:42.733 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:42.755 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=493] [2024/05/06 03:18:42.755 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:42.755 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=340] [neededSchemaVersion=341] ["start time"=175.467µs] [gotSchemaVersion=341] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:43.779 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=428] [progress=1] [2024/05/06 03:18:43.783 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:494, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:428, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:43.781 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:43.783 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:494, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:428, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:43.781 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:43.789 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=494] [category=ddl] [job="ID:494, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:428, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:43.781 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:43.790 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=428] [2024/05/06 03:18:43.796 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=494] [job="ID:494, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:428, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:43.781 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:43.799 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=494] [2024/05/06 03:18:43.799 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:43.799 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=341] [neededSchemaVersion=342] ["start time"=196.836µs] [gotSchemaVersion=342] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:43.799 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=433] [progress=1] [2024/05/06 03:18:43.801 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:495, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:433, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:43.8 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:43.801 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:495, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:433, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:43.8 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:43.808 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=495] [category=ddl] [job="ID:495, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:433, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:43.8 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:43.809 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=433] [2024/05/06 03:18:43.820 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=495] [job="ID:495, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:433, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:43.8 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:43.824 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=495] [2024/05/06 03:18:43.824 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:43.825 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=342] [neededSchemaVersion=343] ["start time"=277.593µs] [gotSchemaVersion=343] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:43.825 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=438] [progress=1] [2024/05/06 03:18:43.827 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:496, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:438, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:43.826 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:43.827 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:496, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:438, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:43.826 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:43.839 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=496] [category=ddl] [job="ID:496, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:438, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:43.826 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:43.840 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=438] [2024/05/06 03:18:43.848 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=496] [job="ID:496, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:438, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:43.826 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:43.852 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=496] [2024/05/06 03:18:43.852 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:43.852 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=343] [neededSchemaVersion=344] ["start time"=209.24µs] [gotSchemaVersion=344] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:43.853 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=443] [progress=1] [2024/05/06 03:18:43.856 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:497, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:443, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:43.854 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:43.856 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:497, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:443, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:43.854 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:43.867 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=497] [category=ddl] [job="ID:497, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:443, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:43.854 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:43.867 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=443] [2024/05/06 03:18:43.878 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=497] [job="ID:497, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:443, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:43.854 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:43.881 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=497] [2024/05/06 03:18:43.882 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:43.882 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=344] [neededSchemaVersion=345] ["start time"=203.594µs] [gotSchemaVersion=345] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:43.882 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=448] [progress=1] [2024/05/06 03:18:43.886 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:498, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:448, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:43.884 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:43.886 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:498, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:448, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:43.884 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:43.897 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=498] [category=ddl] [job="ID:498, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:448, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:43.884 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:43.897 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=448] [2024/05/06 03:18:43.904 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=498] [job="ID:498, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:448, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:43.884 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:43.907 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=498] [2024/05/06 03:18:43.907 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:43.907 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=345] [neededSchemaVersion=346] ["start time"=194.13µs] [gotSchemaVersion=346] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:43.907 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=453] [progress=1] [2024/05/06 03:18:43.910 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:499, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:453, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:43.909 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:43.910 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:499, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:453, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:43.909 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:43.921 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=499] [category=ddl] [job="ID:499, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:453, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:43.909 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:43.921 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=453] [2024/05/06 03:18:43.929 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=499] [job="ID:499, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:453, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:43.909 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:43.933 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=499] [2024/05/06 03:18:43.933 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:43.934 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=346] [neededSchemaVersion=347] ["start time"=159.69µs] [gotSchemaVersion=347] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:43.934 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=458] [progress=1] [2024/05/06 03:18:43.936 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:500, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:458, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:43.935 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:43.936 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:500, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:458, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:43.935 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:43.960 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=500] [category=ddl] [job="ID:500, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:458, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:43.935 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:43.961 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=458] [2024/05/06 03:18:43.978 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=500] [job="ID:500, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:458, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:43.935 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:43.981 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=500] [2024/05/06 03:18:43.981 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:43.981 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=347] [neededSchemaVersion=348] ["start time"=201.082µs] [gotSchemaVersion=348] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:43.982 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=463] [progress=1] [2024/05/06 03:18:43.984 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:501, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:463, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:43.983 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:43.984 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:501, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:463, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:43.983 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:43.992 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=501] [category=ddl] [job="ID:501, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:463, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:43.983 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:43.992 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=463] [2024/05/06 03:18:43.998 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=501] [job="ID:501, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:463, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:43.983 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:44.001 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=501] [2024/05/06 03:18:44.001 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:44.001 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=348] [neededSchemaVersion=349] ["start time"=179.677µs] [gotSchemaVersion=349] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:44.001 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=468] [progress=1] [2024/05/06 03:18:44.003 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:502, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:468, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:44.002 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:44.003 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:502, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:468, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:44.002 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:44.012 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=502] [category=ddl] [job="ID:502, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:468, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:44.002 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:44.012 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=468] [2024/05/06 03:18:44.021 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=502] [job="ID:502, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:468, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:44.002 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:44.026 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=502] [2024/05/06 03:18:44.026 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:44.027 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=349] [neededSchemaVersion=350] ["start time"=234.789µs] [gotSchemaVersion=350] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:44.033 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=473] [progress=1] [2024/05/06 03:18:44.036 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:503, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:473, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:44.035 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:18:44.036 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:503, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:473, RowCount:0, ArgLen:2, start time: 2024-05-06 03:18:44.035 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=] [2024/05/06 03:18:44.044 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=503] [category=ddl] [job="ID:503, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:473, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:44.035 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:44.044 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=473] [2024/05/06 03:18:44.055 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=503] [job="ID:503, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:473, RowCount:0, ArgLen:0, start time: 2024-05-06 03:18:44.035 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:18:44.060 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=503] [2024/05/06 03:18:44.060 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:18:44.060 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=350] [neededSchemaVersion=351] ["start time"=217.001µs] [gotSchemaVersion=351] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"] [2024/05/06 03:18:52.261 +00:00] [ERROR] [tiflash_manager.go:104] ["Fail to get peer status from TiFlash."] [tableID=328] [stack="github.com/pingcap/tidb/pkg/domain/infosync.getTiFlashPeerWithoutLagCount\n\tpkg/domain/infosync/tiflash_manager.go:104\ngithub.com/pingcap/tidb/pkg/domain/infosync.calculateTiFlashProgress\n\tpkg/domain/infosync/tiflash_manager.go:132\ngithub.com/pingcap/tidb/pkg/domain/infosync.(*mockTiFlashReplicaManagerCtx).CalculateTiFlashProgress\n\tpkg/domain/infosync/tiflash_manager.go:743\ngithub.com/pingcap/tidb/pkg/domain/infosync.CalculateTiFlashProgress\n\tpkg/domain/infosync/info.go:1104\ngithub.com/pingcap/tidb/pkg/ddl.PollAvailableTableProgress\n\tpkg/ddl/ddl_tiflash_api.go:394\ngithub.com/pingcap/tidb/pkg/ddl.(*ddl).refreshTiFlashTicker\n\tpkg/ddl/ddl_tiflash_api.go:449\ngithub.com/pingcap/tidb/pkg/ddl.(*ddl).PollTiFlashRoutine\n\tpkg/ddl/ddl_tiflash_api.go:588\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157"] [2024/05/06 03:18:52.261 +00:00] [ERROR] [tiflash_manager.go:134] ["Fail to get peer count from TiFlash."] [tableID=328] [stack="github.com/pingcap/tidb/pkg/domain/infosync.calculateTiFlashProgress\n\tpkg/domain/infosync/tiflash_manager.go:134\ngithub.com/pingcap/tidb/pkg/domain/infosync.(*mockTiFlashReplicaManagerCtx).CalculateTiFlashProgress\n\tpkg/domain/infosync/tiflash_manager.go:743\ngithub.com/pingcap/tidb/pkg/domain/infosync.CalculateTiFlashProgress\n\tpkg/domain/infosync/info.go:1104\ngithub.com/pingcap/tidb/pkg/ddl.PollAvailableTableProgress\n\tpkg/ddl/ddl_tiflash_api.go:394\ngithub.com/pingcap/tidb/pkg/ddl.(*ddl).refreshTiFlashTicker\n\tpkg/ddl/ddl_tiflash_api.go:449\ngithub.com/pingcap/tidb/pkg/ddl.(*ddl).PollTiFlashRoutine\n\tpkg/ddl/ddl_tiflash_api.go:588\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157"] panic: Get "http://127.0.0.1:44791/tiflash/sync-status/keyspace/4294967295/table/328": dial tcp 127.0.0.1:44791: connect: connection refused goroutine 30914 [running]: github.com/pingcap/tidb/pkg/ddl.PollAvailableTableProgress({0x6c2a738, 0xc0168a3088}, {0xc00b98b680?, 0x6b92cf8?}, 0xc00564fea0) pkg/ddl/ddl_tiflash_api.go:401 +0xde6 github.com/pingcap/tidb/pkg/ddl.(*ddl).refreshTiFlashTicker(0xc007b66b40, {0x6c665d0, 0xc00b98b680}, 0xc00564fea0) pkg/ddl/ddl_tiflash_api.go:449 +0x29f github.com/pingcap/tidb/pkg/ddl.(*ddl).PollTiFlashRoutine(0xc007b66b40) pkg/ddl/ddl_tiflash_api.go:588 +0x7d7 github.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1() pkg/util/wait_group_wrapper.go:157 +0x59 created by github.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run in goroutine 63 pkg/util/wait_group_wrapper.go:155 +0x7c -- Coverage runner: Not collecting coverage for failed test. The following commands failed with status 2 /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/sandbox/linux-sandbox/13237/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/ddl/tests/tiflash/tiflash_test_/tiflash_test.runfiles/__main__/pkg/ddl/tests/tiflash/tiflash_test_/tiflash_test ================================================================================ [14,463 / 14,521] 407 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 27 of 39); 6s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,464 / 14,521] 407 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 27 of 39); 7s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,471 / 14,521] 409 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 4 of 39); 6s remote-cache, linux-sandbox ... (70 actions running) [14,485 / 14,521] 409 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 7s remote-cache, linux-sandbox ... (58 actions, 46 running) [14,504 / 14,521] 409 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 9s remote-cache, linux-sandbox ... (34 actions running) [14,508 / 14,521] 409 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 11s remote-cache, linux-sandbox ... (26 actions running) [14,516 / 14,521] 409 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 13s remote-cache, linux-sandbox ... (10 actions running) [14,518 / 14,521] 409 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 15s remote-cache, linux-sandbox ... (6 actions running) [14,518 / 14,521] 409 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 20s remote-cache, linux-sandbox ... (6 actions running) [14,519 / 14,521] 409 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 22s remote-cache, linux-sandbox ... (4 actions running) [14,519 / 14,521] 409 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 28s remote-cache, linux-sandbox ... (4 actions running) [14,520 / 14,521] 410 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 30s remote-cache, linux-sandbox [14,520 / 14,521] 410 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 39s remote-cache, linux-sandbox [14,520 / 14,521] 411 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 67s remote-cache, linux-sandbox INFO: Elapsed time: 754.820s, Critical Path: 187.88s INFO: 14509 processes: 11510 remote cache hit, 1661 internal, 1338 linux-sandbox. INFO: Build completed successfully, 14509 total actions //pkg/ddl/tests/tiflash:tiflash_test FLAKY, failed in 1 out of 33 in 29.5s Stats over 33 runs: max = 29.5s, min = 3.3s, avg = 12.8s, dev = 7.4s /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_32_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_31_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_30_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_1_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_29_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_2_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_28_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_3_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_27_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_4_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_5_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_26_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_6_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_25_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_7_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_8_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_24_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_11_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_9_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_23_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_12_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_13_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_14_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_22_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_18_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_19_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_21_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_16_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_20_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_17_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_15_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_10_of_32/coverage.dat Test cases: finished with 7965 passing and 0 failing out of 7965 test cases Executed 87 out of 411 tests: 411 tests pass. root: /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs complete to collect bazel result. [Pipeline] } [Pipeline] // dir Post stage [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // dir [Pipeline] sh + ./scripts/plugins/analyze-go-test-from-bazel-output.sh tidb/bazel-test.log Parse from local file: tidb/bazel-test.log new flaky case: TestTiFlashMassiveReplicaAvailable Output files: bazel-flaky-summaries.log bazel-go-test-index.log bazel-go-test-problem-cases.json bazel-target-output-L712-4030.fatal.log [Pipeline] sh ++ uuidgen + timeout 10 curl --verbose --request POST --url http://cloudevents-server.apps.svc/events --header 'ce-id: cc25c00c-31d5-466d-853a-7bd16cb41524' --header 'ce-source: https://do.pingcap.net/jenkins/' --header 'ce-type: test-case-run-report' --header 'ce-repo: pingcap/tidb' --header 'ce-branch: master' --header 'ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8909/' --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: cc25c00c-31d5-466d-853a-7bd16cb41524 > ce-source: https://do.pingcap.net/jenkins/ > ce-type: test-case-run-report > ce-repo: pingcap/tidb > ce-branch: master > ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8909/ > ce-specversion: 1.0 > content-type: application/json; charset=UTF-8 > Content-Length: 164 > } [data not shown] * upload completely sent off: 164 out of 164 bytes 100 164 0 0 100 164 0 161 0:00:01 0:00:01 --:--:-- 161 100 164 0 0 100 164 0 81 0:00:02 0:00:02 --:--:-- 81 100 164 0 0 100 164 0 54 0:00:03 0:00:03 --:--:-- 54 100 164 0 0 100 164 0 40 0:00:04 0:00:04 --:--:-- 40 100 164 0 0 100 164 0 32 0:00:05 0:00:05 --:--:-- 32 100 164 0 0 100 164 0 27 0:00:06 0:00:06 --:--:-- 0 100 164 0 0 100 164 0 23 0:00:07 0:00:07 --:--:-- 0 100 164 0 0 100 164 0 20 0:00:08 0:00:08 --:--:-- 0 100 164 0 0 100 164 0 18 0:00:09 0:00:09 --:--:-- 0+ true [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh [2024-05-06T03:26:13.002Z] ['info'] _____ _ / ____| | | | | ___ __| | ___ ___ _____ __ | | / _ \ / _` |/ _ \/ __/ _ \ \ / / | |___| (_) | (_| | __/ (_| (_) \ V / \_____\___/ \__,_|\___|\___\___/ \_/ Codecov report uploader 0.5.0 [2024-05-06T03:26:13.003Z] ['info'] => Project root located at: . [2024-05-06T03:26:13.006Z] ['info'] -> Token found by environment variables [2024-05-06T03:26:13.018Z] ['info'] Searching for coverage files... [2024-05-06T03:26:15.623Z] ['info'] => Found 1 possible coverage files: ./coverage.dat [2024-05-06T03:26:15.623Z] ['info'] Processing ./coverage.dat... [2024-05-06T03:26:16.103Z] ['info'] Using manual override from args. [2024-05-06T03:26:16.104Z] ['info'] Detected Jenkins CI as the CI provider. [2024-05-06T03:26:16.117Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=uploader-0.5.0&token=*******&branch=origin%2Fpr%2F52989&build=8909&build_url=https%3A%2F%2Fdo.pingcap.net%2Fjenkins%2Fjob%2Fpingcap%2Fjob%2Ftidb%2Fjob%2Fghpr_unit_test%2F8909%2F&commit=8b3ce508d3768e3faddf9842d0a50b9ad5ec49d7&job=&pr=52989&service=jenkins&slug=pingcap%2Ftidb&name=&tag=&flags=unit&parent= [2024-05-06T03:26:17.085Z] ['info'] https://app.codecov.io/github/pingcap/tidb/commit/8b3ce508d3768e3faddf9842d0a50b9ad5ec49d7 https://storage.googleapis.com/codecov/v4/raw/2024-05-06/F6B65B6EE70BEC6C6B5E073ED3BB1A79/8b3ce508d3768e3faddf9842d0a50b9ad5ec49d7/f8ad64f8-8df2-4c48-9ab8-dc20b7fe2e15.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240506%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240506T032616Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=47221fc5c05dbb4d45caf7ac1f8dabca03bad4ad49512c85b34031a88fe3d69f [2024-05-06T03:26:17.085Z] ['info'] Uploading... [2024-05-06T03:26:19.645Z] ['info'] {"status":"success","resultURL":"https://app.codecov.io/github/pingcap/tidb/commit/8b3ce508d3768e3faddf9842d0a50b9ad5ec49d7"} [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] catchError [Pipeline] { [Pipeline] sh [Pipeline] } [Pipeline] // catchError [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