Started by user Jenkins Admin Obtained pipelines/pingcap/tidb/latest/ghpr_unit_test.groovy from git https://github.com/PingCAP-QE/ci.git Loading library tipipeline@main Library tipipeline@main is cached. Copying from home. [Pipeline] Start of Pipeline [Pipeline] readJSON [Pipeline] readTrusted Obtained pipelines/pingcap/tidb/latest/pod-ghpr_unit_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes jenkins-tidb/pingcap-tidb-ghpr-unit-test-8906-0k7dk-rrh5f-pkvk4 Agent pingcap-tidb-ghpr-unit-test-8906-0k7dk-rrh5f-pkvk4 is provisioned from template pingcap_tidb_ghpr_unit_test_8906-0k7dk-rrh5f --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8906/" runUrl: "job/pingcap/job/tidb/job/ghpr_unit_test/8906/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "bf60c40e4dc1824ccad4ff8692c55c720209cb45" jenkins/label: "pingcap_tidb_ghpr_unit_test_8906-0k7dk" name: "pingcap-tidb-ghpr-unit-test-8906-0k7dk-rrh5f-pkvk4" 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-8906-0k7dk-rrh5f-pkvk4" - name: "JENKINS_NAME" value: "pingcap-tidb-ghpr-unit-test-8906-0k7dk-rrh5f-pkvk4" - 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-8906-0k7dk-rrh5f-pkvk4 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) > 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 Commit message: "fix(br): use failpoint tidb-server instead (#2951)" > git rev-list --no-walk 03312178c534dce949face80c69812d989e55009 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 1 hr 30 min [Pipeline] { [Pipeline] stage [Pipeline] { (Debug info) [Pipeline] sh + printenv PROW_JOB_ID=fe17f362-dc21-4947-9b03-c29c0a678d54 JENKINS_NODE_COOKIE=f2cde96a-5004-4d8e-81d8-b6a91b4278a5 BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8906/ GOLANG_VERSION=1.21.0 HOSTNAME=pingcap-tidb-ghpr-unit-test-8906-0k7dk-rrh5f-pkvk4 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-8906 KUBERNETES_SERVICE_PORT=443 GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009 JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/ghpr_unit_test","buildid":"1787311793081683968","prowjobid":"fe17f362-dc21-4947-9b03-c29c0a678d54","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":52843,"author":"rleungx","sha":"8dfc8f0933dc67c019726e153bfa471b93d8cb5e","title":"infoschema: try other PDs if one cannot serve the request","link":"https://github.com/pingcap/tidb/pull/52843","commit_link":"https://github.com/pingcap/tidb/pull/52843/commits/8dfc8f0933dc67c019726e153bfa471b93d8cb5e","author_link":"https://github.com/rleungx"}]}} 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/8906/display/redirect?page=changes RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8906/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/8906/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=#8906 JENKINS_URL=https://do.pingcap.net/jenkins/ BUILD_ID=1787311793081683968 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/8906/display/redirect?page=tests SHLVL=3 HOME=/home/jenkins POD_LABEL=pingcap_tidb_ghpr_unit_test_8906-0k7dk 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-8906-0k7dk-rrh5f-pkvk4 pingcap_tidb_ghpr_unit_test_8906-0k7dk GIT_URL=https://github.com/PingCAP-QE/ci.git HUDSON_HOME=/var/jenkins_home CLASSPATH= NODE_NAME=pingcap-tidb-ghpr-unit-test-8906-0k7dk-rrh5f-pkvk4 GOPATH=/go JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/display/redirect BUILD_NUMBER=8906 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-build1787792020=/tmp/go-build -gno-record-gcc-switches' + echo ------------------------- ------------------------- + ls -l /dev/null crw-rw-rw-. 1 root root 1, 3 May 6 10:42 /dev/null + echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-8906-0k7dk-rrh5f-pkvk4 bash' debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-8906-0k7dk-rrh5f-pkvk4 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: 42012 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; COOKIE: eddd6a1500e477f3 (echoed) ;; QUESTION SECTION: ;github.com. IN A ;; ANSWER SECTION: github.com. 26 IN A 20.205.243.166 ;; Query time: 0 msec ;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP) ;; WHEN: Mon May 06 02:42:15 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-e089b70) 457950720 bytes in 3.62 secs (126640736 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 00ca25cdf2 Merge commit 'e089b70540260c7d7259e22ead845b10a9e10aa4' into HEAD POST git-upload-pack (656 bytes) POST git-upload-pack (973 bytes) POST git-upload-pack (gzip 1923 to 1024 bytes) From https://github.com/pingcap/tidb = [up to date] master -> origin/master * [new ref] refs/pull/52843/head -> origin/pr/52843/head Warning: you are leaving 1 commit behind, not connected to any of your branches: 00ca25cdf2 Merge commit 'e089b70540260c7d7259e22ead845b10a9e10aa4' 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 00ca25cdf2 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 ... Auto-merging pkg/infoschema/tables.go Merge made by the 'ort' strategy. pkg/infoschema/tables.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ๐Ÿงพ Pre-merged result: 21512b312a1402d300d90127bfb678d6b8466376 21512b312a Merge commit '8dfc8f0933dc67c019726e153bfa471b93d8cb5e' 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 saved successfully (git/pingcap/tidb/rev-600b2ed-8dfc8f0) 458020352 bytes in 8.51 secs (53828800 bytes/sec) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] withCredentials Masking supported pattern matches of $CODECOV_TOKEN [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb [Pipeline] { [Pipeline] sh + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . diff --git a/Makefile.common b/Makefile.common index 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: 1af63bf3-fe2d-49fc-a0d1-ef48063f03f0 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_02_42_05.4048417051/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 (229 packages loaded, 11620 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, 7.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/tool/linux_amd64/pprof, 9.0 MiB / 10.7 MiB; 1s remote-cache ... (3 actions, 0 running) [137 / 316] GoCompilePkg external/org_uber_go_zap/zapcore/zapcore.a [for tool]; Downloading external/org_uber_go_zap/zapcore/zapcore.a, 1023.8 KiB / 1.8 MiB; 0s remote-cache ... (37 actions, 0 running) Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 23.909s, Critical Path: 4.10s 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: b373ca8a-e154-41aa-92e4-62faeca04d19 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_02_42_05.4048417051/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 (128 packages loaded, 12962 targets configured) INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14292 targets configured). INFO: Found 1 target... [0 / 9] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running) [272 / 607] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 1s remote-cache [563 / 607] GoCompilePkg external/com_github_pingcap_kvproto/pkg/kvrpcpb/kvrpcpb.a; Downloading external/com_github_pingcap_kvproto/pkg/kvrpcpb/kvrpcpb.a, 6.6 MiB / 9.9 MiB; 0s remote-cache ... (3 actions, 0 running) Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 5.095s, Critical Path: 3.06s 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: 2ec088b2-eba9-41d6-9cb6-08be1c75924b 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_02_42_05.4048417051/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 (1229 packages loaded, 16726 targets configured) Analyzing: 411 targets (1530 packages loaded, 21481 targets configured) Analyzing: 411 targets (1686 packages loaded, 23830 targets configured) Analyzing: 411 targets (1917 packages loaded, 25541 targets configured) Analyzing: 411 targets (1917 packages loaded, 25541 targets configured) Analyzing: 411 targets (1920 packages loaded, 25680 targets configured) Analyzing: 411 targets (1981 packages loaded, 26989 targets configured) INFO: Analyzed 411 targets (1981 packages loaded, 26989 targets configured). INFO: Found 411 test targets... [0 / 14] [Prepa] Writing file br/cmd/br/br_test/baseline_coverage.dat ... (13 actions, 0 running) [1,322 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 5.9 MiB / 10.3 MiB; 0s remote-cache ... (35 actions, 0 running) [1,358 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 2s remote-cache ... (35 actions, 0 running) [1,363 / 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, 7.0 MiB / 7.3 MiB; 3s 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, 15.1 MiB / 17.2 MiB; 4s remote-cache ... (35 actions, 0 running) [1,950 / 9,763] GoTestGenTest pkg/infoschema/infoschema_test_/testmain.go; 0s remote-cache, linux-sandbox ... (36 actions, 2 running) [2,457 / 9,768] GoCompilePkg external/org_golang_x_tools/internal/diff/lcs/lcs.a; Downloading external/org_golang_x_tools/internal/diff/lcs/lcs.a; 0s remote-cache ... (34 actions, 0 running) [3,061 / 9,769] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 12.0 MiB / 96.2 MiB; 0s remote-cache ... (34 actions, 0 running) [3,377 / 9,831] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 71.0 MiB / 96.2 MiB; 1s remote-cache ... (35 actions, 0 running) [3,723 / 9,870] 3 / 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, 49.6 MiB / 69.8 MiB; 0s remote-cache ... (35 actions, 0 running) [4,012 / 9,904] 21 / 411 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/aws/endpoints/endpoints.a; 0s remote-cache ... (35 actions, 0 running) [4,417 / 9,954] 54 / 411 tests; GoCompilePkg pkg/parser/ast/ast.a; Downloading pkg/parser/ast/ast.a, 8.9 MiB / 8.9 MiB; 0s remote-cache ... (35 actions, 0 running) [4,651 / 9,998] 68 / 411 tests; GoCompilePkg external/io_etcd_go_etcd_server_v3/etcdserver/etcdserver.a; Downloading external/io_etcd_go_etcd_server_v3/etcdserver/etcdserver.a, 5.0 MiB / 5.0 MiB; 0s remote-cache ... (35 actions, 0 running) [4,906 / 10,002] 71 / 411 tests; GoCompilePkg external/com_github_pingcap_kvproto/pkg/pdpb/pdpb.a; Downloading external/com_github_pingcap_kvproto/pkg/pdpb/pdpb.a, 10.0 MiB / 10.5 MiB; 0s remote-cache ... (35 actions, 0 running) [5,128 / 10,109] 74 / 411 tests; GoLink pkg/util/etcd/etcd_test_/etcd_test; Downloading pkg/util/etcd/etcd_test_/etcd_test, 17.0 MiB / 21.5 MiB; 0s remote-cache ... (35 actions, 0 running) [5,278 / 10,117] 78 / 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, 26.0 MiB / 75.3 MiB; 1s remote-cache ... (10 actions, 0 running) [5,315 / 10,135] 80 / 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, 58.0 MiB / 75.3 MiB; 2s remote-cache ... (14 actions, 0 running) [5,493 / 10,135] 82 / 411 tests; GoLink pkg/privilege/privileges/ldap/ldap_test_/ldap_test; Downloading pkg/privilege/privileges/ldap/ldap_test_/ldap_test, 16.0 MiB / 23.6 MiB; 0s remote-cache ... (35 actions, 0 running) [5,565 / 10,175] 84 / 411 tests; GoLink pkg/lightning/log/log_test_/log_test; 1s remote-cache ... (35 actions, 0 running) [5,637 / 10,251] 94 / 411 tests; GoLink pkg/util/cpu/cpu_test_/cpu_test; Downloading pkg/util/cpu/cpu_test_/cpu_test, 24.4 MiB / 33.7 MiB; 1s remote-cache ... (35 actions, 0 running) [5,684 / 10,266] 96 / 411 tests; GoLink pkg/errctx/errctx_test_/errctx_test; 2s remote-cache ... (35 actions, 0 running) [5,736 / 10,276] 100 / 411 tests; GoLink pkg/util/parser/parser_test_/parser_test; Downloading pkg/util/parser/parser_test_/parser_test, 34.9 MiB / 37.3 MiB; 2s remote-cache ... (35 actions, 0 running) [5,818 / 10,338] 108 / 411 tests; GoLink pkg/util/plancodec/plancodec_test_/plancodec_test; Downloading pkg/util/plancodec/plancodec_test_/plancodec_test, 23.0 MiB / 29.0 MiB; 1s remote-cache ... (35 actions, 0 running) [5,886 / 10,340] 111 / 411 tests; GoLink pkg/kv/kv_test_/kv_test; Downloading pkg/kv/kv_test_/kv_test, 22.0 MiB / 31.1 MiB; 1s remote-cache ... (35 actions, 0 running) [5,943 / 10,366] 112 / 411 tests; GoLink br/pkg/logutil/logutil_test_/logutil_test; Downloading br/pkg/logutil/logutil_test_/logutil_test, 26.0 MiB / 30.4 MiB; 2s remote-cache ... (34 actions, 0 running) [6,016 / 10,382] 114 / 411 tests; GoLink pkg/tablecodec/tablecodec_test_/tablecodec_test; Downloading pkg/tablecodec/tablecodec_test_/tablecodec_test, 31.0 MiB / 31.0 MiB; 2s remote-cache ... (35 actions, 0 running) [6,108 / 10,420] 117 / 411 tests; GoCompilePkg pkg/structure/expression.recompile1098.a; Downloading pkg/structure/expression.recompile1098.a, 26.1 MiB / 78.6 MiB; 1s remote-cache ... (35 actions, 0 running) [6,180 / 10,422] 118 / 411 tests; GoCompilePkg pkg/structure/expression.recompile1098.a; Downloading pkg/structure/expression.recompile1098.a, 45.0 MiB / 78.6 MiB; 2s remote-cache ... (35 actions, 0 running) [6,227 / 10,422] 119 / 411 tests; GoCompilePkg pkg/structure/expression.recompile1098.a; Downloading pkg/structure/expression.recompile1098.a, 59.3 MiB / 78.6 MiB; 3s remote-cache ... (35 actions, 0 running) [6,275 / 10,456] 121 / 411 tests; GoCompilePkg pkg/structure/expression.recompile1098.a; Downloading pkg/structure/expression.recompile1098.a, 73.0 MiB / 78.6 MiB; 4s remote-cache ... (35 actions, 0 running) [6,307 / 10,456] 121 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; Downloading pkg/util/expression.recompile557.a, 46.0 MiB / 78.6 MiB; 3s remote-cache ... (35 actions, 0 running) [6,353 / 10,529] 122 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; Downloading pkg/util/expression.recompile557.a, 56.0 MiB / 78.6 MiB; 4s remote-cache ... (35 actions, 0 running) [6,398 / 10,531] 125 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; Downloading pkg/util/expression.recompile557.a, 66.0 MiB / 78.6 MiB; 5s remote-cache ... (35 actions, 0 running) [6,452 / 10,539] 130 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; Downloading pkg/util/expression.recompile557.a, 78.0 MiB / 78.6 MiB; 6s remote-cache ... (35 actions, 0 running) [6,516 / 10,547] 133 / 411 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 73.0 MiB / 80.2 MiB; 6s remote-cache ... (35 actions, 0 running) [6,568 / 10,570] 136 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; Downloading pkg/ddl/placement/expression.recompile554.a, 72.0 MiB / 80.2 MiB; 6s remote-cache ... (35 actions, 0 running) [6,618 / 10,570] 136 / 411 tests; GoLink pkg/sessionctx/sessionctx_test_/sessionctx_test; Downloading pkg/sessionctx/sessionctx_test_/sessionctx_test, 33.0 MiB / 55.8 MiB; 3s remote-cache ... (36 actions, 2 running) [6,663 / 10,570] 138 / 411 tests; GoLink pkg/sessionctx/sessionctx_test_/sessionctx_test; Downloading pkg/sessionctx/sessionctx_test_/sessionctx_test, 45.0 MiB / 55.8 MiB; 4s remote-cache ... (35 actions, 0 running) [6,716 / 10,570] 139 / 411 tests; GoLink pkg/sessionctx/sessionctx_test_/sessionctx_test; 5s remote-cache ... (36 actions, 2 running) [6,777 / 10,582] 141 / 411 tests; GoCompilePkg pkg/meta/expression.recompile557.a; Downloading pkg/meta/expression.recompile557.a, 66.8 MiB / 78.6 MiB; 5s remote-cache ... (37 actions, 4 running) [6,825 / 10,582] 141 / 411 tests; GoCompilePkg pkg/meta/expression.recompile557.a; 6s remote-cache ... (37 actions, 4 running) [6,890 / 10,640] 142 / 411 tests; GoCompilePkg pkg/sessionctx/variable/expression.recompile1100.a; Downloading pkg/sessionctx/variable/expression.recompile1100.a, 78.0 MiB / 78.6 MiB; 6s remote-cache ... (37 actions, 4 running) [6,945 / 10,672] 144 / 411 tests; GoLink pkg/util/util_test_/util_test; Downloading pkg/util/util_test_/util_test, 30.0 MiB / 61.2 MiB; 2s remote-cache ... (39 actions, 8 running) [6,988 / 10,676] 145 / 411 tests; GoLink pkg/util/util_test_/util_test; Downloading pkg/util/util_test_/util_test, 44.0 MiB / 61.2 MiB; 3s remote-cache ... (42 actions, 14 running) [7,023 / 10,676] 147 / 411 tests; GoLink pkg/util/util_test_/util_test; Downloading pkg/util/util_test_/util_test, 56.0 MiB / 61.2 MiB; 4s remote-cache ... (43 actions, 19 running) [7,072 / 10,750] 148 / 411 tests; GoLink pkg/distsql/distsql_test_/distsql_test; 5s remote-cache ... (49 actions, 28 running) [7,132 / 10,778] 149 / 411 tests; GoCompilePkg pkg/infoschema/infoschema.a; 2s remote-cache, linux-sandbox ... (47 actions, 24 running) [7,183 / 10,778] 150 / 411 tests; GoLink pkg/ddl/placement/placement_test_/placement_test; Downloading pkg/ddl/placement/placement_test_/placement_test, 53.9 MiB / 79.7 MiB; 2s remote-cache ... (45 actions, 20 running) [7,223 / 10,778] 152 / 411 tests; GoLink pkg/ddl/placement/placement_test_/placement_test; Downloading pkg/ddl/placement/placement_test_/placement_test, 74.9 MiB / 79.7 MiB; 3s remote-cache ... (50 actions, 30 running) [7,279 / 10,822] 153 / 411 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 61.0 MiB / 78.6 MiB; 2s remote-cache ... (48 actions, 26 running) [7,316 / 10,822] 154 / 411 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 77.0 MiB / 78.6 MiB; 3s remote-cache ... (50 actions, 31 running) [7,362 / 10,832] 155 / 411 tests; GoCompilePkg pkg/sessionctx/variable/infoschema.recompile1168.a; 1s remote-cache, linux-sandbox ... (51 actions, 32 running) [7,410 / 10,832] 156 / 411 tests; GoCompilePkg pkg/expression/infoschema.recompile1171.a; 2s remote-cache, linux-sandbox ... (47 actions, 24 running) [7,461 / 10,832] 157 / 411 tests; GoCompilePkg pkg/expression/infoschema.recompile1171.a; 3s remote-cache, linux-sandbox ... (45 actions, 20 running) [7,512 / 10,834] 159 / 411 tests; GoLink br/pkg/utils/utils_test_/utils_test; Downloading br/pkg/utils/utils_test_/utils_test, 24.0 MiB / 51.9 MiB; 1s remote-cache ... (50 actions, 30 running) [7,561 / 10,834] 161 / 411 tests; GoLink br/pkg/utils/utils_test_/utils_test; Downloading br/pkg/utils/utils_test_/utils_test, 41.0 MiB / 51.9 MiB; 2s remote-cache ... (51 actions, 32 running) [7,605 / 10,874] 162 / 411 tests; GoLink pkg/expression/contextsession/contextsession_test_/contextsession_test; 2s remote-cache ... (57 actions, 44 running) [7,642 / 10,901] 164 / 411 tests; GoCompilePkg pkg/ttl/session/session.a; 2s remote-cache, linux-sandbox ... (58 actions, 46 running) [7,690 / 10,937] 167 / 411 tests; GoCompilePkg pkg/ttl/session/session.a; 3s remote-cache, linux-sandbox ... (60 actions, 50 running) [7,721 / 10,939] 168 / 411 tests; GoCompilePkg pkg/ttl/session/session.a; 4s remote-cache, linux-sandbox ... (61 actions, 52 running) [7,786 / 10,943] 171 / 411 tests; GoCompilePkg pkg/privilege/privileges/privileges.a; 1s remote-cache, linux-sandbox ... (57 actions, 46 running) [7,851 / 10,943] 172 / 411 tests; GoCompilePkg pkg/expression/privileges.recompile1183.a; 1s remote-cache, linux-sandbox ... (57 actions, 45 running) [7,897 / 10,943] 172 / 411 tests; GoLink pkg/ddl/util/util_test_/util_test; 1s remote-cache ... (58 actions, 47 running) [7,942 / 10,960] 174 / 411 tests; GoCompilePkg pkg/planner/util/infoschema.recompile907.a; 2s remote-cache, linux-sandbox ... (64 actions, 58 running) [7,984 / 10,966] 176 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/ttlworker_test.internal.recompileinternal.a; 2s remote-cache, linux-sandbox ... (62 actions, 55 running) [8,025 / 10,970] 179 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/ttlworker_test.internal.recompileinternal.a; 3s remote-cache, linux-sandbox ... (68 actions, 66 running) [8,045 / 10,972] 179 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/local.recompile1216.a; 2s remote-cache, linux-sandbox ... (68 actions, 66 running) [8,081 / 10,988] 180 / 411 tests; GoCompilePkg pkg/infoschema/infoschema_test.internal.recompileinternal.a; 3s remote-cache, linux-sandbox ... (66 actions, 62 running) [8,117 / 10,990] 182 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; 3s remote-cache, linux-sandbox ... (67 actions, 64 running) [8,123 / 11,001] 183 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; 4s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,161 / 11,001] 183 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; 5s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,191 / 11,025] 184 / 411 tests; GoCompilePkg dumpling/export/export_test.internal.a; 2s remote-cache, linux-sandbox ... (68 actions, 66 running) [8,231 / 11,027] 185 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/ddl.recompile1218.a; 3s remote-cache, linux-sandbox ... (70 actions running) [8,261 / 11,027] 185 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/ddl.recompile1218.a; 4s remote-cache, linux-sandbox ... (68 actions, 66 running) [8,282 / 11,027] 185 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/ddl.recompile1218.a; 5s remote-cache, linux-sandbox ... (70 actions running) [8,306 / 11,027] 185 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/ddl.recompile1218.a; 6s remote-cache, linux-sandbox ... (67 actions, 66 running) [8,316 / 11,027] 185 / 411 tests; GoCompilePkg pkg/sessionctx/sessionstates/ddl.recompile1243.a; 8s remote-cache, linux-sandbox ... (68 actions, 66 running) [8,318 / 11,027] 185 / 411 tests; GoCompilePkg pkg/sessionctx/sessionstates/ddl.recompile1243.a; 9s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,356 / 11,087] 185 / 411 tests; GoLink dumpling/export/export_test_/export_test; 6s remote-cache, linux-sandbox ... (68 actions running) [8,392 / 11,143] 185 / 411 tests; GoCompilePkg pkg/expression/local.recompile1221.a; 2s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,420 / 11,143] 185 / 411 tests; Testing //pkg/lightning/checkpoints:checkpoints_test (shard 22 of 23); 2s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,421 / 11,143] 185 / 411 tests; Testing //pkg/lightning/checkpoints:checkpoints_test (shard 22 of 23); 4s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,453 / 11,143] 185 / 411 tests; Testing //pkg/lightning/checkpoints:checkpoints_test (shard 22 of 23); 5s remote-cache, linux-sandbox ... (70 actions running) [8,477 / 11,143] 185 / 411 tests; Testing //pkg/lightning/checkpoints:checkpoints_test (shard 4 of 23); 5s remote-cache, linux-sandbox ... (70 actions running) [8,479 / 11,143] 185 / 411 tests; Testing //pkg/lightning/checkpoints:checkpoints_test (shard 4 of 23); 6s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,515 / 11,220] 185 / 411 tests; GoCompilePkg pkg/expression/ddl.recompile1223.a; 3s remote-cache, linux-sandbox ... (67 actions, 66 running) [8,534 / 11,224] 185 / 411 tests; GoCompilePkg pkg/expression/ddl.recompile1223.a; 4s remote-cache, linux-sandbox ... (69 actions running) [8,563 / 11,224] 187 / 411 tests; GoCompilePkg pkg/expression/ddl.recompile1223.a; 5s remote-cache, linux-sandbox ... (68 actions, 67 running) [8,583 / 11,224] 187 / 411 tests; GoCompilePkg pkg/expression/ddl.recompile1223.a; 6s remote-cache, linux-sandbox ... (69 actions running) [8,592 / 11,224] 187 / 411 tests; GoCompilePkg pkg/expression/ddl.recompile1223.a; 7s remote-cache, linux-sandbox ... (68 actions, 66 running) [8,617 / 11,241] 187 / 411 tests; GoCompilePkg pkg/expression/ddl.recompile1223.a; 8s remote-cache, linux-sandbox ... (68 actions, 66 running) [8,640 / 11,241] 188 / 411 tests; GoCompilePkg pkg/expression/ddl.recompile1223.a; 9s remote-cache, linux-sandbox ... (69 actions running) [8,662 / 11,241] 189 / 411 tests; GoCompilePkg pkg/expression/ddl.recompile1223.a; 11s remote-cache, linux-sandbox ... (70 actions running) [8,683 / 11,241] 189 / 411 tests; GoCompilePkg pkg/expression/ddl.recompile1223.a; 12s remote-cache, linux-sandbox ... (70 actions running) [8,699 / 11,241] 189 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/core.recompile1241.a; 5s remote-cache, linux-sandbox ... (70 actions running) [8,718 / 11,241] 189 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/core.recompile1241.a; 6s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,729 / 11,241] 189 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/core.recompile1241.a; 7s remote-cache, linux-sandbox ... (70 actions running) [8,739 / 11,241] 189 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/core.recompile1241.a; 9s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,763 / 11,241] 190 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/core.recompile1241.a; 10s remote-cache, linux-sandbox ... (68 actions, 66 running) [8,784 / 11,255] 190 / 411 tests; GoCompilePkg pkg/sessionctx/binloginfo/ddl.recompile1220.a; 5s remote-cache, linux-sandbox ... (69 actions running) [8,800 / 11,255] 190 / 411 tests; GoCompilePkg pkg/sessionctx/binloginfo/ddl.recompile1220.a; 6s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,819 / 11,255] 191 / 411 tests; GoCompilePkg pkg/store/mockstore/mockcopr/ddl.recompile1217.a; 6s remote-cache, linux-sandbox ... (69 actions running) [8,841 / 11,255] 191 / 411 tests; Testing //pkg/lightning/checkpoints:checkpoints_test (shard 15 of 23); 5s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,861 / 11,255] 191 / 411 tests; Testing //pkg/lightning/checkpoints:checkpoints_test (shard 17 of 23); 6s remote-cache, linux-sandbox ... (70 actions running) [8,862 / 11,255] 191 / 411 tests; Testing //pkg/lightning/checkpoints:checkpoints_test (shard 17 of 23); 7s remote-cache, linux-sandbox ... (70 actions running) [8,896 / 11,257] 193 / 411 tests; GoCompilePkg pkg/structure/core.recompile1241.a; 4s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,904 / 11,257] 193 / 411 tests; GoCompilePkg pkg/structure/core.recompile1241.a; 5s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,912 / 11,257] 193 / 411 tests; GoCompilePkg pkg/structure/core.recompile1241.a; 7s remote-cache, linux-sandbox ... (70 actions running) [8,932 / 11,257] 195 / 411 tests; GoCompilePkg pkg/structure/core.recompile1241.a; 8s remote-cache, linux-sandbox ... (62 actions, 54 running) [8,945 / 11,308] 195 / 411 tests; GoCompilePkg pkg/infoschema/ddl.recompile1241.a; 5s remote-cache, linux-sandbox ... (70 actions running) [8,955 / 11,322] 195 / 411 tests; GoCompilePkg pkg/infoschema/ddl.recompile1241.a; 6s remote-cache, linux-sandbox ... (70 actions running) [8,980 / 11,322] 195 / 411 tests; GoCompilePkg pkg/planner/util/core.recompile1117.a; 7s remote-cache, linux-sandbox ... (70 actions running) [8,996 / 11,322] 195 / 411 tests; GoCompilePkg pkg/planner/util/core.recompile1117.a; 8s remote-cache, linux-sandbox ... (65 actions, 60 running) [9,016 / 11,322] 195 / 411 tests; GoCompilePkg pkg/planner/util/core.recompile1117.a; 9s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,016 / 11,322] 195 / 411 tests; GoCompilePkg pkg/planner/util/core.recompile1117.a; 11s remote-cache, linux-sandbox ... (70 actions running) [9,032 / 11,338] 196 / 411 tests; GoCompilePkg pkg/planner/util/core.recompile1117.a; 12s remote-cache, linux-sandbox ... (70 actions running) [9,052 / 11,338] 196 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 10s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,061 / 11,340] 197 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 11s remote-cache, linux-sandbox ... (70 actions running) [9,073 / 11,340] 197 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 12s remote-cache, linux-sandbox ... (70 actions running) [9,088 / 11,340] 197 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 13s remote-cache, linux-sandbox ... (70 actions running) [9,105 / 11,340] 197 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 14s remote-cache, linux-sandbox ... (70 actions running) [9,116 / 11,340] 197 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 15s remote-cache, linux-sandbox ... (70 actions running) [9,129 / 11,340] 197 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 16s remote-cache, linux-sandbox ... (70 actions running) [9,144 / 11,340] 198 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,155 / 11,340] 199 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 18s remote-cache, linux-sandbox ... (69 actions running) [9,172 / 11,340] 200 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 19s remote-cache, linux-sandbox ... (67 actions, 65 running) [9,186 / 11,340] 200 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,191 / 11,342] 201 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,209 / 11,342] 201 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,212 / 11,342] 201 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,236 / 11,348] 203 / 411 tests; GoCompilePkg pkg/sessionctx/binloginfo/core.recompile1243.a; 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,238 / 11,348] 203 / 411 tests; GoCompilePkg pkg/sessionctx/binloginfo/core.recompile1243.a; 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,266 / 11,348] 203 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/ddl.recompile1222.a; 12s remote-cache, linux-sandbox ... (67 actions, 66 running) [9,280 / 11,348] 203 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/ddl.recompile1222.a; 13s remote-cache, linux-sandbox ... (69 actions running) [9,304 / 11,348] 204 / 411 tests; GoCompilePkg pkg/extension/core.recompile1271.a; 9s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,318 / 11,348] 204 / 411 tests; GoCompilePkg pkg/extension/core.recompile1271.a; 10s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,329 / 11,348] 204 / 411 tests; GoCompilePkg pkg/extension/core.recompile1271.a; 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,337 / 11,348] 204 / 411 tests; GoCompilePkg pkg/extension/core.recompile1271.a; 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,352 / 11,348] 204 / 411 tests; Testing //pkg/lightning/backend/external:external_test (shard 14 of 50); 9s remote-cache, linux-sandbox ... (69 actions running) [9,364 / 11,348] 204 / 411 tests; Testing //pkg/lightning/backend/external:external_test (shard 14 of 50); 10s remote-cache, linux-sandbox ... (67 actions running) [9,372 / 11,348] 204 / 411 tests; Testing //pkg/lightning/backend/external:external_test (shard 14 of 50); 11s remote-cache, linux-sandbox ... (66 actions running) [9,389 / 11,348] 204 / 411 tests; GoCompilePkg pkg/table/tables/executor.recompile1256.a; 10s remote-cache, linux-sandbox ... (56 actions running) [9,396 / 11,348] 204 / 411 tests; GoCompilePkg pkg/table/tables/executor.recompile1256.a; 11s remote-cache, linux-sandbox ... (63 actions, 56 running) [9,406 / 11,348] 204 / 411 tests; GoCompilePkg pkg/ddl/ddl.a; 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,430 / 11,348] 204 / 411 tests; GoCompilePkg pkg/ddl/ddl.a; 13s remote-cache, linux-sandbox ... (66 actions running) [9,433 / 11,348] 204 / 411 tests; GoCompilePkg pkg/ddl/ddl.a; 14s remote-cache, linux-sandbox ... (68 actions running) [9,452 / 11,348] 205 / 411 tests; GoCompilePkg pkg/ddl/ingest/ddl.recompile1221.a; 14s remote-cache, linux-sandbox ... (63 actions, 62 running) [9,456 / 11,348] 205 / 411 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,473 / 11,371] 205 / 411 tests; GoCompilePkg pkg/store/mockstore/mockcopr/core.recompile1245.a; 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,481 / 11,371] 205 / 411 tests; Testing //pkg/lightning/backend/external:external_test (shard 39 of 50); 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,488 / 11,371] 205 / 411 tests; Testing //pkg/lightning/backend/external:external_test (shard 39 of 50); 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,497 / 11,373] 205 / 411 tests; Testing //pkg/lightning/backend/external:external_test (shard 39 of 50); 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,500 / 11,373] 206 / 411 tests; Testing //pkg/lightning/backend/external:external_test (shard 39 of 50); 17s remote-cache, linux-sandbox ... (68 actions, 66 running) [9,507 / 11,373] 207 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 17s remote-cache, linux-sandbox ... (70 actions running) [9,508 / 11,373] 207 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 18s remote-cache, linux-sandbox ... (70 actions running) [9,509 / 11,373] 207 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 19s remote-cache, linux-sandbox ... (69 actions running) [9,517 / 11,373] 207 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 20s remote-cache, linux-sandbox ... (65 actions, 61 running) [9,520 / 11,373] 207 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,540 / 11,373] 208 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 22s remote-cache, linux-sandbox ... (70 actions running) [9,574 / 11,429] 209 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,589 / 11,429] 209 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,596 / 11,429] 209 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,603 / 11,429] 209 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 27s remote-cache, linux-sandbox ... (70 actions running) [9,615 / 11,429] 209 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,626 / 11,429] 209 / 411 tests; GoCompilePkg pkg/expression/executor.recompile1259.a; 25s remote-cache, linux-sandbox ... (70 actions running) [9,628 / 11,429] 209 / 411 tests; GoCompilePkg pkg/expression/executor.recompile1259.a; 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,641 / 11,439] 209 / 411 tests; GoCompilePkg pkg/expression/executor.recompile1259.a; 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,653 / 11,439] 209 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1245.a; 24s remote-cache, linux-sandbox ... (70 actions running) [9,670 / 11,439] 209 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1245.a; 25s remote-cache, linux-sandbox ... (70 actions running) [9,682 / 11,471] 209 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1245.a; 26s remote-cache, linux-sandbox ... (67 actions, 66 running) [9,696 / 11,471] 209 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1245.a; 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,710 / 11,509] 209 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 12s remote-cache, linux-sandbox ... (70 actions running) [9,724 / 11,509] 209 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 13s remote-cache, linux-sandbox ... (70 actions running) [9,734 / 11,509] 209 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 14s remote-cache, linux-sandbox ... (68 actions, 66 running) [9,746 / 11,509] 210 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,764 / 11,550] 210 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 17s remote-cache, linux-sandbox ... (66 actions, 63 running) [9,764 / 11,550] 210 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 18s remote-cache, linux-sandbox ... (70 actions running) [9,764 / 11,550] 210 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 19s remote-cache, linux-sandbox ... (70 actions running) [9,779 / 11,550] 210 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,806 / 11,613] 210 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,812 / 11,613] 210 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,824 / 11,613] 210 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,844 / 11,631] 210 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,855 / 11,631] 210 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,875 / 11,631] 211 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 20s remote-cache, linux-sandbox ... (65 actions, 63 running) [9,893 / 11,631] 211 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 21s remote-cache, linux-sandbox ... (70 actions running) [9,903 / 11,633] 211 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 22s remote-cache, linux-sandbox ... (70 actions running) [9,925 / 11,663] 212 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,937 / 11,663] 212 / 411 tests; GoCompilePkg pkg/planner/core/core.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,943 / 11,663] 212 / 411 tests; GoCompilePkg pkg/planner/core/core.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,953 / 11,663] 212 / 411 tests; GoCompilePkg pkg/planner/core/core.a; 21s remote-cache, linux-sandbox ... (70 actions running) [9,957 / 11,663] 212 / 411 tests; GoCompilePkg pkg/planner/core/core.a; 22s remote-cache, linux-sandbox ... (70 actions running) [9,960 / 11,663] 212 / 411 tests; GoCompilePkg pkg/planner/core/core.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,986 / 11,663] 212 / 411 tests; GoLink pkg/extension/extension_test_/extension_test; 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,992 / 11,679] 212 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,016 / 11,730] 212 / 411 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 10s remote-cache, linux-sandbox ... (70 actions running) [10,023 / 11,730] 212 / 411 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,047 / 11,732] 212 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 8s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,060 / 11,732] 212 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 9s remote-cache, linux-sandbox ... (67 actions, 66 running) [10,068 / 11,732] 212 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 11s remote-cache, linux-sandbox ... (70 actions running) [10,092 / 11,732] 212 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 12s remote-cache, linux-sandbox ... (70 actions running) [10,099 / 11,732] 213 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 13s remote-cache, linux-sandbox ... (70 actions running) [10,110 / 11,732] 213 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,129 / 11,732] 213 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,135 / 11,732] 213 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,151 / 11,732] 213 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 18s remote-cache, linux-sandbox ... (67 actions, 65 running) [10,155 / 11,732] 213 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 19s remote-cache, linux-sandbox ... (70 actions running) [10,170 / 11,732] 213 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,180 / 11,732] 213 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 21s remote-cache, linux-sandbox ... (70 actions running) [10,186 / 11,732] 213 / 411 tests; Testing //pkg/expression:expression_test (shard 50 of 50); 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,196 / 11,732] 213 / 411 tests; Testing //pkg/expression:expression_test (shard 50 of 50); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,206 / 11,732] 213 / 411 tests; Testing //pkg/expression:expression_test (shard 50 of 50); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,214 / 11,732] 213 / 411 tests; Testing //pkg/expression:expression_test (shard 50 of 50); 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,231 / 11,732] 213 / 411 tests; GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 15s remote-cache, linux-sandbox ... (70 actions running) [10,231 / 11,732] 213 / 411 tests; GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 16s remote-cache, linux-sandbox ... (70 actions running) [10,247 / 11,732] 213 / 411 tests; GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,251 / 11,732] 214 / 411 tests; GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,253 / 11,732] 214 / 411 tests; GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,273 / 11,732] 215 / 411 tests; GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 21s remote-cache, linux-sandbox ... (70 actions running) [10,287 / 11,732] 215 / 411 tests; GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 22s remote-cache, linux-sandbox ... (70 actions running) [10,300 / 11,732] 215 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,310 / 11,732] 215 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,311 / 11,732] 215 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 23s remote-cache, linux-sandbox ... (70 actions running) [10,332 / 11,732] 215 / 411 tests; GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,349 / 11,732] 215 / 411 tests; GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 20s remote-cache, linux-sandbox ... (67 actions running) [10,358 / 11,732] 215 / 411 tests; GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,373 / 11,732] 215 / 411 tests; GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 22s remote-cache, linux-sandbox ... (69 actions running) [10,380 / 11,732] 215 / 411 tests; GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 23s remote-cache, linux-sandbox ... (68 actions, 66 running) [10,401 / 11,732] 217 / 411 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,422 / 11,732] 218 / 411 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 19s remote-cache, linux-sandbox ... (70 actions running) [10,429 / 11,732] 218 / 411 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,436 / 11,732] 218 / 411 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,442 / 11,736] 218 / 411 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,452 / 11,738] 218 / 411 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 24s remote-cache, linux-sandbox ... (70 actions running) [10,460 / 11,738] 218 / 411 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 25s remote-cache, linux-sandbox ... (70 actions running) [10,465 / 11,740] 219 / 411 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,479 / 11,740] 220 / 411 tests; GoCompilePkg pkg/executor/importer/executor.recompile1410.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,490 / 11,740] 221 / 411 tests; GoCompilePkg pkg/executor/importer/executor.recompile1410.a; 21s remote-cache, linux-sandbox ... (68 actions, 67 running) [10,497 / 11,740] 221 / 411 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,501 / 11,740] 222 / 411 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 16s remote-cache, linux-sandbox ... (70 actions running) [10,502 / 11,740] 222 / 411 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 17s remote-cache, linux-sandbox ... (70 actions running) [10,516 / 11,740] 224 / 411 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,521 / 11,798] 224 / 411 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,541 / 11,825] 224 / 411 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,544 / 11,825] 224 / 411 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,545 / 11,825] 224 / 411 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,572 / 11,831] 224 / 411 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1256.a; 12s remote-cache, linux-sandbox ... (70 actions running) [10,581 / 11,831] 224 / 411 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1256.a; 13s remote-cache, linux-sandbox ... (70 actions running) [10,595 / 11,831] 224 / 411 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1256.a; 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,606 / 11,831] 224 / 411 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1256.a; 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,619 / 11,831] 224 / 411 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1256.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,625 / 11,831] 224 / 411 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1256.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,627 / 11,882] 224 / 411 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1256.a; 19s remote-cache, linux-sandbox ... (70 actions running) [10,641 / 11,882] 224 / 411 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1256.a; 20s remote-cache, linux-sandbox ... (70 actions running) [10,648 / 11,882] 224 / 411 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1256.a; 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,661 / 11,882] 224 / 411 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,665 / 11,882] 224 / 411 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 18s remote-cache, linux-sandbox ... (70 actions running) [10,676 / 11,882] 224 / 411 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 19s remote-cache, linux-sandbox ... (70 actions running) [10,687 / 11,933] 225 / 411 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 20s remote-cache, linux-sandbox ... (70 actions running) [10,700 / 11,950] 225 / 411 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,710 / 11,952] 225 / 411 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,718 / 11,970] 225 / 411 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,728 / 11,970] 225 / 411 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,730 / 11,970] 225 / 411 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 26s remote-cache, linux-sandbox ... (70 actions running) [10,731 / 11,970] 225 / 411 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,753 / 12,023] 227 / 411 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,757 / 12,023] 227 / 411 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 30s remote-cache, linux-sandbox ... (70 actions running) [10,759 / 12,074] 227 / 411 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 31s remote-cache, linux-sandbox ... (70 actions running) [10,774 / 12,089] 227 / 411 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,782 / 12,089] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,794 / 12,089] 228 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 1 of 22); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,803 / 12,089] 228 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 1 of 22); 31s remote-cache, linux-sandbox ... (65 actions, 60 running) [10,812 / 12,089] 228 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 22); 28s remote-cache, linux-sandbox ... (70 actions running) [10,814 / 12,089] 228 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 22); 30s remote-cache, linux-sandbox ... (70 actions running) [10,815 / 12,089] 228 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 22); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,836 / 12,115] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,840 / 12,166] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,850 / 12,166] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 34s remote-cache, linux-sandbox ... (68 actions, 67 running) [10,857 / 12,166] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,859 / 12,166] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 36s remote-cache, linux-sandbox ... (70 actions running) [10,871 / 12,166] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 37s remote-cache, linux-sandbox ... (70 actions running) [10,877 / 12,183] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,885 / 12,183] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,891 / 12,183] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,902 / 12,183] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 42s remote-cache, linux-sandbox ... (70 actions running) [10,906 / 12,183] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,907 / 12,183] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,922 / 12,212] 229 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,928 / 12,212] 229 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,932 / 12,212] 229 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,938 / 12,212] 229 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,942 / 12,212] 229 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 50s remote-cache, linux-sandbox ... (70 actions running) [10,943 / 12,212] 229 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 51s remote-cache, linux-sandbox ... (70 actions running) [10,949 / 12,212] 229 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 52s remote-cache, linux-sandbox ... (70 actions running) [10,951 / 12,212] 229 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 53s remote-cache, linux-sandbox ... (70 actions running) [10,960 / 12,212] 229 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,961 / 12,212] 229 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 56s remote-cache, linux-sandbox ... (70 actions running) [10,961 / 12,212] 229 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 57s remote-cache, linux-sandbox ... (70 actions running) [10,977 / 12,229] 229 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,981 / 12,229] 230 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 60s remote-cache, linux-sandbox ... (70 actions running) [10,988 / 12,229] 230 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,991 / 12,238] 230 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,001 / 12,238] 230 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,011 / 12,240] 232 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 64s remote-cache, linux-sandbox ... (70 actions running) [11,012 / 12,240] 233 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 66s remote-cache, linux-sandbox ... (70 actions running) [11,019 / 12,240] 233 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,023 / 12,240] 233 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,024 / 12,240] 233 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 69s remote-cache, linux-sandbox ... (70 actions running) [11,025 / 12,240] 233 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 71s remote-cache, linux-sandbox ... (70 actions running) [11,029 / 12,240] 233 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 72s remote-cache, linux-sandbox ... (70 actions running) [11,032 / 12,242] 233 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,037 / 12,242] 234 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 75s remote-cache, linux-sandbox ... (70 actions running) [11,039 / 12,242] 234 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,042 / 12,242] 234 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 78s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,046 / 12,242] 234 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 79s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,053 / 12,248] 234 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 80s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,055 / 12,248] 234 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 81s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,064 / 12,258] 234 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 82s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,069 / 12,258] 234 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 83s remote-cache, linux-sandbox ... (70 actions running) [11,071 / 12,258] 234 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 85s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,076 / 12,258] 234 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 86s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,083 / 12,258] 234 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 87s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,084 / 12,258] 234 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 88s remote-cache, linux-sandbox ... (70 actions running) [11,086 / 12,258] 234 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 89s remote-cache, linux-sandbox ... (70 actions running) [11,087 / 12,258] 234 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 91s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,098 / 12,258] 234 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 92s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,103 / 12,258] 234 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 93s remote-cache, linux-sandbox ... (70 actions running) [11,110 / 12,258] 234 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 94s remote-cache, linux-sandbox ... (68 actions, 67 running) [11,114 / 12,258] 235 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 96s remote-cache, linux-sandbox ... (70 actions running) [11,117 / 12,258] 235 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 97s remote-cache, linux-sandbox ... (70 actions running) [11,121 / 12,258] 235 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 98s remote-cache, linux-sandbox ... (70 actions running) [11,125 / 12,258] 235 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 99s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,128 / 12,258] 236 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 101s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,129 / 12,258] 236 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 102s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,138 / 12,258] 236 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 103s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,142 / 12,258] 236 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 104s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,144 / 12,258] 236 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 105s remote-cache, linux-sandbox ... (70 actions running) [11,150 / 12,297] 236 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 107s remote-cache, linux-sandbox ... (70 actions running) [11,155 / 12,297] 236 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 109s remote-cache, linux-sandbox ... (70 actions running) [11,158 / 12,297] 236 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 110s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,163 / 12,297] 236 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 112s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,170 / 12,297] 236 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 112s remote-cache, linux-sandbox ... (70 actions running) [11,174 / 12,297] 236 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 55s remote-cache, linux-sandbox ... (70 actions running) [11,176 / 12,297] 237 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 56s remote-cache, linux-sandbox ... (70 actions running) [11,184 / 12,297] 237 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 41s remote-cache, linux-sandbox ... (70 actions running) [11,190 / 12,297] 238 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,192 / 12,297] 238 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,194 / 12,297] 238 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,198 / 12,297] 238 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,202 / 12,297] 238 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 47s remote-cache, linux-sandbox ... (68 actions running) [11,203 / 12,299] 238 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 48s remote-cache, linux-sandbox ... (70 actions running) [11,204 / 12,299] 238 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,215 / 12,301] 239 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 51s remote-cache, linux-sandbox ... (70 actions running) [11,219 / 12,301] 239 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 52s remote-cache, linux-sandbox ... (70 actions running) [11,227 / 12,301] 240 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 53s remote-cache, linux-sandbox ... (70 actions running) [11,230 / 12,301] 240 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,234 / 12,301] 240 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,238 / 12,301] 240 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,250 / 12,310] 240 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 58s remote-cache, linux-sandbox ... (70 actions running) [11,252 / 12,310] 240 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,263 / 12,314] 240 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,273 / 12,314] 242 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,274 / 12,314] 242 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,279 / 12,314] 242 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 64s remote-cache, linux-sandbox ... (70 actions running) [11,279 / 12,314] 242 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 65s remote-cache, linux-sandbox ... (70 actions running) [11,288 / 12,314] 242 / 411 tests; Testing //pkg/executor/importer:importer_test (shard 23 of 28); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,289 / 12,314] 243 / 411 tests; Testing //pkg/executor/importer:importer_test (shard 23 of 28); 34s remote-cache, linux-sandbox ... (70 actions running) [11,300 / 12,314] 243 / 411 tests; Testing //pkg/executor/importer:importer_test (shard 23 of 28); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,301 / 12,314] 243 / 411 tests; Testing //pkg/executor/importer:importer_test (shard 23 of 28); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,310 / 12,314] 243 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,312 / 12,314] 243 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,316 / 12,314] 243 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 38s remote-cache, linux-sandbox ... (70 actions running) [11,323 / 12,326] 244 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 39s remote-cache, linux-sandbox ... (70 actions running) [11,327 / 12,326] 245 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 40s remote-cache, linux-sandbox ... (70 actions running) [11,329 / 12,326] 245 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,340 / 12,326] 245 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 43s remote-cache, linux-sandbox ... (70 actions running) [11,348 / 12,326] 245 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,355 / 12,326] 245 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 46s remote-cache, linux-sandbox ... (70 actions running) [11,361 / 12,326] 245 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 47s remote-cache, linux-sandbox ... (70 actions running) [11,365 / 12,326] 245 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 48s remote-cache, linux-sandbox ... (70 actions running) [11,368 / 12,326] 245 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,376 / 12,326] 245 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,389 / 12,326] 245 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 17 of 22); 31s remote-cache, linux-sandbox ... (70 actions running) [11,396 / 12,326] 245 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 17 of 22); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,398 / 12,326] 246 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 17 of 22); 34s remote-cache, linux-sandbox ... (70 actions running) [11,405 / 12,326] 246 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 42 of 50); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,408 / 12,328] 246 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 42 of 50); 33s remote-cache, linux-sandbox ... (69 actions running) [11,416 / 12,330] 247 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 42 of 50); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,424 / 12,330] 248 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 42 of 50); 35s remote-cache, linux-sandbox ... (69 actions running) [11,429 / 12,330] 249 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 42 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,432 / 12,330] 249 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 42 of 50); 38s remote-cache, linux-sandbox ... (70 actions running) [11,433 / 12,330] 249 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 42 of 50); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,440 / 12,330] 249 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 50); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,444 / 12,330] 249 / 411 tests; Testing //pkg/executor/importer:importer_test (shard 22 of 28); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,444 / 12,330] 249 / 411 tests; Testing //pkg/executor/importer:importer_test (shard 22 of 28); 32s remote-cache, linux-sandbox ... (70 actions running) [11,450 / 12,330] 249 / 411 tests; Testing //pkg/executor/importer:importer_test (shard 22 of 28); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,456 / 12,330] 249 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 21 of 50); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,457 / 12,330] 249 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 21 of 50); 34s remote-cache, linux-sandbox ... (70 actions running) [11,459 / 12,330] 249 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 21 of 50); 35s remote-cache, linux-sandbox ... (70 actions running) FAIL: //pkg/ddl:ddl_test (shard 10 of 50) (see /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_10_of_50/test_attempts/attempt_1.log) [11,464 / 12,336] 249 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 21 of 50); 36s remote-cache, linux-sandbox ... (69 actions running) [11,470 / 12,336] 249 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 21 of 50); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,474 / 12,336] 249 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 21 of 25); 27s remote-cache, linux-sandbox ... (70 actions running) [11,475 / 12,336] 249 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 21 of 25); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,476 / 12,336] 249 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 21 of 25); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,489 / 12,336] 249 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 21 of 25); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,496 / 12,336] 250 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 21 of 25); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,501 / 12,336] 250 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 21 of 25); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,511 / 12,336] 250 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 24 of 50); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,512 / 12,336] 251 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 24 of 50); 34s remote-cache, linux-sandbox ... (70 actions running) [11,521 / 12,336] 251 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 25 of 50); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,525 / 12,336] 251 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 25 of 50); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,539 / 12,336] 251 / 411 tests; Testing //pkg/executor/importer:importer_test (shard 14 of 28); 35s remote-cache, linux-sandbox ... (70 actions running) [11,544 / 12,349] 251 / 411 tests; Testing //pkg/executor/importer:importer_test (shard 14 of 28); 36s remote-cache, linux-sandbox ... (70 actions running) [11,549 / 12,349] 251 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 12 of 17); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,552 / 12,349] 251 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 12 of 17); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,557 / 12,349] 251 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 12 of 17); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,560 / 12,349] 251 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 12 of 17); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,564 / 12,351] 251 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 12 of 17); 42s remote-cache, linux-sandbox ... (70 actions running) [11,566 / 12,351] 251 / 411 tests; Testing //pkg/executor/importer:importer_test (shard 16 of 28); 35s remote-cache, linux-sandbox ... (70 actions running) [11,571 / 12,351] 252 / 411 tests; Testing //pkg/executor/importer:importer_test (shard 16 of 28); 36s remote-cache, linux-sandbox ... (70 actions running) [11,578 / 12,362] 252 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 41 of 50); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) INFO: From Testing //pkg/ddl:ddl_test (shard 10 of 50): ==================== Test output for //pkg/ddl:ddl_test (shard 10 of 50): === RUN TestCalculateRegionBatch --- PASS: TestCalculateRegionBatch (0.00s) === RUN TestIssue34069 [2024/05/06 02:50:47.273 +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 02:50:47.274 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:47.274 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:47.275 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:47.275 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:47.276 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:47.278 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=a13200ab-7d20-4095-b140-9fe3add1bf7e] ["ddl lease"=500ms] ["stats lease"=-1ns] [2024/05/06 02:50:47.289 +00:00] [WARN] [controller.go:198] ["[resource group controller] server does not save config, load config failed"] [2024/05/06 02:50:47.289 +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 02:50:47.290 +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\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap\n\tpkg/testkit/mockstore.go:294\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStoreAndDomain\n\tpkg/testkit/mockstore.go:265\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStore\n\tpkg/testkit/mockstore.go:72\ngithub.com/pingcap/tidb/pkg/ddl_test.TestIssue34069\n\tpkg/ddl/db_cache_test.go:160\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [version=0] [2024/05/06 02:50:47.293 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=0] ["start time"=3.349377ms] [2024/05/06 02:50:47.293 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 02:50:47.293 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=41a9fc68-fcd9-42e2-9421-b1ccb75c72d9] [runWorker=true] [2024/05/06 02:50:47.294 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 02:50:47.294 +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 02:50:47.294 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 02:50:47.294 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 02:50:47.294 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 02:50:47.294 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 02:50:47.294 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 02:50:47.294 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 02:50:47.294 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 02:50:47.294 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2024/05/06 02:50:47.294 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 02:50:47.294 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 02:50:47.294 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 02:50:47.294 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 02:50:47.294 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 02:50:47.294 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 02:50:47.294 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 02:50:47.295 +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 02:50:47.300 +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 02:50:47.299 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:47.300 +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 02:50:47.299 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS test"] [2024/05/06 02:50:47.307 +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 02:50:47.299 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.312 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=1] ["start time"=2.611682ms] [2024/05/06 02:50:47.312 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 02:50:47.314 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:47.314 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2024/05/06 02:50:47.316 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=6.685486ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:47.299 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.320 +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 02:50:47.299 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.323 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=3] [2024/05/06 02:50:47.323 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:47.323 +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 02:50:47.324 +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 02:50:47.330 +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 02:50:47.326 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:47.330 +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 02:50:47.326 +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 02:50:47.337 +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 02:50:47.326 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.347 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=1] [neededSchemaVersion=2] ["start time"=1.058609ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:47.348 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:47.348 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2024/05/06 02:50:47.351 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=4.890148ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:47.326 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.358 +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 02:50:47.326 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.365 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=5] [2024/05/06 02:50:47.365 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:47.366 +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 02:50:47.369 +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 02:50:47.367 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:47.369 +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 02:50:47.367 +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 02:50:47.376 +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 02:50:47.367 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.379 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=2] [neededSchemaVersion=3] ["start time"=294.654ยตs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:47.381 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:47.381 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2024/05/06 02:50:47.381 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=2.170782ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:47.367 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.386 +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 02:50:47.367 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.389 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=7] [2024/05/06 02:50:47.389 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:47.390 +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 02:50:47.402 +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 02:50:47.4 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:47.402 +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 02:50:47.4 +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 02:50:47.408 +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 02:50:47.4 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.414 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=3] [neededSchemaVersion=4] ["start time"=237.271ยตs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:47.415 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:47.415 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2024/05/06 02:50:47.416 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=2.927658ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:47.4 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.421 +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 02:50:47.4 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.424 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=9] [2024/05/06 02:50:47.424 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:47.425 +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 02:50:47.429 +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 02:50:47.427 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:47.429 +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 02:50:47.427 +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 02:50:47.436 +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 02:50:47.427 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.441 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=4] [neededSchemaVersion=5] ["start time"=662.311ยตs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:47.442 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:47.442 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2024/05/06 02:50:47.445 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=4.614485ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:47.427 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.455 +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 02:50:47.427 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.460 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=11] [2024/05/06 02:50:47.460 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:47.461 +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 02:50:47.466 +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 02:50:47.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:47.466 +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 02:50:47.464 +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 02:50:47.473 +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 02:50:47.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.476 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=5] [neededSchemaVersion=6] ["start time"=311.881ยตs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:47.477 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:47.477 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2024/05/06 02:50:47.478 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=2.5575ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:47.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.484 +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 02:50:47.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.490 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=13] [2024/05/06 02:50:47.490 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:47.490 +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 02:50:47.494 +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 02:50:47.492 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:47.494 +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 02:50:47.492 +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 02:50:47.501 +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 02:50:47.492 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.505 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=6] [neededSchemaVersion=7] ["start time"=264.787ยตs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:47.507 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:47.507 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2024/05/06 02:50:47.507 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=2.071241ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:47.492 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.514 +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 02:50:47.492 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.518 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=15] [2024/05/06 02:50:47.518 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:47.518 +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 02:50:47.521 +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 02:50:47.52 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:47.521 +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 02:50:47.52 +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 02:50:47.527 +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 02:50:47.52 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.530 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=7] [neededSchemaVersion=8] ["start time"=239.57ยตs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:47.531 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:47.531 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2024/05/06 02:50:47.532 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=2.323076ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:47.52 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.537 +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 02:50:47.52 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.540 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=17] [2024/05/06 02:50:47.540 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:47.541 +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 02:50:47.545 +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 02:50:47.542 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:47.545 +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 02:50:47.542 +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 02:50:47.553 +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 02:50:47.542 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.556 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=8] [neededSchemaVersion=9] ["start time"=211.001ยตs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:47.557 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:47.557 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2024/05/06 02:50:47.557 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=2.025798ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:47.542 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.565 +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 02:50:47.542 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.568 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=19] [2024/05/06 02:50:47.568 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:47.569 +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 02:50:47.572 +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 02:50:47.57 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:47.572 +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 02:50:47.57 +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 02:50:47.581 +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 02:50:47.57 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.585 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=9] [neededSchemaVersion=10] ["start time"=327.606ยตs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:47.586 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:47.586 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2024/05/06 02:50:47.587 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=2.421389ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:47.57 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.594 +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 02:50:47.57 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.598 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=21] [2024/05/06 02:50:47.598 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:47.599 +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 02:50:47.603 +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 02:50:47.601 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:47.603 +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 02:50:47.601 +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 02:50:47.611 +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 02:50:47.601 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.615 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=10] [neededSchemaVersion=11] ["start time"=305.814ยตs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:47.616 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:47.616 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2024/05/06 02:50:47.625 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=10.734839ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:47.601 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.633 +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 02:50:47.601 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.636 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=23] [2024/05/06 02:50:47.636 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:47.637 +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 02:50:47.637 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:47.641 +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 02:50:47.639 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:47.641 +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 02:50:47.639 +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 02:50:47.647 +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 02:50:47.639 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.661 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=11] [neededSchemaVersion=12] ["start time"=654.523ยตs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:47.663 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:47.663 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2024/05/06 02:50:47.669 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=8.748921ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:47.639 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.678 +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 02:50:47.639 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.683 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=25] [2024/05/06 02:50:47.683 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:47.683 +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 02:50:47.692 +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 02:50:47.69 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:47.692 +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 02:50:47.69 +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 02:50:47.699 +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 02:50:47.69 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.711 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=12] [neededSchemaVersion=13] ["start time"=387.798ยตs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:47.712 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:47.712 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2024/05/06 02:50:47.712 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=2.355645ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:47.69 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.718 +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 02:50:47.69 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.724 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=27] [2024/05/06 02:50:47.724 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:47.724 +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 02:50:47.727 +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 02:50:47.726 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:47.727 +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 02:50:47.726 +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 02:50:47.734 +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 02:50:47.726 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.737 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=13] [neededSchemaVersion=14] ["start time"=252.864ยตs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:47.738 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:47.738 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2024/05/06 02:50:47.739 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=2.946823ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:47.726 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.745 +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 02:50:47.726 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.749 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=29] [2024/05/06 02:50:47.749 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:47.749 +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 02:50:47.757 +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 02:50:47.756 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:47.757 +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 02:50:47.756 +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 02:50:47.765 +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 02:50:47.756 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.768 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=14] [neededSchemaVersion=15] ["start time"=242.796ยตs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:47.769 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:47.769 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2024/05/06 02:50:47.771 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=3.405547ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:47.756 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.784 +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 02:50:47.756 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.788 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=31] [2024/05/06 02:50:47.788 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:47.788 +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 02:50:47.792 +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 02:50:47.79 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:47.792 +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 02:50:47.79 +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 02:50:47.805 +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 02:50:47.79 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.818 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=15] [neededSchemaVersion=16] ["start time"=295.431ยตs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:47.820 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:47.820 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2024/05/06 02:50:47.822 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=4.985878ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:47.79 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.828 +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 02:50:47.79 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.834 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=33] [2024/05/06 02:50:47.834 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:47.834 +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 02:50:47.837 +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 02:50:47.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:47.837 +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 02:50:47.835 +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 02:50:47.843 +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 02:50:47.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.846 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=16] [neededSchemaVersion=17] ["start time"=284.847ยตs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:47.847 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:47.847 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2024/05/06 02:50:47.848 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=2.323208ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:47.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.858 +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 02:50:47.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.864 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=35] [2024/05/06 02:50:47.864 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:47.864 +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 02:50:47.867 +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 02:50:47.866 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:47.867 +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 02:50:47.866 +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 02:50:47.882 +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 02:50:47.866 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.885 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=17] [neededSchemaVersion=18] ["start time"=271.209ยตs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:47.886 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:47.886 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2024/05/06 02:50:47.887 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=2.23861ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:47.866 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.899 +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 02:50:47.866 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.908 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=37] [2024/05/06 02:50:47.908 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:47.909 +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 02:50:47.913 +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 02:50:47.911 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:47.913 +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 02:50:47.911 +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 02:50:47.922 +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 02:50:47.911 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.926 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=18] [neededSchemaVersion=19] ["start time"=268.578ยตs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:47.927 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:47.927 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2024/05/06 02:50:47.928 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=2.324779ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:47.911 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.932 +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 02:50:47.911 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.936 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=39] [2024/05/06 02:50:47.936 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:47.939 +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 02:50:47.941 +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 02:50:47.94 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:47.942 +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 02:50:47.94 +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 02:50:47.948 +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 02:50:47.94 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.951 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=19] [neededSchemaVersion=20] ["start time"=315.672ยตs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:47.952 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:47.952 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2024/05/06 02:50:47.953 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=2.242582ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:47.94 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.964 +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 02:50:47.94 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.968 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=41] [2024/05/06 02:50:47.968 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:47.968 +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 02:50:47.974 +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 02:50:47.97 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:47.974 +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 02:50:47.97 +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 02:50:47.982 +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 02:50:47.97 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:47.998 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=20] [neededSchemaVersion=21] ["start time"=341.653ยตs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:48.000 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:48.000 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2024/05/06 02:50:48.002 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=4.511634ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:47.97 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.008 +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 02:50:47.97 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.011 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=43] [2024/05/06 02:50:48.011 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:48.011 +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 02:50:48.023 +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 02:50:48.013 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:48.023 +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 02:50:48.013 +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 02:50:48.032 +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 02:50:48.013 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.035 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=21] [neededSchemaVersion=22] ["start time"=174.167ยตs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:48.036 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:48.036 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2024/05/06 02:50:48.037 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=3.034998ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:48.013 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.043 +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 02:50:48.013 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.045 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=45] [2024/05/06 02:50:48.046 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:48.046 +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 02:50:48.049 +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 02:50:48.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:48.049 +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 02:50:48.047 +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 02:50:48.058 +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 02:50:48.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.061 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=22] [neededSchemaVersion=23] ["start time"=333.301ยตs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:48.062 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:48.062 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2024/05/06 02:50:48.066 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=5.290606ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:48.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.073 +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 02:50:48.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.076 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=47] [2024/05/06 02:50:48.076 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:48.076 +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 02:50:48.079 +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 02:50:48.078 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:48.079 +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 02:50:48.078 +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 02:50:48.087 +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 02:50:48.078 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.099 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=23] [neededSchemaVersion=24] ["start time"=277.134ยตs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:48.100 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:48.100 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2024/05/06 02:50:48.101 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=2.91421ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:48.078 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.115 +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 02:50:48.078 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.120 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=49] [2024/05/06 02:50:48.120 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:48.120 +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 02:50:48.123 +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 02:50:48.122 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:48.123 +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 02:50:48.122 +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 02:50:48.134 +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 02:50:48.122 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.148 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=24] [neededSchemaVersion=25] ["start time"=298.622ยตs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:48.150 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:48.150 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2024/05/06 02:50:48.150 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=2.50313ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:48.122 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.157 +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 02:50:48.122 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.161 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=51] [2024/05/06 02:50:48.161 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:48.161 +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 02:50:48.164 +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 02:50:48.163 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:48.164 +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 02:50:48.163 +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 02:50:48.177 +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 02:50:48.163 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.180 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=25] [neededSchemaVersion=26] ["start time"=352.706ยตs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:48.182 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:48.182 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2024/05/06 02:50:48.184 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=4.9343ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:48.163 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.190 +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 02:50:48.163 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.193 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=53] [2024/05/06 02:50:48.193 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:48.194 +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 02:50:48.197 +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 02:50:48.195 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:48.197 +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 02:50:48.195 +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 02:50:48.207 +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 02:50:48.195 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.209 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=26] [neededSchemaVersion=27] ["start time"=185.524ยตs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:48.210 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:48.210 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2024/05/06 02:50:48.216 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=7.30217ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:48.195 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.222 +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 02:50:48.195 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.226 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=55] [2024/05/06 02:50:48.226 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:48.227 +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 02:50:48.230 +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 02:50:48.229 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:48.230 +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 02:50:48.229 +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 02:50:48.237 +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 02:50:48.229 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.240 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=27] [neededSchemaVersion=28] ["start time"=227.568ยตs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:48.241 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:48.241 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2024/05/06 02:50:48.242 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=2.13635ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:48.229 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.249 +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 02:50:48.229 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.252 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=57] [2024/05/06 02:50:48.252 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:48.253 +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 02:50:48.253 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:48.257 +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 02:50:48.254 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:48.257 +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 02:50:48.254 +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 02:50:48.270 +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 02:50:48.254 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.278 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=28] [neededSchemaVersion=29] ["start time"=282.191ยตs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:48.279 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:48.279 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2024/05/06 02:50:48.283 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=5.638476ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:48.254 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.288 +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 02:50:48.254 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.293 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=59] [2024/05/06 02:50:48.293 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:48.294 +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 02:50:48.294 +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 02:50:48.297 +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 02:50:48.295 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:48.297 +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 02:50:48.295 +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 02:50:48.306 +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 02:50:48.295 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.330 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=29] [neededSchemaVersion=30] ["start time"=405.73ยตs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:48.331 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:48.332 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2024/05/06 02:50:48.334 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=4.421407ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:48.295 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.340 +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 02:50:48.295 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.343 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=61] [2024/05/06 02:50:48.343 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:48.343 +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 02:50:48.346 +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 02:50:48.345 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:48.346 +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 02:50:48.345 +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 02:50:48.353 +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 02:50:48.345 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.357 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=30] [neededSchemaVersion=31] ["start time"=335.896ยตs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:48.358 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:48.358 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2024/05/06 02:50:48.358 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=2.016842ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:48.345 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.368 +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 02:50:48.345 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.373 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=63] [2024/05/06 02:50:48.373 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:48.373 +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 02:50:48.376 +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 02:50:48.375 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:48.376 +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 02:50:48.375 +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 02:50:48.382 +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 02:50:48.375 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.386 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=31] [neededSchemaVersion=32] ["start time"=422.799ยตs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:48.387 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:48.387 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2024/05/06 02:50:48.388 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=2.418732ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:48.375 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.392 +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 02:50:48.375 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.395 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=65] [2024/05/06 02:50:48.395 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:48.395 +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 02:50:48.398 +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 02:50:48.397 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:48.398 +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 02:50:48.397 +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 02:50:48.404 +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 02:50:48.397 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.407 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=32] [neededSchemaVersion=33] ["start time"=187.949ยตs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:48.408 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:48.408 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2024/05/06 02:50:48.408 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=2.041995ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:48.397 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.415 +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 02:50:48.397 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.417 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=67] [2024/05/06 02:50:48.417 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:48.421 +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 02:50:48.419 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:48.421 +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 02:50:48.419 +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 02:50:48.425 +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 02:50:48.419 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.428 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=33] [neededSchemaVersion=34] ["start time"=278.728ยตs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 02:50:48.429 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:48.429 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2024/05/06 02:50:48.431 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=2.90395ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:48.419 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.436 +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 02:50:48.419 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.438 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=69] [2024/05/06 02:50:48.438 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:48.439 +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 02:50:48.441 +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 02:50:48.44 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:48.441 +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 02:50:48.44 +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 02:50:48.447 +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 02:50:48.44 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.450 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=34] [neededSchemaVersion=35] ["start time"=190.493ยตs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:48.451 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:48.451 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2024/05/06 02:50:48.452 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=2.018582ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:48.44 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.456 +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 02:50:48.44 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.459 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=71] [2024/05/06 02:50:48.459 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:48.459 +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 02:50:48.462 +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 02:50:48.461 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:48.462 +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 02:50:48.461 +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 02:50:48.471 +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 02:50:48.461 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.474 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=35] [neededSchemaVersion=36] ["start time"=252.802ยตs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:48.475 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:48.475 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2024/05/06 02:50:48.476 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=2.385531ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:48.461 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.481 +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 02:50:48.461 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.484 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=73] [2024/05/06 02:50:48.484 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:48.485 +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 02:50:48.487 +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 02:50:48.486 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:48.487 +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 02:50:48.486 +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 02:50:48.495 +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 02:50:48.486 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.498 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=36] [neededSchemaVersion=37] ["start time"=225.127ยตs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:48.499 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:48.499 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2024/05/06 02:50:48.499 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=2.018974ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:48.486 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.504 +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 02:50:48.486 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.507 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=75] [2024/05/06 02:50:48.508 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:48.508 +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 02:50:48.512 +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 02:50:48.51 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:48.512 +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 02:50:48.51 +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 02:50:48.519 +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 02:50:48.51 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.524 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=37] [neededSchemaVersion=38] ["start time"=485.679ยตs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:48.525 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:48.525 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2024/05/06 02:50:48.528 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=4.815366ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:48.51 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.533 +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 02:50:48.51 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.537 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=77] [2024/05/06 02:50:48.537 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:48.538 +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 02:50:48.541 +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 02:50:48.539 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:48.541 +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 02:50:48.539 +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 02:50:48.549 +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 02:50:48.539 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.554 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=38] [neededSchemaVersion=39] ["start time"=474.157ยตs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:48.557 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:48.557 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2024/05/06 02:50:48.557 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=4.341362ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:48.539 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.564 +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 02:50:48.539 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.568 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=79] [2024/05/06 02:50:48.568 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:48.568 +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 02:50:48.572 +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 02:50:48.57 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:48.572 +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 02:50:48.57 +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 02:50:48.579 +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 02:50:48.57 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.584 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=39] [neededSchemaVersion=40] ["start time"=502.184ยตs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:48.585 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:48.585 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2024/05/06 02:50:48.589 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=6.082751ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:48.57 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.595 +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 02:50:48.57 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.599 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=81] [2024/05/06 02:50:48.599 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:48.599 +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 02:50:48.603 +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 02:50:48.601 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:48.604 +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 02:50:48.601 +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 02:50:48.610 +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 02:50:48.601 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.615 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=40] [neededSchemaVersion=41] ["start time"=471.048ยตs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:48.616 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:48.616 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2024/05/06 02:50:48.619 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=4.664499ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:48.601 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.623 +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 02:50:48.601 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.630 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=83] [2024/05/06 02:50:48.630 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:48.630 +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 02:50:48.634 +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 02:50:48.632 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:48.634 +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 02:50:48.632 +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 02:50:48.638 +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 02:50:48.632 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.642 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=41] [neededSchemaVersion=42] ["start time"=321.298ยตs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:48.643 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:48.643 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2024/05/06 02:50:48.644 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=2.324735ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:48.632 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.652 +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 02:50:48.632 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.655 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=85] [2024/05/06 02:50:48.655 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:48.656 +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 02:50:48.658 +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 02:50:48.657 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:48.658 +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 02:50:48.657 +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 02:50:48.663 +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 02:50:48.657 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.666 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=42] [neededSchemaVersion=43] ["start time"=295.449ยตs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:48.667 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:48.667 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2024/05/06 02:50:48.668 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=2.360114ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:48.657 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.671 +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 02:50:48.657 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.675 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=87] [2024/05/06 02:50:48.675 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:48.675 +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 02:50:48.678 +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 02:50:48.677 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:48.678 +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 02:50:48.677 +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 02:50:48.684 +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 02:50:48.677 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.687 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=43] [neededSchemaVersion=44] ["start time"=253.53ยตs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:48.688 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:48.688 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2024/05/06 02:50:48.689 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=2.370076ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:48.677 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.693 +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 02:50:48.677 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.696 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=89] [2024/05/06 02:50:48.696 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:48.696 +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 02:50:48.698 +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 02:50:48.697 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:48.698 +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 02:50:48.697 +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 02:50:48.705 +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 02:50:48.697 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.708 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=44] [neededSchemaVersion=45] ["start time"=241.228ยตs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:48.709 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:48.709 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2024/05/06 02:50:48.709 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=2.049901ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:48.697 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.713 +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 02:50:48.697 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.716 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=91] [2024/05/06 02:50:48.716 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:48.716 +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 02:50:48.719 +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 02:50:48.717 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:48.719 +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 02:50:48.717 +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 02:50:48.726 +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 02:50:48.717 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.729 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=45] [neededSchemaVersion=46] ["start time"=547.349ยตs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:48.730 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:48.730 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2024/05/06 02:50:48.731 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=2.73259ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:48.717 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.736 +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 02:50:48.717 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.740 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=93] [2024/05/06 02:50:48.740 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:48.740 +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 02:50:48.743 +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 02:50:48.741 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:48.743 +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 02:50:48.741 +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 02:50:48.749 +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 02:50:48.741 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.753 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=46] [neededSchemaVersion=47] ["start time"=336.7ยตs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:48.754 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:48.754 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2024/05/06 02:50:48.755 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=2.663928ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:48.741 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.759 +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 02:50:48.741 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.762 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=95] [2024/05/06 02:50:48.762 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:48.763 +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 02:50:48.765 +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 02:50:48.764 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:48.765 +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 02:50:48.764 +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 02:50:48.774 +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 02:50:48.764 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.777 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=47] [neededSchemaVersion=48] ["start time"=278.89ยตs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:48.778 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:48.778 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2024/05/06 02:50:48.778 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=2.245544ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:48.764 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.783 +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 02:50:48.764 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.786 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=97] [2024/05/06 02:50:48.787 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:48.787 +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 02:50:48.790 +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 02:50:48.789 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:48.790 +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 02:50:48.789 +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 02:50:48.796 +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 02:50:48.789 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.798 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=48] [neededSchemaVersion=49] ["start time"=211.352ยตs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:48.800 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:48.800 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2024/05/06 02:50:48.800 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=2.020481ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:48.789 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.805 +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 02:50:48.789 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.808 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=99] [2024/05/06 02:50:48.809 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:48.809 +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 02:50:48.811 +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 02:50:48.81 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:48.811 +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 02:50:48.81 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2024/05/06 02:50:48.820 +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 02:50:48.81 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.823 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=49] [neededSchemaVersion=50] ["start time"=51.525ยตs] [gotSchemaVersion=50] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 02:50:48.824 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:48.824 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2024/05/06 02:50:48.825 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=2.11572ms] [job="ID:101, Type:create schema, State:done, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:48.81 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.830 +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 02:50:48.81 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.834 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=101] [2024/05/06 02:50:48.834 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:48.837 +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 02:50:48.836 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:48.837 +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 02:50:48.836 +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 02:50:48.846 +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 02:50:48.836 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.850 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=50] [neededSchemaVersion=51] ["start time"=206.206ยตs] [gotSchemaVersion=51] [phyTblIDs="[102]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 02:50:48.851 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:48.851 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2024/05/06 02:50:48.852 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=2.290751ms] [job="ID:103, Type:create view, State:done, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:48.836 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.857 +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 02:50:48.836 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.860 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=103] [2024/05/06 02:50:48.860 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:48.894 +00:00] [INFO] [bootstrap.go:745] ["bootstrap successful"] ["take time"=1.599987932s] [2024/05/06 02:50:48.899 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=41a9fc68-fcd9-42e2-9421-b1ccb75c72d9] [ownerKey=/tidb/ddl/fg/owner] [2024/05/06 02:50:48.899 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:50:48.899 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 3, tp add index"] [category=ddl] ["take time"=1.683ยตs] [2024/05/06 02:50:48.899 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 4, tp add index"] [category=ddl] ["take time"=1.164ยตs] [2024/05/06 02:50:48.899 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 5, tp add index"] [category=ddl] ["take time"=1.282ยตs] [2024/05/06 02:50:48.899 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 2, tp add index"] [category=ddl] ["take time"=1.206ยตs] [2024/05/06 02:50:48.899 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:50:48.899 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 1, tp general"] [category=ddl] ["take time"=1.065ยตs] [2024/05/06 02:50:48.899 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:50:48.899 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/06 02:50:48.899 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 02:50:48.902 +00:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=41a9fc68-fcd9-42e2-9421-b1ccb75c72d9] ["take time"=7.693093ms] [2024/05/06 02:50:48.903 +00:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=41a9fc68-fcd9-42e2-9421-b1ccb75c72d9] [2024/05/06 02:50:48.903 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 02:50:48.903 +00:00] [INFO] [domain.go:907] ["loadSchemaInLoop exited."] [2024/05/06 02:50:48.903 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 02:50:48.903 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 02:50:48.903 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/06 02:50:48.903 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 02:50:48.903 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/06 02:50:48.903 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 02:50:48.903 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/06 02:50:48.903 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 02:50:48.903 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/06 02:50:48.903 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 02:50:48.903 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."] [2024/05/06 02:50:48.903 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 02:50:48.903 +00:00] [INFO] [domain.go:1074] ["domain closed"] ["take time"=7.966512ms] [2024/05/06 02:50:48.903 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=a13200ab-7d20-4095-b140-9fe3add1bf7e] ["ddl lease"=500ms] ["stats lease"=-1ns] [2024/05/06 02:50:48.911 +00:00] [WARN] [controller.go:198] ["[resource group controller] server does not save config, load config failed"] [2024/05/06 02:50:48.911 +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 02:50:48.924 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=51] ["start time"=12.061163ms] [2024/05/06 02:50:48.924 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 02:50:48.924 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=42f89525-28e1-4937-91d5-4f7f1730c592] [runWorker=true] [2024/05/06 02:50:48.924 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 02:50:48.924 +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 02:50:48.924 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 02:50:48.924 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 02:50:48.924 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 02:50:48.924 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 02:50:48.924 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 02:50:48.924 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 02:50:48.924 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 02:50:48.924 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2024/05/06 02:50:48.924 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 02:50:48.924 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 02:50:48.924 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 02:50:48.924 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 02:50:48.924 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 02:50:48.924 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 02:50:48.924 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 02:50:48.926 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 02:50:48.926 +00:00] [WARN] [sysvar_cache.go:49] ["sysvar cache is empty, triggering rebuild"] [2024/05/06 02:50:48.928 +00:00] [INFO] [sysvar.go:2748] ["set resource control"] [enable=true] [2024/05/06 02:50:48.929 +00:00] [INFO] [controller.go:447] ["[resource group controller] create resource group cost controller"] [name=default] [2024/05/06 02:50:48.938 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 02:50:48.941 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 02:50:48.943 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 02:50:48.944 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=indexUsageWorker] [2024/05/06 02:50:48.944 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=quitStatsOwner] [2024/05/06 02:50:48.944 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 02:50:48.945 +00:00] [INFO] [manager.go:113] ["build task executor manager"] [server-id=:4000] [total-cpu=16] [total-mem=342.3GiB] [2024/05/06 02:50:48.946 +00:00] [INFO] [domain.go:2070] ["dumpFileGcChecker started"] [2024/05/06 02:50:48.946 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 02:50:48.946 +00:00] [INFO] [sem.go:78] ["tidb-server is operating with security enhanced mode (SEM) enabled"] [2024/05/06 02:50:48.947 +00:00] [INFO] [manager.go:146] ["task executor manager start"] [server-id=:4000] [2024/05/06 02:50:48.947 +00:00] [INFO] [domain.go:1525] ["dist task executor manager started"] [2024/05/06 02:50:48.947 +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 02:50:48.947 +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 02:50:48.948 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=51] [cur_db=test] [sql="create table t_34069 (t int);"] [user=root@%] [2024/05/06 02:50:48.951 +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 02:50:48.95 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:48.951 +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 02:50:48.95 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_34069 (t int);"] [2024/05/06 02:50:48.957 +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 02:50:48.95 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.960 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=51] [neededSchemaVersion=52] ["start time"=117.349ยตs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:48.961 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2024/05/06 02:50:48.962 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=2.346549ms] [job="ID:105, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:48.95 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.967 +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 02:50:48.95 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.971 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=105] [2024/05/06 02:50:48.971 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:48.971 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=52] [cur_db=test] [sql="alter table t_34069 cache"] [user=root@%] [2024/05/06 02:50:48.974 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:106, Type:alter table cache, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:48.973 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:48.974 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:106, Type:alter table cache, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:48.973 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table t_34069 cache"] [2024/05/06 02:50:48.982 +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:alter table cache, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:48.973 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.985 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=52] [neededSchemaVersion=53] ["start time"=256.989ยตs] [gotSchemaVersion=53] [phyTblIDs="[104]"] [actionTypes="[57]"] [diffTypes="[\"alter table cache\"]"] [2024/05/06 02:50:48.986 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=106] [version=53] [2024/05/06 02:50:48.987 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=3.014311ms] [job="ID:106, Type:alter table cache, State:running, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:48.973 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.991 +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:alter table cache, State:running, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:48.973 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.993 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=53] [neededSchemaVersion=54] ["start time"=170.157ยตs] [gotSchemaVersion=54] [phyTblIDs="[104]"] [actionTypes="[57]"] [diffTypes="[\"alter table cache\"]"] [2024/05/06 02:50:48.994 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=106] [version=54] [2024/05/06 02:50:48.995 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=2.482153ms] [job="ID:106, Type:alter table cache, State:done, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:48.973 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:48.999 +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:alter table cache, State:synced, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:48.973 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.002 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=106] [2024/05/06 02:50:49.002 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.005 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=42f89525-28e1-4937-91d5-4f7f1730c592] [ownerKey=/tidb/ddl/fg/owner] [2024/05/06 02:50:49.005 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:50:49.006 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 7, tp add index"] [category=ddl] ["take time"=1.794ยตs] [2024/05/06 02:50:49.006 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 8, tp add index"] [category=ddl] ["take time"=931ns] [2024/05/06 02:50:49.006 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 9, tp add index"] [category=ddl] ["take time"=1.073ยตs] [2024/05/06 02:50:49.006 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 10, tp add index"] [category=ddl] ["take time"=1.386ยตs] [2024/05/06 02:50:49.006 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:50:49.006 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 6, tp general"] [category=ddl] ["take time"=798ns] [2024/05/06 02:50:49.006 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:50:49.006 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/06 02:50:49.006 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 02:50:49.006 +00:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=42f89525-28e1-4937-91d5-4f7f1730c592] ["take time"=3.58838ms] [2024/05/06 02:50:49.006 +00:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=42f89525-28e1-4937-91d5-4f7f1730c592] [2024/05/06 02:50:49.006 +00:00] [INFO] [domain.go:1026] ["stopping ttlJobManager"] [2024/05/06 02:50:49.006 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/06 02:50:49.006 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 02:50:49.006 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 02:50:49.006 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 02:50:49.006 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 02:50:49.006 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/06 02:50:49.006 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 02:50:49.006 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 02:50:49.006 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 02:50:49.006 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 02:50:49.007 +00:00] [INFO] [job_manager.go:174] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [2024/05/06 02:50:49.007 +00:00] [INFO] [domain.go:1037] ["ttlJobManager exited."] [2024/05/06 02:50:49.007 +00:00] [INFO] [manager.go:280] ["recoverMetaLoop done"] [server-id=:4000] [2024/05/06 02:50:49.007 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 02:50:49.007 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:50:49.007 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 02:50:49.007 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:50:49.007 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/06 02:50:49.007 +00:00] [INFO] [domain.go:2074] ["dumpFileGcChecker exited."] [2024/05/06 02:50:49.007 +00:00] [INFO] [domain.go:907] ["loadSchemaInLoop exited."] [2024/05/06 02:50:49.007 +00:00] [INFO] [domain.go:1527] ["stopping dist task executor manager"] [2024/05/06 02:50:49.007 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:50:49.007 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/06 02:50:49.007 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 02:50:49.007 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 02:50:49.007 +00:00] [INFO] [domain.go:1700] ["loadPrivilegeInLoop exited."] [2024/05/06 02:50:49.007 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 02:50:49.007 +00:00] [INFO] [domain.go:2352] ["indexUsageWorker exited."] [2024/05/06 02:50:49.007 +00:00] [INFO] [manager.go:179] ["handle tasks loop done"] [server-id=:4000] [2024/05/06 02:50:49.007 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=indexUsageWorker] [2024/05/06 02:50:49.007 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 02:50:49.007 +00:00] [INFO] [domain.go:1529] ["dist task executor manager stopped"] [2024/05/06 02:50:49.007 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/06 02:50:49.007 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 02:50:49.007 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 02:50:49.007 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=42f89525-28e1-4937-91d5-4f7f1730c592] [ownerKey=/tidb/stats/owner] [2024/05/06 02:50:49.007 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=quitStatsOwner] [2024/05/06 02:50:49.007 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 02:50:49.007 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:50:49.007 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=42f89525-28e1-4937-91d5-4f7f1730c592] [ownerKey=/tidb/bindinfo/owner] [2024/05/06 02:50:49.007 +00:00] [INFO] [domain.go:1889] ["globalBindHandleWorkerLoop exited."] [2024/05/06 02:50:49.007 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 02:50:49.007 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:50:49.007 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/06 02:50:49.007 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 02:50:49.007 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 02:50:49.007 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."] [2024/05/06 02:50:49.007 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 02:50:49.007 +00:00] [INFO] [domain.go:1750] ["LoadSysVarCacheLoop exited."] [2024/05/06 02:50:49.007 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 02:50:49.007 +00:00] [INFO] [domain.go:1074] ["domain closed"] ["take time"=4.961975ms] [2024/05/06 02:50:49.008 +00:00] [INFO] [db.go:567] ["Closing database"] [2024/05/06 02:50:49.008 +00:00] [INFO] [db.go:592] ["Memtable flushed"] [2024/05/06 02:50:49.008 +00:00] [INFO] [db.go:596] ["Compaction finished"] [2024/05/06 02:50:49.008 +00:00] [INFO] [db.go:615] ["BlobManager finished"] [2024/05/06 02:50:49.008 +00:00] [INFO] [db.go:619] ["ResourceManager finished"] [2024/05/06 02:50:49.008 +00:00] [INFO] [db.go:625] ["Waiting for closer"] --- PASS: TestIssue34069 (1.75s) === RUN TestDDLIfExists [2024/05/06 02:50:49.021 +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 02:50:49.022 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:49.022 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:49.022 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:49.022 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:49.023 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:49.024 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=18275adc-6c99-485d-91a1-a697595b2834] ["ddl lease"=200ms] ["stats lease"=-1ns] [2024/05/06 02:50:49.031 +00:00] [WARN] [controller.go:198] ["[resource group controller] server does not save config, load config failed"] [2024/05/06 02:50:49.031 +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 02:50:49.032 +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\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap\n\tpkg/testkit/mockstore.go:294\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStoreAndDomainWithSchemaLease\n\tpkg/testkit/mockstore.go:319\ngithub.com/pingcap/tidb/pkg/ddl_test.TestDDLIfExists\n\tpkg/ddl/db_change_test.go:1485\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [version=0] [2024/05/06 02:50:49.035 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=0] ["start time"=3.335096ms] [2024/05/06 02:50:49.036 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 02:50:49.036 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=c13dcf69-53ca-4a8a-9b59-30e807dbe671] [runWorker=true] [2024/05/06 02:50:49.037 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 02:50:49.037 +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 02:50:49.037 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 02:50:49.037 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 02:50:49.037 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 02:50:49.037 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 02:50:49.037 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 02:50:49.037 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 02:50:49.037 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 02:50:49.037 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 02:50:49.037 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 02:50:49.037 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2024/05/06 02:50:49.037 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 02:50:49.037 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 02:50:49.037 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 02:50:49.037 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 02:50:49.037 +00:00] [INFO] [controller.go:447] ["[resource group controller] create resource group cost controller"] [name=default] [2024/05/06 02:50:49.038 +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 02:50:49.040 +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 02:50:49.039 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.040 +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 02:50:49.039 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS test"] [2024/05/06 02:50:49.087 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 02:50:49.087 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 02:50:49.095 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=3] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.039 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.102 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=1] ["start time"=3.137309ms] [2024/05/06 02:50:49.102 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 02:50:49.104 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.104 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2024/05/06 02:50:49.105 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=6.380481ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:49.039 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.109 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.039 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.112 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=3] [2024/05/06 02:50:49.112 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.113 +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 02:50:49.113 +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 02:50:49.118 +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 02:50:49.115 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.118 +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 02:50:49.115 +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 02:50:49.124 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=5] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.115 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.132 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=1] [neededSchemaVersion=2] ["start time"=1.104278ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:49.134 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.134 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2024/05/06 02:50:49.136 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=4.988598ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.115 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.147 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.115 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.153 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=5] [2024/05/06 02:50:49.153 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.153 +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 02:50:49.156 +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 02:50:49.154 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.156 +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 02:50:49.154 +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 02:50:49.161 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=7] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.154 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.163 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=2] [neededSchemaVersion=3] ["start time"=166.717ยตs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:49.164 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.164 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2024/05/06 02:50:49.165 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=2.253311ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.154 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.172 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.154 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.177 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=7] [2024/05/06 02:50:49.177 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.177 +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 02:50:49.180 +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 02:50:49.179 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.180 +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 02:50:49.179 +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 02:50:49.186 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=9] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.179 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.188 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=3] [neededSchemaVersion=4] ["start time"=203.273ยตs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:49.189 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.189 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2024/05/06 02:50:49.190 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=2.161377ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.179 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.194 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.179 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.196 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=9] [2024/05/06 02:50:49.196 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.197 +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 02:50:49.200 +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 02:50:49.198 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.200 +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 02:50:49.198 +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 02:50:49.206 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=11] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.198 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.213 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=4] [neededSchemaVersion=5] ["start time"=621.348ยตs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:49.215 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.215 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2024/05/06 02:50:49.217 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=4.472129ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.198 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.224 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.198 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.233 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=11] [2024/05/06 02:50:49.233 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.233 +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 02:50:49.237 +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 02:50:49.235 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.237 +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 02:50:49.235 +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 02:50:49.248 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=13] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.235 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.252 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=5] [neededSchemaVersion=6] ["start time"=345.9ยตs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:49.253 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.253 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2024/05/06 02:50:49.256 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=4.951456ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.235 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.263 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.235 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.267 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=13] [2024/05/06 02:50:49.267 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.267 +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 02:50:49.270 +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 02:50:49.269 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.270 +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 02:50:49.269 +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 02:50:49.279 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=15] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.269 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.283 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=6] [neededSchemaVersion=7] ["start time"=341.279ยตs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:49.284 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.284 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2024/05/06 02:50:49.287 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=4.775742ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.269 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.297 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.269 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.300 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=15] [2024/05/06 02:50:49.300 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.300 +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 02:50:49.303 +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 02:50:49.302 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.303 +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 02:50:49.302 +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 02:50:49.311 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=17] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.302 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.313 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=7] [neededSchemaVersion=8] ["start time"=177.389ยตs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:49.314 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.314 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2024/05/06 02:50:49.316 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=2.796898ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.302 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.320 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.302 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.322 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=17] [2024/05/06 02:50:49.322 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.323 +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 02:50:49.325 +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 02:50:49.324 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.325 +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 02:50:49.324 +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 02:50:49.333 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=19] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.324 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.336 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=8] [neededSchemaVersion=9] ["start time"=222.804ยตs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:49.337 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.337 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2024/05/06 02:50:49.340 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=4.708056ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.324 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.345 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.324 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.348 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=19] [2024/05/06 02:50:49.348 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.348 +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 02:50:49.351 +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 02:50:49.35 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.351 +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 02:50:49.35 +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 02:50:49.358 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=21] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.35 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.361 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=9] [neededSchemaVersion=10] ["start time"=225.099ยตs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:49.362 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.362 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2024/05/06 02:50:49.363 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=2.415852ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.35 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.368 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.35 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.372 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=21] [2024/05/06 02:50:49.372 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.372 +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 02:50:49.375 +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 02:50:49.374 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.375 +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 02:50:49.374 +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 02:50:49.381 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=23] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.374 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.384 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=10] [neededSchemaVersion=11] ["start time"=232.307ยตs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:49.385 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.385 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2024/05/06 02:50:49.386 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=2.264909ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.374 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.391 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.374 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.393 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=23] [2024/05/06 02:50:49.393 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.394 +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 02:50:49.394 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:49.397 +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 02:50:49.395 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.397 +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 02:50:49.395 +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 02:50:49.406 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=25] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.395 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.409 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=11] [neededSchemaVersion=12] ["start time"=485.008ยตs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:49.411 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.411 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2024/05/06 02:50:49.411 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=2.026933ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.395 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.415 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.395 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.419 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=25] [2024/05/06 02:50:49.419 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.420 +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 02:50:49.423 +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 02:50:49.421 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.423 +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 02:50:49.421 +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 02:50:49.430 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=27] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.421 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.433 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=12] [neededSchemaVersion=13] ["start time"=259.554ยตs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:49.434 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.434 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2024/05/06 02:50:49.435 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=2.269926ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.421 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.439 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.421 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.442 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=27] [2024/05/06 02:50:49.442 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.443 +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 02:50:49.445 +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 02:50:49.444 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.445 +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 02:50:49.444 +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 02:50:49.453 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=29] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.444 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.456 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=13] [neededSchemaVersion=14] ["start time"=273.383ยตs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:49.457 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.457 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2024/05/06 02:50:49.457 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=2.10231ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.444 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.462 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.444 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.466 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=29] [2024/05/06 02:50:49.466 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.466 +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 02:50:49.468 +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 02:50:49.467 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.468 +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 02:50:49.467 +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 02:50:49.476 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=31] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.467 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.478 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=14] [neededSchemaVersion=15] ["start time"=242.627ยตs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:49.479 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.479 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2024/05/06 02:50:49.481 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=2.984821ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.467 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.485 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.467 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.488 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=31] [2024/05/06 02:50:49.488 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.489 +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 02:50:49.492 +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 02:50:49.49 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.492 +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 02:50:49.49 +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 02:50:49.500 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=33] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.49 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.502 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=15] [neededSchemaVersion=16] ["start time"=202.811ยตs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:49.504 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.504 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2024/05/06 02:50:49.504 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=2.080604ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.49 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.508 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.49 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.511 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=33] [2024/05/06 02:50:49.511 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.511 +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 02:50:49.514 +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 02:50:49.513 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.514 +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 02:50:49.513 +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 02:50:49.522 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=35] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.513 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.525 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=16] [neededSchemaVersion=17] ["start time"=220.48ยตs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:49.526 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.526 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2024/05/06 02:50:49.528 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=2.781029ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.513 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.534 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.513 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.540 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=35] [2024/05/06 02:50:49.540 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.540 +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 02:50:49.543 +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 02:50:49.542 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.543 +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 02:50:49.542 +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 02:50:49.548 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=37] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.542 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.553 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=17] [neededSchemaVersion=18] ["start time"=224.585ยตs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:49.554 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.554 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2024/05/06 02:50:49.555 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=2.136436ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.542 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.559 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.542 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.562 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=37] [2024/05/06 02:50:49.562 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.563 +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 02:50:49.565 +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 02:50:49.564 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.565 +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 02:50:49.564 +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 02:50:49.571 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=39] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.564 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.576 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=18] [neededSchemaVersion=19] ["start time"=445.387ยตs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:49.577 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.577 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2024/05/06 02:50:49.578 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=2.356889ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.564 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.583 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.564 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.587 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=39] [2024/05/06 02:50:49.587 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.589 +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 02:50:49.591 +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 02:50:49.59 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.591 +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 02:50:49.59 +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 02:50:49.597 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=41] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.59 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.601 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=19] [neededSchemaVersion=20] ["start time"=279.546ยตs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:49.602 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.602 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2024/05/06 02:50:49.603 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=2.070239ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.59 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.607 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.59 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.610 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=41] [2024/05/06 02:50:49.610 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.610 +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 02:50:49.613 +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 02:50:49.612 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.613 +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 02:50:49.612 +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 02:50:49.621 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=43] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.612 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.624 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=20] [neededSchemaVersion=21] ["start time"=225.161ยตs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:49.626 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.626 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2024/05/06 02:50:49.627 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=3.016863ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.612 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.631 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.612 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.634 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=43] [2024/05/06 02:50:49.634 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.634 +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 02:50:49.636 +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 02:50:49.635 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.636 +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 02:50:49.635 +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 02:50:49.642 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=45] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.635 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.644 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=21] [neededSchemaVersion=22] ["start time"=168.768ยตs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:49.646 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.646 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2024/05/06 02:50:49.646 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=2.132262ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.635 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.654 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.635 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.657 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=45] [2024/05/06 02:50:49.657 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.658 +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 02:50:49.660 +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 02:50:49.659 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.660 +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 02:50:49.659 +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 02:50:49.668 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=47] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.659 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.671 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=22] [neededSchemaVersion=23] ["start time"=362.034ยตs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:49.672 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.672 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2024/05/06 02:50:49.672 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=2.217736ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.659 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.677 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.659 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.680 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=47] [2024/05/06 02:50:49.680 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.680 +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 02:50:49.683 +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 02:50:49.681 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.683 +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 02:50:49.681 +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 02:50:49.689 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=49] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.681 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.692 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=23] [neededSchemaVersion=24] ["start time"=324.477ยตs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:49.693 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.693 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2024/05/06 02:50:49.694 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=2.016728ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.681 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.699 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.681 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.702 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=49] [2024/05/06 02:50:49.702 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.702 +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 02:50:49.705 +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 02:50:49.704 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.705 +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 02:50:49.704 +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 02:50:49.711 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=51] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.704 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.713 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=24] [neededSchemaVersion=25] ["start time"=200.36ยตs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:49.714 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.714 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2024/05/06 02:50:49.715 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=2.99983ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.704 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.720 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.704 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.723 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=51] [2024/05/06 02:50:49.723 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.723 +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 02:50:49.726 +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 02:50:49.725 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.726 +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 02:50:49.725 +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 02:50:49.733 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=53] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.725 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.736 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=25] [neededSchemaVersion=26] ["start time"=169.965ยตs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:49.737 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.737 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2024/05/06 02:50:49.738 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=2.598916ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.725 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.746 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.725 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.750 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=53] [2024/05/06 02:50:49.750 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.750 +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 02:50:49.753 +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 02:50:49.752 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.753 +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 02:50:49.752 +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 02:50:49.759 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=55] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.752 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.762 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=26] [neededSchemaVersion=27] ["start time"=190.418ยตs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:49.763 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.763 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2024/05/06 02:50:49.765 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=2.814735ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.752 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.769 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.752 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.771 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=55] [2024/05/06 02:50:49.771 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.772 +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 02:50:49.774 +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 02:50:49.773 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.774 +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 02:50:49.773 +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 02:50:49.783 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=57] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.773 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.786 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=27] [neededSchemaVersion=28] ["start time"=233.796ยตs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:49.787 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.787 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2024/05/06 02:50:49.788 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=2.692488ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.773 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.797 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.773 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.800 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=57] [2024/05/06 02:50:49.800 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.801 +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 02:50:49.801 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:49.804 +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 02:50:49.802 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.804 +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 02:50:49.802 +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 02:50:49.813 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=59] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.802 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.817 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=28] [neededSchemaVersion=29] ["start time"=296.189ยตs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:49.818 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.818 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2024/05/06 02:50:49.818 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=2.25352ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.802 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.823 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.802 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.827 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=59] [2024/05/06 02:50:49.827 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.828 +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 02:50:49.831 +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 02:50:49.829 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.831 +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 02:50:49.829 +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 02:50:49.840 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=61] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.829 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.844 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=29] [neededSchemaVersion=30] ["start time"=360.024ยตs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:49.845 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.845 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2024/05/06 02:50:49.846 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=2.636294ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.829 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.851 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.829 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.861 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=61] [2024/05/06 02:50:49.861 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.862 +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 02:50:49.867 +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 02:50:49.865 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.867 +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 02:50:49.865 +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 02:50:49.873 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=63] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.865 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.876 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=30] [neededSchemaVersion=31] ["start time"=340.821ยตs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:49.878 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.878 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2024/05/06 02:50:49.879 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=3.018057ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.865 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.884 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.865 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.886 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=63] [2024/05/06 02:50:49.886 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.887 +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 02:50:49.889 +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 02:50:49.888 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.889 +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 02:50:49.888 +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 02:50:49.896 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=65] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.888 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.900 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=31] [neededSchemaVersion=32] ["start time"=465.879ยตs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:49.901 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.901 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2024/05/06 02:50:49.901 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=2.339757ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.888 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.905 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.888 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.908 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=65] [2024/05/06 02:50:49.908 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.908 +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 02:50:49.911 +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 02:50:49.91 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.911 +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 02:50:49.91 +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 02:50:49.917 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=67] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.91 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.919 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=32] [neededSchemaVersion=33] ["start time"=232.282ยตs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:49.921 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.921 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2024/05/06 02:50:49.922 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=2.54297ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.91 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.926 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.91 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.928 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=67] [2024/05/06 02:50:49.928 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.931 +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 02:50:49.93 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.931 +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 02:50:49.93 +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 02:50:49.936 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=69] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.93 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.940 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=33] [neededSchemaVersion=34] ["start time"=235.886ยตs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 02:50:49.941 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.941 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2024/05/06 02:50:49.942 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=2.202455ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:49.93 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.946 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.93 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.950 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=69] [2024/05/06 02:50:49.950 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.950 +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 02:50:49.952 +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 02:50:49.951 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.952 +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 02:50:49.951 +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 02:50:49.959 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=71] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.951 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.962 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=34] [neededSchemaVersion=35] ["start time"=227.788ยตs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:49.963 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.964 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2024/05/06 02:50:49.965 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=2.966135ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.951 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.970 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.951 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.973 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=71] [2024/05/06 02:50:49.973 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.973 +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 02:50:49.976 +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 02:50:49.974 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.976 +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 02:50:49.974 +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 02:50:49.981 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=73] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.974 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.984 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=35] [neededSchemaVersion=36] ["start time"=262.112ยตs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:49.985 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:49.985 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2024/05/06 02:50:49.986 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=2.411676ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.974 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.990 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.974 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:49.993 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=73] [2024/05/06 02:50:49.993 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:49.993 +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 02:50:49.996 +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 02:50:49.995 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:49.996 +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 02:50:49.995 +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 02:50:50.005 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=75] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.995 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.008 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=36] [neededSchemaVersion=37] ["start time"=238.831ยตs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:50.009 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:50.009 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2024/05/06 02:50:50.010 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=2.471414ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:49.995 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.014 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:49.995 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.016 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=75] [2024/05/06 02:50:50.016 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:50.017 +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 02:50:50.020 +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 02:50:50.018 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:50.020 +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 02:50:50.018 +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 02:50:50.028 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=77] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.018 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.032 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=37] [neededSchemaVersion=38] ["start time"=340.045ยตs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:50.033 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:50.033 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2024/05/06 02:50:50.034 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=3.071725ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.018 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.038 +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 02:50:50.039 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.018 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.043 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=77] [2024/05/06 02:50:50.043 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:50.044 +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 02:50:50.047 +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 02:50:50.045 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:50.047 +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 02:50:50.045 +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 02:50:50.054 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=79] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.045 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.058 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=38] [neededSchemaVersion=39] ["start time"=435.277ยตs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:50.059 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:50.059 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2024/05/06 02:50:50.062 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=5.080396ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.045 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.067 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.045 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.072 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=79] [2024/05/06 02:50:50.072 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:50.073 +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 02:50:50.077 +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 02:50:50.074 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:50.077 +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 02:50:50.074 +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 02:50:50.083 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=81] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.074 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.089 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=39] [neededSchemaVersion=40] ["start time"=515.47ยตs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:50.090 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:50.090 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2024/05/06 02:50:50.102 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=14.169284ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.074 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.108 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.074 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.112 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=81] [2024/05/06 02:50:50.112 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:50.113 +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 02:50:50.116 +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 02:50:50.114 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:50.116 +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 02:50:50.114 +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 02:50:50.122 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=83] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.114 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.127 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=40] [neededSchemaVersion=41] ["start time"=409.512ยตs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:50.128 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:50.128 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2024/05/06 02:50:50.129 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=3.038356ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.114 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.135 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.114 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.138 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=83] [2024/05/06 02:50:50.138 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:50.139 +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 02:50:50.144 +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 02:50:50.14 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:50.144 +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 02:50:50.14 +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 02:50:50.150 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=85] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.14 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.155 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=41] [neededSchemaVersion=42] ["start time"=377.123ยตs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:50.156 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:50.156 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2024/05/06 02:50:50.170 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=15.982754ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.14 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.176 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.14 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.180 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=85] [2024/05/06 02:50:50.180 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:50.181 +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 02:50:50.188 +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 02:50:50.182 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:50.188 +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 02:50:50.182 +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 02:50:50.194 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=87] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.182 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.200 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=42] [neededSchemaVersion=43] ["start time"=543.634ยตs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:50.201 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:50.201 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2024/05/06 02:50:50.201 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=2.02913ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.182 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.207 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.182 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.211 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=87] [2024/05/06 02:50:50.211 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:50.212 +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 02:50:50.215 +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 02:50:50.213 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:50.215 +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 02:50:50.213 +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 02:50:50.221 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=89] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.213 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.225 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=43] [neededSchemaVersion=44] ["start time"=434.736ยตs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:50.227 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:50.227 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2024/05/06 02:50:50.229 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=4.129495ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.213 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.234 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.213 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.238 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=89] [2024/05/06 02:50:50.239 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:50.239 +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 02:50:50.242 +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 02:50:50.24 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:50.242 +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 02:50:50.24 +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 02:50:50.248 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=91] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.24 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.253 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=44] [neededSchemaVersion=45] ["start time"=403.785ยตs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:50.254 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:50.254 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2024/05/06 02:50:50.261 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=8.879505ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.24 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.267 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.24 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.271 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=91] [2024/05/06 02:50:50.271 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:50.272 +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 02:50:50.278 +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 02:50:50.274 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:50.278 +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 02:50:50.274 +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 02:50:50.288 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=93] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.274 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.293 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=45] [neededSchemaVersion=46] ["start time"=651.98ยตs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:50.294 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:50.294 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2024/05/06 02:50:50.296 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=4.698187ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.274 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.303 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.274 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.307 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=93] [2024/05/06 02:50:50.307 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:50.307 +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 02:50:50.310 +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 02:50:50.309 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:50.310 +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 02:50:50.309 +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 02:50:50.316 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=95] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.309 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.320 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=46] [neededSchemaVersion=47] ["start time"=353.164ยตs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:50.321 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:50.321 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2024/05/06 02:50:50.322 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=2.509496ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.309 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.326 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.309 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.329 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=95] [2024/05/06 02:50:50.329 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:50.330 +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 02:50:50.334 +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 02:50:50.331 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:50.334 +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 02:50:50.331 +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 02:50:50.340 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=97] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.331 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.342 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=47] [neededSchemaVersion=48] ["start time"=248.612ยตs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:50.344 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:50.344 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2024/05/06 02:50:50.344 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=2.046918ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.331 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.351 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.331 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.353 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=97] [2024/05/06 02:50:50.354 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:50.354 +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 02:50:50.356 +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 02:50:50.355 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:50.356 +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 02:50:50.355 +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 02:50:50.364 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=99] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.355 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.366 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=48] [neededSchemaVersion=49] ["start time"=285.047ยตs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:50.368 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:50.368 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2024/05/06 02:50:50.369 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=2.725261ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.355 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.373 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.355 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.376 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=99] [2024/05/06 02:50:50.376 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:50.376 +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 02:50:50.379 +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 02:50:50.378 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:50.379 +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 02:50:50.378 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2024/05/06 02:50:50.386 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=101] [category=ddl] [job="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.378 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.388 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=49] [neededSchemaVersion=50] ["start time"=81.479ยตs] [gotSchemaVersion=50] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 02:50:50.389 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:50.389 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2024/05/06 02:50:50.390 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=2.681183ms] [job="ID:101, Type:create schema, State:done, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:50.378 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.397 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=101] [job="ID:101, Type:create schema, State:synced, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.378 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.399 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=101] [2024/05/06 02:50:50.399 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:50.402 +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 02:50:50.401 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:50.402 +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 02:50:50.401 +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 02:50:50.418 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=103] [category=ddl] [job="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.401 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.421 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=50] [neededSchemaVersion=51] ["start time"=219.697ยตs] [gotSchemaVersion=51] [phyTblIDs="[102]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 02:50:50.422 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:50.422 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2024/05/06 02:50:50.424 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=3.415521ms] [job="ID:103, Type:create view, State:done, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:50.401 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.428 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=103] [job="ID:103, Type:create view, State:synced, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.401 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.430 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=103] [2024/05/06 02:50:50.430 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:50.458 +00:00] [INFO] [bootstrap.go:745] ["bootstrap successful"] ["take time"=1.421440246s] [2024/05/06 02:50:50.459 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=c13dcf69-53ca-4a8a-9b59-30e807dbe671] [ownerKey=/tidb/ddl/fg/owner] [2024/05/06 02:50:50.459 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:50:50.459 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 13, tp add index"] [category=ddl] ["take time"=1.531ยตs] [2024/05/06 02:50:50.459 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 14, tp add index"] [category=ddl] ["take time"=1.02ยตs] [2024/05/06 02:50:50.459 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 15, tp add index"] [category=ddl] ["take time"=872ns] [2024/05/06 02:50:50.459 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 12, tp add index"] [category=ddl] ["take time"=929ns] [2024/05/06 02:50:50.459 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:50:50.459 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 11, tp general"] [category=ddl] ["take time"=957ns] [2024/05/06 02:50:50.459 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:50:50.459 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/06 02:50:50.459 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 02:50:50.462 +00:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=c13dcf69-53ca-4a8a-9b59-30e807dbe671] ["take time"=3.076341ms] [2024/05/06 02:50:50.462 +00:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=c13dcf69-53ca-4a8a-9b59-30e807dbe671] [2024/05/06 02:50:50.462 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 02:50:50.462 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/06 02:50:50.462 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 02:50:50.462 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/06 02:50:50.462 +00:00] [INFO] [domain.go:907] ["loadSchemaInLoop exited."] [2024/05/06 02:50:50.462 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 02:50:50.462 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 02:50:50.462 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/06 02:50:50.462 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 02:50:50.462 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 02:50:50.462 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."] [2024/05/06 02:50:50.462 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/06 02:50:50.462 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 02:50:50.462 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 02:50:50.462 +00:00] [INFO] [domain.go:1074] ["domain closed"] ["take time"=3.314991ms] [2024/05/06 02:50:50.462 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=18275adc-6c99-485d-91a1-a697595b2834] ["ddl lease"=200ms] ["stats lease"=-1ns] [2024/05/06 02:50:50.469 +00:00] [WARN] [controller.go:198] ["[resource group controller] server does not save config, load config failed"] [2024/05/06 02:50:50.469 +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 02:50:50.497 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=51] ["start time"=27.61594ms] [2024/05/06 02:50:50.498 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 02:50:50.498 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=7ba50e62-5228-47dc-b70e-1c135461f693] [runWorker=true] [2024/05/06 02:50:50.499 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 02:50:50.499 +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 02:50:50.499 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 02:50:50.499 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 02:50:50.499 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 02:50:50.499 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 02:50:50.499 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 02:50:50.499 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 02:50:50.499 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 02:50:50.499 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 02:50:50.499 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 02:50:50.499 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 02:50:50.499 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 02:50:50.499 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 02:50:50.499 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2024/05/06 02:50:50.499 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 02:50:50.499 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 02:50:50.500 +00:00] [INFO] [controller.go:447] ["[resource group controller] create resource group cost controller"] [name=default] [2024/05/06 02:50:50.502 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 02:50:50.502 +00:00] [WARN] [sysvar_cache.go:49] ["sysvar cache is empty, triggering rebuild"] [2024/05/06 02:50:50.516 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 02:50:50.519 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 02:50:50.521 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 02:50:50.521 +00:00] [INFO] [domain.go:2070] ["dumpFileGcChecker started"] [2024/05/06 02:50:50.522 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=indexUsageWorker] [2024/05/06 02:50:50.522 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=quitStatsOwner] [2024/05/06 02:50:50.523 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 02:50:50.523 +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 02:50:50.523 +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 02:50:50.523 +00:00] [INFO] [manager.go:113] ["build task executor manager"] [server-id=:4000] [total-cpu=16] [total-mem=342.3GiB] [2024/05/06 02:50:50.524 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 02:50:50.525 +00:00] [INFO] [manager.go:146] ["task executor manager start"] [server-id=:4000] [2024/05/06 02:50:50.525 +00:00] [INFO] [domain.go:1525] ["dist task executor manager started"] [2024/05/06 02:50:50.525 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=51] [cur_db=] [sql="create database test_db_state default charset utf8 default collate utf8_bin"] [user=] [2024/05/06 02:50:50.528 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create schema, State:queueing, SchemaState:none, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:50.527 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:50.528 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:105, Type:create schema, State:queueing, SchemaState:none, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:50.527 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database test_db_state default charset utf8 default collate utf8_bin"] [2024/05/06 02:50:50.533 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 16, tp general"] [category=ddl] [jobID=105] [conn=2] [category=ddl] [job="ID:105, Type:create schema, State:queueing, SchemaState:none, SchemaID:104, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.527 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.535 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=51] [neededSchemaVersion=52] ["start time"=68.455ยตs] [gotSchemaVersion=52] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 02:50:50.537 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2024/05/06 02:50:50.538 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=2.802397ms] [job="ID:105, Type:create schema, State:done, SchemaState:public, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:50.527 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.541 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 16, tp general"] [category=ddl] [jobID=105] [conn=2] [job="ID:105, Type:create schema, State:synced, SchemaState:public, SchemaID:104, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.527 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.544 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=105] [2024/05/06 02:50:50.544 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:50.544 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=52] [cur_db=test_db_state] [sql="create table if not exists test_exists (a int key, b int)"] [user=] [2024/05/06 02:50:50.546 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.545 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:50.546 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.545 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table if not exists test_exists (a int key, b int)"] [2024/05/06 02:50:50.551 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 16, tp general"] [category=ddl] [jobID=107] [conn=2] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.545 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.553 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=52] [neededSchemaVersion=53] ["start time"=120.309ยตs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:50.554 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2024/05/06 02:50:50.555 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=2.062306ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.545 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.559 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 16, tp general"] [category=ddl] [jobID=107] [conn=2] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.545 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.561 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=107] [2024/05/06 02:50:50.561 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:50.565 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 02:50:50.566 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4] [schemaVersion=53] [cur_db=test_db_state] [sql="alter table test_exists drop column if exists c, drop column if exists d"] [user=] [2024/05/06 02:50:50.566 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=3] [schemaVersion=53] [cur_db=test_db_state] [sql="alter table test_exists drop column if exists c, drop column if exists d"] [user=] [2024/05/06 02:50:50.569 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 02:50:50.572 +00:00] [INFO] [set.go:170] ["set global var"] [conn=6] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 02:50:50.573 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=6] [schemaVersion=53] [cur_db=test_db_state] [sql="alter table test_exists drop column if exists b"] [user=] [2024/05/06 02:50:50.573 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=5] [schemaVersion=53] [cur_db=test_db_state] [sql="alter table test_exists drop column if exists b"] [user=] [2024/05/06 02:50:50.575 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:108, Type:drop column, State:queueing, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.574 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:50.575 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:108, Type:drop column, State:queueing, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.574 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table test_exists drop column if exists b"] [2024/05/06 02:50:50.576 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:drop column, State:queueing, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.576 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:50.576 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:109, Type:drop column, State:queueing, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.576 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table test_exists drop column if exists b"] [2024/05/06 02:50:50.579 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:108, Type:drop column, State:queueing, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.574 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.579 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 16, tp general"] [category=ddl] [jobID=108] [conn=6] [category=ddl] [job="ID:108, Type:drop column, State:queueing, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.574 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.580 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:108, Type:drop column, State:running, SchemaState:write only, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.574 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.581 +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/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:919\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init.func2\n\tpkg/domain/domain.go:1287\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).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/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:919\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init.func2\n\tpkg/domain/domain.go:1287\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99"] [2024/05/06 02:50:50.602 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=53] [neededSchemaVersion=54] ["start time"=21.761604ms] [2024/05/06 02:50:50.606 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 02:50:50.608 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=108] [version=54] [2024/05/06 02:50:50.609 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=28.01558ms] [job="ID:108, Type:drop column, State:running, SchemaState:write only, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.574 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.609 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:108, Type:drop column, State:running, SchemaState:write only, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.574 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.622 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:108, Type:drop column, State:running, SchemaState:write only, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.574 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.622 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 16, tp general"] [category=ddl] [jobID=108] [conn=6] [category=ddl] [job="ID:108, Type:drop column, State:running, SchemaState:write only, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.574 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.623 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:108, Type:drop column, State:running, SchemaState:delete only, SchemaID:104, TableID:106, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:50.574 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.624 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=54] [neededSchemaVersion=55] ["start time"=157.295ยตs] [gotSchemaVersion=55] [phyTblIDs="[106]"] [actionTypes="[6]"] [diffTypes="[\"drop column\"]"] [2024/05/06 02:50:50.625 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=108] [version=55] [2024/05/06 02:50:50.626 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=55] ["take time"=2.096908ms] [job="ID:108, Type:drop column, State:running, SchemaState:delete only, SchemaID:104, TableID:106, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:50.574 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.626 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:108, Type:drop column, State:running, SchemaState:delete only, SchemaID:104, TableID:106, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:50.574 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.628 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:108, Type:drop column, State:running, SchemaState:delete only, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.574 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.628 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 16, tp general"] [category=ddl] [jobID=108] [conn=6] [category=ddl] [job="ID:108, Type:drop column, State:running, SchemaState:delete only, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.574 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.629 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:108, Type:drop column, State:running, SchemaState:delete reorganization, SchemaID:104, TableID:106, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:50.574 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.630 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=55] [neededSchemaVersion=56] ["start time"=162.611ยตs] [gotSchemaVersion=56] [phyTblIDs="[106]"] [actionTypes="[6]"] [diffTypes="[\"drop column\"]"] [2024/05/06 02:50:50.631 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=108] [version=56] [2024/05/06 02:50:50.633 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=56] ["take time"=2.765548ms] [job="ID:108, Type:drop column, State:running, SchemaState:delete reorganization, SchemaID:104, TableID:106, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:50.574 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.633 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:108, Type:drop column, State:running, SchemaState:delete reorganization, SchemaID:104, TableID:106, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:50.574 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.636 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:108, Type:drop column, State:running, SchemaState:delete reorganization, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.574 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.636 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 16, tp general"] [category=ddl] [jobID=108] [conn=6] [category=ddl] [job="ID:108, Type:drop column, State:running, SchemaState:delete reorganization, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.574 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.636 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:108, Type:drop column, State:done, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:50.574 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.638 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=56] [neededSchemaVersion=57] ["start time"=135.369ยตs] [gotSchemaVersion=57] [phyTblIDs="[106]"] [actionTypes="[6]"] [diffTypes="[\"drop column\"]"] [2024/05/06 02:50:50.639 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=108] [version=57] [2024/05/06 02:50:50.640 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=57] ["take time"=2.714898ms] [job="ID:108, Type:drop column, State:done, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:50.574 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.641 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:108, Type:drop column, State:done, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:50.574 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.644 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=108] [jobType="drop column"] [2024/05/06 02:50:50.644 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 16, tp general"] [category=ddl] [jobID=108] [conn=6] [job="ID:108, Type:drop column, State:synced, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:50.574 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.646 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:108, Type:drop column, State:synced, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:50.574 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.648 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=108] [2024/05/06 02:50:50.648 +00:00] [INFO] [callback.go:70] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:50.650 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:109, Type:drop column, State:queueing, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.576 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.650 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 16, tp general"] [category=ddl] [jobID=109] [conn=5] [category=ddl] [job="ID:109, Type:drop column, State:queueing, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.576 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.651 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:109, Type:drop column, State:done, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.576 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.651 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=109] [2024/05/06 02:50:50.652 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:109, Type:drop column, State:done, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.576 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.655 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 16, tp general"] [category=ddl] [jobID=109] [conn=5] [job="ID:109, Type:drop column, State:synced, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.576 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.658 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:109, Type:drop column, State:synced, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.576 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.658 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=109] [2024/05/06 02:50:50.658 +00:00] [INFO] [callback.go:70] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:50.662 +00:00] [INFO] [set.go:170] ["set global var"] [conn=7] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 02:50:50.663 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=8] [schemaVersion=57] [cur_db=test_db_state] [sql="alter table test_exists change column if exists a c int"] [user=] [2024/05/06 02:50:50.664 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=7] [schemaVersion=57] [cur_db=test_db_state] [sql="alter table test_exists change column if exists a c int"] [user=] [2024/05/06 02:50:50.666 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:110, Type:modify column, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:5, start time: 2024-05-06 02:50:50.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:50:50.666 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:110, Type:modify column, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:5, start time: 2024-05-06 02:50:50.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table test_exists change column if exists a c int"] [2024/05/06 02:50:50.668 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:modify column, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:5, start time: 2024-05-06 02:50:50.667 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:50:50.668 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:111, Type:modify column, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:5, start time: 2024-05-06 02:50:50.667 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table test_exists change column if exists a c int"] [2024/05/06 02:50:50.671 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:110, Type:modify column, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:50.671 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 16, tp general"] [category=ddl] [jobID=110] [conn=8] [category=ddl] [job="ID:110, Type:modify column, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:50.671 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:110, Type:modify column, State:done, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:50.673 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=57] [neededSchemaVersion=58] ["start time"=147.285ยตs] [gotSchemaVersion=58] [phyTblIDs="[106]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:50:50.673 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=110] [version=58] [2024/05/06 02:50:50.674 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=58] ["take time"=2.018492ms] [job="ID:110, Type:modify column, State:done, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:50.675 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:110, Type:modify column, State:done, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:50.688 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=110] [jobType="modify column"] [2024/05/06 02:50:50.689 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 16, tp general"] [category=ddl] [jobID=110] [conn=8] [job="ID:110, Type:modify column, State:synced, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:50.692 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:110, Type:modify column, State:synced, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:50.693 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=110] [2024/05/06 02:50:50.693 +00:00] [INFO] [callback.go:70] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:50.697 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:111, Type:modify column, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.667 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:50.697 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 16, tp general"] [category=ddl] [jobID=111] [conn=7] [category=ddl] [job="ID:111, Type:modify column, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.667 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:50.697 +00:00] [INFO] [ddl_worker.go:1144] ["DDL job is cancelled normally"] [worker="worker 16, tp general"] [category=ddl] [jobID=111] [conn=7] [error="[schema:1054]Unknown column 'a' in 'test_exists'"] [errorVerbose="[schema:1054]Unknown column 'a' in 'test_exists'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.getModifyColumnInfo\n\tpkg/ddl/column.go:480\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).onModifyColumn\n\tpkg/ddl/column.go:519\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).runDDLJob\n\tpkg/ddl/ddl_worker.go:1252\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).HandleDDLJobTable\n\tpkg/ddl/ddl_worker.go:946\ngithub.com/pingcap/tidb/pkg/ddl.(*ddl).delivery2Worker.func1\n\tpkg/ddl/job_table.go:461\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 02:50:50.697 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:111, Type:modify column, State:cancelled, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:5, start time: 2024-05-06 02:50:50.667 +0000 UTC, Err:[schema:1054]Unknown column 'a' in 'test_exists', ErrCount:1, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:50.698 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 16, tp general"] [category=ddl] [jobID=111] [conn=7] [job="ID:111, Type:modify column, State:cancelled, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:5, start time: 2024-05-06 02:50:50.667 +0000 UTC, Err:[schema:1054]Unknown column 'a' in 'test_exists', ErrCount:1, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:50.699 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:111, Type:modify column, State:cancelled, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:5, start time: 2024-05-06 02:50:50.667 +0000 UTC, Err:[schema:1054]Unknown column 'a' in 'test_exists', ErrCount:1, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:50.699 +00:00] [INFO] [ddl.go:1292] ["DDL job is failed"] [category=ddl] [jobID=111] [2024/05/06 02:50:50.704 +00:00] [INFO] [set.go:170] ["set global var"] [conn=9] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 02:50:50.708 +00:00] [INFO] [set.go:170] ["set global var"] [conn=10] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 02:50:50.709 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=10] [schemaVersion=58] [cur_db=test_db_state] [sql="alter table test_exists modify column if exists a bigint"] [user=] [2024/05/06 02:50:50.709 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=9] [schemaVersion=58] [cur_db=test_db_state] [sql="alter table test_exists modify column if exists a bigint"] [user=] [2024/05/06 02:50:50.709 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=58] [cur_db=test_db_state] [sql="alter table test_exists add index idx_c (c)"] [user=] [2024/05/06 02:50:50.712 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:112, Type:add index, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:50.71 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:50:50.712 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:112, Type:add index, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:50.71 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table test_exists add index idx_c (c)"] [2024/05/06 02:50:50.717 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 17, tp add index"] [category=ddl] [jobID=112] [conn=2] [category=ddl] [job="ID:112, Type:add index, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.71 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:50.718 +00:00] [INFO] [index.go:654] ["run add index job"] [category=ddl] [job="ID:112, Type:add index, State:running, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:50.71 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [indexInfo="{\"id\":1,\"idx_name\":{\"O\":\"idx_c\",\"L\":\"idx_c\"},\"tbl_name\":{\"O\":\"\",\"L\":\"\"},\"idx_cols\":[{\"name\":{\"O\":\"c\",\"L\":\"c\"},\"offset\":0,\"length\":-1}],\"state\":0,\"backfill_state\":0,\"comment\":\"\",\"index_type\":1,\"is_unique\":false,\"is_primary\":false,\"is_invisible\":false,\"is_global\":false,\"mv_index\":false}"] [2024/05/06 02:50:50.718 +00:00] [INFO] [index.go:817] ["fallback to txn-merge backfill process"] [category=ddl] ["lightning env initialized"=false] [2024/05/06 02:50:50.720 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=58] [neededSchemaVersion=59] ["start time"=221.176ยตs] [gotSchemaVersion=59] [phyTblIDs="[106]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:50.721 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=112] [version=59] [2024/05/06 02:50:50.722 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=59] ["take time"=2.598119ms] [job="ID:112, Type:add index, State:running, SchemaState:delete only, SchemaID:104, TableID:106, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:50.71 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:50.728 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 18, tp add index"] [category=ddl] [jobID=112] [conn=2] [category=ddl] [job="ID:112, Type:add index, State:running, SchemaState:delete only, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.71 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:50.730 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=59] [neededSchemaVersion=60] ["start time"=216.291ยตs] [gotSchemaVersion=60] [phyTblIDs="[106]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:50.731 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=112] [version=60] [2024/05/06 02:50:50.739 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=60] ["take time"=10.085881ms] [job="ID:112, Type:add index, State:running, SchemaState:write only, SchemaID:104, TableID:106, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:50.71 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:50.746 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 19, tp add index"] [category=ddl] [jobID=112] [conn=2] [category=ddl] [job="ID:112, Type:add index, State:running, SchemaState:write only, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.71 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:50.748 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=60] [neededSchemaVersion=61] ["start time"=197.228ยตs] [gotSchemaVersion=61] [phyTblIDs="[106]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:50.749 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=112] [version=61] [2024/05/06 02:50:50.750 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=61] ["take time"=2.223707ms] [job="ID:112, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:106, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:50.71 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:50.755 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 20, tp add index"] [category=ddl] [jobID=112] [conn=2] [category=ddl] [job="ID:112, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.71 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:50.755 +00:00] [INFO] [index.go:857] ["index backfill state running"] [category=ddl] ["job ID"=112] [table=test_exists] ["ingest mode"=false] [index=idx_c] [2024/05/06 02:50:50.756 +00:00] [INFO] [reorg.go:642] ["get noop table range"] [category=ddl] [table="&{106 test_exists utf8 utf8_bin [0xc01cb306e0] [0xc010914990] [] [] public true false 0 0 0 0 0 2 1 0 0 449567483689959424 0 0 0 0 0 0 5 false disable 8 104}"] ["table/partition ID"=106] ["start key"=] ["end key"=] ["is empty table"=true] [2024/05/06 02:50:50.756 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=112] [physicalTableID=106] [startKey=] [endKey=] [2024/05/06 02:50:50.758 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=112] [2024/05/06 02:50:50.766 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 18, tp add index"] [category=ddl] [jobID=112] [conn=2] [category=ddl] [job="ID:112, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.71 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567483692318721, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:50.766 +00:00] [INFO] [index.go:857] ["index backfill state running"] [category=ddl] ["job ID"=112] [table=test_exists] ["ingest mode"=false] [index=idx_c] [2024/05/06 02:50:50.768 +00:00] [INFO] [index.go:1931] ["start to add table index"] [category=ddl] [job="ID:112, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:106, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:50.71 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567483692318721, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:1,StartKey:,EndKey:,First:false,PhysicalTableID:106,Ingest mode:false"] [2024/05/06 02:50:50.769 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=106] ["start key"=] ["end key"=] [2024/05/06 02:50:50.769 +00:00] [INFO] [backfilling.go:421] ["split table range from PD, get noop table range"] [category=ddl] [physicalTableID=106] [2024/05/06 02:50:50.769 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp add index"] [jobID=112] [2024/05/06 02:50:50.769 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp add index"] [jobID=112] [2024/05/06 02:50:50.769 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp add index"] [jobID=112] [2024/05/06 02:50:50.769 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp add index"] [jobID=112] [2024/05/06 02:50:50.769 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:1,TypeKey:_idx_] ["total added count"=0] ["start key"=] [2024/05/06 02:50:50.769 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=0] [2024/05/06 02:50:50.771 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=61] [neededSchemaVersion=62] ["start time"=258.703ยตs] [gotSchemaVersion=62] [phyTblIDs="[106]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:50.772 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=112] [version=62] [2024/05/06 02:50:50.778 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=62] ["take time"=6.63929ms] [job="ID:112, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:106, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:50.71 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567483692318721, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:50.787 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 19, tp add index"] [category=ddl] [jobID=112] [conn=2] [category=ddl] [job="ID:112, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.71 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567483692318721, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:50.787 +00:00] [INFO] [index.go:880] ["index backfill state ready to merge"] [category=ddl] ["job ID"=112] [table=test_exists] [index=idx_c] [2024/05/06 02:50:50.789 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=62] [neededSchemaVersion=63] ["start time"=223.111ยตs] [gotSchemaVersion=63] [phyTblIDs="[106]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:50.790 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=112] [version=63] [2024/05/06 02:50:50.792 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=63] ["take time"=2.884142ms] [job="ID:112, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:106, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:50.71 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:50.798 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 20, tp add index"] [category=ddl] [jobID=112] [conn=2] [category=ddl] [job="ID:112, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.71 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:50.798 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=112] [physicalTableID=106] [startKey=74800000000000006a5f69ffff000000000001] [endKey=74800000000000006a5f69ffff000000000001ff] [2024/05/06 02:50:50.801 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=112] [2024/05/06 02:50:50.808 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 18, tp add index"] [category=ddl] [jobID=112] [conn=2] [category=ddl] [job="ID:112, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.71 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567483703590913, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:50.809 +00:00] [INFO] [index.go:1928] ["start to merge temp index"] [category=ddl] [job="ID:112, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:106, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:50.71 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567483703590913, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:1,StartKey:74800000000000006a5f69ffff000000000001,EndKey:74800000000000006a5f69ffff000000000001ff,First:false,PhysicalTableID:106,Ingest mode:false"] [2024/05/06 02:50:50.810 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=106] ["start key"=74800000000000006a5f69ffff000000000001] ["end key"=74800000000000006a5f69ffff000000000001ff] [2024/05/06 02:50:50.810 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="merge temporary index"] [workerCnt=4] [regionCnt=1] [startKey=74800000000000006a5f69ffff000000000001] [endKey=74800000000000006a5f69ffff000000000001ff] [2024/05/06 02:50:50.810 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=106] ["end key"=74800000000000006a5f69ffff000000000001ff] ["current end key"=74800000000000006a5f69ffff00000000000100] [2024/05/06 02:50:50.810 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp merge temporary index"] [jobID=112] [2024/05/06 02:50:50.810 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp merge temporary index"] [jobID=112] [2024/05/06 02:50:50.810 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp merge temporary index"] [jobID=112] [2024/05/06 02:50:50.810 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp merge temporary index"] [task="taskID: 1, physicalTableID: 106, range: [74800000000000006a5f69ffff000000000001, 74800000000000006a5f69ffff00000000000100), jobID: 112"] ["added count"=0] ["scan count"=0] ["next key"=74800000000000006a5f69ffff0000000000010000] ["take time"=69.671ยตs] [2024/05/06 02:50:50.810 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp merge temporary index"] [jobID=112] [2024/05/06 02:50:50.810 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:1,TypeKey:_idx_] ["total added count"=0] ["start key"=74800000000000006a5f69ffff000000000001] [2024/05/06 02:50:50.810 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=0] [2024/05/06 02:50:50.811 +00:00] [INFO] [index.go:781] ["run add index job done"] [category=ddl] [charset=utf8mb4] [collation=utf8mb4_bin] [2024/05/06 02:50:50.812 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=63] [neededSchemaVersion=64] ["start time"=158.087ยตs] [gotSchemaVersion=64] [phyTblIDs="[106]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:50.813 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=112] [version=64] [2024/05/06 02:50:50.814 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=64] ["take time"=2.71486ms] [job="ID:112, Type:add index, State:done, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:50.71 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567483703590913, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:50.819 +00:00] [INFO] [delete_range.go:422] ["insert into delete-range indices"] [category=ddl] [jobID=112] [tableID=106] [indexIDs="[9223090561878065153]"] [comment="add index: physical table ID(s)"] [2024/05/06 02:50:50.820 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=112] [jobType="add index"] [2024/05/06 02:50:50.820 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 19, tp add index"] [category=ddl] [jobID=112] [conn=2] [job="ID:112, Type:add index, State:synced, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:50.71 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567483703590913, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:50.823 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=112] [elementID=1] [startKey=74800000000000006a5f69ffff000000000001] [endKey=74800000000000006a5f69ffff000000000002] [2024/05/06 02:50:50.825 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=112] [2024/05/06 02:50:50.825 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:50.829 +00:00] [INFO] [set.go:170] ["set global var"] [conn=11] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 02:50:50.833 +00:00] [INFO] [set.go:170] ["set global var"] [conn=12] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 02:50:50.834 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=12] [schemaVersion=64] [cur_db=test_db_state] [sql="alter table test_exists drop index if exists idx_c"] [user=] [2024/05/06 02:50:50.834 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=11] [schemaVersion=64] [cur_db=test_db_state] [sql="alter table test_exists drop index if exists idx_c"] [user=] [2024/05/06 02:50:50.836 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:113, Type:drop index, State:queueing, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:50.836 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:113, Type:drop index, State:queueing, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table test_exists drop index if exists idx_c"] [2024/05/06 02:50:50.838 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:114, Type:drop index, State:queueing, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.837 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:50.838 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:114, Type:drop index, State:queueing, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.837 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table test_exists drop index if exists idx_c"] [2024/05/06 02:50:50.841 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:113, Type:drop index, State:queueing, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.841 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 16, tp general"] [category=ddl] [jobID=113] [conn=12] [category=ddl] [job="ID:113, Type:drop index, State:queueing, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.841 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:113, Type:drop index, State:running, SchemaState:write only, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.843 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=64] [neededSchemaVersion=65] ["start time"=213.933ยตs] [gotSchemaVersion=65] [phyTblIDs="[106]"] [actionTypes="[8]"] [diffTypes="[\"drop index\"]"] [2024/05/06 02:50:50.844 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=113] [version=65] [2024/05/06 02:50:50.844 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=65] ["take time"=2.021124ms] [job="ID:113, Type:drop index, State:running, SchemaState:write only, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.845 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:113, Type:drop index, State:running, SchemaState:write only, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.858 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:113, Type:drop index, State:running, SchemaState:write only, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.858 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 16, tp general"] [category=ddl] [jobID=113] [conn=12] [category=ddl] [job="ID:113, Type:drop index, State:running, SchemaState:write only, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.858 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:113, Type:drop index, State:running, SchemaState:delete only, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.859 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=65] [neededSchemaVersion=66] ["start time"=174.386ยตs] [gotSchemaVersion=66] [phyTblIDs="[106]"] [actionTypes="[8]"] [diffTypes="[\"drop index\"]"] [2024/05/06 02:50:50.860 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=113] [version=66] [2024/05/06 02:50:50.861 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=66] ["take time"=2.235861ms] [job="ID:113, Type:drop index, State:running, SchemaState:delete only, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.862 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:113, Type:drop index, State:running, SchemaState:delete only, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.865 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:113, Type:drop index, State:running, SchemaState:delete only, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.865 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 16, tp general"] [category=ddl] [jobID=113] [conn=12] [category=ddl] [job="ID:113, Type:drop index, State:running, SchemaState:delete only, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.866 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:113, Type:drop index, State:running, SchemaState:delete reorganization, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.867 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=66] [neededSchemaVersion=67] ["start time"=229.41ยตs] [gotSchemaVersion=67] [phyTblIDs="[106]"] [actionTypes="[8]"] [diffTypes="[\"drop index\"]"] [2024/05/06 02:50:50.868 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=113] [version=67] [2024/05/06 02:50:50.869 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=67] ["take time"=2.254167ms] [job="ID:113, Type:drop index, State:running, SchemaState:delete reorganization, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.870 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:113, Type:drop index, State:running, SchemaState:delete reorganization, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.873 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:113, Type:drop index, State:running, SchemaState:delete reorganization, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.873 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 16, tp general"] [category=ddl] [jobID=113] [conn=12] [category=ddl] [job="ID:113, Type:drop index, State:running, SchemaState:delete reorganization, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.873 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:113, Type:drop index, State:done, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:50.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.875 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=67] [neededSchemaVersion=68] ["start time"=140.764ยตs] [gotSchemaVersion=68] [phyTblIDs="[106]"] [actionTypes="[8]"] [diffTypes="[\"drop index\"]"] [2024/05/06 02:50:50.876 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=113] [version=68] [2024/05/06 02:50:50.877 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=68] ["take time"=2.20182ms] [job="ID:113, Type:drop index, State:done, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:50.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.877 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:113, Type:drop index, State:done, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:50.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.880 +00:00] [INFO] [delete_range.go:422] ["insert into delete-range indices"] [category=ddl] [jobID=113] [tableID=106] [indexIDs="[1]"] [comment="drop index: table ID"] [2024/05/06 02:50:50.881 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=113] [jobType="drop index"] [2024/05/06 02:50:50.881 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 16, tp general"] [category=ddl] [jobID=113] [conn=12] [job="ID:113, Type:drop index, State:synced, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:50.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.883 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:113, Type:drop index, State:synced, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:50.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.883 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=113] [elementID=1] [startKey=74800000000000006a5f698000000000000001] [endKey=74800000000000006a5f698000000000000002] [2024/05/06 02:50:50.885 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=113] [2024/05/06 02:50:50.885 +00:00] [INFO] [callback.go:70] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:50.887 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:114, Type:drop index, State:queueing, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.837 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.887 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 16, tp general"] [category=ddl] [jobID=114] [conn=11] [category=ddl] [job="ID:114, Type:drop index, State:queueing, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.837 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.887 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:114, Type:drop index, State:done, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.837 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.888 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=114] [2024/05/06 02:50:50.888 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:114, Type:drop index, State:done, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.837 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.892 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 16, tp general"] [category=ddl] [jobID=114] [conn=11] [job="ID:114, Type:drop index, State:synced, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.837 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.894 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:114, Type:drop index, State:synced, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.837 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.894 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=114] [2024/05/06 02:50:50.894 +00:00] [INFO] [callback.go:70] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:50.894 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=68] [cur_db=test_db_state] [sql="create table test_exists_2 (a int key) partition by range(a) (partition p0 values less than (10), partition p1 values less than (20), partition p2 values less than (30))"] [user=] [2024/05/06 02:50:50.897 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:119, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:115, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.896 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:50.897 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:119, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:115, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.896 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table test_exists_2 (a int key) partition by range(a) (partition p0 values less than (10), partition p1 values less than (20), partition p2 values less than (30))"] [2024/05/06 02:50:50.902 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 16, tp general"] [category=ddl] [jobID=119] [conn=2] [category=ddl] [job="ID:119, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:115, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.896 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.911 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=68] [neededSchemaVersion=69] ["start time"=6.36327ms] [gotSchemaVersion=69] [phyTblIDs="[115,116,117,118]"] [actionTypes="[3,3,3,3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:50.912 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=119] [version=69] [2024/05/06 02:50:50.913 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=69] ["take time"=8.508141ms] [job="ID:119, Type:create table, State:done, SchemaState:public, SchemaID:104, TableID:115, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:50.896 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.917 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 16, tp general"] [category=ddl] [jobID=119] [conn=2] [job="ID:119, Type:create table, State:synced, SchemaState:public, SchemaID:104, TableID:115, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.896 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.919 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=119] [2024/05/06 02:50:50.919 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:50.924 +00:00] [INFO] [set.go:170] ["set global var"] [conn=14] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 02:50:50.924 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=14] [schemaVersion=69] [cur_db=test_db_state] [sql="alter table test_exists_2 drop partition if exists p1"] [user=] [2024/05/06 02:50:50.925 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=13] [schemaVersion=69] [cur_db=test_db_state] [sql="alter table test_exists_2 drop partition if exists p1"] [user=] [2024/05/06 02:50:50.926 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:120, Type:drop partition, State:queueing, SchemaState:public, SchemaID:104, TableID:115, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:50.925 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:50.926 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:120, Type:drop partition, State:queueing, SchemaState:public, SchemaID:104, TableID:115, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:50.925 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table test_exists_2 drop partition if exists p1"] [2024/05/06 02:50:50.928 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:121, Type:drop partition, State:queueing, SchemaState:public, SchemaID:104, TableID:115, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:50.927 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:50.928 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:121, Type:drop partition, State:queueing, SchemaState:public, SchemaID:104, TableID:115, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:50.927 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table test_exists_2 drop partition if exists p1"] [2024/05/06 02:50:50.931 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:120, Type:drop partition, State:queueing, SchemaState:public, SchemaID:104, TableID:115, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.925 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.931 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 16, tp general"] [category=ddl] [jobID=120] [conn=14] [category=ddl] [job="ID:120, Type:drop partition, State:queueing, SchemaState:public, SchemaID:104, TableID:115, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.925 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.931 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:120, Type:drop partition, State:running, SchemaState:delete only, SchemaID:104, TableID:115, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:50.925 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.933 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=69] [neededSchemaVersion=70] ["start time"=417.192ยตs] [gotSchemaVersion=70] [phyTblIDs="[115,116,118]"] [actionTypes="[20,20,20]"] [diffTypes="[\"drop partition\"]"] [2024/05/06 02:50:50.934 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=120] [version=70] [2024/05/06 02:50:50.935 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=70] ["take time"=2.487397ms] [job="ID:120, Type:drop partition, State:running, SchemaState:delete only, SchemaID:104, TableID:115, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:50.925 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.936 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:120, Type:drop partition, State:running, SchemaState:delete only, SchemaID:104, TableID:115, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:50.925 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.950 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:120, Type:drop partition, State:running, SchemaState:delete only, SchemaID:104, TableID:115, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.925 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.950 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 16, tp general"] [category=ddl] [jobID=120] [conn=14] [category=ddl] [job="ID:120, Type:drop partition, State:running, SchemaState:delete only, SchemaID:104, TableID:115, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.925 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.950 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:120, Type:drop partition, State:running, SchemaState:delete reorganization, SchemaID:104, TableID:115, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:50.925 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.952 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=70] [neededSchemaVersion=71] ["start time"=455.736ยตs] [gotSchemaVersion=71] [phyTblIDs="[115,116,118]"] [actionTypes="[20,20,20]"] [diffTypes="[\"drop partition\"]"] [2024/05/06 02:50:50.953 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=120] [version=71] [2024/05/06 02:50:50.953 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=71] ["take time"=2.015785ms] [job="ID:120, Type:drop partition, State:running, SchemaState:delete reorganization, SchemaID:104, TableID:115, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:50.925 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.954 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:120, Type:drop partition, State:running, SchemaState:delete reorganization, SchemaID:104, TableID:115, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:50.925 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.960 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:120, Type:drop partition, State:running, SchemaState:delete reorganization, SchemaID:104, TableID:115, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.925 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.960 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 16, tp general"] [category=ddl] [jobID=120] [conn=14] [category=ddl] [job="ID:120, Type:drop partition, State:running, SchemaState:delete reorganization, SchemaID:104, TableID:115, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.925 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.960 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:120, Type:drop partition, State:done, SchemaState:none, SchemaID:104, TableID:115, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:50.925 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.962 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=71] [neededSchemaVersion=72] ["start time"=458.025ยตs] [gotSchemaVersion=72] [phyTblIDs="[115,116,118]"] [actionTypes="[20,20,20]"] [diffTypes="[\"drop partition\"]"] [2024/05/06 02:50:50.963 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=120] [version=72] [2024/05/06 02:50:50.964 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=72] ["take time"=2.515543ms] [job="ID:120, Type:drop partition, State:done, SchemaState:none, SchemaID:104, TableID:115, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:50.925 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.965 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:120, Type:drop partition, State:done, SchemaState:none, SchemaID:104, TableID:115, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:50.925 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.969 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=120] [tableIDs="[117]"] [comment="drop partition: physical table ID(s)"] [2024/05/06 02:50:50.970 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=120] [jobType="drop partition"] [2024/05/06 02:50:50.970 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 16, tp general"] [category=ddl] [jobID=120] [conn=14] [job="ID:120, Type:drop partition, State:synced, SchemaState:none, SchemaID:104, TableID:115, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:50.925 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.973 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:120, Type:drop partition, State:synced, SchemaState:none, SchemaID:104, TableID:115, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:50.925 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.973 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=120] [elementID=1] [startKey=748000000000000075] [endKey=748000000000000076] [2024/05/06 02:50:50.975 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=120] [2024/05/06 02:50:50.975 +00:00] [INFO] [callback.go:70] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:50.979 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:121, Type:drop partition, State:queueing, SchemaState:public, SchemaID:104, TableID:115, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.927 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.979 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 16, tp general"] [category=ddl] [jobID=121] [conn=13] [category=ddl] [job="ID:121, Type:drop partition, State:queueing, SchemaState:public, SchemaID:104, TableID:115, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:50.927 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.979 +00:00] [INFO] [ddl_worker.go:1144] ["DDL job is cancelled normally"] [worker="worker 16, tp general"] [category=ddl] [jobID=121] [conn=13] [error="[ddl:1507]Error in list of partitions to DROP"] [errorVerbose="[ddl:1507]Error in list of partitions to DROP\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.CheckDropTablePartition\n\tpkg/ddl/partition.go:1863\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).onDropTablePartition\n\tpkg/ddl/partition.go:2043\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).runDDLJob\n\tpkg/ddl/ddl_worker.go:1242\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).HandleDDLJobTable\n\tpkg/ddl/ddl_worker.go:946\ngithub.com/pingcap/tidb/pkg/ddl.(*ddl).delivery2Worker.func1\n\tpkg/ddl/job_table.go:461\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 02:50:50.979 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:121, Type:drop partition, State:cancelled, SchemaState:public, SchemaID:104, TableID:115, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:50.927 +0000 UTC, Err:[ddl:1507]Error in list of partitions to DROP, ErrCount:1, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.979 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 16, tp general"] [category=ddl] [jobID=121] [conn=13] [job="ID:121, Type:drop partition, State:cancelled, SchemaState:public, SchemaID:104, TableID:115, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:50.927 +0000 UTC, Err:[ddl:1507]Error in list of partitions to DROP, ErrCount:1, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.981 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:121, Type:drop partition, State:cancelled, SchemaState:public, SchemaID:104, TableID:115, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:50.927 +0000 UTC, Err:[ddl:1507]Error in list of partitions to DROP, ErrCount:1, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:50.981 +00:00] [INFO] [ddl.go:1292] ["DDL job is failed"] [category=ddl] [jobID=121] [2024/05/06 02:50:50.985 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=7ba50e62-5228-47dc-b70e-1c135461f693] [ownerKey=/tidb/ddl/fg/owner] [2024/05/06 02:50:50.985 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:50:50.985 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 19, tp add index"] [category=ddl] ["take time"=1.594ยตs] [2024/05/06 02:50:50.985 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 20, tp add index"] [category=ddl] ["take time"=1.607ยตs] [2024/05/06 02:50:50.985 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 17, tp add index"] [category=ddl] ["take time"=1.261ยตs] [2024/05/06 02:50:50.985 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 18, tp add index"] [category=ddl] ["take time"=1.518ยตs] [2024/05/06 02:50:50.985 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:50:50.985 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 16, tp general"] [category=ddl] ["take time"=638ns] [2024/05/06 02:50:50.985 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:50:50.985 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/06 02:50:50.985 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 02:50:50.986 +00:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=7ba50e62-5228-47dc-b70e-1c135461f693] ["take time"=4.223474ms] [2024/05/06 02:50:50.986 +00:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=7ba50e62-5228-47dc-b70e-1c135461f693] [2024/05/06 02:50:50.986 +00:00] [INFO] [domain.go:1026] ["stopping ttlJobManager"] [2024/05/06 02:50:50.986 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/06 02:50:50.986 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 02:50:50.986 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 02:50:50.986 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 02:50:50.986 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 02:50:50.986 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/06 02:50:50.986 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 02:50:50.986 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 02:50:50.986 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 02:50:50.986 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 02:50:50.986 +00:00] [INFO] [job_manager.go:174] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [2024/05/06 02:50:50.986 +00:00] [INFO] [domain.go:1037] ["ttlJobManager exited."] [2024/05/06 02:50:50.986 +00:00] [INFO] [manager.go:280] ["recoverMetaLoop done"] [server-id=:4000] [2024/05/06 02:50:50.986 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 02:50:50.986 +00:00] [INFO] [domain.go:907] ["loadSchemaInLoop exited."] [2024/05/06 02:50:50.986 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 02:50:50.986 +00:00] [INFO] [domain.go:1700] ["loadPrivilegeInLoop exited."] [2024/05/06 02:50:50.986 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 02:50:50.986 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 02:50:50.986 +00:00] [INFO] [domain.go:1750] ["LoadSysVarCacheLoop exited."] [2024/05/06 02:50:50.986 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=7ba50e62-5228-47dc-b70e-1c135461f693] [ownerKey=/tidb/stats/owner] [2024/05/06 02:50:50.986 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 02:50:50.986 +00:00] [INFO] [manager.go:179] ["handle tasks loop done"] [server-id=:4000] [2024/05/06 02:50:50.986 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."] [2024/05/06 02:50:50.986 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:50:50.986 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:50:50.986 +00:00] [INFO] [domain.go:2074] ["dumpFileGcChecker exited."] [2024/05/06 02:50:50.986 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 02:50:50.986 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=quitStatsOwner] [2024/05/06 02:50:50.987 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 02:50:50.986 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=7ba50e62-5228-47dc-b70e-1c135461f693] [ownerKey=/tidb/bindinfo/owner] [2024/05/06 02:50:50.986 +00:00] [INFO] [domain.go:1527] ["stopping dist task executor manager"] [2024/05/06 02:50:50.987 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/06 02:50:50.987 +00:00] [INFO] [domain.go:1889] ["globalBindHandleWorkerLoop exited."] [2024/05/06 02:50:50.986 +00:00] [INFO] [domain.go:2352] ["indexUsageWorker exited."] [2024/05/06 02:50:50.987 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/06 02:50:50.987 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 02:50:50.987 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/06 02:50:50.987 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 02:50:50.987 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:50:50.987 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=indexUsageWorker] [2024/05/06 02:50:50.987 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/06 02:50:50.987 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 02:50:50.987 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 02:50:50.987 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:50:50.987 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 02:50:50.987 +00:00] [INFO] [domain.go:1529] ["dist task executor manager stopped"] [2024/05/06 02:50:50.987 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 02:50:50.986 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:50:50.987 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 02:50:50.987 +00:00] [INFO] [domain.go:1074] ["domain closed"] ["take time"=5.366778ms] [2024/05/06 02:50:50.987 +00:00] [INFO] [db.go:567] ["Closing database"] [2024/05/06 02:50:50.988 +00:00] [INFO] [db.go:592] ["Memtable flushed"] [2024/05/06 02:50:50.988 +00:00] [INFO] [db.go:596] ["Compaction finished"] [2024/05/06 02:50:50.988 +00:00] [INFO] [db.go:615] ["BlobManager finished"] [2024/05/06 02:50:50.988 +00:00] [INFO] [db.go:619] ["ResourceManager finished"] [2024/05/06 02:50:50.988 +00:00] [INFO] [db.go:625] ["Waiting for closer"] --- PASS: TestDDLIfExists (1.98s) === RUN TestParserIssue284 [2024/05/06 02:50:50.991 +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 02:50:50.991 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:50.991 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:50.991 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:50.991 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:50.992 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:50.993 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=41920fae-9183-4b46-b6d5-f32b0b103263] ["ddl lease"=500ms] ["stats lease"=-1ns] [2024/05/06 02:50:51.000 +00:00] [WARN] [runaway.go:462] ["cannot setup up resource controller, not using tikv storage"] [2024/05/06 02:50:51.001 +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\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap\n\tpkg/testkit/mockstore.go:294\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStoreAndDomain\n\tpkg/testkit/mockstore.go:265\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStore\n\tpkg/testkit/mockstore.go:72\ngithub.com/pingcap/tidb/pkg/ddl_test.TestParserIssue284\n\tpkg/ddl/db_integration_test.go:1865\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [version=0] [2024/05/06 02:50:51.016 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=0] ["start time"=15.485039ms] [2024/05/06 02:50:51.017 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 02:50:51.017 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=3309c6bd-147a-4de4-b4ab-d94fe8e9808d] [runWorker=true] [2024/05/06 02:50:51.017 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 02:50:51.018 +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 02:50:51.018 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 02:50:51.018 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 02:50:51.018 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 02:50:51.018 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 02:50:51.018 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 02:50:51.018 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 02:50:51.018 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 02:50:51.018 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 02:50:51.018 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 02:50:51.018 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 02:50:51.018 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 02:50:51.018 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2024/05/06 02:50:51.018 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 02:50:51.018 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 02:50:51.018 +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 02:50:51.021 +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 02:50:51.02 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.021 +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 02:50:51.02 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS test"] [2024/05/06 02:50:51.026 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.02 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.039 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=1] ["start time"=11.603621ms] [2024/05/06 02:50:51.040 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 02:50:51.041 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.041 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2024/05/06 02:50:51.041 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=14.06455ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:51.02 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.044 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.02 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.046 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=3] [2024/05/06 02:50:51.046 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.047 +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 02:50:51.048 +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 02:50:51.052 +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 02:50:51.049 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.052 +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 02:50:51.049 +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 02:50:51.056 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.049 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.063 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=1] [neededSchemaVersion=2] ["start time"=736.421ยตs] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.064 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.064 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2024/05/06 02:50:51.065 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=2.623077ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.049 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.069 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.049 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.074 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=5] [2024/05/06 02:50:51.074 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.074 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:51.075 +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 02:50:51.077 +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 02:50:51.076 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.078 +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 02:50:51.076 +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 02:50:51.081 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.076 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.083 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=2] [neededSchemaVersion=3] ["start time"=217.034ยตs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.085 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.085 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2024/05/06 02:50:51.086 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=2.779027ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.076 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.090 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.076 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.092 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=7] [2024/05/06 02:50:51.093 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.093 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:51.093 +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 02:50:51.095 +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 02:50:51.094 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.095 +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 02:50:51.094 +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 02:50:51.101 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.094 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.103 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=3] [neededSchemaVersion=4] ["start time"=219.207ยตs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.104 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.104 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2024/05/06 02:50:51.105 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=2.597716ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.094 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.109 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.094 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.111 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=9] [2024/05/06 02:50:51.111 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.112 +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 02:50:51.115 +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 02:50:51.113 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.115 +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 02:50:51.113 +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 02:50:51.121 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.113 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.126 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=4] [neededSchemaVersion=5] ["start time"=625.856ยตs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.127 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.127 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2024/05/06 02:50:51.128 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=2.651259ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.113 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.133 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.113 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.137 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=11] [2024/05/06 02:50:51.137 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.137 +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 02:50:51.139 +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 02:50:51.138 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.139 +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 02:50:51.138 +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 02:50:51.145 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.138 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.148 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=5] [neededSchemaVersion=6] ["start time"=278.567ยตs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.149 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.149 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2024/05/06 02:50:51.151 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=3.041235ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.138 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.154 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.138 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.157 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=13] [2024/05/06 02:50:51.157 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.157 +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 02:50:51.159 +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 02:50:51.158 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.159 +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 02:50:51.158 +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 02:50:51.165 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.158 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.167 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=6] [neededSchemaVersion=7] ["start time"=268.9ยตs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.168 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.168 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2024/05/06 02:50:51.169 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=2.081781ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.158 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.176 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.158 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.179 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=15] [2024/05/06 02:50:51.179 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.179 +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 02:50:51.182 +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 02:50:51.18 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.182 +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 02:50:51.18 +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 02:50:51.187 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.18 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.189 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=7] [neededSchemaVersion=8] ["start time"=185.508ยตs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.190 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.190 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2024/05/06 02:50:51.191 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=2.286973ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.18 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.195 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.18 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.197 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=17] [2024/05/06 02:50:51.197 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.198 +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 02:50:51.200 +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 02:50:51.199 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.200 +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 02:50:51.199 +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 02:50:51.206 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.199 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.209 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=8] [neededSchemaVersion=9] ["start time"=260.809ยตs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.210 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.210 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2024/05/06 02:50:51.211 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=2.351918ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.199 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.215 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.199 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.217 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=19] [2024/05/06 02:50:51.217 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.218 +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 02:50:51.220 +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 02:50:51.219 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.220 +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 02:50:51.219 +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 02:50:51.227 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.219 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.230 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=9] [neededSchemaVersion=10] ["start time"=301.732ยตs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.231 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.231 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2024/05/06 02:50:51.231 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=2.020764ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.219 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.236 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.219 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.238 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=21] [2024/05/06 02:50:51.238 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.239 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:51.239 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:51.239 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:51.239 +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 02:50:51.241 +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 02:50:51.24 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.241 +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 02:50:51.24 +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 02:50:51.247 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.24 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.249 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=10] [neededSchemaVersion=11] ["start time"=236.26ยตs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.250 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.250 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2024/05/06 02:50:51.251 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=2.135443ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.24 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.255 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.24 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.258 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=23] [2024/05/06 02:50:51.258 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.259 +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 02:50:51.259 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:51.262 +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 02:50:51.26 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.262 +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 02:50:51.26 +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 02:50:51.267 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.26 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.271 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=11] [neededSchemaVersion=12] ["start time"=502.226ยตs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.272 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.272 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2024/05/06 02:50:51.273 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=2.300912ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.26 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.277 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.26 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.281 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=25] [2024/05/06 02:50:51.281 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.281 +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 02:50:51.284 +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 02:50:51.282 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.284 +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 02:50:51.282 +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 02:50:51.290 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.282 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.293 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=12] [neededSchemaVersion=13] ["start time"=390.553ยตs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.294 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.294 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2024/05/06 02:50:51.294 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=2.254637ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.282 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.299 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.282 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.302 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=27] [2024/05/06 02:50:51.302 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.302 +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 02:50:51.305 +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 02:50:51.303 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.305 +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 02:50:51.303 +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 02:50:51.311 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.303 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.314 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=13] [neededSchemaVersion=14] ["start time"=220.184ยตs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.315 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.315 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2024/05/06 02:50:51.316 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=2.265909ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.303 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.319 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.303 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.322 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=29] [2024/05/06 02:50:51.322 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.323 +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 02:50:51.325 +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 02:50:51.324 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.325 +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 02:50:51.324 +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 02:50:51.329 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.324 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.332 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=14] [neededSchemaVersion=15] ["start time"=312.786ยตs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.333 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.333 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2024/05/06 02:50:51.334 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=2.069203ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.324 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.337 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.324 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.340 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=31] [2024/05/06 02:50:51.340 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.340 +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 02:50:51.343 +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 02:50:51.342 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.343 +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 02:50:51.342 +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 02:50:51.349 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.342 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.351 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=15] [neededSchemaVersion=16] ["start time"=192.482ยตs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.351 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.351 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2024/05/06 02:50:51.353 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=2.853915ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.342 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.357 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.342 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.360 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=33] [2024/05/06 02:50:51.360 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.360 +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 02:50:51.363 +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 02:50:51.362 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.363 +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 02:50:51.362 +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 02:50:51.369 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.362 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.372 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=16] [neededSchemaVersion=17] ["start time"=254.673ยตs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.373 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.373 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2024/05/06 02:50:51.373 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=2.021831ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.362 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.377 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.362 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.380 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=35] [2024/05/06 02:50:51.380 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.381 +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 02:50:51.383 +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 02:50:51.382 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.383 +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 02:50:51.382 +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 02:50:51.390 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.382 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.393 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=17] [neededSchemaVersion=18] ["start time"=210.343ยตs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.393 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.393 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2024/05/06 02:50:51.395 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=2.442829ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.382 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.399 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.382 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.402 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=37] [2024/05/06 02:50:51.402 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.403 +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 02:50:51.406 +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 02:50:51.405 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.406 +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 02:50:51.405 +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 02:50:51.413 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.405 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.416 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=18] [neededSchemaVersion=19] ["start time"=331.068ยตs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.417 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.417 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2024/05/06 02:50:51.418 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=2.451215ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.405 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.427 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.405 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.430 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=39] [2024/05/06 02:50:51.430 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.431 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:51.431 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:51.431 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:51.431 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:51.431 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:51.431 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:51.432 +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 02:50:51.435 +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 02:50:51.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.435 +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 02:50:51.434 +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 02:50:51.440 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.442 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=19] [neededSchemaVersion=20] ["start time"=268.063ยตs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.443 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.443 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2024/05/06 02:50:51.444 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=2.228138ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.448 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.450 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=41] [2024/05/06 02:50:51.450 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.451 +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 02:50:51.453 +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 02:50:51.452 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.453 +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 02:50:51.452 +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 02:50:51.459 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.452 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.462 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=20] [neededSchemaVersion=21] ["start time"=245.951ยตs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.463 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.463 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2024/05/06 02:50:51.464 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=2.363727ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.452 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.468 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.452 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.471 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=43] [2024/05/06 02:50:51.471 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.472 +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 02:50:51.474 +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 02:50:51.473 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.474 +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 02:50:51.473 +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 02:50:51.483 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.473 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.485 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=21] [neededSchemaVersion=22] ["start time"=215.29ยตs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.486 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.487 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2024/05/06 02:50:51.487 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=2.259035ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.473 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.494 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.473 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.497 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=45] [2024/05/06 02:50:51.497 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.497 +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 02:50:51.500 +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 02:50:51.499 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.500 +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 02:50:51.499 +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 02:50:51.507 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.499 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.510 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=22] [neededSchemaVersion=23] ["start time"=406.865ยตs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.512 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.512 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2024/05/06 02:50:51.513 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=2.72ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.499 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.518 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.499 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.522 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=47] [2024/05/06 02:50:51.522 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.523 +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 02:50:51.526 +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 02:50:51.524 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.526 +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 02:50:51.524 +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 02:50:51.533 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.524 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.536 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=23] [neededSchemaVersion=24] ["start time"=294.841ยตs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.538 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.538 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2024/05/06 02:50:51.538 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=2.39176ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.524 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.544 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.524 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.547 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=49] [2024/05/06 02:50:51.547 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.547 +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 02:50:51.550 +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 02:50:51.549 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.550 +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 02:50:51.549 +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 02:50:51.557 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.549 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.560 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=24] [neededSchemaVersion=25] ["start time"=280.762ยตs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.561 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.561 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2024/05/06 02:50:51.563 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=3.526873ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.549 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.570 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.549 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.573 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=51] [2024/05/06 02:50:51.573 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.574 +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 02:50:51.576 +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 02:50:51.575 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.577 +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 02:50:51.575 +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 02:50:51.582 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.575 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.585 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=25] [neededSchemaVersion=26] ["start time"=255.741ยตs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.586 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.586 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2024/05/06 02:50:51.587 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=2.685608ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.575 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.594 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.575 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.597 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=53] [2024/05/06 02:50:51.597 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.598 +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 02:50:51.601 +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 02:50:51.6 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.601 +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 02:50:51.6 +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 02:50:51.611 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.6 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.613 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=26] [neededSchemaVersion=27] ["start time"=208.475ยตs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.614 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.614 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2024/05/06 02:50:51.616 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=2.819506ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.6 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.620 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.6 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.624 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=55] [2024/05/06 02:50:51.624 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.624 +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 02:50:51.626 +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 02:50:51.625 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.626 +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 02:50:51.625 +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 02:50:51.634 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.625 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.637 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=27] [neededSchemaVersion=28] ["start time"=250.739ยตs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.638 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.638 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2024/05/06 02:50:51.639 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=2.385266ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.625 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.644 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.625 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.648 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=57] [2024/05/06 02:50:51.648 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.648 +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 02:50:51.648 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:51.651 +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 02:50:51.65 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.651 +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 02:50:51.65 +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 02:50:51.656 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.65 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.658 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=28] [neededSchemaVersion=29] ["start time"=215.681ยตs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.659 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.660 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2024/05/06 02:50:51.660 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=2.145034ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.65 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.665 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.65 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.669 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=59] [2024/05/06 02:50:51.669 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.669 +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 02:50:51.672 +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 02:50:51.671 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.672 +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 02:50:51.671 +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 02:50:51.679 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.671 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.686 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=29] [neededSchemaVersion=30] ["start time"=367.237ยตs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.687 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.687 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2024/05/06 02:50:51.688 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=2.520146ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.671 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.693 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.671 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.696 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=61] [2024/05/06 02:50:51.696 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.697 +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 02:50:51.700 +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 02:50:51.699 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.700 +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 02:50:51.699 +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 02:50:51.708 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.699 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.712 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=30] [neededSchemaVersion=31] ["start time"=334.548ยตs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.713 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.713 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2024/05/06 02:50:51.714 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=2.322144ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.699 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.719 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.699 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.725 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=63] [2024/05/06 02:50:51.725 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.726 +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 02:50:51.729 +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 02:50:51.727 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.729 +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 02:50:51.727 +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 02:50:51.735 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.727 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.739 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=31] [neededSchemaVersion=32] ["start time"=542.16ยตs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.741 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.741 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2024/05/06 02:50:51.747 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=8.485285ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.727 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.754 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.727 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.760 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=65] [2024/05/06 02:50:51.760 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.760 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:51.760 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:51.760 +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 02:50:51.762 +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 02:50:51.762 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.762 +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 02:50:51.762 +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 02:50:51.769 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.762 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.771 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=32] [neededSchemaVersion=33] ["start time"=207.318ยตs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.772 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.772 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2024/05/06 02:50:51.773 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=2.175616ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.762 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.777 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.762 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.780 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=67] [2024/05/06 02:50:51.780 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.783 +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 02:50:51.782 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.783 +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 02:50:51.782 +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 02:50:51.788 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.782 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.792 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=33] [neededSchemaVersion=34] ["start time"=290.572ยตs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 02:50:51.793 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.793 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2024/05/06 02:50:51.794 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=2.147756ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:51.782 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.798 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.782 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.801 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=69] [2024/05/06 02:50:51.801 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.802 +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 02:50:51.804 +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 02:50:51.803 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.804 +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 02:50:51.803 +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 02:50:51.811 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.803 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.814 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=34] [neededSchemaVersion=35] ["start time"=309.119ยตs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.815 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.815 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2024/05/06 02:50:51.816 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=2.450169ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.803 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.821 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.803 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.824 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=71] [2024/05/06 02:50:51.824 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.824 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:51.824 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:51.824 +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 02:50:51.827 +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 02:50:51.825 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.827 +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 02:50:51.825 +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 02:50:51.832 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.825 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.834 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=35] [neededSchemaVersion=36] ["start time"=196.947ยตs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.835 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.835 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2024/05/06 02:50:51.836 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=2.218971ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.825 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.841 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.825 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.844 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=73] [2024/05/06 02:50:51.844 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.845 +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 02:50:51.847 +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 02:50:51.846 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.847 +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 02:50:51.846 +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 02:50:51.854 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.846 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.858 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=36] [neededSchemaVersion=37] ["start time"=257.955ยตs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.859 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.859 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2024/05/06 02:50:51.862 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=4.865887ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.846 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.869 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.846 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.876 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=75] [2024/05/06 02:50:51.877 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.877 +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 02:50:51.881 +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 02:50:51.878 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.881 +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 02:50:51.878 +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 02:50:51.887 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.878 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.891 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=37] [neededSchemaVersion=38] ["start time"=345.495ยตs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.892 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.892 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2024/05/06 02:50:51.894 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=3.026767ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.878 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.898 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.878 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.905 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=77] [2024/05/06 02:50:51.905 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.905 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:51.905 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:51.905 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:51.906 +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 02:50:51.912 +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 02:50:51.908 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.912 +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 02:50:51.908 +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 02:50:51.919 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.908 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.924 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=38] [neededSchemaVersion=39] ["start time"=546.213ยตs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.925 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.925 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2024/05/06 02:50:51.925 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=2.048188ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.908 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.936 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.908 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.940 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=79] [2024/05/06 02:50:51.940 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.941 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:51.941 +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 02:50:51.946 +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 02:50:51.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.946 +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 02:50:51.943 +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 02:50:51.957 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.961 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=39] [neededSchemaVersion=40] ["start time"=365.501ยตs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.962 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.962 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2024/05/06 02:50:51.963 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=2.393161ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.969 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.972 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=81] [2024/05/06 02:50:51.972 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:51.973 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:51.973 +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 02:50:51.976 +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 02:50:51.975 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:51.976 +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 02:50:51.975 +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 02:50:51.984 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:51.975 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.989 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=40] [neededSchemaVersion=41] ["start time"=550.919ยตs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:51.990 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:51.990 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2024/05/06 02:50:51.992 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=4.668919ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:51.975 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:51.997 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:51.975 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.001 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=83] [2024/05/06 02:50:52.001 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:52.002 +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 02:50:52.006 +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 02:50:52.004 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:52.006 +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 02:50:52.004 +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 02:50:52.012 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:52.004 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.016 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=41] [neededSchemaVersion=42] ["start time"=394.921ยตs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:52.018 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:52.018 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2024/05/06 02:50:52.018 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=2.166458ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.004 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.021 +00:00] [ERROR] [misc.go:114] ["panic in the recoverable goroutine"] [label=domain] [funcInfo=runawayStartLoop] [r="runtime error: invalid memory address or nil pointer dereference"] [stack="github.com/pingcap/tidb/pkg/util.Recover\n\tpkg/util/misc.go:118\nruntime.gopanic\n\tGOROOT/src/runtime/panic.go:914\nruntime.panicmem\n\tGOROOT/src/runtime/panic.go:261\nruntime.sigpanic\n\tGOROOT/src/runtime/signal_unix.go:861\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:175\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"] [stack="github.com/pingcap/tidb/pkg/util.Recover\n\tpkg/util/misc.go:114\nruntime.gopanic\n\tGOROOT/src/runtime/panic.go:914\nruntime.panicmem\n\tGOROOT/src/runtime/panic.go:261\nruntime.sigpanic\n\tGOROOT/src/runtime/signal_unix.go:861\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:175\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"] [2024/05/06 02:50:52.021 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 02:50:52.024 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:52.004 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.028 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=85] [2024/05/06 02:50:52.028 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:52.029 +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 02:50:52.032 +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 02:50:52.03 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:52.032 +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 02:50:52.03 +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 02:50:52.038 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:52.03 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.043 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=42] [neededSchemaVersion=43] ["start time"=528.081ยตs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:52.045 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:52.045 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2024/05/06 02:50:52.045 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=2.008392ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.03 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.049 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:52.03 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.053 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=87] [2024/05/06 02:50:52.053 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:52.053 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:52.053 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:52.053 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:52.054 +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 02:50:52.057 +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 02:50:52.055 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:52.057 +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 02:50:52.055 +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 02:50:52.063 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:52.055 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.066 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=43] [neededSchemaVersion=44] ["start time"=420.314ยตs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:52.068 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:52.068 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2024/05/06 02:50:52.075 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=9.169946ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.055 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.083 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:52.055 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.087 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=89] [2024/05/06 02:50:52.087 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:52.087 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:52.087 +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 02:50:52.090 +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 02:50:52.089 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:52.090 +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 02:50:52.089 +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 02:50:52.096 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:52.089 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.099 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=44] [neededSchemaVersion=45] ["start time"=339.928ยตs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:52.100 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:52.100 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2024/05/06 02:50:52.102 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=2.725743ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.089 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.107 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:52.089 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.111 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=91] [2024/05/06 02:50:52.111 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:52.111 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:52.111 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:52.112 +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 02:50:52.115 +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 02:50:52.113 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:52.115 +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 02:50:52.113 +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 02:50:52.123 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:52.113 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.128 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=45] [neededSchemaVersion=46] ["start time"=674.389ยตs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:52.130 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:52.130 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2024/05/06 02:50:52.132 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=4.864885ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.113 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.136 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:52.113 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.140 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=93] [2024/05/06 02:50:52.140 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:52.141 +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 02:50:52.144 +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 02:50:52.142 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:52.144 +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 02:50:52.142 +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 02:50:52.149 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:52.142 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.152 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=46] [neededSchemaVersion=47] ["start time"=364.091ยตs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:52.153 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:52.153 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2024/05/06 02:50:52.155 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=3.042576ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.142 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.159 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:52.142 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.162 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=95] [2024/05/06 02:50:52.162 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:52.162 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:52.162 +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 02:50:52.178 +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 02:50:52.164 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:52.178 +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 02:50:52.164 +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 02:50:52.183 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:52.164 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.186 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=47] [neededSchemaVersion=48] ["start time"=288.303ยตs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:52.187 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:52.187 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2024/05/06 02:50:52.188 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=2.495676ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.164 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.195 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:52.164 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.197 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=97] [2024/05/06 02:50:52.197 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:52.198 +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 02:50:52.200 +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 02:50:52.199 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:52.200 +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 02:50:52.199 +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 02:50:52.207 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:52.199 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.210 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=48] [neededSchemaVersion=49] ["start time"=301.398ยตs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:52.211 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:52.211 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2024/05/06 02:50:52.212 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=2.36029ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.199 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.215 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:52.199 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.219 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=99] [2024/05/06 02:50:52.219 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:52.220 +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 02:50:52.222 +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 02:50:52.221 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:52.222 +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 02:50:52.221 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2024/05/06 02:50:52.228 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:52.221 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.230 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=49] [neededSchemaVersion=50] ["start time"=86.119ยตs] [gotSchemaVersion=50] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 02:50:52.231 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:52.231 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2024/05/06 02:50:52.232 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=2.032665ms] [job="ID:101, Type:create schema, State:done, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:52.221 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.241 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:52.221 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.244 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=101] [2024/05/06 02:50:52.244 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:52.247 +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 02:50:52.246 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:52.247 +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 02:50:52.246 +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 02:50:52.254 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 21, 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 02:50:52.246 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.256 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=50] [neededSchemaVersion=51] ["start time"=224.894ยตs] [gotSchemaVersion=51] [phyTblIDs="[102]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 02:50:52.258 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:52.258 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2024/05/06 02:50:52.260 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=3.7893ms] [job="ID:103, Type:create view, State:done, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:52.246 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.266 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 21, 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 02:50:52.246 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.272 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=103] [2024/05/06 02:50:52.272 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:52.309 +00:00] [INFO] [bootstrap.go:745] ["bootstrap successful"] ["take time"=1.291416019s] [2024/05/06 02:50:52.309 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=3309c6bd-147a-4de4-b4ab-d94fe8e9808d] [ownerKey=/tidb/ddl/fg/owner] [2024/05/06 02:50:52.309 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:50:52.309 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 24, tp add index"] [category=ddl] ["take time"=1.542ยตs] [2024/05/06 02:50:52.309 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 25, tp add index"] [category=ddl] ["take time"=1.165ยตs] [2024/05/06 02:50:52.309 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 22, tp add index"] [category=ddl] ["take time"=866ns] [2024/05/06 02:50:52.309 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 23, tp add index"] [category=ddl] ["take time"=1.126ยตs] [2024/05/06 02:50:52.309 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:50:52.309 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 21, tp general"] [category=ddl] ["take time"=1.174ยตs] [2024/05/06 02:50:52.309 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:50:52.309 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/06 02:50:52.309 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 02:50:52.312 +00:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=3309c6bd-147a-4de4-b4ab-d94fe8e9808d] ["take time"=3.03647ms] [2024/05/06 02:50:52.312 +00:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=3309c6bd-147a-4de4-b4ab-d94fe8e9808d] [2024/05/06 02:50:52.312 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/06 02:50:52.312 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 02:50:52.312 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/06 02:50:52.312 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 02:50:52.312 +00:00] [INFO] [domain.go:907] ["loadSchemaInLoop exited."] [2024/05/06 02:50:52.312 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/06 02:50:52.312 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 02:50:52.312 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/06 02:50:52.312 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 02:50:52.312 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 02:50:52.312 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 02:50:52.313 +00:00] [INFO] [domain.go:1074] ["domain closed"] ["take time"=3.221004ms] [2024/05/06 02:50:52.313 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=41920fae-9183-4b46-b6d5-f32b0b103263] ["ddl lease"=500ms] ["stats lease"=-1ns] [2024/05/06 02:50:52.320 +00:00] [WARN] [runaway.go:462] ["cannot setup up resource controller, not using tikv storage"] [2024/05/06 02:50:52.339 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=51] ["start time"=19.177078ms] [2024/05/06 02:50:52.343 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 02:50:52.343 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=28a3a262-a4b8-41f4-95e4-ad8c483a0f70] [runWorker=true] [2024/05/06 02:50:52.344 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 02:50:52.344 +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 02:50:52.344 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 02:50:52.344 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 02:50:52.344 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 02:50:52.344 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 02:50:52.344 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 02:50:52.344 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 02:50:52.344 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 02:50:52.344 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 02:50:52.344 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2024/05/06 02:50:52.344 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 02:50:52.344 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 02:50:52.344 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 02:50:52.344 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 02:50:52.349 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 02:50:52.349 +00:00] [WARN] [sysvar_cache.go:49] ["sysvar cache is empty, triggering rebuild"] [2024/05/06 02:50:52.361 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 02:50:52.363 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 02:50:52.364 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 02:50:52.364 +00:00] [INFO] [domain.go:2070] ["dumpFileGcChecker started"] [2024/05/06 02:50:52.364 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=indexUsageWorker] [2024/05/06 02:50:52.364 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=quitStatsOwner] [2024/05/06 02:50:52.365 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 02:50:52.365 +00:00] [INFO] [manager.go:113] ["build task executor manager"] [server-id=:4000] [total-cpu=16] [total-mem=342.3GiB] [2024/05/06 02:50:52.365 +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 02:50:52.365 +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 02:50:52.366 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 02:50:52.366 +00:00] [INFO] [manager.go:146] ["task executor manager start"] [server-id=:4000] [2024/05/06 02:50:52.366 +00:00] [INFO] [domain.go:1525] ["dist task executor manager started"] [2024/05/06 02:50:52.367 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=15] [schemaVersion=51] [cur_db=test] [sql="create table test.t_parser_issue_284(c1 int not null primary key)"] [user=] [2024/05/06 02:50:52.370 +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 02:50:52.369 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:52.370 +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 02:50:52.369 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table test.t_parser_issue_284(c1 int not null primary key)"] [2024/05/06 02:50:52.395 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 02:50:52.395 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 02:50:52.399 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 26, tp general"] [category=ddl] [jobID=105] [conn=15] [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 02:50:52.369 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.401 +00:00] [ERROR] [domain.go:291] ["failed to load schema diff"] [error="builder's (v2=false) infoschema mismatch, return error to trigger full reload"] [errorVerbose="builder's (v2=false) 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/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:919\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init.func2\n\tpkg/domain/domain.go:1287\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).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/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:919\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init.func2\n\tpkg/domain/domain.go:1287\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99"] [2024/05/06 02:50:52.411 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=51] [neededSchemaVersion=52] ["start time"=9.625882ms] [2024/05/06 02:50:52.411 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 02:50:52.412 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2024/05/06 02:50:52.414 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=12.644579ms] [job="ID:105, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.369 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.417 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 26, tp general"] [category=ddl] [jobID=105] [conn=15] [job="ID:105, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:52.369 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.420 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=105] [2024/05/06 02:50:52.420 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:52.420 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=15] [schemaVersion=52] [cur_db=test] [sql="create table test.t_parser_issue_284_2(id int not null primary key, c1 int not null, constraint foreign key (c1) references t_parser_issue_284(c1))"] [user=] [2024/05/06 02:50:52.422 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.421 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:52.422 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.421 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table test.t_parser_issue_284_2(id int not null primary key, c1 int not null, constraint foreign key (c1) references t_parser_issue_284(c1))"] [2024/05/06 02:50:52.428 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 26, tp general"] [category=ddl] [jobID=107] [conn=15] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:52.421 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.431 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=52] [neededSchemaVersion=53] ["start time"=213.531ยตs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:52.432 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2024/05/06 02:50:52.433 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=2.582753ms] [job="ID:107, Type:create table, State:running, SchemaState:write only, SchemaID:2, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.421 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.437 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 26, tp general"] [category=ddl] [jobID=107] [conn=15] [category=ddl] [job="ID:107, Type:create table, State:running, SchemaState:write only, SchemaID:2, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:52.421 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.439 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=53] [neededSchemaVersion=54] ["start time"=217.419ยตs] [gotSchemaVersion=54] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:52.440 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=107] [version=54] [2024/05/06 02:50:52.441 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=2.565753ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.421 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.445 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 26, tp general"] [category=ddl] [jobID=107] [conn=15] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:52.421 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.448 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=107] [2024/05/06 02:50:52.448 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:52.448 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=15] [schemaVersion=54] [cur_db=test] [sql="drop table test.t_parser_issue_284"] [user=] [2024/05/06 02:50:52.451 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:108, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:52.451 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:108, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table test.t_parser_issue_284"] [2024/05/06 02:50:52.458 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 26, tp general"] [category=ddl] [jobID=108] [conn=15] [category=ddl] [job="ID:108, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:52.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.460 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=54] [neededSchemaVersion=55] ["start time"=42.345ยตs] [gotSchemaVersion=55] [phyTblIDs="[104]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:50:52.461 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=108] [version=55] [2024/05/06 02:50:52.462 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=55] ["take time"=2.32382ms] [job="ID:108, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.466 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 26, tp general"] [category=ddl] [jobID=108] [conn=15] [category=ddl] [job="ID:108, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:52.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.468 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=55] [neededSchemaVersion=56] ["start time"=40.661ยตs] [gotSchemaVersion=56] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:50:52.469 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=108] [version=56] [2024/05/06 02:50:52.470 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=56] ["take time"=2.034408ms] [job="ID:108, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:52.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.476 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 26, tp general"] [category=ddl] [jobID=108] [conn=15] [category=ddl] [job="ID:108, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:52.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.478 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=56] [neededSchemaVersion=57] ["start time"=46.257ยตs] [gotSchemaVersion=57] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:50:52.479 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=108] [version=57] [2024/05/06 02:50:52.480 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=57] ["take time"=2.696652ms] [job="ID:108, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:52.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.484 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=108] [tableIDs="[104]"] [comment="drop table: table ID"] [2024/05/06 02:50:52.485 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=108] [jobType="drop table"] [2024/05/06 02:50:52.486 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 26, tp general"] [category=ddl] [jobID=108] [conn=15] [job="ID:108, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:52.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.489 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=108] [elementID=1] [startKey=748000000000000068] [endKey=748000000000000069] [2024/05/06 02:50:52.489 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=108] [2024/05/06 02:50:52.489 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:52.490 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=15] [schemaVersion=57] [cur_db=test] [sql="drop table test.t_parser_issue_284_2"] [user=] [2024/05/06 02:50:52.491 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.491 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:52.491 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:109, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.491 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table test.t_parser_issue_284_2"] [2024/05/06 02:50:52.496 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 26, tp general"] [category=ddl] [jobID=109] [conn=15] [category=ddl] [job="ID:109, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:52.491 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.499 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=57] [neededSchemaVersion=58] ["start time"=39.328ยตs] [gotSchemaVersion=58] [phyTblIDs="[106]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:50:52.500 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=109] [version=58] [2024/05/06 02:50:52.501 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=58] ["take time"=2.450404ms] [job="ID:109, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.491 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.505 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 26, tp general"] [category=ddl] [jobID=109] [conn=15] [category=ddl] [job="ID:109, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:52.491 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.507 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=58] [neededSchemaVersion=59] ["start time"=40.39ยตs] [gotSchemaVersion=59] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:50:52.508 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=109] [version=59] [2024/05/06 02:50:52.510 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=59] ["take time"=2.746551ms] [job="ID:109, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:52.491 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.514 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 26, tp general"] [category=ddl] [jobID=109] [conn=15] [category=ddl] [job="ID:109, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:52.491 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.516 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=59] [neededSchemaVersion=60] ["start time"=35.76ยตs] [gotSchemaVersion=60] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:50:52.517 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=109] [version=60] [2024/05/06 02:50:52.518 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=60] ["take time"=2.610741ms] [job="ID:109, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:106, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:52.491 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.522 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=109] [tableIDs="[106]"] [comment="drop table: table ID"] [2024/05/06 02:50:52.523 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=109] [jobType="drop table"] [2024/05/06 02:50:52.523 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 26, tp general"] [category=ddl] [jobID=109] [conn=15] [job="ID:109, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:106, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:52.491 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.526 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=109] [elementID=1] [startKey=74800000000000006a] [endKey=74800000000000006b] [2024/05/06 02:50:52.528 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=109] [2024/05/06 02:50:52.528 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:52.531 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=28a3a262-a4b8-41f4-95e4-ad8c483a0f70] [ownerKey=/tidb/ddl/fg/owner] [2024/05/06 02:50:52.531 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:50:52.531 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 27, tp add index"] [category=ddl] ["take time"=1.629ยตs] [2024/05/06 02:50:52.531 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 28, tp add index"] [category=ddl] ["take time"=1.14ยตs] [2024/05/06 02:50:52.531 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 29, tp add index"] [category=ddl] ["take time"=983ns] [2024/05/06 02:50:52.531 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 30, tp add index"] [category=ddl] ["take time"=1.449ยตs] [2024/05/06 02:50:52.531 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:50:52.531 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 26, tp general"] [category=ddl] ["take time"=1.222ยตs] [2024/05/06 02:50:52.531 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:50:52.531 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/06 02:50:52.531 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 02:50:52.531 +00:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=28a3a262-a4b8-41f4-95e4-ad8c483a0f70] ["take time"=3.106314ms] [2024/05/06 02:50:52.531 +00:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=28a3a262-a4b8-41f4-95e4-ad8c483a0f70] [2024/05/06 02:50:52.531 +00:00] [INFO] [domain.go:1026] ["stopping ttlJobManager"] [2024/05/06 02:50:52.531 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/06 02:50:52.532 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 02:50:52.532 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 02:50:52.532 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 02:50:52.532 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 02:50:52.532 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/06 02:50:52.532 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 02:50:52.532 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 02:50:52.532 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 02:50:52.532 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 02:50:52.532 +00:00] [INFO] [job_manager.go:174] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [2024/05/06 02:50:52.532 +00:00] [INFO] [domain.go:1037] ["ttlJobManager exited."] [2024/05/06 02:50:52.532 +00:00] [INFO] [manager.go:280] ["recoverMetaLoop done"] [server-id=:4000] [2024/05/06 02:50:52.532 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 02:50:52.532 +00:00] [INFO] [domain.go:2074] ["dumpFileGcChecker exited."] [2024/05/06 02:50:52.532 +00:00] [INFO] [domain.go:2352] ["indexUsageWorker exited."] [2024/05/06 02:50:52.532 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:50:52.532 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 02:50:52.532 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=indexUsageWorker] [2024/05/06 02:50:52.532 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/06 02:50:52.532 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 02:50:52.532 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:50:52.532 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 02:50:52.532 +00:00] [INFO] [domain.go:1527] ["stopping dist task executor manager"] [2024/05/06 02:50:52.532 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/06 02:50:52.532 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:50:52.532 +00:00] [INFO] [domain.go:907] ["loadSchemaInLoop exited."] [2024/05/06 02:50:52.532 +00:00] [INFO] [domain.go:1700] ["loadPrivilegeInLoop exited."] [2024/05/06 02:50:52.532 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:50:52.532 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 02:50:52.532 +00:00] [INFO] [manager.go:179] ["handle tasks loop done"] [server-id=:4000] [2024/05/06 02:50:52.532 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 02:50:52.532 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=28a3a262-a4b8-41f4-95e4-ad8c483a0f70] [ownerKey=/tidb/stats/owner] [2024/05/06 02:50:52.532 +00:00] [INFO] [domain.go:1529] ["dist task executor manager stopped"] [2024/05/06 02:50:52.532 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=quitStatsOwner] [2024/05/06 02:50:52.532 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/06 02:50:52.532 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 02:50:52.532 +00:00] [INFO] [domain.go:1750] ["LoadSysVarCacheLoop exited."] [2024/05/06 02:50:52.532 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=28a3a262-a4b8-41f4-95e4-ad8c483a0f70] [ownerKey=/tidb/bindinfo/owner] [2024/05/06 02:50:52.532 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 02:50:52.532 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 02:50:52.532 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 02:50:52.532 +00:00] [INFO] [domain.go:1889] ["globalBindHandleWorkerLoop exited."] [2024/05/06 02:50:52.532 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 02:50:52.532 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:50:52.532 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/06 02:50:52.532 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 02:50:52.532 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 02:50:52.533 +00:00] [INFO] [domain.go:1074] ["domain closed"] ["take time"=4.422967ms] [2024/05/06 02:50:52.533 +00:00] [INFO] [db.go:567] ["Closing database"] [2024/05/06 02:50:52.533 +00:00] [INFO] [db.go:592] ["Memtable flushed"] [2024/05/06 02:50:52.533 +00:00] [INFO] [db.go:596] ["Compaction finished"] [2024/05/06 02:50:52.533 +00:00] [INFO] [db.go:615] ["BlobManager finished"] [2024/05/06 02:50:52.533 +00:00] [INFO] [db.go:619] ["ResourceManager finished"] [2024/05/06 02:50:52.533 +00:00] [INFO] [db.go:625] ["Waiting for closer"] --- PASS: TestParserIssue284 (1.55s) === RUN TestIssue22307 [2024/05/06 02:50:52.540 +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 02:50:52.540 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:52.540 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:52.541 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:52.541 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:52.541 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:52.543 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=f7eec4bf-1d66-42a3-a0c5-9166d3dd0152] ["ddl lease"=600ms] ["stats lease"=-1ns] [2024/05/06 02:50:52.550 +00:00] [WARN] [controller.go:198] ["[resource group controller] server does not save config, load config failed"] [2024/05/06 02:50:52.550 +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 02:50:52.550 +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\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap\n\tpkg/testkit/mockstore.go:294\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStoreAndDomainWithSchemaLease\n\tpkg/testkit/mockstore.go:319\ngithub.com/pingcap/tidb/pkg/ddl_test.TestIssue22307\n\tpkg/ddl/db_test.go:136\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [version=0] [2024/05/06 02:50:52.554 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=0] ["start time"=3.735778ms] [2024/05/06 02:50:52.555 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 02:50:52.555 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=d3ca38ee-836c-4c79-b72a-a29df955b396] [runWorker=true] [2024/05/06 02:50:52.556 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 02:50:52.556 +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 02:50:52.556 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 02:50:52.556 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 02:50:52.556 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 02:50:52.556 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2024/05/06 02:50:52.556 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 02:50:52.556 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 02:50:52.556 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 02:50:52.556 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 02:50:52.556 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 02:50:52.556 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 02:50:52.556 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 02:50:52.556 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 02:50:52.556 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 02:50:52.556 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 02:50:52.556 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 02:50:52.556 +00:00] [INFO] [controller.go:447] ["[resource group controller] create resource group cost controller"] [name=default] [2024/05/06 02:50:52.556 +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 02:50:52.558 +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 02:50:52.558 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:52.558 +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 02:50:52.558 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS test"] [2024/05/06 02:50:52.563 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:52.558 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.567 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=1] ["start time"=2.247066ms] [2024/05/06 02:50:52.567 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 02:50:52.568 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:52.568 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2024/05/06 02:50:52.569 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=4.181004ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:52.558 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.574 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:52.558 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.580 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=3] [2024/05/06 02:50:52.580 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:52.580 +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 02:50:52.581 +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 02:50:52.584 +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 02:50:52.582 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:52.584 +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 02:50:52.582 +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 02:50:52.589 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:52.582 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.596 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=1] [neededSchemaVersion=2] ["start time"=935.214ยตs] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:52.597 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:52.597 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2024/05/06 02:50:52.600 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=5.075261ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.582 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.604 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:52.582 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.609 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=5] [2024/05/06 02:50:52.609 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:52.609 +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 02:50:52.611 +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 02:50:52.61 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:52.612 +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 02:50:52.61 +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 02:50:52.617 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:52.61 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.620 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=2] [neededSchemaVersion=3] ["start time"=183.887ยตs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:52.621 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:52.621 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2024/05/06 02:50:52.622 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=2.011076ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.61 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.627 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:52.61 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.629 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=7] [2024/05/06 02:50:52.629 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:52.630 +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 02:50:52.632 +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 02:50:52.631 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:52.632 +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 02:50:52.631 +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 02:50:52.637 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:52.631 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.640 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=3] [neededSchemaVersion=4] ["start time"=197.069ยตs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:52.641 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:52.641 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2024/05/06 02:50:52.642 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=2.783366ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.631 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.646 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:52.631 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.648 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=9] [2024/05/06 02:50:52.648 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:52.649 +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 02:50:52.652 +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 02:50:52.65 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:52.652 +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 02:50:52.65 +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 02:50:52.658 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:52.65 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.663 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=4] [neededSchemaVersion=5] ["start time"=576.819ยตs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:52.663 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:52.663 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2024/05/06 02:50:52.665 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=2.768491ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.65 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.669 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:52.65 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.673 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=11] [2024/05/06 02:50:52.673 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:52.673 +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 02:50:52.676 +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 02:50:52.675 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:52.676 +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 02:50:52.675 +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 02:50:52.682 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:52.675 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.686 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=5] [neededSchemaVersion=6] ["start time"=352.957ยตs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:52.687 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:52.687 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2024/05/06 02:50:52.688 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=2.882568ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.675 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.693 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:52.675 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.696 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=13] [2024/05/06 02:50:52.696 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:52.696 +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 02:50:52.698 +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 02:50:52.697 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:52.698 +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 02:50:52.697 +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 02:50:52.705 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:52.697 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.709 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=6] [neededSchemaVersion=7] ["start time"=308.513ยตs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:52.710 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:52.710 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2024/05/06 02:50:52.711 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=2.874407ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.697 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.716 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:52.697 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.720 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=15] [2024/05/06 02:50:52.720 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:52.720 +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 02:50:52.723 +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 02:50:52.722 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:52.723 +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 02:50:52.722 +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 02:50:52.728 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:52.722 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.730 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=7] [neededSchemaVersion=8] ["start time"=158.091ยตs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:52.731 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:52.731 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2024/05/06 02:50:52.733 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=2.65568ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.722 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.737 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:52.722 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.739 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=17] [2024/05/06 02:50:52.739 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:52.739 +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 02:50:52.742 +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 02:50:52.74 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:52.742 +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 02:50:52.74 +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 02:50:52.748 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:52.74 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.751 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=8] [neededSchemaVersion=9] ["start time"=222.204ยตs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:52.752 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:52.752 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2024/05/06 02:50:52.753 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=2.504448ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.74 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.756 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:52.74 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.759 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=19] [2024/05/06 02:50:52.759 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:52.759 +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 02:50:52.761 +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 02:50:52.76 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:52.761 +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 02:50:52.76 +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 02:50:52.772 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:52.76 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.775 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=9] [neededSchemaVersion=10] ["start time"=287.747ยตs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:52.776 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:52.776 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2024/05/06 02:50:52.781 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=6.386537ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.76 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.788 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:52.76 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.791 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=21] [2024/05/06 02:50:52.792 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:52.792 +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 02:50:52.794 +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 02:50:52.793 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:52.794 +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 02:50:52.793 +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 02:50:52.802 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:52.793 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.805 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=10] [neededSchemaVersion=11] ["start time"=200.074ยตs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:52.806 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:52.806 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2024/05/06 02:50:52.806 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=2.072486ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.793 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.814 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:52.793 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.817 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=23] [2024/05/06 02:50:52.817 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:52.818 +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 02:50:52.818 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:52.821 +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 02:50:52.819 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:52.821 +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 02:50:52.819 +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 02:50:52.829 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:52.819 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.833 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=11] [neededSchemaVersion=12] ["start time"=436.612ยตs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:52.834 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:52.835 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2024/05/06 02:50:52.836 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=3.083608ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.819 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.844 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:52.819 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.848 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=25] [2024/05/06 02:50:52.848 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:52.849 +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 02:50:52.853 +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 02:50:52.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:52.853 +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 02:50:52.85 +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 02:50:52.859 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:52.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.865 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=12] [neededSchemaVersion=13] ["start time"=353.216ยตs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:52.866 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:52.866 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2024/05/06 02:50:52.867 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=2.636701ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.875 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:52.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.878 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=27] [2024/05/06 02:50:52.879 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:52.879 +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 02:50:52.886 +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 02:50:52.883 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:52.886 +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 02:50:52.883 +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 02:50:52.897 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:52.883 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.906 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=13] [neededSchemaVersion=14] ["start time"=317.807ยตs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:52.910 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:52.910 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2024/05/06 02:50:52.912 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=6.492666ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.883 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.919 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:52.883 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.925 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=29] [2024/05/06 02:50:52.925 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:52.926 +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 02:50:52.930 +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 02:50:52.928 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:52.930 +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 02:50:52.928 +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 02:50:52.940 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:52.928 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.943 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=14] [neededSchemaVersion=15] ["start time"=331.236ยตs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:52.945 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:52.945 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2024/05/06 02:50:52.946 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=3.147773ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.928 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.954 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:52.928 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.958 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=31] [2024/05/06 02:50:52.958 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:52.958 +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 02:50:52.965 +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 02:50:52.963 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:52.965 +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 02:50:52.963 +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 02:50:52.973 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:52.963 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.979 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=15] [neededSchemaVersion=16] ["start time"=312.567ยตs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:52.981 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:52.981 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2024/05/06 02:50:52.981 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=2.057818ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.963 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.993 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:52.963 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:52.996 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=33] [2024/05/06 02:50:52.996 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:52.997 +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 02:50:53.000 +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 02:50:52.998 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:53.000 +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 02:50:52.998 +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 02:50:53.007 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:52.998 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.010 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=16] [neededSchemaVersion=17] ["start time"=252.426ยตs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:53.011 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:53.011 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2024/05/06 02:50:53.013 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=2.801059ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:52.998 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.022 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:52.998 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.027 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=35] [2024/05/06 02:50:53.027 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:53.027 +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 02:50:53.030 +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 02:50:53.029 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:53.030 +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 02:50:53.029 +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 02:50:53.038 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:53.029 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.041 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=17] [neededSchemaVersion=18] ["start time"=305.758ยตs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:53.042 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:53.042 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2024/05/06 02:50:53.043 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=2.48938ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:53.029 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.049 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:53.029 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.055 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=37] [2024/05/06 02:50:53.055 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:53.055 +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 02:50:53.067 +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 02:50:53.064 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:53.067 +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 02:50:53.064 +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 02:50:53.075 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:53.064 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.079 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=18] [neededSchemaVersion=19] ["start time"=423.827ยตs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:53.081 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:53.081 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2024/05/06 02:50:53.082 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=2.671129ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:53.064 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.092 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:53.064 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.099 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=39] [2024/05/06 02:50:53.099 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:53.101 +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 02:50:53.104 +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 02:50:53.102 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:53.104 +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 02:50:53.102 +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 02:50:53.111 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:53.102 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.114 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=19] [neededSchemaVersion=20] ["start time"=256.7ยตs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:53.115 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:53.115 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2024/05/06 02:50:53.115 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=2.015167ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:53.102 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.122 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:53.102 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.127 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=41] [2024/05/06 02:50:53.127 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:53.127 +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 02:50:53.130 +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 02:50:53.129 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:53.130 +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 02:50:53.129 +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 02:50:53.140 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:53.129 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.143 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=20] [neededSchemaVersion=21] ["start time"=204.202ยตs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:53.144 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:53.144 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2024/05/06 02:50:53.146 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=2.915134ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:53.129 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.153 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:53.129 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.157 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=43] [2024/05/06 02:50:53.157 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:53.157 +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 02:50:53.160 +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 02:50:53.159 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:53.160 +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 02:50:53.159 +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 02:50:53.169 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:53.159 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.172 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=21] [neededSchemaVersion=22] ["start time"=210.78ยตs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:53.173 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:53.173 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2024/05/06 02:50:53.174 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=2.164231ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:53.159 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.184 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:53.159 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.192 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=45] [2024/05/06 02:50:53.192 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:53.192 +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 02:50:53.200 +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 02:50:53.198 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:53.200 +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 02:50:53.198 +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 02:50:53.208 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:53.198 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.217 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=22] [neededSchemaVersion=23] ["start time"=428.192ยตs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:53.219 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:53.219 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2024/05/06 02:50:53.238 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=21.284243ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:53.198 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.247 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:53.198 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.251 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=47] [2024/05/06 02:50:53.251 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:53.252 +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 02:50:53.255 +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 02:50:53.253 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:53.255 +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 02:50:53.253 +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 02:50:53.266 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:53.253 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.270 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=23] [neededSchemaVersion=24] ["start time"=297.815ยตs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:53.271 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:53.271 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2024/05/06 02:50:53.272 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=2.976357ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:53.253 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.280 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:53.253 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.284 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=49] [2024/05/06 02:50:53.284 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:53.284 +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 02:50:53.287 +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 02:50:53.286 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:53.287 +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 02:50:53.286 +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 02:50:53.295 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:53.286 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.299 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=24] [neededSchemaVersion=25] ["start time"=312.412ยตs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:53.300 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:53.300 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2024/05/06 02:50:53.301 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=3.15707ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:53.286 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.309 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:53.286 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.314 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=51] [2024/05/06 02:50:53.314 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:53.315 +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 02:50:53.319 +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 02:50:53.316 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:53.319 +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 02:50:53.316 +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 02:50:53.328 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:53.316 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.331 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=25] [neededSchemaVersion=26] ["start time"=337.238ยตs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:53.333 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:53.333 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2024/05/06 02:50:53.333 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=2.043782ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:53.316 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.343 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:53.316 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.346 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=53] [2024/05/06 02:50:53.346 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:53.346 +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 02:50:53.350 +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 02:50:53.348 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:53.350 +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 02:50:53.348 +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 02:50:53.361 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:53.348 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.366 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=26] [neededSchemaVersion=27] ["start time"=291.009ยตs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:53.367 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:53.367 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2024/05/06 02:50:53.368 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=2.129478ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:53.348 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.374 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:53.348 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.377 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=55] [2024/05/06 02:50:53.377 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:53.377 +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 02:50:53.381 +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 02:50:53.379 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:53.381 +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 02:50:53.379 +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 02:50:53.389 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:53.379 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.392 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=27] [neededSchemaVersion=28] ["start time"=234.725ยตs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:53.394 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:53.394 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2024/05/06 02:50:53.396 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=3.42781ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:53.379 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.406 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:53.379 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.412 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=57] [2024/05/06 02:50:53.412 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:53.413 +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 02:50:53.413 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:53.416 +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 02:50:53.414 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:53.416 +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 02:50:53.414 +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 02:50:53.421 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:53.414 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.424 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=28] [neededSchemaVersion=29] ["start time"=282.039ยตs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:53.425 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:53.425 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2024/05/06 02:50:53.426 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=2.109921ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:53.414 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.432 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:53.414 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.437 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=59] [2024/05/06 02:50:53.437 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:53.438 +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 02:50:53.440 +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 02:50:53.439 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:53.440 +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 02:50:53.439 +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 02:50:53.450 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:53.439 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.454 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=29] [neededSchemaVersion=30] ["start time"=313.008ยตs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:53.455 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:53.455 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2024/05/06 02:50:53.458 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=4.244612ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:53.439 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.468 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:53.439 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.478 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=61] [2024/05/06 02:50:53.478 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:53.478 +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 02:50:53.483 +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 02:50:53.48 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:53.483 +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 02:50:53.48 +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 02:50:53.491 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:53.48 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.494 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=30] [neededSchemaVersion=31] ["start time"=336.344ยตs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:53.495 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:53.495 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2024/05/06 02:50:53.497 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=3.011731ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:53.48 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.501 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:53.48 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.504 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=63] [2024/05/06 02:50:53.504 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:53.505 +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 02:50:53.507 +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 02:50:53.506 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:53.507 +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 02:50:53.506 +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 02:50:53.515 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:53.506 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.519 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=31] [neededSchemaVersion=32] ["start time"=306.755ยตs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:53.520 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:53.520 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2024/05/06 02:50:53.521 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=3.008336ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:53.506 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.527 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:53.506 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.533 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=65] [2024/05/06 02:50:53.533 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:53.534 +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 02:50:53.537 +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 02:50:53.535 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:53.537 +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 02:50:53.535 +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 02:50:53.543 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:53.535 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.546 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=32] [neededSchemaVersion=33] ["start time"=253.664ยตs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:53.547 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:53.547 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2024/05/06 02:50:53.553 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=7.621952ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:53.535 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.557 +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 02:50:53.558 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:53.535 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.563 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=67] [2024/05/06 02:50:53.563 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:53.567 +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 02:50:53.566 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:53.567 +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 02:50:53.566 +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 02:50:53.575 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:53.566 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.579 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=33] [neededSchemaVersion=34] ["start time"=343.253ยตs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 02:50:53.581 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:53.581 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2024/05/06 02:50:53.582 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=2.737487ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:53.566 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.588 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:53.566 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.600 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=69] [2024/05/06 02:50:53.600 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:53.600 +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 02:50:53.606 +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 02:50:53.605 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:53.606 +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 02:50:53.605 +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 02:50:53.613 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:53.605 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.627 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=34] [neededSchemaVersion=35] ["start time"=258.902ยตs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:53.628 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:53.628 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2024/05/06 02:50:53.629 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=2.333989ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:53.605 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.642 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:53.605 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.650 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=71] [2024/05/06 02:50:53.650 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:53.650 +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 02:50:53.654 +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 02:50:53.653 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:53.654 +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 02:50:53.653 +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 02:50:53.662 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:53.653 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.667 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=35] [neededSchemaVersion=36] ["start time"=272.707ยตs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:53.668 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:53.668 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2024/05/06 02:50:53.669 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=2.85147ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:53.653 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.675 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:53.653 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.689 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=73] [2024/05/06 02:50:53.689 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:53.689 +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 02:50:53.693 +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 02:50:53.691 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:53.693 +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 02:50:53.691 +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 02:50:53.700 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:53.691 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.703 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=36] [neededSchemaVersion=37] ["start time"=250.253ยตs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:53.704 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:53.704 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2024/05/06 02:50:53.705 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=2.703975ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:53.691 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.715 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:53.691 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.718 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=75] [2024/05/06 02:50:53.718 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:53.718 +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 02:50:53.728 +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 02:50:53.724 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:53.728 +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 02:50:53.724 +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 02:50:53.738 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:53.724 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.742 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=37] [neededSchemaVersion=38] ["start time"=465.583ยตs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:53.744 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:53.744 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2024/05/06 02:50:53.744 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=2.239011ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:53.724 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.750 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:53.724 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.754 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=77] [2024/05/06 02:50:53.754 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:53.754 +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 02:50:53.757 +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 02:50:53.756 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:53.757 +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 02:50:53.756 +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 02:50:53.763 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:53.756 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.768 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=38] [neededSchemaVersion=39] ["start time"=454.015ยตs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:53.769 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:53.769 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2024/05/06 02:50:53.770 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=2.444693ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:53.756 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.775 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:53.756 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.778 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=79] [2024/05/06 02:50:53.778 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:53.779 +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 02:50:53.782 +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 02:50:53.78 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:53.782 +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 02:50:53.78 +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 02:50:53.790 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:53.78 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.794 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=39] [neededSchemaVersion=40] ["start time"=491.77ยตs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:53.795 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:53.796 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2024/05/06 02:50:53.796 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=2.377821ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:53.78 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.802 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:53.78 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.807 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=81] [2024/05/06 02:50:53.808 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:53.808 +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 02:50:53.812 +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 02:50:53.81 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:53.812 +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 02:50:53.81 +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 02:50:53.820 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:53.81 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.825 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=40] [neededSchemaVersion=41] ["start time"=513.176ยตs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:53.827 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:53.827 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2024/05/06 02:50:53.829 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=4.111167ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:53.81 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.837 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:53.81 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.842 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=83] [2024/05/06 02:50:53.842 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:53.843 +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 02:50:53.849 +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 02:50:53.845 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:53.849 +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 02:50:53.845 +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 02:50:53.857 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:53.845 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.861 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=41] [neededSchemaVersion=42] ["start time"=459.297ยตs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:53.863 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:53.863 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2024/05/06 02:50:53.865 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=4.041722ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:53.845 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.873 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:53.845 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.889 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=85] [2024/05/06 02:50:53.889 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:53.890 +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 02:50:53.893 +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 02:50:53.891 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:53.893 +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 02:50:53.891 +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 02:50:53.903 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:53.891 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.908 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=42] [neededSchemaVersion=43] ["start time"=504.838ยตs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:53.909 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:53.909 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2024/05/06 02:50:53.910 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=2.685199ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:53.891 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.918 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:53.891 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.922 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=87] [2024/05/06 02:50:53.922 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:53.923 +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 02:50:53.926 +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 02:50:53.924 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:53.926 +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 02:50:53.924 +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 02:50:53.935 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:53.924 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.939 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=43] [neededSchemaVersion=44] ["start time"=421.443ยตs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:53.940 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:53.940 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2024/05/06 02:50:53.940 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=2.018535ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:53.924 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.946 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:53.924 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.950 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=89] [2024/05/06 02:50:53.950 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:53.951 +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 02:50:53.954 +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 02:50:53.952 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:53.954 +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 02:50:53.952 +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 02:50:53.960 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:53.952 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.972 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=44] [neededSchemaVersion=45] ["start time"=402.847ยตs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:53.974 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:53.974 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2024/05/06 02:50:53.976 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=4.42721ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:53.952 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.980 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:53.952 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:53.987 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=91] [2024/05/06 02:50:53.987 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:53.987 +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 02:50:53.992 +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 02:50:53.989 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:53.992 +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 02:50:53.989 +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 02:50:53.998 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:53.989 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.004 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=45] [neededSchemaVersion=46] ["start time"=659.523ยตs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:54.005 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:54.005 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2024/05/06 02:50:54.007 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=4.07947ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:53.989 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.017 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:53.989 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.021 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=93] [2024/05/06 02:50:54.021 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:54.021 +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 02:50:54.024 +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 02:50:54.023 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:54.024 +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 02:50:54.023 +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 02:50:54.034 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:54.023 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.039 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=46] [neededSchemaVersion=47] ["start time"=415.68ยตs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:54.040 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:54.040 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2024/05/06 02:50:54.040 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=2.086702ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:54.023 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.046 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:54.023 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.064 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=95] [2024/05/06 02:50:54.064 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:54.064 +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 02:50:54.069 +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 02:50:54.067 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:54.069 +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 02:50:54.067 +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 02:50:54.075 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:54.067 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.079 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=47] [neededSchemaVersion=48] ["start time"=287.863ยตs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:54.080 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:54.080 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2024/05/06 02:50:54.081 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=2.948413ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:54.067 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.089 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:54.067 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.092 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=97] [2024/05/06 02:50:54.092 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:54.093 +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 02:50:54.096 +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 02:50:54.094 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:54.096 +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 02:50:54.094 +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 02:50:54.109 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:54.094 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.112 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=48] [neededSchemaVersion=49] ["start time"=311.815ยตs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:54.114 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:54.114 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2024/05/06 02:50:54.115 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=3.039345ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:54.094 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.127 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:54.094 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.135 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=99] [2024/05/06 02:50:54.135 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:54.136 +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 02:50:54.138 +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 02:50:54.137 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:54.138 +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 02:50:54.137 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2024/05/06 02:50:54.153 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:54.137 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.155 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=49] [neededSchemaVersion=50] ["start time"=66.853ยตs] [gotSchemaVersion=50] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 02:50:54.157 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:54.157 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2024/05/06 02:50:54.163 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=7.870647ms] [job="ID:101, Type:create schema, State:done, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:54.137 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.169 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:54.137 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.172 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=101] [2024/05/06 02:50:54.172 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:54.177 +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 02:50:54.174 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:54.177 +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 02:50:54.174 +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 02:50:54.184 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 31, 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 02:50:54.174 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.187 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=50] [neededSchemaVersion=51] ["start time"=214.689ยตs] [gotSchemaVersion=51] [phyTblIDs="[102]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 02:50:54.189 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:54.189 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2024/05/06 02:50:54.189 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=2.054025ms] [job="ID:103, Type:create view, State:done, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:54.174 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.197 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 31, 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 02:50:54.174 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.200 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=103] [2024/05/06 02:50:54.200 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:54.236 +00:00] [INFO] [bootstrap.go:745] ["bootstrap successful"] ["take time"=1.679905646s] [2024/05/06 02:50:54.236 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=d3ca38ee-836c-4c79-b72a-a29df955b396] [ownerKey=/tidb/ddl/fg/owner] [2024/05/06 02:50:54.236 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:50:54.236 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 34, tp add index"] [category=ddl] ["take time"=16.02ยตs] [2024/05/06 02:50:54.236 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 35, tp add index"] [category=ddl] ["take time"=9.634ยตs] [2024/05/06 02:50:54.236 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 32, tp add index"] [category=ddl] ["take time"=18.303ยตs] [2024/05/06 02:50:54.236 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 33, tp add index"] [category=ddl] ["take time"=11.823ยตs] [2024/05/06 02:50:54.236 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:50:54.236 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 31, tp general"] [category=ddl] ["take time"=1.685ยตs] [2024/05/06 02:50:54.236 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:50:54.236 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/06 02:50:54.236 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 02:50:54.246 +00:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=d3ca38ee-836c-4c79-b72a-a29df955b396] ["take time"=9.740751ms] [2024/05/06 02:50:54.246 +00:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=d3ca38ee-836c-4c79-b72a-a29df955b396] [2024/05/06 02:50:54.246 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 02:50:54.246 +00:00] [INFO] [domain.go:907] ["loadSchemaInLoop exited."] [2024/05/06 02:50:54.246 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 02:50:54.246 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 02:50:54.246 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/06 02:50:54.246 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 02:50:54.246 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/06 02:50:54.246 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 02:50:54.246 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/06 02:50:54.246 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 02:50:54.246 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/06 02:50:54.246 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 02:50:54.246 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."] [2024/05/06 02:50:54.246 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 02:50:54.246 +00:00] [INFO] [domain.go:1074] ["domain closed"] ["take time"=10.183963ms] [2024/05/06 02:50:54.246 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=f7eec4bf-1d66-42a3-a0c5-9166d3dd0152] ["ddl lease"=600ms] ["stats lease"=-1ns] [2024/05/06 02:50:54.253 +00:00] [WARN] [controller.go:198] ["[resource group controller] server does not save config, load config failed"] [2024/05/06 02:50:54.253 +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 02:50:54.267 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=51] ["start time"=13.26818ms] [2024/05/06 02:50:54.267 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 02:50:54.267 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=23dcaf5a-2759-43ff-ba9d-102d04154be9] [runWorker=true] [2024/05/06 02:50:54.268 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 02:50:54.268 +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 02:50:54.268 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 02:50:54.268 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 02:50:54.268 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 02:50:54.268 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 02:50:54.268 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 02:50:54.268 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 02:50:54.268 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 02:50:54.268 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 02:50:54.268 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 02:50:54.268 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 02:50:54.268 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2024/05/06 02:50:54.268 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 02:50:54.269 +00:00] [INFO] [controller.go:447] ["[resource group controller] create resource group cost controller"] [name=default] [2024/05/06 02:50:54.269 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 02:50:54.269 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 02:50:54.271 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 02:50:54.271 +00:00] [WARN] [sysvar_cache.go:49] ["sysvar cache is empty, triggering rebuild"] [2024/05/06 02:50:54.283 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 02:50:54.286 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 02:50:54.288 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 02:50:54.288 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=indexUsageWorker] [2024/05/06 02:50:54.288 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=quitStatsOwner] [2024/05/06 02:50:54.289 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 02:50:54.290 +00:00] [INFO] [manager.go:113] ["build task executor manager"] [server-id=:4000] [total-cpu=16] [total-mem=342.3GiB] [2024/05/06 02:50:54.294 +00:00] [INFO] [domain.go:2070] ["dumpFileGcChecker started"] [2024/05/06 02:50:54.296 +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 02:50:54.296 +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 02:50:54.300 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 02:50:54.301 +00:00] [INFO] [manager.go:146] ["task executor manager start"] [server-id=:4000] [2024/05/06 02:50:54.301 +00:00] [INFO] [domain.go:1525] ["dist task executor manager started"] [2024/05/06 02:50:54.314 +00:00] [INFO] [set.go:170] ["set global var"] [conn=16] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 02:50:54.314 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=16] [schemaVersion=51] [cur_db=test] [sql="drop table if exists t"] [user=] [2024/05/06 02:50:54.315 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=16] [schemaVersion=51] [cur_db=test] [sql="create table t (a int, b int)"] [user=] [2024/05/06 02:50:54.318 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 02:50:54.318 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 02:50:54.318 +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 02:50:54.317 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:54.318 +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 02:50:54.317 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t (a int, b int)"] [2024/05/06 02:50:54.325 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 36, tp general"] [category=ddl] [jobID=105] [conn=16] [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 02:50:54.317 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.327 +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/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:919\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init.func2\n\tpkg/domain/domain.go:1287\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).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/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:919\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init.func2\n\tpkg/domain/domain.go:1287\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99"] [2024/05/06 02:50:54.357 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=51] [neededSchemaVersion=52] ["start time"=30.186454ms] [2024/05/06 02:50:54.363 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 02:50:54.365 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2024/05/06 02:50:54.365 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=38.018918ms] [job="ID:105, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:54.317 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.384 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 36, tp general"] [category=ddl] [jobID=105] [conn=16] [job="ID:105, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:54.317 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.387 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=105] [2024/05/06 02:50:54.387 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:54.389 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=52] [cur_db=test] [sql="alter table t drop column b;"] [user=] [2024/05/06 02:50:54.392 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:106, Type:drop column, State:queueing, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:54.391 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:54.392 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:106, Type:drop column, State:queueing, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:54.391 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table t drop column b;"] [2024/05/06 02:50:54.399 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:106, Type:drop column, State:queueing, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:54.391 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.399 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 36, tp general"] [category=ddl] [jobID=106] [category=ddl] [job="ID:106, Type:drop column, State:queueing, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:54.391 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.399 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:106, Type:drop column, State:running, SchemaState:write only, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:54.391 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.402 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=52] [neededSchemaVersion=53] ["start time"=274.924ยตs] [gotSchemaVersion=53] [phyTblIDs="[104]"] [actionTypes="[6]"] [diffTypes="[\"drop column\"]"] [2024/05/06 02:50:54.403 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=106] [version=53] [2024/05/06 02:50:54.403 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=2.121071ms] [job="ID:106, Type:drop column, State:running, SchemaState:write only, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:54.391 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.405 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:106, Type:drop column, State:running, SchemaState:write only, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:54.391 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.409 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:106, Type:drop column, State:running, SchemaState:write only, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:54.391 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.409 +00:00] [WARN] [session.go:2111] ["compile SQL failed"] [error="[planner:1054]Unknown column 'b' in 'where clause'"] [errorVerbose="[planner:1054]Unknown column 'b' in 'where clause'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/planner/core.(*expressionRewriter).toColumn\n\tpkg/planner/core/expression_rewriter.go:2446\ngithub.com/pingcap/tidb/pkg/planner/core.(*expressionRewriter).Leave\n\tpkg/planner/core/expression_rewriter.go:1462\ngithub.com/pingcap/tidb/pkg/parser/ast.(*ColumnName).Accept\n\tpkg/parser/ast/expressions.go:534\ngithub.com/pingcap/tidb/pkg/parser/ast.(*ColumnNameExpr).Accept\n\tpkg/parser/ast/expressions.go:607\ngithub.com/pingcap/tidb/pkg/parser/ast.(*BinaryOperationExpr).Accept\n\tpkg/parser/ast/expressions.go:211\ngithub.com/pingcap/tidb/pkg/planner/core.rewriteExprNode\n\tpkg/planner/core/expression_rewriter.go:302\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).rewriteWithPreprocess\n\tpkg/planner/core/expression_rewriter.go:241\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).rewrite\n\tpkg/planner/core/expression_rewriter.go:208\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).buildSelection\n\tpkg/planner/core/logical_plan_builder.go:1298\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).buildUpdate\n\tpkg/planner/core/logical_plan_builder.go:5770\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).Build\n\tpkg/planner/core/planbuilder.go:543\ngithub.com/pingcap/tidb/pkg/planner.buildLogicalPlan\n\tpkg/planner/optimize.go:549\ngithub.com/pingcap/tidb/pkg/planner.optimize\n\tpkg/planner/optimize.go:466\ngithub.com/pingcap/tidb/pkg/planner.Optimize\n\tpkg/planner/optimize.go:334\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:105\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2089\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:390\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:363\ngithub.com/pingcap/tidb/pkg/ddl_test.TestIssue22307.func1\n\tpkg/ddl/db_test.go:150\ngithub.com/pingcap/tidb/pkg/ddl/util/callback.(*TestDDLCallback).OnJobRunBefore\n\tpkg/ddl/util/callback/callback.go:98\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).HandleDDLJobTable\n\tpkg/ddl/ddl_worker.go:941\ngithub.com/pingcap/tidb/pkg/ddl.(*ddl).delivery2Worker.func1\n\tpkg/ddl/job_table.go:461\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [SQL="update t set a = 3 where b = 1"] [2024/05/06 02:50:54.410 +00:00] [WARN] [session.go:2111] ["compile SQL failed"] [error="[planner:1054]Unknown column 'b' in 'order clause'"] [errorVerbose="[planner:1054]Unknown column 'b' in 'order clause'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/planner/core.(*expressionRewriter).toColumn\n\tpkg/planner/core/expression_rewriter.go:2446\ngithub.com/pingcap/tidb/pkg/planner/core.(*expressionRewriter).Leave\n\tpkg/planner/core/expression_rewriter.go:1462\ngithub.com/pingcap/tidb/pkg/parser/ast.(*ColumnName).Accept\n\tpkg/parser/ast/expressions.go:534\ngithub.com/pingcap/tidb/pkg/parser/ast.(*ColumnNameExpr).Accept\n\tpkg/parser/ast/expressions.go:607\ngithub.com/pingcap/tidb/pkg/planner/core.rewriteExprNode\n\tpkg/planner/core/expression_rewriter.go:302\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).rewriteWithPreprocess\n\tpkg/planner/core/expression_rewriter.go:241\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).buildSortWithCheck\n\tpkg/planner/core/logical_plan_builder.go:2309\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).buildSort\n\tpkg/planner/core/logical_plan_builder.go:2293\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).buildUpdate\n\tpkg/planner/core/logical_plan_builder.go:5790\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).Build\n\tpkg/planner/core/planbuilder.go:543\ngithub.com/pingcap/tidb/pkg/planner.buildLogicalPlan\n\tpkg/planner/optimize.go:549\ngithub.com/pingcap/tidb/pkg/planner.optimize\n\tpkg/planner/optimize.go:466\ngithub.com/pingcap/tidb/pkg/planner.Optimize\n\tpkg/planner/optimize.go:334\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:105\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2089\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:390\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:363\ngithub.com/pingcap/tidb/pkg/ddl_test.TestIssue22307.func1\n\tpkg/ddl/db_test.go:151\ngithub.com/pingcap/tidb/pkg/ddl/util/callback.(*TestDDLCallback).OnJobRunBefore\n\tpkg/ddl/util/callback/callback.go:98\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).HandleDDLJobTable\n\tpkg/ddl/ddl_worker.go:941\ngithub.com/pingcap/tidb/pkg/ddl.(*ddl).delivery2Worker.func1\n\tpkg/ddl/job_table.go:461\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [SQL="update t set a = 3 order by b"] [2024/05/06 02:50:54.410 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 36, tp general"] [category=ddl] [jobID=106] [category=ddl] [job="ID:106, Type:drop column, State:running, SchemaState:write only, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:54.391 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.413 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:106, Type:drop column, State:running, SchemaState:delete only, SchemaID:2, TableID:104, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:54.391 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.414 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=53] [neededSchemaVersion=54] ["start time"=174.332ยตs] [gotSchemaVersion=54] [phyTblIDs="[104]"] [actionTypes="[6]"] [diffTypes="[\"drop column\"]"] [2024/05/06 02:50:54.416 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=106] [version=54] [2024/05/06 02:50:54.416 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=2.153124ms] [job="ID:106, Type:drop column, State:running, SchemaState:delete only, SchemaID:2, TableID:104, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:54.391 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.418 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:106, Type:drop column, State:running, SchemaState:delete only, SchemaID:2, TableID:104, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:54.391 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.422 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:106, Type:drop column, State:running, SchemaState:delete only, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:54.391 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.422 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 36, tp general"] [category=ddl] [jobID=106] [category=ddl] [job="ID:106, Type:drop column, State:running, SchemaState:delete only, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:54.391 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.423 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:106, Type:drop column, State:running, SchemaState:delete reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:54.391 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.424 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=54] [neededSchemaVersion=55] ["start time"=206.613ยตs] [gotSchemaVersion=55] [phyTblIDs="[104]"] [actionTypes="[6]"] [diffTypes="[\"drop column\"]"] [2024/05/06 02:50:54.426 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=106] [version=55] [2024/05/06 02:50:54.429 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=55] ["take time"=4.882566ms] [job="ID:106, Type:drop column, State:running, SchemaState:delete reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:54.391 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.430 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:106, Type:drop column, State:running, SchemaState:delete reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:54.391 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.433 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:106, Type:drop column, State:running, SchemaState:delete reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:54.391 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.433 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 36, tp general"] [category=ddl] [jobID=106] [category=ddl] [job="ID:106, Type:drop column, State:running, SchemaState:delete reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:54.391 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.434 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:106, Type:drop column, State:done, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:54.391 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.436 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=55] [neededSchemaVersion=56] ["start time"=220.119ยตs] [gotSchemaVersion=56] [phyTblIDs="[104]"] [actionTypes="[6]"] [diffTypes="[\"drop column\"]"] [2024/05/06 02:50:54.437 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=106] [version=56] [2024/05/06 02:50:54.439 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=56] ["take time"=3.053934ms] [job="ID:106, Type:drop column, State:done, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:54.391 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.440 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:106, Type:drop column, State:done, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:54.391 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.444 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=106] [jobType="drop column"] [2024/05/06 02:50:54.444 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 36, tp general"] [category=ddl] [jobID=106] [job="ID:106, Type:drop column, State:synced, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:54.391 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.448 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:106, Type:drop column, State:synced, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:54.391 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.450 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=106] [2024/05/06 02:50:54.450 +00:00] [INFO] [callback.go:70] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:54.453 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=23dcaf5a-2759-43ff-ba9d-102d04154be9] [ownerKey=/tidb/ddl/fg/owner] [2024/05/06 02:50:54.453 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:50:54.453 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 37, tp add index"] [category=ddl] ["take time"=1.553ยตs] [2024/05/06 02:50:54.453 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 38, tp add index"] [category=ddl] ["take time"=999ns] [2024/05/06 02:50:54.453 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 39, tp add index"] [category=ddl] ["take time"=1.418ยตs] [2024/05/06 02:50:54.453 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 40, tp add index"] [category=ddl] ["take time"=1.358ยตs] [2024/05/06 02:50:54.453 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:50:54.453 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 36, tp general"] [category=ddl] ["take time"=1.303ยตs] [2024/05/06 02:50:54.453 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:50:54.453 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/06 02:50:54.453 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 02:50:54.453 +00:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=23dcaf5a-2759-43ff-ba9d-102d04154be9] ["take time"=2.876387ms] [2024/05/06 02:50:54.453 +00:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=23dcaf5a-2759-43ff-ba9d-102d04154be9] [2024/05/06 02:50:54.453 +00:00] [INFO] [domain.go:1026] ["stopping ttlJobManager"] [2024/05/06 02:50:54.453 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/06 02:50:54.453 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 02:50:54.453 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 02:50:54.453 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 02:50:54.453 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 02:50:54.453 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/06 02:50:54.453 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 02:50:54.453 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 02:50:54.453 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 02:50:54.453 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 02:50:54.454 +00:00] [INFO] [job_manager.go:174] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [2024/05/06 02:50:54.454 +00:00] [INFO] [domain.go:1037] ["ttlJobManager exited."] [2024/05/06 02:50:54.454 +00:00] [INFO] [manager.go:280] ["recoverMetaLoop done"] [server-id=:4000] [2024/05/06 02:50:54.454 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 02:50:54.454 +00:00] [INFO] [domain.go:1700] ["loadPrivilegeInLoop exited."] [2024/05/06 02:50:54.454 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 02:50:54.454 +00:00] [INFO] [domain.go:1750] ["LoadSysVarCacheLoop exited."] [2024/05/06 02:50:54.454 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/06 02:50:54.454 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 02:50:54.454 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/06 02:50:54.454 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:50:54.454 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 02:50:54.454 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:50:54.454 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:50:54.454 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 02:50:54.454 +00:00] [INFO] [manager.go:179] ["handle tasks loop done"] [server-id=:4000] [2024/05/06 02:50:54.454 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 02:50:54.454 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."] [2024/05/06 02:50:54.454 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:50:54.454 +00:00] [INFO] [domain.go:907] ["loadSchemaInLoop exited."] [2024/05/06 02:50:54.454 +00:00] [INFO] [domain.go:2074] ["dumpFileGcChecker exited."] [2024/05/06 02:50:54.454 +00:00] [INFO] [domain.go:1527] ["stopping dist task executor manager"] [2024/05/06 02:50:54.454 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 02:50:54.454 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:50:54.454 +00:00] [INFO] [domain.go:2352] ["indexUsageWorker exited."] [2024/05/06 02:50:54.454 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=23dcaf5a-2759-43ff-ba9d-102d04154be9] [ownerKey=/tidb/bindinfo/owner] [2024/05/06 02:50:54.454 +00:00] [INFO] [domain.go:1889] ["globalBindHandleWorkerLoop exited."] [2024/05/06 02:50:54.454 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 02:50:54.454 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 02:50:54.454 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=indexUsageWorker] [2024/05/06 02:50:54.454 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 02:50:54.454 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/06 02:50:54.454 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 02:50:54.454 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 02:50:54.454 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=23dcaf5a-2759-43ff-ba9d-102d04154be9] [ownerKey=/tidb/stats/owner] [2024/05/06 02:50:54.454 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=quitStatsOwner] [2024/05/06 02:50:54.454 +00:00] [INFO] [domain.go:1529] ["dist task executor manager stopped"] [2024/05/06 02:50:54.454 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 02:50:54.454 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/06 02:50:54.454 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 02:50:54.455 +00:00] [INFO] [domain.go:1074] ["domain closed"] ["take time"=4.305356ms] [2024/05/06 02:50:54.455 +00:00] [INFO] [db.go:567] ["Closing database"] [2024/05/06 02:50:54.455 +00:00] [INFO] [db.go:592] ["Memtable flushed"] [2024/05/06 02:50:54.455 +00:00] [INFO] [db.go:596] ["Compaction finished"] [2024/05/06 02:50:54.455 +00:00] [INFO] [db.go:615] ["BlobManager finished"] [2024/05/06 02:50:54.456 +00:00] [INFO] [db.go:619] ["ResourceManager finished"] [2024/05/06 02:50:54.456 +00:00] [INFO] [db.go:625] ["Waiting for closer"] --- PASS: TestIssue22307 (1.92s) === RUN TestParallelDDL [2024/05/06 02:50:54.459 +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 02:50:54.459 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:54.459 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:54.460 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:54.460 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:54.460 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:54.462 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=09185eba-94a1-46a5-bfed-6a70bfff5103] ["ddl lease"=5s] ["stats lease"=-1ns] [2024/05/06 02:50:54.469 +00:00] [WARN] [controller.go:198] ["[resource group controller] server does not save config, load config failed"] [2024/05/06 02:50:54.469 +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 02:50:54.469 +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\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap\n\tpkg/testkit/mockstore.go:294\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStoreAndDomainWithSchemaLease\n\tpkg/testkit/mockstore.go:319\ngithub.com/pingcap/tidb/pkg/ddl_test.TestParallelDDL\n\tpkg/ddl/ddl_worker_test.go:75\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [version=0] [2024/05/06 02:50:54.487 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=0] ["start time"=17.293419ms] [2024/05/06 02:50:54.487 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 02:50:54.487 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=e7f132db-77be-4008-aa5f-8cf94ec54d9b] [runWorker=true] [2024/05/06 02:50:54.487 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 02:50:54.487 +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 02:50:54.487 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 02:50:54.487 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 02:50:54.487 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 02:50:54.487 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 02:50:54.487 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2024/05/06 02:50:54.488 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 02:50:54.488 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 02:50:54.488 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 02:50:54.488 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 02:50:54.488 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 02:50:54.488 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 02:50:54.488 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 02:50:54.488 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 02:50:54.488 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 02:50:54.488 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 02:50:54.488 +00:00] [INFO] [controller.go:447] ["[resource group controller] create resource group cost controller"] [name=default] [2024/05/06 02:50:54.488 +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 02:50:54.491 +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 02:50:54.49 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:54.491 +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 02:50:54.49 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS test"] [2024/05/06 02:50:54.497 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:54.49 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.517 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=1] ["start time"=17.489526ms] [2024/05/06 02:50:54.518 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 02:50:54.520 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:54.520 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2024/05/06 02:50:54.522 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=23.046126ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:54.49 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.527 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:54.49 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.530 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=3] [2024/05/06 02:50:54.530 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:54.530 +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 02:50:54.531 +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 02:50:54.540 +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 02:50:54.533 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:54.540 +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 02:50:54.533 +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 02:50:54.547 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:54.533 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.554 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=1] [neededSchemaVersion=2] ["start time"=1.048658ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:54.556 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:54.556 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2024/05/06 02:50:54.558 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=4.296212ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:54.533 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.563 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:54.533 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.569 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=5] [2024/05/06 02:50:54.569 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:54.569 +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 02:50:54.572 +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 02:50:54.571 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:54.572 +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 02:50:54.571 +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 02:50:54.579 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:54.571 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.582 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=2] [neededSchemaVersion=3] ["start time"=296.18ยตs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:54.583 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:54.583 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2024/05/06 02:50:54.584 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=2.467578ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:54.571 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.590 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:54.571 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.593 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=7] [2024/05/06 02:50:54.593 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:54.593 +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 02:50:54.596 +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 02:50:54.595 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:54.596 +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 02:50:54.595 +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 02:50:54.602 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:54.595 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.605 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=3] [neededSchemaVersion=4] ["start time"=258.301ยตs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:54.606 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:54.606 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2024/05/06 02:50:54.606 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=2.03484ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:54.595 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.611 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:54.595 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.614 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=9] [2024/05/06 02:50:54.614 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:54.614 +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 02:50:54.618 +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 02:50:54.616 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:54.618 +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 02:50:54.616 +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 02:50:54.624 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:54.616 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.630 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=4] [neededSchemaVersion=5] ["start time"=631.576ยตs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:54.631 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:54.631 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2024/05/06 02:50:54.632 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=2.991387ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:54.616 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.637 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:54.616 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.651 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=11] [2024/05/06 02:50:54.651 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:54.652 +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 02:50:54.656 +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 02:50:54.654 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:54.656 +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 02:50:54.654 +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 02:50:54.664 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:54.654 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.669 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=5] [neededSchemaVersion=6] ["start time"=441.805ยตs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:54.671 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:54.671 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2024/05/06 02:50:54.671 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=2.118136ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:54.654 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.675 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:54.654 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.679 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=13] [2024/05/06 02:50:54.679 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:54.680 +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 02:50:54.683 +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 02:50:54.681 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:54.683 +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 02:50:54.681 +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 02:50:54.690 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:54.681 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.694 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=6] [neededSchemaVersion=7] ["start time"=274.516ยตs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:54.695 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:54.695 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2024/05/06 02:50:54.695 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=2.021521ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:54.681 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.700 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:54.681 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.703 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=15] [2024/05/06 02:50:54.703 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:54.704 +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 02:50:54.707 +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 02:50:54.705 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:54.707 +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 02:50:54.705 +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 02:50:54.718 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:54.705 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.722 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=7] [neededSchemaVersion=8] ["start time"=264.09ยตs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:54.723 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:54.723 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2024/05/06 02:50:54.725 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=2.979343ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:54.705 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.734 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:54.705 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.741 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=17] [2024/05/06 02:50:54.741 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:54.742 +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 02:50:54.746 +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 02:50:54.744 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:54.746 +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 02:50:54.744 +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 02:50:54.756 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:54.744 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.760 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=8] [neededSchemaVersion=9] ["start time"=264.824ยตs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:54.762 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:54.762 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2024/05/06 02:50:54.762 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=2.050916ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:54.744 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.769 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:54.744 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.775 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=19] [2024/05/06 02:50:54.775 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:54.776 +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 02:50:54.779 +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 02:50:54.778 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:54.779 +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 02:50:54.778 +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 02:50:54.786 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:54.778 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.790 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=9] [neededSchemaVersion=10] ["start time"=343.746ยตs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:54.792 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:54.792 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2024/05/06 02:50:54.793 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=2.932312ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:54.778 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.798 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:54.778 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.801 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=21] [2024/05/06 02:50:54.801 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:54.802 +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 02:50:54.805 +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 02:50:54.803 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:54.805 +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 02:50:54.803 +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 02:50:54.810 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:54.803 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.813 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=10] [neededSchemaVersion=11] ["start time"=312.068ยตs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:54.815 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:54.815 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2024/05/06 02:50:54.815 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=2.030937ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:54.803 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.820 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:54.803 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.826 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=23] [2024/05/06 02:50:54.826 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:54.826 +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 02:50:54.826 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:54.830 +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 02:50:54.828 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:54.830 +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 02:50:54.828 +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 02:50:54.835 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:54.828 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.839 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=11] [neededSchemaVersion=12] ["start time"=388.082ยตs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:54.840 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:54.840 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2024/05/06 02:50:54.841 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=2.505691ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:54.828 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.847 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:54.828 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.850 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=25] [2024/05/06 02:50:54.850 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:54.851 +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 02:50:54.854 +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 02:50:54.852 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:54.854 +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 02:50:54.852 +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 02:50:54.861 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:54.852 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.864 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=12] [neededSchemaVersion=13] ["start time"=318.948ยตs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:54.865 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:54.865 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2024/05/06 02:50:54.866 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=2.581399ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:54.852 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.872 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:54.852 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.876 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=27] [2024/05/06 02:50:54.876 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:54.876 +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 02:50:54.879 +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 02:50:54.878 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:54.879 +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 02:50:54.878 +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 02:50:54.886 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:54.878 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.889 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=13] [neededSchemaVersion=14] ["start time"=343.959ยตs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:54.890 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:54.890 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2024/05/06 02:50:54.891 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=2.039682ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:54.878 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.896 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:54.878 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.899 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=29] [2024/05/06 02:50:54.900 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:54.900 +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 02:50:54.903 +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 02:50:54.902 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:54.903 +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 02:50:54.902 +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 02:50:54.910 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:54.902 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.913 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=14] [neededSchemaVersion=15] ["start time"=355.154ยตs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:54.915 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:54.915 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2024/05/06 02:50:54.916 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=3.042514ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:54.902 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.924 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:54.902 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.928 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=31] [2024/05/06 02:50:54.928 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:54.928 +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 02:50:54.931 +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 02:50:54.93 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:54.931 +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 02:50:54.93 +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 02:50:54.938 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:54.93 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.942 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=15] [neededSchemaVersion=16] ["start time"=409.038ยตs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:54.944 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:54.944 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2024/05/06 02:50:54.944 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=2.009196ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:54.93 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.948 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:54.93 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.951 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=33] [2024/05/06 02:50:54.951 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:54.951 +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 02:50:54.954 +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 02:50:54.952 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:54.954 +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 02:50:54.952 +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 02:50:54.963 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:54.952 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.967 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=16] [neededSchemaVersion=17] ["start time"=371.087ยตs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:54.968 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:54.968 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2024/05/06 02:50:54.969 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=2.477762ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:54.952 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.976 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:54.952 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.979 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=35] [2024/05/06 02:50:54.979 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:54.980 +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 02:50:54.984 +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 02:50:54.983 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:54.984 +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 02:50:54.983 +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 02:50:54.990 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:54.983 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:54.993 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=17] [neededSchemaVersion=18] ["start time"=369.219ยตs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:54.994 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:54.995 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2024/05/06 02:50:54.995 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=2.252115ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:54.983 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.000 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:54.983 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.004 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=37] [2024/05/06 02:50:55.004 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:55.004 +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 02:50:55.007 +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 02:50:55.006 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:55.007 +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 02:50:55.006 +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 02:50:55.015 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:55.006 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.021 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=18] [neededSchemaVersion=19] ["start time"=490.981ยตs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:55.022 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:55.022 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2024/05/06 02:50:55.022 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=2.053522ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:55.006 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.028 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:55.006 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.036 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=39] [2024/05/06 02:50:55.036 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:55.038 +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 02:50:55.041 +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 02:50:55.039 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:55.041 +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 02:50:55.039 +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 02:50:55.047 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:55.039 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.050 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=19] [neededSchemaVersion=20] ["start time"=352.769ยตs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:55.052 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:55.052 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2024/05/06 02:50:55.052 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=2.073521ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:55.039 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.057 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:55.039 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.062 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=41] [2024/05/06 02:50:55.062 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:55.062 +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 02:50:55.065 +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 02:50:55.064 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:55.065 +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 02:50:55.064 +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 02:50:55.076 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:55.064 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.087 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=20] [neededSchemaVersion=21] ["start time"=244.187ยตs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:55.088 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:55.088 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2024/05/06 02:50:55.091 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=4.888571ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:55.064 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.102 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:55.064 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.106 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=43] [2024/05/06 02:50:55.106 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:55.107 +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 02:50:55.109 +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 02:50:55.108 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:55.109 +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 02:50:55.108 +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 02:50:55.121 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:55.108 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.126 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=21] [neededSchemaVersion=22] ["start time"=204.483ยตs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:55.127 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:55.127 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2024/05/06 02:50:55.141 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=15.315737ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:55.108 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.151 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:55.108 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.155 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=45] [2024/05/06 02:50:55.155 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:55.156 +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 02:50:55.159 +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 02:50:55.157 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:55.159 +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 02:50:55.157 +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 02:50:55.182 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:55.157 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.195 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=22] [neededSchemaVersion=23] ["start time"=575.441ยตs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:55.197 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:55.197 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2024/05/06 02:50:55.199 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=4.721337ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:55.157 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.206 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:55.157 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.210 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=47] [2024/05/06 02:50:55.210 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:55.211 +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 02:50:55.214 +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 02:50:55.213 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:55.214 +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 02:50:55.213 +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 02:50:55.227 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:55.213 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.231 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=23] [neededSchemaVersion=24] ["start time"=262.231ยตs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:55.232 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:55.232 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2024/05/06 02:50:55.242 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=11.235096ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:55.213 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.255 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:55.213 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.259 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=49] [2024/05/06 02:50:55.259 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:55.259 +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 02:50:55.262 +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 02:50:55.261 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:55.262 +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 02:50:55.261 +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 02:50:55.269 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:55.261 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.271 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=24] [neededSchemaVersion=25] ["start time"=331.717ยตs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:55.273 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:55.273 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2024/05/06 02:50:55.273 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=2.452798ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:55.261 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.278 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:55.261 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.283 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=51] [2024/05/06 02:50:55.283 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:55.283 +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 02:50:55.286 +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 02:50:55.285 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:55.286 +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 02:50:55.285 +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 02:50:55.291 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:55.285 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.294 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=25] [neededSchemaVersion=26] ["start time"=239.726ยตs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:55.295 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:55.295 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2024/05/06 02:50:55.295 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=2.041075ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:55.285 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.301 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:55.285 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.304 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=53] [2024/05/06 02:50:55.304 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:55.304 +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 02:50:55.307 +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 02:50:55.306 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:55.307 +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 02:50:55.306 +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 02:50:55.315 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:55.306 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.318 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=26] [neededSchemaVersion=27] ["start time"=294.084ยตs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:55.319 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:55.320 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2024/05/06 02:50:55.320 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=2.209685ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:55.306 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.325 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:55.306 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.328 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=55] [2024/05/06 02:50:55.328 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:55.329 +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 02:50:55.331 +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 02:50:55.33 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:55.331 +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 02:50:55.33 +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 02:50:55.337 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:55.33 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.339 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=27] [neededSchemaVersion=28] ["start time"=171.894ยตs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:55.340 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:55.340 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2024/05/06 02:50:55.341 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=2.07657ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:55.33 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.345 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:55.33 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.348 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=57] [2024/05/06 02:50:55.348 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:55.348 +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 02:50:55.349 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:55.351 +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 02:50:55.35 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:55.351 +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 02:50:55.35 +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 02:50:55.359 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:55.35 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.363 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=28] [neededSchemaVersion=29] ["start time"=328.7ยตs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:55.364 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:55.364 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2024/05/06 02:50:55.371 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=8.621006ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:55.35 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.378 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:55.35 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.384 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=59] [2024/05/06 02:50:55.384 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:55.384 +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 02:50:55.387 +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 02:50:55.386 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:55.387 +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 02:50:55.386 +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 02:50:55.393 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:55.386 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.399 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=29] [neededSchemaVersion=30] ["start time"=391.946ยตs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:55.400 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:55.400 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2024/05/06 02:50:55.401 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=2.872736ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:55.386 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.407 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:55.386 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.412 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=61] [2024/05/06 02:50:55.413 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:55.413 +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 02:50:55.416 +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 02:50:55.414 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:55.416 +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 02:50:55.414 +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 02:50:55.423 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:55.414 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.426 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=30] [neededSchemaVersion=31] ["start time"=328.289ยตs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:55.427 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:55.427 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2024/05/06 02:50:55.428 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=2.998814ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:55.414 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.432 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:55.414 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.436 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=63] [2024/05/06 02:50:55.436 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:55.436 +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 02:50:55.440 +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 02:50:55.438 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:55.440 +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 02:50:55.438 +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 02:50:55.446 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:55.438 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.451 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=31] [neededSchemaVersion=32] ["start time"=492.527ยตs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:55.452 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:55.452 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2024/05/06 02:50:55.453 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=2.392476ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:55.438 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.458 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:55.438 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.463 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=65] [2024/05/06 02:50:55.463 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:55.463 +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 02:50:55.465 +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 02:50:55.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:55.465 +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 02:50:55.464 +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 02:50:55.471 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:55.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.474 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=32] [neededSchemaVersion=33] ["start time"=236.187ยตs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:55.475 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:55.475 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2024/05/06 02:50:55.476 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=2.879674ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:55.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.480 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:55.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.483 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=67] [2024/05/06 02:50:55.483 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:55.487 +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 02:50:55.485 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:55.487 +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 02:50:55.485 +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 02:50:55.488 +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 02:50:55.493 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:55.485 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.497 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=33] [neededSchemaVersion=34] ["start time"=314.267ยตs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 02:50:55.498 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:55.498 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2024/05/06 02:50:55.499 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=2.243702ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:55.485 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.503 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:55.485 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.507 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=69] [2024/05/06 02:50:55.507 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:55.507 +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 02:50:55.511 +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 02:50:55.509 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:55.511 +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 02:50:55.509 +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 02:50:55.516 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:55.509 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.519 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=34] [neededSchemaVersion=35] ["start time"=246.679ยตs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:55.520 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:55.520 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2024/05/06 02:50:55.523 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=4.26995ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:55.509 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.539 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:55.509 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.546 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=71] [2024/05/06 02:50:55.546 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:55.547 +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 02:50:55.553 +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 02:50:55.552 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:55.553 +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 02:50:55.552 +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 02:50:55.559 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:55.552 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.561 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=35] [neededSchemaVersion=36] ["start time"=188.681ยตs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:55.562 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:55.562 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2024/05/06 02:50:55.565 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=4.070768ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:55.552 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.571 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:55.552 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.577 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=73] [2024/05/06 02:50:55.577 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:55.577 +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 02:50:55.581 +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 02:50:55.579 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:55.581 +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 02:50:55.579 +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 02:50:55.591 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:55.579 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.600 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=36] [neededSchemaVersion=37] ["start time"=361.9ยตs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:55.601 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:55.601 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2024/05/06 02:50:55.601 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=2.061592ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:55.579 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.607 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:55.579 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.610 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=75] [2024/05/06 02:50:55.610 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:55.611 +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 02:50:55.615 +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 02:50:55.612 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:55.615 +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 02:50:55.612 +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 02:50:55.621 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:55.612 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.626 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=37] [neededSchemaVersion=38] ["start time"=570.143ยตs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:55.627 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:55.627 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2024/05/06 02:50:55.630 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=4.53678ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:55.612 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.635 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:55.612 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.639 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=77] [2024/05/06 02:50:55.639 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:55.640 +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 02:50:55.644 +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 02:50:55.642 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:55.644 +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 02:50:55.642 +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 02:50:55.649 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:55.642 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.653 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=38] [neededSchemaVersion=39] ["start time"=499.382ยตs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:55.654 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:55.654 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2024/05/06 02:50:55.655 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=3.021898ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:55.642 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.659 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:55.642 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.762 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=79] [2024/05/06 02:50:55.762 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:55.763 +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 02:50:55.768 +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 02:50:55.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:55.768 +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 02:50:55.765 +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 02:50:55.776 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:55.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.781 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=39] [neededSchemaVersion=40] ["start time"=397.412ยตs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:55.783 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:55.783 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2024/05/06 02:50:55.783 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=2.470007ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:55.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.790 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:55.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.795 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=81] [2024/05/06 02:50:55.795 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:55.796 +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 02:50:55.800 +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 02:50:55.798 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:55.800 +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 02:50:55.798 +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 02:50:55.816 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:55.798 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.821 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=40] [neededSchemaVersion=41] ["start time"=466.172ยตs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:55.822 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:55.822 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2024/05/06 02:50:55.824 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=4.225256ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:55.798 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.831 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:55.798 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.836 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=83] [2024/05/06 02:50:55.836 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:55.836 +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 02:50:55.840 +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 02:50:55.838 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:55.840 +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 02:50:55.838 +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 02:50:55.849 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:55.838 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.864 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=41] [neededSchemaVersion=42] ["start time"=619.741ยตs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:55.865 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:55.865 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2024/05/06 02:50:55.868 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=4.523385ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:55.838 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.874 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:55.838 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.879 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=85] [2024/05/06 02:50:55.879 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:55.879 +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 02:50:55.884 +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 02:50:55.881 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:55.884 +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 02:50:55.881 +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 02:50:55.894 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:55.881 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.898 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=42] [neededSchemaVersion=43] ["start time"=418.687ยตs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:55.899 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:55.899 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2024/05/06 02:50:55.901 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=4.060285ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:55.881 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.909 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:55.881 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.913 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=87] [2024/05/06 02:50:55.913 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:55.914 +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 02:50:55.917 +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 02:50:55.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:55.917 +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 02:50:55.915 +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 02:50:55.926 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:55.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.931 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=43] [neededSchemaVersion=44] ["start time"=454.019ยตs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:55.932 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:55.932 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2024/05/06 02:50:55.934 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=4.124387ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:55.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.941 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:55.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.946 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=89] [2024/05/06 02:50:55.946 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:55.947 +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 02:50:55.951 +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 02:50:55.949 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:55.951 +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 02:50:55.949 +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 02:50:55.961 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:55.949 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.964 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=44] [neededSchemaVersion=45] ["start time"=421.278ยตs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:55.965 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:55.965 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2024/05/06 02:50:55.966 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=2.71803ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:55.949 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.971 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:55.949 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.975 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=91] [2024/05/06 02:50:55.975 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:55.976 +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 02:50:55.981 +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 02:50:55.979 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:55.981 +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 02:50:55.979 +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 02:50:55.989 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:55.979 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:55.995 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=45] [neededSchemaVersion=46] ["start time"=544.32ยตs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:55.997 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:55.997 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2024/05/06 02:50:55.999 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=4.232018ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:55.979 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.005 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:55.979 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.011 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=93] [2024/05/06 02:50:56.011 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:56.012 +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 02:50:56.015 +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 02:50:56.014 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:56.016 +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 02:50:56.014 +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 02:50:56.023 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:56.014 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.028 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=46] [neededSchemaVersion=47] ["start time"=426.843ยตs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:56.029 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:56.029 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2024/05/06 02:50:56.029 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=2.047782ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:56.014 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.035 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:56.014 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.039 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=95] [2024/05/06 02:50:56.039 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:56.039 +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 02:50:56.042 +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 02:50:56.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:56.042 +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 02:50:56.041 +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 02:50:56.051 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:56.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.054 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=47] [neededSchemaVersion=48] ["start time"=297.177ยตs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:56.056 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:56.056 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2024/05/06 02:50:56.056 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=2.080351ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:56.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.065 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:56.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.068 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=97] [2024/05/06 02:50:56.069 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:56.069 +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 02:50:56.072 +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 02:50:56.07 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:56.072 +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 02:50:56.07 +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 02:50:56.080 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:56.07 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.083 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=48] [neededSchemaVersion=49] ["start time"=365.971ยตs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:56.084 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:56.084 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2024/05/06 02:50:56.084 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=2.020613ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:56.07 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.089 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:56.07 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.093 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=99] [2024/05/06 02:50:56.093 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:56.093 +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 02:50:56.096 +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 02:50:56.095 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:56.096 +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 02:50:56.095 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2024/05/06 02:50:56.103 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:56.095 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.105 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=49] [neededSchemaVersion=50] ["start time"=109.018ยตs] [gotSchemaVersion=50] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 02:50:56.106 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:56.106 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2024/05/06 02:50:56.107 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=2.217795ms] [job="ID:101, Type:create schema, State:done, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:56.095 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.117 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:56.095 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.120 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=101] [2024/05/06 02:50:56.120 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:56.124 +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 02:50:56.122 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:56.124 +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 02:50:56.122 +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 02:50:56.137 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 41, 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 02:50:56.122 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.140 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=50] [neededSchemaVersion=51] ["start time"=250.396ยตs] [gotSchemaVersion=51] [phyTblIDs="[102]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 02:50:56.142 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:56.142 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2024/05/06 02:50:56.142 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=2.104013ms] [job="ID:103, Type:create view, State:done, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.122 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.147 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 41, 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 02:50:56.122 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.150 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=103] [2024/05/06 02:50:56.150 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:56.184 +00:00] [INFO] [bootstrap.go:745] ["bootstrap successful"] ["take time"=1.696300864s] [2024/05/06 02:50:56.184 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=e7f132db-77be-4008-aa5f-8cf94ec54d9b] [ownerKey=/tidb/ddl/fg/owner] [2024/05/06 02:50:56.184 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:50:56.184 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 44, tp add index"] [category=ddl] ["take time"=1.686ยตs] [2024/05/06 02:50:56.184 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 45, tp add index"] [category=ddl] ["take time"=1.338ยตs] [2024/05/06 02:50:56.184 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 42, tp add index"] [category=ddl] ["take time"=724ns] [2024/05/06 02:50:56.184 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 43, tp add index"] [category=ddl] ["take time"=831ns] [2024/05/06 02:50:56.184 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:50:56.184 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 41, tp general"] [category=ddl] ["take time"=763ns] [2024/05/06 02:50:56.184 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:50:56.184 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/06 02:50:56.184 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 02:50:56.187 +00:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=e7f132db-77be-4008-aa5f-8cf94ec54d9b] ["take time"=2.825789ms] [2024/05/06 02:50:56.187 +00:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=e7f132db-77be-4008-aa5f-8cf94ec54d9b] [2024/05/06 02:50:56.187 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 02:50:56.187 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."] [2024/05/06 02:50:56.187 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 02:50:56.187 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/06 02:50:56.187 +00:00] [INFO] [domain.go:907] ["loadSchemaInLoop exited."] [2024/05/06 02:50:56.187 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 02:50:56.187 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/06 02:50:56.187 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 02:50:56.187 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/06 02:50:56.187 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 02:50:56.187 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/06 02:50:56.187 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 02:50:56.187 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 02:50:56.187 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 02:50:56.187 +00:00] [INFO] [domain.go:1074] ["domain closed"] ["take time"=3.033712ms] [2024/05/06 02:50:56.187 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=09185eba-94a1-46a5-bfed-6a70bfff5103] ["ddl lease"=5s] ["stats lease"=-1ns] [2024/05/06 02:50:56.196 +00:00] [WARN] [controller.go:198] ["[resource group controller] server does not save config, load config failed"] [2024/05/06 02:50:56.196 +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 02:50:56.226 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=51] ["start time"=29.098969ms] [2024/05/06 02:50:56.231 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 02:50:56.231 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=be4b3c76-8f91-4d1d-91e4-1b8202c20b01] [runWorker=true] [2024/05/06 02:50:56.232 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 02:50:56.232 +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 02:50:56.232 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2024/05/06 02:50:56.232 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 02:50:56.232 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 02:50:56.232 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 02:50:56.232 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 02:50:56.232 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 02:50:56.232 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 02:50:56.232 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 02:50:56.232 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 02:50:56.233 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 02:50:56.233 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 02:50:56.233 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 02:50:56.233 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 02:50:56.233 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 02:50:56.233 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 02:50:56.233 +00:00] [INFO] [controller.go:447] ["[resource group controller] create resource group cost controller"] [name=default] [2024/05/06 02:50:56.241 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 02:50:56.241 +00:00] [WARN] [sysvar_cache.go:49] ["sysvar cache is empty, triggering rebuild"] [2024/05/06 02:50:56.255 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 02:50:56.258 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 02:50:56.260 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 02:50:56.260 +00:00] [INFO] [domain.go:2070] ["dumpFileGcChecker started"] [2024/05/06 02:50:56.261 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=indexUsageWorker] [2024/05/06 02:50:56.261 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=quitStatsOwner] [2024/05/06 02:50:56.262 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 02:50:56.262 +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 02:50:56.262 +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 02:50:56.262 +00:00] [INFO] [manager.go:113] ["build task executor manager"] [server-id=:4000] [total-cpu=16] [total-mem=342.3GiB] [2024/05/06 02:50:56.264 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 02:50:56.264 +00:00] [INFO] [manager.go:146] ["task executor manager start"] [server-id=:4000] [2024/05/06 02:50:56.264 +00:00] [INFO] [domain.go:1525] ["dist task executor manager started"] [2024/05/06 02:50:56.269 +00:00] [INFO] [set.go:170] ["set global var"] [conn=17] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 02:50:56.270 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=17] [schemaVersion=51] [cur_db=test] [sql="create database test_parallel_ddl_1"] [user=] [2024/05/06 02:50:56.273 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create schema, State:queueing, SchemaState:none, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:56.272 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:56.273 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:105, Type:create schema, State:queueing, SchemaState:none, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:56.272 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database test_parallel_ddl_1"] [2024/05/06 02:50:56.279 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=105] [conn=17] [category=ddl] [job="ID:105, Type:create schema, State:queueing, SchemaState:none, SchemaID:104, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.272 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.282 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=51] [neededSchemaVersion=52] ["start time"=76.575ยตs] [gotSchemaVersion=52] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 02:50:56.284 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2024/05/06 02:50:56.285 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=2.860126ms] [job="ID:105, Type:create schema, State:done, SchemaState:public, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:56.272 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.293 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=105] [conn=17] [job="ID:105, Type:create schema, State:synced, SchemaState:public, SchemaID:104, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.272 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.296 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=105] [2024/05/06 02:50:56.296 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:56.296 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=17] [schemaVersion=52] [cur_db=test] [sql="create database test_parallel_ddl_2"] [user=] [2024/05/06 02:50:56.299 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create schema, State:queueing, SchemaState:none, SchemaID:106, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:56.298 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:56.299 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:107, Type:create schema, State:queueing, SchemaState:none, SchemaID:106, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:56.298 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database test_parallel_ddl_2"] [2024/05/06 02:50:56.309 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=107] [conn=17] [category=ddl] [job="ID:107, Type:create schema, State:queueing, SchemaState:none, SchemaID:106, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.298 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.312 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=52] [neededSchemaVersion=53] ["start time"=87.629ยตs] [gotSchemaVersion=53] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 02:50:56.313 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2024/05/06 02:50:56.314 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=2.366288ms] [job="ID:107, Type:create schema, State:done, SchemaState:public, SchemaID:106, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:56.298 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.320 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=107] [conn=17] [job="ID:107, Type:create schema, State:synced, SchemaState:public, SchemaID:106, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.298 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.322 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=107] [2024/05/06 02:50:56.322 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:56.323 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=17] [schemaVersion=53] [cur_db=test] [sql="create table test_parallel_ddl_1.t1(c1 int, c2 int, key db1_idx2(c2))"] [user=] [2024/05/06 02:50:56.326 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:56.324 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:56.326 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:56.324 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table test_parallel_ddl_1.t1(c1 int, c2 int, key db1_idx2(c2))"] [2024/05/06 02:50:56.336 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=109] [conn=17] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.324 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.338 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=53] [neededSchemaVersion=54] ["start time"=208.528ยตs] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:56.339 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2024/05/06 02:50:56.340 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=2.024416ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:104, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:56.324 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.347 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=109] [conn=17] [job="ID:109, Type:create table, State:synced, SchemaState:public, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.324 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.350 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=109] [2024/05/06 02:50:56.350 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:56.351 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=17] [schemaVersion=54] [cur_db=test] [sql="create table test_parallel_ddl_1.t2(c1 int primary key, c2 int, c3 int)"] [user=] [2024/05/06 02:50:56.355 +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:104, TableID:110, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:56.354 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:56.355 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:110, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:56.354 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table test_parallel_ddl_1.t2(c1 int primary key, c2 int, c3 int)"] [2024/05/06 02:50:56.363 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=111] [conn=17] [category=ddl] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.354 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.366 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=54] [neededSchemaVersion=55] ["start time"=212.8ยตs] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:56.367 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2024/05/06 02:50:56.368 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=55] ["take time"=2.765233ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:104, TableID:110, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:56.354 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.374 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=111] [conn=17] [job="ID:111, Type:create table, State:synced, SchemaState:public, SchemaID:104, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.354 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.377 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=111] [2024/05/06 02:50:56.377 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:56.377 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=17] [schemaVersion=55] [cur_db=test] [sql="create table test_parallel_ddl_2.t3(c1 int, c2 int, c3 int, c4 int)"] [user=] [2024/05/06 02:50:56.381 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:106, TableID:112, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:56.379 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:56.381 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:106, TableID:112, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:56.379 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table test_parallel_ddl_2.t3(c1 int, c2 int, c3 int, c4 int)"] [2024/05/06 02:50:56.389 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=113] [conn=17] [category=ddl] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:106, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.379 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.392 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=55] [neededSchemaVersion=56] ["start time"=350.477ยตs] [gotSchemaVersion=56] [phyTblIDs="[112]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:56.394 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2024/05/06 02:50:56.394 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=56] ["take time"=2.253407ms] [job="ID:113, Type:create table, State:done, SchemaState:public, SchemaID:106, TableID:112, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:56.379 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.406 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=113] [conn=17] [job="ID:113, Type:create table, State:synced, SchemaState:public, SchemaID:106, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.379 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.409 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=113] [2024/05/06 02:50:56.410 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:56.418 +00:00] [INFO] [set.go:170] ["set global var"] [conn=19] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 02:50:56.423 +00:00] [INFO] [set.go:170] ["set global var"] [conn=20] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 02:50:56.424 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=20] [schemaVersion=56] [cur_db=] [sql="alter table test_parallel_ddl_1.t1 add column c3 int"] [user=] [2024/05/06 02:50:56.426 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:114, Type:add column, State:queueing, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:56.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:56.426 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=22] [schemaVersion=56] [cur_db=] [sql="alter table test_parallel_ddl_1.t2 drop column c3"] [user=] [2024/05/06 02:50:56.427 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:114, Type:add column, State:queueing, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:56.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table test_parallel_ddl_1.t1 add column c3 int"] [2024/05/06 02:50:56.427 +00:00] [INFO] [set.go:170] ["set global var"] [conn=18] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 02:50:56.428 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=18] [schemaVersion=56] [cur_db=] [sql="alter table test_parallel_ddl_1.t1 add index db1_idx1(c1)"] [user=] [2024/05/06 02:50:56.429 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:115, Type:drop column, State:queueing, SchemaState:public, SchemaID:104, TableID:110, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:56.428 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:56.429 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:115, Type:drop column, State:queueing, SchemaState:public, SchemaID:104, TableID:110, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:56.428 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table test_parallel_ddl_1.t2 drop column c3"] [2024/05/06 02:50:56.432 +00:00] [INFO] [set.go:170] ["set global var"] [conn=21] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 02:50:56.432 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:116, Type:add index, State:queueing, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:50:56.432 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:116, Type:add index, State:queueing, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table test_parallel_ddl_1.t1 add index db1_idx1(c1)"] [2024/05/06 02:50:56.432 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=23] [schemaVersion=56] [cur_db=] [sql="alter table test_parallel_ddl_1.t1 drop index db1_idx2"] [user=] [2024/05/06 02:50:56.432 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=21] [schemaVersion=56] [cur_db=] [sql="alter table test_parallel_ddl_1.t1 add index db1_idxx(c1)"] [user=] [2024/05/06 02:50:56.435 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:117, Type:drop index, State:queueing, SchemaState:public, SchemaID:104, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:56.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:56.435 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:117, Type:drop index, State:queueing, SchemaState:public, SchemaID:104, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:56.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table test_parallel_ddl_1.t1 drop index db1_idx2"] [2024/05/06 02:50:56.437 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:118, Type:add index, State:queueing, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:50:56.437 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:118, Type:add index, State:queueing, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table test_parallel_ddl_1.t1 add index db1_idxx(c1)"] [2024/05/06 02:50:56.441 +00:00] [INFO] [set.go:170] ["set global var"] [conn=24] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 02:50:56.441 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=24] [schemaVersion=56] [cur_db=] [sql="alter table test_parallel_ddl_1.t2 add index db1_idx2(c2)"] [user=] [2024/05/06 02:50:56.444 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:119, Type:add index, State:queueing, SchemaState:none, SchemaID:104, TableID:110, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:50:56.444 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:119, Type:add index, State:queueing, SchemaState:none, SchemaID:104, TableID:110, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table test_parallel_ddl_1.t2 add index db1_idx2(c2)"] [2024/05/06 02:50:56.445 +00:00] [INFO] [set.go:170] ["set global var"] [conn=25] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 02:50:56.445 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=25] [schemaVersion=56] [cur_db=] [sql="alter table test_parallel_ddl_2.t3 drop column c4"] [user=] [2024/05/06 02:50:56.448 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:120, Type:drop column, State:queueing, SchemaState:public, SchemaID:106, TableID:112, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:56.446 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:56.448 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:120, Type:drop column, State:queueing, SchemaState:public, SchemaID:106, TableID:112, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:56.446 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table test_parallel_ddl_2.t3 drop column c4"] [2024/05/06 02:50:56.450 +00:00] [INFO] [set.go:170] ["set global var"] [conn=27] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 02:50:56.451 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=27] [schemaVersion=56] [cur_db=] [sql="alter table test_parallel_ddl_2.t3 auto_id_cache 1024"] [user=] [2024/05/06 02:50:56.453 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:121, Type:modify auto id cache, State:queueing, SchemaState:none, SchemaID:106, TableID:112, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:56.452 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:56.453 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:121, Type:modify auto id cache, State:queueing, SchemaState:none, SchemaID:106, TableID:112, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:56.452 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table test_parallel_ddl_2.t3 auto_id_cache 1024"] [2024/05/06 02:50:56.455 +00:00] [INFO] [set.go:170] ["set global var"] [conn=28] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 02:50:56.455 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=28] [schemaVersion=56] [cur_db=] [sql="alter table test_parallel_ddl_1.t1 add index db1_idx3(c2)"] [user=] [2024/05/06 02:50:56.457 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:122, Type:add index, State:queueing, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:50:56.457 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:122, Type:add index, State:queueing, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table test_parallel_ddl_1.t1 add index db1_idx3(c2)"] [2024/05/06 02:50:56.461 +00:00] [INFO] [set.go:170] ["set global var"] [conn=29] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 02:50:56.462 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=29] [schemaVersion=56] [cur_db=] [sql="drop database test_parallel_ddl_2"] [user=] [2024/05/06 02:50:56.463 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=30] [schemaVersion=56] [cur_db=] [sql="alter table test_parallel_ddl_2.t3 add index db3_idx1(c2)"] [user=] [2024/05/06 02:50:56.465 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:123, Type:drop schema, State:queueing, SchemaState:public, SchemaID:106, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:56.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:56.465 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:123, Type:drop schema, State:queueing, SchemaState:public, SchemaID:106, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:56.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop database test_parallel_ddl_2"] [2024/05/06 02:50:56.467 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:124, Type:add index, State:queueing, SchemaState:none, SchemaID:106, TableID:112, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:50:56.467 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:124, Type:add index, State:queueing, SchemaState:none, SchemaID:106, TableID:112, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table test_parallel_ddl_2.t3 add index db3_idx1(c2)"] [2024/05/06 02:50:56.498 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:114, Type:add column, State:queueing, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.504 +00:00] [INFO] [set.go:170] ["set global var"] [conn=33] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 02:50:56.506 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=114] [conn=20] [category=ddl] [job="ID:114, Type:add column, State:queueing, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.506 +00:00] [INFO] [column.go:135] ["run add column job"] [category=ddl] [job="ID:114, Type:add column, State:running, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:56.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [columnInfo="{\"id\":3,\"name\":{\"O\":\"c3\",\"L\":\"c3\"},\"offset\":2,\"origin_default\":null,\"origin_default_bit\":null,\"default\":null,\"default_bit\":null,\"default_is_expr\":false,\"generated_expr_string\":\"\",\"generated_stored\":false,\"dependences\":null,\"type\":{},\"state\":0,\"comment\":\"\",\"hidden\":false,\"change_state_info\":null,\"version\":2}"] [2024/05/06 02:50:56.507 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:114, Type:add column, State:running, SchemaState:delete only, SchemaID:104, TableID:108, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:56.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.509 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=56] [neededSchemaVersion=57] ["start time"=401.903ยตs] [gotSchemaVersion=57] [phyTblIDs="[108]"] [actionTypes="[5]"] [diffTypes="[\"add column\"]"] [2024/05/06 02:50:56.511 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=114] [version=57] [2024/05/06 02:50:56.513 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=57] ["take time"=4.079411ms] [job="ID:114, Type:add column, State:running, SchemaState:delete only, SchemaID:104, TableID:108, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:56.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.514 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:114, Type:add column, State:running, SchemaState:delete only, SchemaID:104, TableID:108, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:56.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.515 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:115, Type:drop column, State:queueing, SchemaState:public, SchemaID:104, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.428 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.515 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=115] [conn=22] [category=ddl] [job="ID:115, Type:drop column, State:queueing, SchemaState:public, SchemaID:104, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.428 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.515 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:115, Type:drop column, State:running, SchemaState:write only, SchemaID:104, TableID:110, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:56.428 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.517 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=57] [neededSchemaVersion=58] ["start time"=313.771ยตs] [gotSchemaVersion=58] [phyTblIDs="[110]"] [actionTypes="[6]"] [diffTypes="[\"drop column\"]"] [2024/05/06 02:50:56.519 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=115] [version=58] [2024/05/06 02:50:56.519 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=58] ["take time"=2.02992ms] [job="ID:115, Type:drop column, State:running, SchemaState:write only, SchemaID:104, TableID:110, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:56.428 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.520 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:115, Type:drop column, State:running, SchemaState:write only, SchemaID:104, TableID:110, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:56.428 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.521 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:114, Type:add column, State:running, SchemaState:delete only, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.521 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=114] [conn=20] [category=ddl] [job="ID:114, Type:add column, State:running, SchemaState:delete only, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.522 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:114, Type:add column, State:running, SchemaState:write only, SchemaID:104, TableID:108, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:56.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.524 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=58] [neededSchemaVersion=59] ["start time"=294.28ยตs] [gotSchemaVersion=59] [phyTblIDs="[108]"] [actionTypes="[5]"] [diffTypes="[\"add column\"]"] [2024/05/06 02:50:56.525 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=114] [version=59] [2024/05/06 02:50:56.525 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=59] ["take time"=2.019569ms] [job="ID:114, Type:add column, State:running, SchemaState:write only, SchemaID:104, TableID:108, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:56.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.526 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:114, Type:add column, State:running, SchemaState:write only, SchemaID:104, TableID:108, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:56.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.530 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:115, Type:drop column, State:running, SchemaState:write only, SchemaID:104, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.428 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.530 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=115] [conn=22] [category=ddl] [job="ID:115, Type:drop column, State:running, SchemaState:write only, SchemaID:104, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.428 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.530 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:115, Type:drop column, State:running, SchemaState:delete only, SchemaID:104, TableID:110, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.428 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.532 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=59] [neededSchemaVersion=60] ["start time"=294.893ยตs] [gotSchemaVersion=60] [phyTblIDs="[110]"] [actionTypes="[6]"] [diffTypes="[\"drop column\"]"] [2024/05/06 02:50:56.534 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=115] [version=60] [2024/05/06 02:50:56.534 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=60] ["take time"=2.080266ms] [job="ID:115, Type:drop column, State:running, SchemaState:delete only, SchemaID:104, TableID:110, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.428 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.535 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:115, Type:drop column, State:running, SchemaState:delete only, SchemaID:104, TableID:110, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.428 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.535 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:114, Type:add column, State:running, SchemaState:write only, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.535 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=114] [conn=20] [category=ddl] [job="ID:114, Type:add column, State:running, SchemaState:write only, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.536 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:114, Type:add column, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:56.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.539 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=60] [neededSchemaVersion=61] ["start time"=320.852ยตs] [gotSchemaVersion=61] [phyTblIDs="[108]"] [actionTypes="[5]"] [diffTypes="[\"add column\"]"] [2024/05/06 02:50:56.541 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=114] [version=61] [2024/05/06 02:50:56.541 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=61] ["take time"=2.126146ms] [job="ID:114, Type:add column, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:56.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.542 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:114, Type:add column, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:56.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.544 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:115, Type:drop column, State:running, SchemaState:delete only, SchemaID:104, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.428 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.544 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=115] [conn=22] [category=ddl] [job="ID:115, Type:drop column, State:running, SchemaState:delete only, SchemaID:104, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.428 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.545 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:115, Type:drop column, State:running, SchemaState:delete reorganization, SchemaID:104, TableID:110, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.428 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.547 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=61] [neededSchemaVersion=62] ["start time"=303.022ยตs] [gotSchemaVersion=62] [phyTblIDs="[110]"] [actionTypes="[6]"] [diffTypes="[\"drop column\"]"] [2024/05/06 02:50:56.548 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=115] [version=62] [2024/05/06 02:50:56.549 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=62] ["take time"=2.023669ms] [job="ID:115, Type:drop column, State:running, SchemaState:delete reorganization, SchemaID:104, TableID:110, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.428 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.550 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:115, Type:drop column, State:running, SchemaState:delete reorganization, SchemaID:104, TableID:110, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.428 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.553 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:114, Type:add column, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.553 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=114] [conn=20] [category=ddl] [job="ID:114, Type:add column, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.554 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:114, Type:add column, State:done, SchemaState:public, SchemaID:104, TableID:108, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:56.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.556 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=62] [neededSchemaVersion=63] ["start time"=279.242ยตs] [gotSchemaVersion=63] [phyTblIDs="[108]"] [actionTypes="[5]"] [diffTypes="[\"add column\"]"] [2024/05/06 02:50:56.557 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=114] [version=63] [2024/05/06 02:50:56.558 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=63] ["take time"=2.372542ms] [job="ID:114, Type:add column, State:done, SchemaState:public, SchemaID:104, TableID:108, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:56.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.559 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:114, Type:add column, State:done, SchemaState:public, SchemaID:104, TableID:108, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:56.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.561 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:115, Type:drop column, State:running, SchemaState:delete reorganization, SchemaID:104, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.428 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.561 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=115] [conn=22] [category=ddl] [job="ID:115, Type:drop column, State:running, SchemaState:delete reorganization, SchemaID:104, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.428 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.561 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:115, Type:drop column, State:done, SchemaState:none, SchemaID:104, TableID:110, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:56.428 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.563 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=63] [neededSchemaVersion=64] ["start time"=243.036ยตs] [gotSchemaVersion=64] [phyTblIDs="[110]"] [actionTypes="[6]"] [diffTypes="[\"drop column\"]"] [2024/05/06 02:50:56.564 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=115] [version=64] [2024/05/06 02:50:56.565 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=64] ["take time"=2.026581ms] [job="ID:115, Type:drop column, State:done, SchemaState:none, SchemaID:104, TableID:110, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:56.428 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.566 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:115, Type:drop column, State:done, SchemaState:none, SchemaID:104, TableID:110, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:56.428 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.574 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=114] [conn=20] [job="ID:114, Type:add column, State:synced, SchemaState:public, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.577 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=114] [2024/05/06 02:50:56.577 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:114, Type:add column, State:synced, SchemaState:public, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.577 +00:00] [INFO] [callback.go:70] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:56.582 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=115] [jobType="drop column"] [2024/05/06 02:50:56.582 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=115] [conn=22] [job="ID:115, Type:drop column, State:synced, SchemaState:none, SchemaID:104, TableID:110, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:56.428 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.586 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:115, Type:drop column, State:synced, SchemaState:none, SchemaID:104, TableID:110, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:56.428 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.589 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=115] [2024/05/06 02:50:56.589 +00:00] [INFO] [callback.go:70] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:56.590 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:116, Type:add index, State:queueing, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.590 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 50, tp add index"] [category=ddl] [jobID=116] [conn=18] [category=ddl] [job="ID:116, Type:add index, State:queueing, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.590 +00:00] [INFO] [index.go:654] ["run add index job"] [category=ddl] [job="ID:116, Type:add index, State:running, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [indexInfo="{\"id\":2,\"idx_name\":{\"O\":\"db1_idx1\",\"L\":\"db1_idx1\"},\"tbl_name\":{\"O\":\"\",\"L\":\"\"},\"idx_cols\":[{\"name\":{\"O\":\"c1\",\"L\":\"c1\"},\"offset\":0,\"length\":-1}],\"state\":0,\"backfill_state\":0,\"comment\":\"\",\"index_type\":1,\"is_unique\":false,\"is_primary\":false,\"is_invisible\":false,\"is_global\":false,\"mv_index\":false}"] [2024/05/06 02:50:56.590 +00:00] [INFO] [index.go:817] ["fallback to txn-merge backfill process"] [category=ddl] ["lightning env initialized"=false] [2024/05/06 02:50:56.591 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:116, Type:add index, State:running, SchemaState:delete only, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.593 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=64] [neededSchemaVersion=65] ["start time"=428.864ยตs] [gotSchemaVersion=65] [phyTblIDs="[108]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:56.594 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=116] [version=65] [2024/05/06 02:50:56.596 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=65] ["take time"=4.046104ms] [job="ID:116, Type:add index, State:running, SchemaState:delete only, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.597 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:116, Type:add index, State:running, SchemaState:delete only, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.598 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:120, Type:drop column, State:queueing, SchemaState:public, SchemaID:106, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.446 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.598 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=120] [conn=25] [category=ddl] [job="ID:120, Type:drop column, State:queueing, SchemaState:public, SchemaID:106, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.446 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.599 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:120, Type:drop column, State:running, SchemaState:write only, SchemaID:106, TableID:112, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:56.446 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.601 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=65] [neededSchemaVersion=66] ["start time"=255.622ยตs] [gotSchemaVersion=66] [phyTblIDs="[112]"] [actionTypes="[6]"] [diffTypes="[\"drop column\"]"] [2024/05/06 02:50:56.602 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:116, Type:add index, State:running, SchemaState:delete only, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.602 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=120] [version=66] [2024/05/06 02:50:56.602 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 47, tp add index"] [category=ddl] [jobID=116] [conn=18] [category=ddl] [job="ID:116, Type:add index, State:running, SchemaState:delete only, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.602 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=66] ["take time"=2.01321ms] [job="ID:120, Type:drop column, State:running, SchemaState:write only, SchemaID:106, TableID:112, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:56.446 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.602 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:116, Type:add index, State:running, SchemaState:write only, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.603 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:120, Type:drop column, State:running, SchemaState:write only, SchemaID:106, TableID:112, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:56.446 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.604 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=66] [neededSchemaVersion=67] ["start time"=272.889ยตs] [gotSchemaVersion=67] [phyTblIDs="[108]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:56.605 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=116] [version=67] [2024/05/06 02:50:56.606 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=67] ["take time"=2.083121ms] [job="ID:116, Type:add index, State:running, SchemaState:write only, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.606 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:116, Type:add index, State:running, SchemaState:write only, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.616 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:119, Type:add index, State:queueing, SchemaState:none, SchemaID:104, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.617 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 48, tp add index"] [category=ddl] [jobID=119] [conn=24] [category=ddl] [job="ID:119, Type:add index, State:queueing, SchemaState:none, SchemaID:104, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.617 +00:00] [INFO] [index.go:654] ["run add index job"] [category=ddl] [job="ID:119, Type:add index, State:running, SchemaState:none, SchemaID:104, TableID:110, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [indexInfo="{\"id\":1,\"idx_name\":{\"O\":\"db1_idx2\",\"L\":\"db1_idx2\"},\"tbl_name\":{\"O\":\"\",\"L\":\"\"},\"idx_cols\":[{\"name\":{\"O\":\"c2\",\"L\":\"c2\"},\"offset\":1,\"length\":-1}],\"state\":0,\"backfill_state\":0,\"comment\":\"\",\"index_type\":1,\"is_unique\":false,\"is_primary\":false,\"is_invisible\":false,\"is_global\":false,\"mv_index\":false}"] [2024/05/06 02:50:56.617 +00:00] [INFO] [index.go:817] ["fallback to txn-merge backfill process"] [category=ddl] ["lightning env initialized"=false] [2024/05/06 02:50:56.618 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:119, Type:add index, State:running, SchemaState:delete only, SchemaID:104, TableID:110, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.620 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=67] [neededSchemaVersion=68] ["start time"=245.312ยตs] [gotSchemaVersion=68] [phyTblIDs="[110]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:56.621 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:120, Type:drop column, State:running, SchemaState:write only, SchemaID:106, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.446 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.621 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=120] [conn=25] [category=ddl] [job="ID:120, Type:drop column, State:running, SchemaState:write only, SchemaID:106, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.446 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.621 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=119] [version=68] [2024/05/06 02:50:56.621 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=68] ["take time"=2.244635ms] [job="ID:119, Type:add index, State:running, SchemaState:delete only, SchemaID:104, TableID:110, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.622 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:120, Type:drop column, State:running, SchemaState:delete only, SchemaID:106, TableID:112, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.446 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.622 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:119, Type:add index, State:running, SchemaState:delete only, SchemaID:104, TableID:110, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.624 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=68] [neededSchemaVersion=69] ["start time"=358.3ยตs] [gotSchemaVersion=69] [phyTblIDs="[112]"] [actionTypes="[6]"] [diffTypes="[\"drop column\"]"] [2024/05/06 02:50:56.625 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:116, Type:add index, State:running, SchemaState:write only, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.625 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 49, tp add index"] [category=ddl] [jobID=116] [conn=18] [category=ddl] [job="ID:116, Type:add index, State:running, SchemaState:write only, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.625 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=120] [version=69] [2024/05/06 02:50:56.626 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:116, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.627 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=69] ["take time"=4.152233ms] [job="ID:120, Type:drop column, State:running, SchemaState:delete only, SchemaID:106, TableID:112, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.446 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.628 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=69] [neededSchemaVersion=70] ["start time"=416.211ยตs] [gotSchemaVersion=70] [phyTblIDs="[108]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:56.629 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:120, Type:drop column, State:running, SchemaState:delete only, SchemaID:106, TableID:112, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.446 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.630 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=116] [version=70] [2024/05/06 02:50:56.630 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=70] ["take time"=2.175643ms] [job="ID:116, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.631 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:116, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.636 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:119, Type:add index, State:running, SchemaState:delete only, SchemaID:104, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.636 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 50, tp add index"] [category=ddl] [jobID=119] [conn=24] [category=ddl] [job="ID:119, Type:add index, State:running, SchemaState:delete only, SchemaID:104, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.636 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:119, Type:add index, State:running, SchemaState:write only, SchemaID:104, TableID:110, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.638 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=70] [neededSchemaVersion=71] ["start time"=270.665ยตs] [gotSchemaVersion=71] [phyTblIDs="[110]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:56.640 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=119] [version=71] [2024/05/06 02:50:56.640 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=71] ["take time"=2.034918ms] [job="ID:119, Type:add index, State:running, SchemaState:write only, SchemaID:104, TableID:110, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.640 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:120, Type:drop column, State:running, SchemaState:delete only, SchemaID:106, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.446 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.640 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=120] [conn=25] [category=ddl] [job="ID:120, Type:drop column, State:running, SchemaState:delete only, SchemaID:106, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.446 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.641 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:120, Type:drop column, State:running, SchemaState:delete reorganization, SchemaID:106, TableID:112, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.446 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.641 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:119, Type:add index, State:running, SchemaState:write only, SchemaID:104, TableID:110, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.643 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=71] [neededSchemaVersion=72] ["start time"=323.903ยตs] [gotSchemaVersion=72] [phyTblIDs="[112]"] [actionTypes="[6]"] [diffTypes="[\"drop column\"]"] [2024/05/06 02:50:56.644 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=120] [version=72] [2024/05/06 02:50:56.645 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:116, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.645 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 47, tp add index"] [category=ddl] [jobID=116] [conn=18] [category=ddl] [job="ID:116, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.645 +00:00] [INFO] [index.go:857] ["index backfill state running"] [category=ddl] ["job ID"=116] [table=t1] ["ingest mode"=false] [index=db1_idx1] [2024/05/06 02:50:56.645 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=72] ["take time"=3.159706ms] [job="ID:120, Type:drop column, State:running, SchemaState:delete reorganization, SchemaID:106, TableID:112, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.446 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.645 +00:00] [INFO] [reorg.go:642] ["get noop table range"] [category=ddl] [table="&{108 t1 utf8mb4 utf8mb4_bin [0xc02e0d1a20 0xc02e0d1ce0 0xc02e0d1e40] [0xc037fd58c0 0xc037fd5b00] [] [] public false false 0 0 0 0 0 3 2 0 0 449567485231104001 0 0 0 0 0 0 5 false disable 7 104}"] ["table/partition ID"=108] ["start key"=] ["end key"=] ["is empty table"=true] [2024/05/06 02:50:56.646 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=116] [physicalTableID=108] [startKey=] [endKey=] [2024/05/06 02:50:56.646 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:120, Type:drop column, State:running, SchemaState:delete reorganization, SchemaID:106, TableID:112, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.446 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.648 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:116, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485236346881, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.649 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=116] [2024/05/06 02:50:56.650 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:116, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485236346881, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.654 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:116, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485236346881, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.654 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 48, tp add index"] [category=ddl] [jobID=116] [conn=18] [category=ddl] [job="ID:116, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485236346881, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.655 +00:00] [INFO] [index.go:857] ["index backfill state running"] [category=ddl] ["job ID"=116] [table=t1] ["ingest mode"=false] [index=db1_idx1] [2024/05/06 02:50:56.657 +00:00] [INFO] [index.go:1931] ["start to add table index"] [category=ddl] [job="ID:116, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485236346881, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:2,StartKey:,EndKey:,First:false,PhysicalTableID:108,Ingest mode:false"] [2024/05/06 02:50:56.658 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=108] ["start key"=] ["end key"=] [2024/05/06 02:50:56.658 +00:00] [INFO] [backfilling.go:421] ["split table range from PD, get noop table range"] [category=ddl] [physicalTableID=108] [2024/05/06 02:50:56.658 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp add index"] [jobID=116] [2024/05/06 02:50:56.658 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp add index"] [jobID=116] [2024/05/06 02:50:56.658 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp add index"] [jobID=116] [2024/05/06 02:50:56.658 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp add index"] [jobID=116] [2024/05/06 02:50:56.658 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_idx_] ["total added count"=0] ["start key"=] [2024/05/06 02:50:56.659 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=0] [2024/05/06 02:50:56.659 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:120, Type:drop column, State:running, SchemaState:delete reorganization, SchemaID:106, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.446 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.659 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=120] [conn=25] [category=ddl] [job="ID:120, Type:drop column, State:running, SchemaState:delete reorganization, SchemaID:106, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.446 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.659 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:116, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485236346881, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.662 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=72] [neededSchemaVersion=73] ["start time"=355.246ยตs] [gotSchemaVersion=73] [phyTblIDs="[108]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:56.662 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:120, Type:drop column, State:done, SchemaState:none, SchemaID:106, TableID:112, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:56.446 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.663 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=116] [version=73] [2024/05/06 02:50:56.663 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=73] ["take time"=2.012043ms] [job="ID:116, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485236346881, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.664 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:119, Type:add index, State:running, SchemaState:write only, SchemaID:104, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.664 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 49, tp add index"] [category=ddl] [jobID=119] [conn=24] [category=ddl] [job="ID:119, Type:add index, State:running, SchemaState:write only, SchemaID:104, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.664 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=73] [neededSchemaVersion=74] ["start time"=317.222ยตs] [gotSchemaVersion=74] [phyTblIDs="[112]"] [actionTypes="[6]"] [diffTypes="[\"drop column\"]"] [2024/05/06 02:50:56.665 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:116, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485236346881, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.665 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:119, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:110, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.666 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=120] [version=74] [2024/05/06 02:50:56.666 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=74] ["take time"=2.228415ms] [job="ID:120, Type:drop column, State:done, SchemaState:none, SchemaID:106, TableID:112, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:56.446 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.667 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=74] [neededSchemaVersion=75] ["start time"=349.668ยตs] [gotSchemaVersion=75] [phyTblIDs="[110]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:56.668 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:120, Type:drop column, State:done, SchemaState:none, SchemaID:106, TableID:112, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:56.446 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.669 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=119] [version=75] [2024/05/06 02:50:56.671 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=75] ["take time"=4.06379ms] [job="ID:119, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:110, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.672 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:119, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:110, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.678 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:116, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485236346881, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.678 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 47, tp add index"] [category=ddl] [jobID=116] [conn=18] [category=ddl] [job="ID:116, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485236346881, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.678 +00:00] [INFO] [index.go:880] ["index backfill state ready to merge"] [category=ddl] ["job ID"=116] [table=t1] [index=db1_idx1] [2024/05/06 02:50:56.678 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:116, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.680 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=75] [neededSchemaVersion=76] ["start time"=370.886ยตs] [gotSchemaVersion=76] [phyTblIDs="[108]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:56.681 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=120] [jobType="drop column"] [2024/05/06 02:50:56.682 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=120] [conn=25] [job="ID:120, Type:drop column, State:synced, SchemaState:none, SchemaID:106, TableID:112, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:56.446 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.682 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=116] [version=76] [2024/05/06 02:50:56.682 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=76] ["take time"=2.061689ms] [job="ID:116, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.683 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:116, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.685 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:120, Type:drop column, State:synced, SchemaState:none, SchemaID:106, TableID:112, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:56.446 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.685 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:119, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.685 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 48, tp add index"] [category=ddl] [jobID=119] [conn=24] [category=ddl] [job="ID:119, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.685 +00:00] [INFO] [index.go:857] ["index backfill state running"] [category=ddl] ["job ID"=119] [table=t2] ["ingest mode"=false] [index=db1_idx2] [2024/05/06 02:50:56.686 +00:00] [INFO] [reorg.go:642] ["get noop table range"] [category=ddl] [table="&{110 t2 utf8mb4 utf8mb4_bin [0xc0314e8b00 0xc0314e8c60] [0xc045927b00] [] [] public true false 0 0 0 0 0 3 1 0 0 449567485241327618 0 0 0 0 0 0 5 false disable 7 104}"] ["table/partition ID"=110] ["start key"=] ["end key"=] ["is empty table"=true] [2024/05/06 02:50:56.686 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=119] [physicalTableID=110] [startKey=] [endKey=] [2024/05/06 02:50:56.688 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:119, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:110, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485247094784, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.689 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=119] [2024/05/06 02:50:56.690 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:119, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:110, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485247094784, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.694 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:121, Type:modify auto id cache, State:queueing, SchemaState:none, SchemaID:106, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.452 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.694 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=121] [conn=27] [category=ddl] [job="ID:121, Type:modify auto id cache, State:queueing, SchemaState:none, SchemaID:106, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.452 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.695 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:121, Type:modify auto id cache, State:done, SchemaState:public, SchemaID:106, TableID:112, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:56.452 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.697 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=76] [neededSchemaVersion=77] ["start time"=310.83ยตs] [gotSchemaVersion=77] [phyTblIDs="[112]"] [actionTypes="[39]"] [diffTypes="[\"modify auto id cache\"]"] [2024/05/06 02:50:56.698 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:116, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.698 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 50, tp add index"] [category=ddl] [jobID=116] [conn=18] [category=ddl] [job="ID:116, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.698 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=121] [version=77] [2024/05/06 02:50:56.699 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=77] ["take time"=2.029314ms] [job="ID:121, Type:modify auto id cache, State:done, SchemaState:public, SchemaID:106, TableID:112, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:56.452 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.699 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=116] [physicalTableID=108] [startKey=74800000000000006c5f69ffff000000000002] [endKey=74800000000000006c5f69ffff000000000002ff] [2024/05/06 02:50:56.700 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:121, Type:modify auto id cache, State:done, SchemaState:public, SchemaID:106, TableID:112, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:56.452 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.701 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:116, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485250502656, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.702 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=116] [2024/05/06 02:50:56.703 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:116, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485250502656, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.706 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:119, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485247094784, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.707 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 49, tp add index"] [category=ddl] [jobID=119] [conn=24] [category=ddl] [job="ID:119, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485247094784, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.707 +00:00] [INFO] [index.go:857] ["index backfill state running"] [category=ddl] ["job ID"=119] [table=t2] ["ingest mode"=false] [index=db1_idx2] [2024/05/06 02:50:56.708 +00:00] [INFO] [index.go:1931] ["start to add table index"] [category=ddl] [job="ID:119, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:110, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485247094784, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:1,StartKey:,EndKey:,First:false,PhysicalTableID:110,Ingest mode:false"] [2024/05/06 02:50:56.709 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=110] ["start key"=] ["end key"=] [2024/05/06 02:50:56.709 +00:00] [INFO] [backfilling.go:421] ["split table range from PD, get noop table range"] [category=ddl] [physicalTableID=110] [2024/05/06 02:50:56.709 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp add index"] [jobID=119] [2024/05/06 02:50:56.709 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp add index"] [jobID=119] [2024/05/06 02:50:56.709 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp add index"] [jobID=119] [2024/05/06 02:50:56.709 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp add index"] [jobID=119] [2024/05/06 02:50:56.709 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:1,TypeKey:_idx_] ["total added count"=0] ["start key"=] [2024/05/06 02:50:56.709 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=0] [2024/05/06 02:50:56.710 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:119, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:110, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485247094784, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.711 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=77] [neededSchemaVersion=78] ["start time"=245.23ยตs] [gotSchemaVersion=78] [phyTblIDs="[110]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:56.713 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=121] [conn=27] [job="ID:121, Type:modify auto id cache, State:synced, SchemaState:public, SchemaID:106, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.452 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.713 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=119] [version=78] [2024/05/06 02:50:56.713 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=78] ["take time"=2.127065ms] [job="ID:119, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:110, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485247094784, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.715 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:116, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485250502656, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.715 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:119, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:110, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485247094784, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.715 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 47, tp add index"] [category=ddl] [jobID=116] [conn=18] [category=ddl] [job="ID:116, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485250502656, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.716 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:121, Type:modify auto id cache, State:synced, SchemaState:public, SchemaID:106, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.452 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.718 +00:00] [INFO] [index.go:1928] ["start to merge temp index"] [category=ddl] [job="ID:116, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485250502656, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:2,StartKey:74800000000000006c5f69ffff000000000002,EndKey:74800000000000006c5f69ffff000000000002ff,First:false,PhysicalTableID:108,Ingest mode:false"] [2024/05/06 02:50:56.719 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=108] ["start key"=74800000000000006c5f69ffff000000000002] ["end key"=74800000000000006c5f69ffff000000000002ff] [2024/05/06 02:50:56.719 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="merge temporary index"] [workerCnt=4] [regionCnt=1] [startKey=74800000000000006c5f69ffff000000000002] [endKey=74800000000000006c5f69ffff000000000002ff] [2024/05/06 02:50:56.720 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=108] ["end key"=74800000000000006c5f69ffff000000000002ff] ["current end key"=74800000000000006c5f69ffff00000000000200] [2024/05/06 02:50:56.720 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp merge temporary index"] [jobID=116] [2024/05/06 02:50:56.720 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp merge temporary index"] [task="taskID: 1, physicalTableID: 108, range: [74800000000000006c5f69ffff000000000002, 74800000000000006c5f69ffff00000000000200), jobID: 116"] ["added count"=0] ["scan count"=0] ["next key"=74800000000000006c5f69ffff0000000000020000] ["take time"=128.155ยตs] [2024/05/06 02:50:56.720 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp merge temporary index"] [jobID=116] [2024/05/06 02:50:56.720 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp merge temporary index"] [jobID=116] [2024/05/06 02:50:56.720 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp merge temporary index"] [jobID=116] [2024/05/06 02:50:56.720 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_idx_] ["total added count"=0] ["start key"=74800000000000006c5f69ffff000000000002] [2024/05/06 02:50:56.720 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=0] [2024/05/06 02:50:56.721 +00:00] [INFO] [index.go:781] ["run add index job done"] [category=ddl] [charset=utf8mb4] [collation=utf8mb4_bin] [2024/05/06 02:50:56.721 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:116, Type:add index, State:done, SchemaState:public, SchemaID:104, TableID:108, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485250502656, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.722 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:124, Type:add index, State:queueing, SchemaState:none, SchemaID:106, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.722 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 48, tp add index"] [category=ddl] [jobID=124] [conn=30] [category=ddl] [job="ID:124, Type:add index, State:queueing, SchemaState:none, SchemaID:106, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.722 +00:00] [INFO] [index.go:654] ["run add index job"] [category=ddl] [job="ID:124, Type:add index, State:running, SchemaState:none, SchemaID:106, TableID:112, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [indexInfo="{\"id\":1,\"idx_name\":{\"O\":\"db3_idx1\",\"L\":\"db3_idx1\"},\"tbl_name\":{\"O\":\"\",\"L\":\"\"},\"idx_cols\":[{\"name\":{\"O\":\"c2\",\"L\":\"c2\"},\"offset\":1,\"length\":-1}],\"state\":0,\"backfill_state\":0,\"comment\":\"\",\"index_type\":1,\"is_unique\":false,\"is_primary\":false,\"is_invisible\":false,\"is_global\":false,\"mv_index\":false}"] [2024/05/06 02:50:56.722 +00:00] [INFO] [index.go:817] ["fallback to txn-merge backfill process"] [category=ddl] ["lightning env initialized"=false] [2024/05/06 02:50:56.723 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:124, Type:add index, State:running, SchemaState:delete only, SchemaID:106, TableID:112, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.723 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=78] [neededSchemaVersion=79] ["start time"=459.306ยตs] [gotSchemaVersion=79] [phyTblIDs="[108]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:56.725 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=116] [version=79] [2024/05/06 02:50:56.726 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=79] [neededSchemaVersion=80] ["start time"=339.007ยตs] [gotSchemaVersion=80] [phyTblIDs="[112]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:56.727 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=79] ["take time"=4.038634ms] [job="ID:116, Type:add index, State:done, SchemaState:public, SchemaID:104, TableID:108, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485250502656, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.727 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=124] [version=80] [2024/05/06 02:50:56.728 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=80] ["take time"=2.222186ms] [job="ID:124, Type:add index, State:running, SchemaState:delete only, SchemaID:106, TableID:112, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.728 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:116, Type:add index, State:done, SchemaState:public, SchemaID:104, TableID:108, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485250502656, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.728 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:124, Type:add index, State:running, SchemaState:delete only, SchemaID:106, TableID:112, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.731 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:119, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485247094784, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.731 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 50, tp add index"] [category=ddl] [jobID=119] [conn=24] [category=ddl] [job="ID:119, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485247094784, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.732 +00:00] [INFO] [index.go:880] ["index backfill state ready to merge"] [category=ddl] ["job ID"=119] [table=t2] [index=db1_idx2] [2024/05/06 02:50:56.732 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:119, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:110, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.734 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=80] [neededSchemaVersion=81] ["start time"=240.586ยตs] [gotSchemaVersion=81] [phyTblIDs="[110]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:56.735 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=119] [version=81] [2024/05/06 02:50:56.736 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=81] ["take time"=2.77994ms] [job="ID:119, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:110, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.737 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:119, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:110, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.744 +00:00] [INFO] [delete_range.go:422] ["insert into delete-range indices"] [category=ddl] [jobID=116] [tableID=108] [indexIDs="[9223090561878065154]"] [comment="add index: physical table ID(s)"] [2024/05/06 02:50:56.745 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=116] [jobType="add index"] [2024/05/06 02:50:56.745 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 49, tp add index"] [category=ddl] [jobID=116] [conn=18] [job="ID:116, Type:add index, State:synced, SchemaState:public, SchemaID:104, TableID:108, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485250502656, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.750 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=116] [elementID=1] [startKey=74800000000000006c5f69ffff000000000002] [endKey=74800000000000006c5f69ffff000000000003] [2024/05/06 02:50:56.750 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:116, Type:add index, State:synced, SchemaState:public, SchemaID:104, TableID:108, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485250502656, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.755 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:119, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.755 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 47, tp add index"] [category=ddl] [jobID=119] [conn=24] [category=ddl] [job="ID:119, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.755 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=119] [physicalTableID=110] [startKey=74800000000000006e5f69ffff000000000001] [endKey=74800000000000006e5f69ffff000000000001ff] [2024/05/06 02:50:56.758 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:119, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:110, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485265182722, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.759 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=119] [2024/05/06 02:50:56.759 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:119, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:110, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485265182722, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.762 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:117, Type:drop index, State:queueing, SchemaState:public, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.762 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=117] [conn=23] [category=ddl] [job="ID:117, Type:drop index, State:queueing, SchemaState:public, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.763 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:117, Type:drop index, State:running, SchemaState:write only, SchemaID:104, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:56.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.764 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=81] [neededSchemaVersion=82] ["start time"=299.496ยตs] [gotSchemaVersion=82] [phyTblIDs="[108]"] [actionTypes="[8]"] [diffTypes="[\"drop index\"]"] [2024/05/06 02:50:56.766 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=117] [version=82] [2024/05/06 02:50:56.766 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=82] ["take time"=2.030829ms] [job="ID:117, Type:drop index, State:running, SchemaState:write only, SchemaID:104, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:56.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.766 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:119, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485265182722, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.766 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 48, tp add index"] [category=ddl] [jobID=119] [conn=24] [category=ddl] [job="ID:119, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485265182722, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.767 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:117, Type:drop index, State:running, SchemaState:write only, SchemaID:104, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:56.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.768 +00:00] [INFO] [index.go:1928] ["start to merge temp index"] [category=ddl] [job="ID:119, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:110, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485265182722, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:1,StartKey:74800000000000006e5f69ffff000000000001,EndKey:74800000000000006e5f69ffff000000000001ff,First:false,PhysicalTableID:110,Ingest mode:false"] [2024/05/06 02:50:56.769 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=110] ["start key"=74800000000000006e5f69ffff000000000001] ["end key"=74800000000000006e5f69ffff000000000001ff] [2024/05/06 02:50:56.769 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="merge temporary index"] [workerCnt=4] [regionCnt=1] [startKey=74800000000000006e5f69ffff000000000001] [endKey=74800000000000006e5f69ffff000000000001ff] [2024/05/06 02:50:56.770 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=110] ["end key"=74800000000000006e5f69ffff000000000001ff] ["current end key"=74800000000000006e5f69ffff00000000000100] [2024/05/06 02:50:56.770 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp merge temporary index"] [task="taskID: 1, physicalTableID: 110, range: [74800000000000006e5f69ffff000000000001, 74800000000000006e5f69ffff00000000000100), jobID: 119"] ["added count"=0] ["scan count"=0] ["next key"=74800000000000006e5f69ffff0000000000010000] ["take time"=100.647ยตs] [2024/05/06 02:50:56.770 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp merge temporary index"] [jobID=119] [2024/05/06 02:50:56.770 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp merge temporary index"] [jobID=119] [2024/05/06 02:50:56.770 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp merge temporary index"] [jobID=119] [2024/05/06 02:50:56.770 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp merge temporary index"] [jobID=119] [2024/05/06 02:50:56.770 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:1,TypeKey:_idx_] ["total added count"=0] ["start key"=74800000000000006e5f69ffff000000000001] [2024/05/06 02:50:56.770 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=0] [2024/05/06 02:50:56.770 +00:00] [INFO] [index.go:781] ["run add index job done"] [category=ddl] [charset=utf8mb4] [collation=utf8mb4_bin] [2024/05/06 02:50:56.770 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:119, Type:add index, State:done, SchemaState:public, SchemaID:104, TableID:110, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485265182722, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.772 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=82] [neededSchemaVersion=83] ["start time"=345.032ยตs] [gotSchemaVersion=83] [phyTblIDs="[110]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:56.773 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=119] [version=83] [2024/05/06 02:50:56.774 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:124, Type:add index, State:running, SchemaState:delete only, SchemaID:106, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.774 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=83] ["take time"=2.061881ms] [job="ID:119, Type:add index, State:done, SchemaState:public, SchemaID:104, TableID:110, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485265182722, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.774 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 50, tp add index"] [category=ddl] [jobID=124] [conn=30] [category=ddl] [job="ID:124, Type:add index, State:running, SchemaState:delete only, SchemaID:106, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.774 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:124, Type:add index, State:running, SchemaState:write only, SchemaID:106, TableID:112, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.774 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:119, Type:add index, State:done, SchemaState:public, SchemaID:104, TableID:110, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485265182722, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.776 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=83] [neededSchemaVersion=84] ["start time"=250.608ยตs] [gotSchemaVersion=84] [phyTblIDs="[112]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:56.777 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:117, Type:drop index, State:running, SchemaState:write only, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.777 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=117] [conn=23] [category=ddl] [job="ID:117, Type:drop index, State:running, SchemaState:write only, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.778 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:117, Type:drop index, State:running, SchemaState:delete only, SchemaID:104, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:56.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.778 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=124] [version=84] [2024/05/06 02:50:56.778 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=84] ["take time"=2.054473ms] [job="ID:124, Type:add index, State:running, SchemaState:write only, SchemaID:106, TableID:112, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.779 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:124, Type:add index, State:running, SchemaState:write only, SchemaID:106, TableID:112, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.780 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=84] [neededSchemaVersion=85] ["start time"=376.902ยตs] [gotSchemaVersion=85] [phyTblIDs="[108]"] [actionTypes="[8]"] [diffTypes="[\"drop index\"]"] [2024/05/06 02:50:56.782 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=117] [version=85] [2024/05/06 02:50:56.782 +00:00] [INFO] [delete_range.go:422] ["insert into delete-range indices"] [category=ddl] [jobID=119] [tableID=110] [indexIDs="[9223090561878065153]"] [comment="add index: physical table ID(s)"] [2024/05/06 02:50:56.783 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=119] [jobType="add index"] [2024/05/06 02:50:56.784 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 49, tp add index"] [category=ddl] [jobID=119] [conn=24] [job="ID:119, Type:add index, State:synced, SchemaState:public, SchemaID:104, TableID:110, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485265182722, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.784 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=85] ["take time"=4.036386ms] [job="ID:117, Type:drop index, State:running, SchemaState:delete only, SchemaID:104, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:56.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.785 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:117, Type:drop index, State:running, SchemaState:delete only, SchemaID:104, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:56.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.787 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=119] [elementID=1] [startKey=74800000000000006e5f69ffff000000000001] [endKey=74800000000000006e5f69ffff000000000002] [2024/05/06 02:50:56.788 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:119, Type:add index, State:synced, SchemaState:public, SchemaID:104, TableID:110, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485265182722, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.791 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=119] [2024/05/06 02:50:56.791 +00:00] [INFO] [callback.go:70] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:56.791 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:124, Type:add index, State:running, SchemaState:write only, SchemaID:106, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.792 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 47, tp add index"] [category=ddl] [jobID=124] [conn=30] [category=ddl] [job="ID:124, Type:add index, State:running, SchemaState:write only, SchemaID:106, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.792 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:124, Type:add index, State:running, SchemaState:write reorganization, SchemaID:106, TableID:112, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.794 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=85] [neededSchemaVersion=86] ["start time"=381.192ยตs] [gotSchemaVersion=86] [phyTblIDs="[112]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:56.795 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:117, Type:drop index, State:running, SchemaState:delete only, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.795 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=117] [conn=23] [category=ddl] [job="ID:117, Type:drop index, State:running, SchemaState:delete only, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.796 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=124] [version=86] [2024/05/06 02:50:56.796 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:117, Type:drop index, State:running, SchemaState:delete reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:56.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.798 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=86] [neededSchemaVersion=87] ["start time"=224.484ยตs] [gotSchemaVersion=87] [phyTblIDs="[108]"] [actionTypes="[8]"] [diffTypes="[\"drop index\"]"] [2024/05/06 02:50:56.798 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=86] ["take time"=4.058427ms] [job="ID:124, Type:add index, State:running, SchemaState:write reorganization, SchemaID:106, TableID:112, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.799 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=117] [version=87] [2024/05/06 02:50:56.799 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:124, Type:add index, State:running, SchemaState:write reorganization, SchemaID:106, TableID:112, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.800 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=87] ["take time"=2.177472ms] [job="ID:117, Type:drop index, State:running, SchemaState:delete reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:56.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.801 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:117, Type:drop index, State:running, SchemaState:delete reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:56.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.808 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:124, Type:add index, State:running, SchemaState:write reorganization, SchemaID:106, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.808 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 50, tp add index"] [category=ddl] [jobID=124] [conn=30] [category=ddl] [job="ID:124, Type:add index, State:running, SchemaState:write reorganization, SchemaID:106, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.808 +00:00] [INFO] [index.go:857] ["index backfill state running"] [category=ddl] ["job ID"=124] [table=t3] ["ingest mode"=false] [index=db3_idx1] [2024/05/06 02:50:56.809 +00:00] [INFO] [reorg.go:642] ["get noop table range"] [category=ddl] [table="&{112 t3 utf8mb4 utf8mb4_bin [0xc037702dc0 0xc037702f20 0xc037703080] [0xc0529573b0] [] [] public false false 0 0 0 1024 0 4 1 0 0 449567485274619905 0 0 0 0 0 0 5 false disable 8 106}"] ["table/partition ID"=112] ["start key"=] ["end key"=] ["is empty table"=true] [2024/05/06 02:50:56.809 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=124] [physicalTableID=112] [startKey=] [endKey=] [2024/05/06 02:50:56.811 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:124, Type:add index, State:running, SchemaState:write reorganization, SchemaID:106, TableID:112, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485279076354, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.812 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=124] [2024/05/06 02:50:56.812 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:117, Type:drop index, State:running, SchemaState:delete reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.812 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=117] [conn=23] [category=ddl] [job="ID:117, Type:drop index, State:running, SchemaState:delete reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.813 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:124, Type:add index, State:running, SchemaState:write reorganization, SchemaID:106, TableID:112, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485279076354, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.813 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:117, Type:drop index, State:done, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:56.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.816 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=87] [neededSchemaVersion=88] ["start time"=292.914ยตs] [gotSchemaVersion=88] [phyTblIDs="[108]"] [actionTypes="[8]"] [diffTypes="[\"drop index\"]"] [2024/05/06 02:50:56.817 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=117] [version=88] [2024/05/06 02:50:56.818 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=88] ["take time"=2.361698ms] [job="ID:117, Type:drop index, State:done, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:56.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.819 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:117, Type:drop index, State:done, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:56.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.825 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:124, Type:add index, State:running, SchemaState:write reorganization, SchemaID:106, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485279076354, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.825 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 47, tp add index"] [category=ddl] [jobID=124] [conn=30] [category=ddl] [job="ID:124, Type:add index, State:running, SchemaState:write reorganization, SchemaID:106, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485279076354, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.825 +00:00] [INFO] [index.go:857] ["index backfill state running"] [category=ddl] ["job ID"=124] [table=t3] ["ingest mode"=false] [index=db3_idx1] [2024/05/06 02:50:56.827 +00:00] [INFO] [index.go:1931] ["start to add table index"] [category=ddl] [job="ID:124, Type:add index, State:running, SchemaState:write reorganization, SchemaID:106, TableID:112, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485279076354, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:1,StartKey:,EndKey:,First:false,PhysicalTableID:112,Ingest mode:false"] [2024/05/06 02:50:56.828 +00:00] [INFO] [delete_range.go:422] ["insert into delete-range indices"] [category=ddl] [jobID=117] [tableID=108] [indexIDs="[1]"] [comment="drop index: table ID"] [2024/05/06 02:50:56.828 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=112] ["start key"=] ["end key"=] [2024/05/06 02:50:56.828 +00:00] [INFO] [backfilling.go:421] ["split table range from PD, get noop table range"] [category=ddl] [physicalTableID=112] [2024/05/06 02:50:56.828 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp add index"] [jobID=124] [2024/05/06 02:50:56.828 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp add index"] [jobID=124] [2024/05/06 02:50:56.828 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp add index"] [jobID=124] [2024/05/06 02:50:56.828 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp add index"] [jobID=124] [2024/05/06 02:50:56.829 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:1,TypeKey:_idx_] ["total added count"=0] ["start key"=] [2024/05/06 02:50:56.829 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=0] [2024/05/06 02:50:56.829 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=117] [jobType="drop index"] [2024/05/06 02:50:56.829 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:124, Type:add index, State:running, SchemaState:write reorganization, SchemaID:106, TableID:112, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485279076354, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.829 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=117] [conn=23] [job="ID:117, Type:drop index, State:synced, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:56.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.831 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=88] [neededSchemaVersion=89] ["start time"=243.826ยตs] [gotSchemaVersion=89] [phyTblIDs="[112]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:56.832 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:117, Type:drop index, State:synced, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:4, start time: 2024-05-06 02:50:56.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.832 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=124] [version=89] [2024/05/06 02:50:56.832 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=117] [elementID=1] [startKey=74800000000000006c5f698000000000000001] [endKey=74800000000000006c5f698000000000000002] [2024/05/06 02:50:56.833 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=89] ["take time"=2.038983ms] [job="ID:124, Type:add index, State:running, SchemaState:write reorganization, SchemaID:106, TableID:112, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485279076354, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.834 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:124, Type:add index, State:running, SchemaState:write reorganization, SchemaID:106, TableID:112, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485279076354, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.835 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=120] [2024/05/06 02:50:56.835 +00:00] [INFO] [callback.go:70] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:56.839 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:118, Type:add index, State:queueing, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.839 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 50, tp add index"] [category=ddl] [jobID=118] [conn=21] [category=ddl] [job="ID:118, Type:add index, State:queueing, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.839 +00:00] [INFO] [index.go:654] ["run add index job"] [category=ddl] [job="ID:118, Type:add index, State:running, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [indexInfo="{\"id\":3,\"idx_name\":{\"O\":\"db1_idxx\",\"L\":\"db1_idxx\"},\"tbl_name\":{\"O\":\"\",\"L\":\"\"},\"idx_cols\":[{\"name\":{\"O\":\"c1\",\"L\":\"c1\"},\"offset\":0,\"length\":-1}],\"state\":0,\"backfill_state\":0,\"comment\":\"\",\"index_type\":1,\"is_unique\":false,\"is_primary\":false,\"is_invisible\":false,\"is_global\":false,\"mv_index\":false}"] [2024/05/06 02:50:56.839 +00:00] [INFO] [index.go:817] ["fallback to txn-merge backfill process"] [category=ddl] ["lightning env initialized"=false] [2024/05/06 02:50:56.840 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:118, Type:add index, State:running, SchemaState:delete only, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.842 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=89] [neededSchemaVersion=90] ["start time"=342.092ยตs] [gotSchemaVersion=90] [phyTblIDs="[108]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:56.843 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=118] [version=90] [2024/05/06 02:50:56.844 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=90] ["take time"=2.059437ms] [job="ID:118, Type:add index, State:running, SchemaState:delete only, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.845 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:118, Type:add index, State:running, SchemaState:delete only, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.849 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:124, Type:add index, State:running, SchemaState:write reorganization, SchemaID:106, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485279076354, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.849 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 49, tp add index"] [category=ddl] [jobID=124] [conn=30] [category=ddl] [job="ID:124, Type:add index, State:running, SchemaState:write reorganization, SchemaID:106, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485279076354, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.850 +00:00] [INFO] [index.go:880] ["index backfill state ready to merge"] [category=ddl] ["job ID"=124] [table=t3] [index=db3_idx1] [2024/05/06 02:50:56.850 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:124, Type:add index, State:running, SchemaState:write reorganization, SchemaID:106, TableID:112, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.852 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=90] [neededSchemaVersion=91] ["start time"=337.069ยตs] [gotSchemaVersion=91] [phyTblIDs="[112]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:56.854 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=124] [version=91] [2024/05/06 02:50:56.854 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=91] ["take time"=2.018466ms] [job="ID:124, Type:add index, State:running, SchemaState:write reorganization, SchemaID:106, TableID:112, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.855 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:124, Type:add index, State:running, SchemaState:write reorganization, SchemaID:106, TableID:112, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.859 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:118, Type:add index, State:running, SchemaState:delete only, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.859 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 48, tp add index"] [category=ddl] [jobID=118] [conn=21] [category=ddl] [job="ID:118, Type:add index, State:running, SchemaState:delete only, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.867 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:118, Type:add index, State:running, SchemaState:write only, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.869 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=91] [neededSchemaVersion=92] ["start time"=430.323ยตs] [gotSchemaVersion=92] [phyTblIDs="[108]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:56.869 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:124, Type:add index, State:running, SchemaState:write reorganization, SchemaID:106, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.869 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 47, tp add index"] [category=ddl] [jobID=124] [conn=30] [category=ddl] [job="ID:124, Type:add index, State:running, SchemaState:write reorganization, SchemaID:106, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.870 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=124] [physicalTableID=112] [startKey=7480000000000000705f69ffff000000000001] [endKey=7480000000000000705f69ffff000000000001ff] [2024/05/06 02:50:56.871 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=118] [version=92] [2024/05/06 02:50:56.873 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=92] ["take time"=4.059576ms] [job="ID:118, Type:add index, State:running, SchemaState:write only, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.873 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:124, Type:add index, State:running, SchemaState:write reorganization, SchemaID:106, TableID:112, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485295329280, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.874 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:118, Type:add index, State:running, SchemaState:write only, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.874 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=124] [2024/05/06 02:50:56.874 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:124, Type:add index, State:running, SchemaState:write reorganization, SchemaID:106, TableID:112, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485295329280, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.886 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:118, Type:add index, State:running, SchemaState:write only, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.886 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 49, tp add index"] [category=ddl] [jobID=118] [conn=21] [category=ddl] [job="ID:118, Type:add index, State:running, SchemaState:write only, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.887 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.890 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=92] [neededSchemaVersion=93] ["start time"=351.126ยตs] [gotSchemaVersion=93] [phyTblIDs="[108]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:56.891 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=118] [version=93] [2024/05/06 02:50:56.891 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=93] ["take time"=2.103269ms] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.892 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.895 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:124, Type:add index, State:running, SchemaState:write reorganization, SchemaID:106, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485295329280, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.895 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 48, tp add index"] [category=ddl] [jobID=124] [conn=30] [category=ddl] [job="ID:124, Type:add index, State:running, SchemaState:write reorganization, SchemaID:106, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485295329280, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.897 +00:00] [INFO] [index.go:1928] ["start to merge temp index"] [category=ddl] [job="ID:124, Type:add index, State:running, SchemaState:write reorganization, SchemaID:106, TableID:112, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485295329280, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:1,StartKey:7480000000000000705f69ffff000000000001,EndKey:7480000000000000705f69ffff000000000001ff,First:false,PhysicalTableID:112,Ingest mode:false"] [2024/05/06 02:50:56.899 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=112] ["start key"=7480000000000000705f69ffff000000000001] ["end key"=7480000000000000705f69ffff000000000001ff] [2024/05/06 02:50:56.899 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="merge temporary index"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000705f69ffff000000000001] [endKey=7480000000000000705f69ffff000000000001ff] [2024/05/06 02:50:56.899 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=112] ["end key"=7480000000000000705f69ffff000000000001ff] ["current end key"=7480000000000000705f69ffff00000000000100] [2024/05/06 02:50:56.899 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp merge temporary index"] [jobID=124] [2024/05/06 02:50:56.899 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp merge temporary index"] [task="taskID: 1, physicalTableID: 112, range: [7480000000000000705f69ffff000000000001, 7480000000000000705f69ffff00000000000100), jobID: 124"] ["added count"=0] ["scan count"=0] ["next key"=7480000000000000705f69ffff0000000000010000] ["take time"=150.626ยตs] [2024/05/06 02:50:56.899 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp merge temporary index"] [jobID=124] [2024/05/06 02:50:56.899 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp merge temporary index"] [jobID=124] [2024/05/06 02:50:56.900 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp merge temporary index"] [jobID=124] [2024/05/06 02:50:56.900 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:1,TypeKey:_idx_] ["total added count"=0] ["start key"=7480000000000000705f69ffff000000000001] [2024/05/06 02:50:56.900 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=0] [2024/05/06 02:50:56.900 +00:00] [INFO] [index.go:781] ["run add index job done"] [category=ddl] [charset=utf8mb4] [collation=utf8mb4_bin] [2024/05/06 02:50:56.900 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:124, Type:add index, State:done, SchemaState:public, SchemaID:106, TableID:112, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485295329280, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.902 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=93] [neededSchemaVersion=94] ["start time"=325.623ยตs] [gotSchemaVersion=94] [phyTblIDs="[112]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:56.903 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=124] [version=94] [2024/05/06 02:50:56.904 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=94] ["take time"=2.088157ms] [job="ID:124, Type:add index, State:done, SchemaState:public, SchemaID:106, TableID:112, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485295329280, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.904 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.905 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 47, tp add index"] [category=ddl] [jobID=118] [conn=21] [category=ddl] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.905 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:124, Type:add index, State:done, SchemaState:public, SchemaID:106, TableID:112, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485295329280, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.905 +00:00] [INFO] [index.go:857] ["index backfill state running"] [category=ddl] ["job ID"=118] [table=t1] ["ingest mode"=false] [index=db1_idxx] [2024/05/06 02:50:56.905 +00:00] [INFO] [reorg.go:642] ["get noop table range"] [category=ddl] [table="&{108 t1 utf8mb4 utf8mb4_bin [0xc0213edce0 0xc0213ede40 0xc028fe2000] [0xc019d7d710 0xc019d7d950] [] [] public false false 0 0 0 0 0 3 3 0 0 449567485299523584 0 0 0 0 0 0 5 false disable 17 104}"] ["table/partition ID"=108] ["start key"=] ["end key"=] ["is empty table"=true] [2024/05/06 02:50:56.905 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=118] [physicalTableID=108] [startKey=] [endKey=] [2024/05/06 02:50:56.908 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485304504320, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.908 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=118] [2024/05/06 02:50:56.909 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485304504320, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.913 +00:00] [INFO] [delete_range.go:422] ["insert into delete-range indices"] [category=ddl] [jobID=124] [tableID=112] [indexIDs="[9223090561878065153]"] [comment="add index: physical table ID(s)"] [2024/05/06 02:50:56.914 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=124] [jobType="add index"] [2024/05/06 02:50:56.914 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 50, tp add index"] [category=ddl] [jobID=124] [conn=30] [job="ID:124, Type:add index, State:synced, SchemaState:public, SchemaID:106, TableID:112, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485295329280, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.917 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=124] [elementID=1] [startKey=7480000000000000705f69ffff000000000001] [endKey=7480000000000000705f69ffff000000000002] [2024/05/06 02:50:56.918 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:123, Type:drop schema, State:queueing, SchemaState:public, SchemaID:106, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.918 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=121] [2024/05/06 02:50:56.918 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:124, Type:add index, State:synced, SchemaState:public, SchemaID:106, TableID:112, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485295329280, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.918 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=123] [conn=29] [category=ddl] [job="ID:123, Type:drop schema, State:queueing, SchemaState:public, SchemaID:106, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.918 +00:00] [INFO] [callback.go:70] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:56.919 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:123, Type:drop schema, State:running, SchemaState:write only, SchemaID:106, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:56.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.921 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=94] [neededSchemaVersion=95] ["start time"=219.92ยตs] [gotSchemaVersion=95] [phyTblIDs="[112]"] [actionTypes="[2]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 02:50:56.922 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=123] [version=95] [2024/05/06 02:50:56.922 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485304504320, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.922 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 49, tp add index"] [category=ddl] [jobID=118] [conn=21] [category=ddl] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485304504320, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.923 +00:00] [INFO] [index.go:857] ["index backfill state running"] [category=ddl] ["job ID"=118] [table=t1] ["ingest mode"=false] [index=db1_idxx] [2024/05/06 02:50:56.923 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=95] ["take time"=2.289025ms] [job="ID:123, Type:drop schema, State:running, SchemaState:write only, SchemaID:106, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:56.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.924 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:123, Type:drop schema, State:running, SchemaState:write only, SchemaID:106, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:56.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.924 +00:00] [INFO] [index.go:1931] ["start to add table index"] [category=ddl] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485304504320, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:3,StartKey:,EndKey:,First:false,PhysicalTableID:108,Ingest mode:false"] [2024/05/06 02:50:56.926 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=108] ["start key"=] ["end key"=] [2024/05/06 02:50:56.926 +00:00] [INFO] [backfilling.go:421] ["split table range from PD, get noop table range"] [category=ddl] [physicalTableID=108] [2024/05/06 02:50:56.926 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp add index"] [jobID=118] [2024/05/06 02:50:56.926 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp add index"] [jobID=118] [2024/05/06 02:50:56.926 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp add index"] [jobID=118] [2024/05/06 02:50:56.926 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp add index"] [jobID=118] [2024/05/06 02:50:56.926 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:3,TypeKey:_idx_] ["total added count"=0] ["start key"=] [2024/05/06 02:50:56.926 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=0] [2024/05/06 02:50:56.926 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485304504320, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.928 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=95] [neededSchemaVersion=96] ["start time"=316.947ยตs] [gotSchemaVersion=96] [phyTblIDs="[108]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:56.930 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=118] [version=96] [2024/05/06 02:50:56.930 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=96] ["take time"=2.035512ms] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485304504320, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.931 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485304504320, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.934 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:123, Type:drop schema, State:running, SchemaState:write only, SchemaID:106, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.934 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=123] [conn=29] [category=ddl] [job="ID:123, Type:drop schema, State:running, SchemaState:write only, SchemaID:106, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.934 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:123, Type:drop schema, State:running, SchemaState:delete only, SchemaID:106, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.937 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485304504320, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.937 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=96] [neededSchemaVersion=97] ["start time"=35.564ยตs] [gotSchemaVersion=97] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 02:50:56.937 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 47, tp add index"] [category=ddl] [jobID=118] [conn=21] [category=ddl] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485304504320, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.937 +00:00] [INFO] [index.go:880] ["index backfill state ready to merge"] [category=ddl] ["job ID"=118] [table=t1] [index=db1_idxx] [2024/05/06 02:50:56.938 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.938 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=116] [2024/05/06 02:50:56.938 +00:00] [INFO] [callback.go:70] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:56.938 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=123] [version=97] [2024/05/06 02:50:56.938 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=97] ["take time"=2.064781ms] [job="ID:123, Type:drop schema, State:running, SchemaState:delete only, SchemaID:106, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.940 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=97] [neededSchemaVersion=98] ["start time"=365.572ยตs] [gotSchemaVersion=98] [phyTblIDs="[108]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:56.940 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:123, Type:drop schema, State:running, SchemaState:delete only, SchemaID:106, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.942 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=118] [version=98] [2024/05/06 02:50:56.944 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=98] ["take time"=4.250884ms] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.945 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.947 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=117] [2024/05/06 02:50:56.947 +00:00] [INFO] [callback.go:70] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:56.953 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:123, Type:drop schema, State:running, SchemaState:delete only, SchemaID:106, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.953 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=123] [conn=29] [category=ddl] [job="ID:123, Type:drop schema, State:running, SchemaState:delete only, SchemaID:106, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.954 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:123, Type:drop schema, State:done, SchemaState:none, SchemaID:106, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:56.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.956 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=98] [neededSchemaVersion=99] ["start time"=53.636ยตs] [gotSchemaVersion=99] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 02:50:56.957 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.957 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 48, tp add index"] [category=ddl] [jobID=118] [conn=21] [category=ddl] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.957 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=118] [physicalTableID=108] [startKey=74800000000000006c5f69ffff000000000003] [endKey=74800000000000006c5f69ffff000000000003ff] [2024/05/06 02:50:56.958 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=123] [version=99] [2024/05/06 02:50:56.958 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=99] ["take time"=2.01199ms] [job="ID:123, Type:drop schema, State:done, SchemaState:none, SchemaID:106, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:56.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.959 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:123, Type:drop schema, State:done, SchemaState:none, SchemaID:106, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:56.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.960 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485318135810, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.961 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=118] [2024/05/06 02:50:56.961 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485318135810, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.968 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=123] [tableIDs="[112]"] [comment="drop schema: table IDs"] [2024/05/06 02:50:56.969 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=123] [jobType="drop schema"] [2024/05/06 02:50:56.970 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 46, tp general"] [category=ddl] [jobID=123] [conn=29] [job="ID:123, Type:drop schema, State:synced, SchemaState:none, SchemaID:106, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:56.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.972 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=124] [2024/05/06 02:50:56.972 +00:00] [INFO] [callback.go:70] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:56.975 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:123, Type:drop schema, State:synced, SchemaState:none, SchemaID:106, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:56.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:56.978 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485318135810, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.978 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 50, tp add index"] [category=ddl] [jobID=118] [conn=21] [category=ddl] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485318135810, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.979 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=123] [elementID=1] [startKey=748000000000000070] [endKey=748000000000000071] [2024/05/06 02:50:56.981 +00:00] [INFO] [index.go:1928] ["start to merge temp index"] [category=ddl] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485318135810, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:3,StartKey:74800000000000006c5f69ffff000000000003,EndKey:74800000000000006c5f69ffff000000000003ff,First:false,PhysicalTableID:108,Ingest mode:false"] [2024/05/06 02:50:56.982 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=108] ["start key"=74800000000000006c5f69ffff000000000003] ["end key"=74800000000000006c5f69ffff000000000003ff] [2024/05/06 02:50:56.982 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="merge temporary index"] [workerCnt=4] [regionCnt=1] [startKey=74800000000000006c5f69ffff000000000003] [endKey=74800000000000006c5f69ffff000000000003ff] [2024/05/06 02:50:56.982 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=108] ["end key"=74800000000000006c5f69ffff000000000003ff] ["current end key"=74800000000000006c5f69ffff00000000000300] [2024/05/06 02:50:56.983 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp merge temporary index"] [jobID=118] [2024/05/06 02:50:56.983 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp merge temporary index"] [jobID=118] [2024/05/06 02:50:56.983 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp merge temporary index"] [jobID=118] [2024/05/06 02:50:56.983 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp merge temporary index"] [task="taskID: 1, physicalTableID: 108, range: [74800000000000006c5f69ffff000000000003, 74800000000000006c5f69ffff00000000000300), jobID: 118"] ["added count"=0] ["scan count"=0] ["next key"=74800000000000006c5f69ffff0000000000030000] ["take time"=202.14ยตs] [2024/05/06 02:50:56.983 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp merge temporary index"] [jobID=118] [2024/05/06 02:50:56.983 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:3,TypeKey:_idx_] ["total added count"=0] ["start key"=74800000000000006c5f69ffff000000000003] [2024/05/06 02:50:56.983 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=0] [2024/05/06 02:50:56.983 +00:00] [INFO] [index.go:781] ["run add index job done"] [category=ddl] [charset=utf8mb4] [collation=utf8mb4_bin] [2024/05/06 02:50:56.984 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:118, Type:add index, State:done, SchemaState:public, SchemaID:104, TableID:108, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485318135810, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.987 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=99] [neededSchemaVersion=100] ["start time"=435.638ยตs] [gotSchemaVersion=100] [phyTblIDs="[108]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:56.988 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=118] [version=100] [2024/05/06 02:50:56.990 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=100] ["take time"=4.308428ms] [job="ID:118, Type:add index, State:done, SchemaState:public, SchemaID:104, TableID:108, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485318135810, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:56.992 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:118, Type:add index, State:done, SchemaState:public, SchemaID:104, TableID:108, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485318135810, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.003 +00:00] [INFO] [delete_range.go:422] ["insert into delete-range indices"] [category=ddl] [jobID=118] [tableID=108] [indexIDs="[9223090561878065155]"] [comment="add index: physical table ID(s)"] [2024/05/06 02:50:57.004 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=118] [jobType="add index"] [2024/05/06 02:50:57.005 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 47, tp add index"] [category=ddl] [jobID=118] [conn=21] [job="ID:118, Type:add index, State:synced, SchemaState:public, SchemaID:104, TableID:108, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485318135810, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.009 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:118, Type:add index, State:synced, SchemaState:public, SchemaID:104, TableID:108, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485318135810, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.016 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:122, Type:add index, State:queueing, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.016 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 49, tp add index"] [category=ddl] [jobID=122] [conn=28] [category=ddl] [job="ID:122, Type:add index, State:queueing, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.017 +00:00] [INFO] [index.go:654] ["run add index job"] [category=ddl] [job="ID:122, Type:add index, State:running, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [indexInfo="{\"id\":4,\"idx_name\":{\"O\":\"db1_idx3\",\"L\":\"db1_idx3\"},\"tbl_name\":{\"O\":\"\",\"L\":\"\"},\"idx_cols\":[{\"name\":{\"O\":\"c2\",\"L\":\"c2\"},\"offset\":1,\"length\":-1}],\"state\":0,\"backfill_state\":0,\"comment\":\"\",\"index_type\":1,\"is_unique\":false,\"is_primary\":false,\"is_invisible\":false,\"is_global\":false,\"mv_index\":false}"] [2024/05/06 02:50:57.017 +00:00] [INFO] [index.go:817] ["fallback to txn-merge backfill process"] [category=ddl] ["lightning env initialized"=false] [2024/05/06 02:50:57.017 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:122, Type:add index, State:running, SchemaState:delete only, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.019 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=118] [elementID=1] [startKey=74800000000000006c5f69ffff000000000003] [endKey=74800000000000006c5f69ffff000000000004] [2024/05/06 02:50:57.020 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=100] [neededSchemaVersion=101] ["start time"=466.221ยตs] [gotSchemaVersion=101] [phyTblIDs="[108]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:57.021 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=122] [version=101] [2024/05/06 02:50:57.021 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=101] ["take time"=2.026187ms] [job="ID:122, Type:add index, State:running, SchemaState:delete only, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.022 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:122, Type:add index, State:running, SchemaState:delete only, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.032 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:122, Type:add index, State:running, SchemaState:delete only, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.032 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 48, tp add index"] [category=ddl] [jobID=122] [conn=28] [category=ddl] [job="ID:122, Type:add index, State:running, SchemaState:delete only, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.033 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:122, Type:add index, State:running, SchemaState:write only, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.036 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=101] [neededSchemaVersion=102] ["start time"=438.454ยตs] [gotSchemaVersion=102] [phyTblIDs="[108]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:57.037 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=122] [version=102] [2024/05/06 02:50:57.040 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=102] ["take time"=4.546377ms] [job="ID:122, Type:add index, State:running, SchemaState:write only, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.041 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:122, Type:add index, State:running, SchemaState:write only, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.048 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:122, Type:add index, State:running, SchemaState:write only, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.048 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 49, tp add index"] [category=ddl] [jobID=122] [conn=28] [category=ddl] [job="ID:122, Type:add index, State:running, SchemaState:write only, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.049 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:122, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.051 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=102] [neededSchemaVersion=103] ["start time"=321.613ยตs] [gotSchemaVersion=103] [phyTblIDs="[108]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:57.052 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=122] [version=103] [2024/05/06 02:50:57.053 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=103] ["take time"=2.715644ms] [job="ID:122, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.054 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:122, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.062 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:122, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.063 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 48, tp add index"] [category=ddl] [jobID=122] [conn=28] [category=ddl] [job="ID:122, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.063 +00:00] [INFO] [index.go:857] ["index backfill state running"] [category=ddl] ["job ID"=122] [table=t1] ["ingest mode"=false] [index=db1_idx3] [2024/05/06 02:50:57.063 +00:00] [INFO] [reorg.go:642] ["get noop table range"] [category=ddl] [table="&{108 t1 utf8mb4 utf8mb4_bin [0xc032e0a160 0xc032e0a2c0 0xc032e0a420] [0xc01dc8e000 0xc01dc8e240 0xc01dc8e480] [] [] public false false 0 0 0 0 0 3 4 0 0 449567485341990912 0 0 0 0 0 0 5 false disable 23 104}"] ["table/partition ID"=108] ["start key"=] ["end key"=] ["is empty table"=true] [2024/05/06 02:50:57.063 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=122] [physicalTableID=108] [startKey=] [endKey=] [2024/05/06 02:50:57.065 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:122, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485345923073, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.066 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=122] [2024/05/06 02:50:57.067 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:122, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485345923073, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.076 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:122, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485345923073, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.076 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 49, tp add index"] [category=ddl] [jobID=122] [conn=28] [category=ddl] [job="ID:122, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485345923073, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.077 +00:00] [INFO] [index.go:857] ["index backfill state running"] [category=ddl] ["job ID"=122] [table=t1] ["ingest mode"=false] [index=db1_idx3] [2024/05/06 02:50:57.079 +00:00] [INFO] [index.go:1931] ["start to add table index"] [category=ddl] [job="ID:122, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485345923073, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:4,StartKey:,EndKey:,First:false,PhysicalTableID:108,Ingest mode:false"] [2024/05/06 02:50:57.080 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=108] ["start key"=] ["end key"=] [2024/05/06 02:50:57.080 +00:00] [INFO] [backfilling.go:421] ["split table range from PD, get noop table range"] [category=ddl] [physicalTableID=108] [2024/05/06 02:50:57.080 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp add index"] [jobID=122] [2024/05/06 02:50:57.080 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp add index"] [jobID=122] [2024/05/06 02:50:57.080 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp add index"] [jobID=122] [2024/05/06 02:50:57.080 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp add index"] [jobID=122] [2024/05/06 02:50:57.080 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:4,TypeKey:_idx_] ["total added count"=0] ["start key"=] [2024/05/06 02:50:57.080 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=0] [2024/05/06 02:50:57.081 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:122, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485345923073, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.083 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=103] [neededSchemaVersion=104] ["start time"=489.982ยตs] [gotSchemaVersion=104] [phyTblIDs="[108]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:57.085 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=122] [version=104] [2024/05/06 02:50:57.087 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=104] ["take time"=4.853162ms] [job="ID:122, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485345923073, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.088 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:122, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485345923073, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.098 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:122, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485345923073, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.099 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 47, tp add index"] [category=ddl] [jobID=122] [conn=28] [category=ddl] [job="ID:122, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485345923073, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.099 +00:00] [INFO] [index.go:880] ["index backfill state ready to merge"] [category=ddl] ["job ID"=122] [table=t1] [index=db1_idx3] [2024/05/06 02:50:57.099 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:122, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.101 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=104] [neededSchemaVersion=105] ["start time"=395.624ยตs] [gotSchemaVersion=105] [phyTblIDs="[108]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:57.103 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=122] [version=105] [2024/05/06 02:50:57.103 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=105] ["take time"=2.052965ms] [job="ID:122, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.104 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:122, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.111 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:122, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.111 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 50, tp add index"] [category=ddl] [jobID=122] [conn=28] [category=ddl] [job="ID:122, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.112 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=122] [physicalTableID=108] [startKey=74800000000000006c5f69ffff000000000004] [endKey=74800000000000006c5f69ffff000000000004ff] [2024/05/06 02:50:57.114 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:122, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485358768128, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.115 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=122] [2024/05/06 02:50:57.116 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:122, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485358768128, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.127 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:122, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485358768128, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.127 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 47, tp add index"] [category=ddl] [jobID=122] [conn=28] [category=ddl] [job="ID:122, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485358768128, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.129 +00:00] [INFO] [index.go:1928] ["start to merge temp index"] [category=ddl] [job="ID:122, Type:add index, State:running, SchemaState:write reorganization, SchemaID:104, TableID:108, RowCount:0, ArgLen:6, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485358768128, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:4,StartKey:74800000000000006c5f69ffff000000000004,EndKey:74800000000000006c5f69ffff000000000004ff,First:false,PhysicalTableID:108,Ingest mode:false"] [2024/05/06 02:50:57.130 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=108] ["start key"=74800000000000006c5f69ffff000000000004] ["end key"=74800000000000006c5f69ffff000000000004ff] [2024/05/06 02:50:57.130 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="merge temporary index"] [workerCnt=4] [regionCnt=1] [startKey=74800000000000006c5f69ffff000000000004] [endKey=74800000000000006c5f69ffff000000000004ff] [2024/05/06 02:50:57.131 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=108] ["end key"=74800000000000006c5f69ffff000000000004ff] ["current end key"=74800000000000006c5f69ffff00000000000400] [2024/05/06 02:50:57.131 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp merge temporary index"] [jobID=122] [2024/05/06 02:50:57.131 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp merge temporary index"] [task="taskID: 1, physicalTableID: 108, range: [74800000000000006c5f69ffff000000000004, 74800000000000006c5f69ffff00000000000400), jobID: 122"] ["added count"=0] ["scan count"=0] ["next key"=74800000000000006c5f69ffff0000000000040000] ["take time"=139.602ยตs] [2024/05/06 02:50:57.131 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp merge temporary index"] [jobID=122] [2024/05/06 02:50:57.131 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp merge temporary index"] [jobID=122] [2024/05/06 02:50:57.131 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp merge temporary index"] [jobID=122] [2024/05/06 02:50:57.131 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:4,TypeKey:_idx_] ["total added count"=0] ["start key"=74800000000000006c5f69ffff000000000004] [2024/05/06 02:50:57.131 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=0] [2024/05/06 02:50:57.132 +00:00] [INFO] [index.go:781] ["run add index job done"] [category=ddl] [charset=utf8mb4] [collation=utf8mb4_bin] [2024/05/06 02:50:57.132 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:122, Type:add index, State:done, SchemaState:public, SchemaID:104, TableID:108, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485358768128, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.134 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=105] [neededSchemaVersion=106] ["start time"=414.105ยตs] [gotSchemaVersion=106] [phyTblIDs="[108]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2024/05/06 02:50:57.136 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=122] [version=106] [2024/05/06 02:50:57.136 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=106] ["take time"=2.030836ms] [job="ID:122, Type:add index, State:done, SchemaState:public, SchemaID:104, TableID:108, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485358768128, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.136 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:122, Type:add index, State:done, SchemaState:public, SchemaID:104, TableID:108, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485358768128, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.146 +00:00] [INFO] [delete_range.go:422] ["insert into delete-range indices"] [category=ddl] [jobID=122] [tableID=108] [indexIDs="[9223090561878065156]"] [comment="add index: physical table ID(s)"] [2024/05/06 02:50:57.147 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=122] [jobType="add index"] [2024/05/06 02:50:57.148 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 48, tp add index"] [category=ddl] [jobID=122] [conn=28] [job="ID:122, Type:add index, State:synced, SchemaState:public, SchemaID:104, TableID:108, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485358768128, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.152 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:122, Type:add index, State:synced, SchemaState:public, SchemaID:104, TableID:108, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:56.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485358768128, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:57.153 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=122] [elementID=1] [startKey=74800000000000006c5f69ffff000000000004] [endKey=74800000000000006c5f69ffff000000000005] [2024/05/06 02:50:57.155 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=123] [2024/05/06 02:50:57.155 +00:00] [INFO] [callback.go:70] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:57.237 +00:00] [INFO] [runaway.go:158] ["preparations for the runaway manager are finished and start runaway manager loop"] [2024/05/06 02:50:57.237 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 02:50:57.237 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 02:50:57.237 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 02:50:57.262 +00:00] [INFO] [runtime.go:160] ["TimerGroupRuntime loop started"] [groupID=ttl] [2024/05/06 02:50:57.262 +00:00] [INFO] [runtime.go:402] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true] [2024/05/06 02:50:57.264 +00:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=16] [2024/05/06 02:50:57.266 +00:00] [INFO] [scheduler_manager.go:200] ["schedule task loop start"] [server-id=:4000] [2024/05/06 02:50:57.266 +00:00] [INFO] [scheduler_manager.go:312] ["subtask table gc loop start"] [server-id=:4000] [2024/05/06 02:50:57.266 +00:00] [INFO] [scheduler_manager.go:373] ["cleanup loop start"] [server-id=:4000] [2024/05/06 02:50:57.266 +00:00] [INFO] [scheduler_manager.go:453] ["collect loop start"] [server-id=:4000] [2024/05/06 02:50:57.441 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=118] [2024/05/06 02:50:57.441 +00:00] [INFO] [callback.go:70] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:57.461 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=122] [2024/05/06 02:50:57.461 +00:00] [INFO] [callback.go:70] ["performing DDL change, must reload"] [category=ddl] ddl_worker_test.go:251: Error Trace: pkg/ddl/ddl_worker_test.go:251 Error: "61" is not less than "57" Test: TestParallelDDL [2024/05/06 02:50:57.462 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=be4b3c76-8f91-4d1d-91e4-1b8202c20b01] [ownerKey=/tidb/ddl/fg/owner] [2024/05/06 02:50:57.462 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:50:57.462 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 50, tp add index"] [category=ddl] ["take time"=2.744ยตs] [2024/05/06 02:50:57.462 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 48, tp add index"] [category=ddl] ["take time"=1.099ยตs] [2024/05/06 02:50:57.462 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 49, tp add index"] [category=ddl] ["take time"=1.75ยตs] [2024/05/06 02:50:57.462 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 47, tp add index"] [category=ddl] ["take time"=1.287ยตs] [2024/05/06 02:50:57.462 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:50:57.462 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 46, tp general"] [category=ddl] ["take time"=1.459ยตs] [2024/05/06 02:50:57.462 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:50:57.462 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/06 02:50:57.462 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 02:50:57.466 +00:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=be4b3c76-8f91-4d1d-91e4-1b8202c20b01] ["take time"=3.587049ms] [2024/05/06 02:50:57.466 +00:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=be4b3c76-8f91-4d1d-91e4-1b8202c20b01] [2024/05/06 02:50:57.466 +00:00] [INFO] [domain.go:1026] ["stopping ttlJobManager"] [2024/05/06 02:50:57.466 +00:00] [INFO] [runtime.go:190] ["TimerGroupRuntime loop exit"] [groupID=ttl] [2024/05/06 02:50:57.466 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/06 02:50:57.466 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 02:50:57.466 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 02:50:57.466 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 02:50:57.466 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 02:50:57.466 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/06 02:50:57.466 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 02:50:57.466 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 02:50:57.466 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 02:50:57.466 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 02:50:57.467 +00:00] [INFO] [job_manager.go:174] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [2024/05/06 02:50:57.467 +00:00] [INFO] [domain.go:1037] ["ttlJobManager exited."] [2024/05/06 02:50:57.467 +00:00] [INFO] [manager.go:280] ["recoverMetaLoop done"] [server-id=:4000] [2024/05/06 02:50:57.467 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:50:57.467 +00:00] [INFO] [domain.go:907] ["loadSchemaInLoop exited."] [2024/05/06 02:50:57.467 +00:00] [INFO] [domain.go:2352] ["indexUsageWorker exited."] [2024/05/06 02:50:57.467 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=indexUsageWorker] [2024/05/06 02:50:57.467 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 02:50:57.467 +00:00] [INFO] [domain.go:1542] ["stopping dist task scheduler manager because the current node is not DDL owner anymore"] [id=be4b3c76-8f91-4d1d-91e4-1b8202c20b01] [2024/05/06 02:50:57.467 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 02:50:57.467 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 02:50:57.467 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 02:50:57.467 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:50:57.467 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:50:57.467 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:50:57.467 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:50:57.467 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 02:50:57.467 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/06 02:50:57.467 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."] [2024/05/06 02:50:57.467 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 02:50:57.467 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=be4b3c76-8f91-4d1d-91e4-1b8202c20b01] [ownerKey=/tidb/bindinfo/owner] [2024/05/06 02:50:57.467 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 02:50:57.467 +00:00] [INFO] [domain.go:1889] ["globalBindHandleWorkerLoop exited."] [2024/05/06 02:50:57.467 +00:00] [INFO] [scheduler_manager.go:459] ["collect loop exits"] [server-id=:4000] [2024/05/06 02:50:57.467 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/06 02:50:57.467 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=be4b3c76-8f91-4d1d-91e4-1b8202c20b01] [ownerKey=/tidb/stats/owner] [2024/05/06 02:50:57.467 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 02:50:57.467 +00:00] [INFO] [scheduler_manager.go:379] ["cleanup loop exits"] [server-id=:4000] [2024/05/06 02:50:57.467 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=quitStatsOwner] [2024/05/06 02:50:57.467 +00:00] [INFO] [scheduler_manager.go:318] ["subtask history table gc loop exits"] [server-id=:4000] [2024/05/06 02:50:57.467 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 02:50:57.467 +00:00] [INFO] [scheduler_manager.go:206] ["schedule task loop exits"] [server-id=:4000] [2024/05/06 02:50:57.467 +00:00] [INFO] [domain.go:2074] ["dumpFileGcChecker exited."] [2024/05/06 02:50:57.467 +00:00] [INFO] [domain.go:1750] ["LoadSysVarCacheLoop exited."] [2024/05/06 02:50:57.467 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 02:50:57.467 +00:00] [INFO] [domain.go:1544] ["dist task scheduler manager stopped"] [id=be4b3c76-8f91-4d1d-91e4-1b8202c20b01] [2024/05/06 02:50:57.467 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/06 02:50:57.467 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 02:50:57.467 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/06 02:50:57.467 +00:00] [INFO] [domain.go:1527] ["stopping dist task executor manager"] [2024/05/06 02:50:57.467 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 02:50:57.467 +00:00] [INFO] [domain.go:1700] ["loadPrivilegeInLoop exited."] [2024/05/06 02:50:57.467 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 02:50:57.467 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 02:50:57.468 +00:00] [INFO] [manager.go:179] ["handle tasks loop done"] [server-id=:4000] [2024/05/06 02:50:57.468 +00:00] [INFO] [domain.go:1529] ["dist task executor manager stopped"] [2024/05/06 02:50:57.468 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 02:50:57.469 +00:00] [INFO] [domain.go:1074] ["domain closed"] ["take time"=6.546659ms] [2024/05/06 02:50:57.469 +00:00] [INFO] [db.go:567] ["Closing database"] [2024/05/06 02:50:57.469 +00:00] [INFO] [db.go:592] ["Memtable flushed"] [2024/05/06 02:50:57.469 +00:00] [INFO] [db.go:596] ["Compaction finished"] [2024/05/06 02:50:57.469 +00:00] [INFO] [db.go:615] ["BlobManager finished"] [2024/05/06 02:50:57.469 +00:00] [INFO] [db.go:619] ["ResourceManager finished"] [2024/05/06 02:50:57.469 +00:00] [INFO] [db.go:625] ["Waiting for closer"] --- FAIL: TestParallelDDL (3.01s) === RUN TestModifyColumnTime [2024/05/06 02:50:57.486 +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 02:50:57.486 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:57.486 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:57.487 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:57.487 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:57.487 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:57.489 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=8a085c23-2d47-4834-af96-4232ea002570] ["ddl lease"=500ms] ["stats lease"=-1ns] [2024/05/06 02:50:57.496 +00:00] [WARN] [controller.go:198] ["[resource group controller] server does not save config, load config failed"] [2024/05/06 02:50:57.496 +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 02:50:57.496 +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\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap\n\tpkg/testkit/mockstore.go:294\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStoreAndDomain\n\tpkg/testkit/mockstore.go:265\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStore\n\tpkg/testkit/mockstore.go:72\ngithub.com/pingcap/tidb/pkg/ddl_test.testModifyColumnTime\n\tpkg/ddl/modify_column_test.go:507\ngithub.com/pingcap/tidb/pkg/ddl_test.TestModifyColumnTime\n\tpkg/ddl/modify_column_test.go:495\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [version=0] [2024/05/06 02:50:57.512 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=0] ["start time"=15.50867ms] [2024/05/06 02:50:57.512 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 02:50:57.513 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=27ee09f5-1fae-4dc5-b01c-e102ee598529] [runWorker=true] [2024/05/06 02:50:57.514 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 02:50:57.514 +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 02:50:57.514 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 02:50:57.514 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 02:50:57.514 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 02:50:57.514 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 02:50:57.514 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 02:50:57.514 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 02:50:57.514 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 02:50:57.514 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2024/05/06 02:50:57.514 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 02:50:57.514 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 02:50:57.514 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 02:50:57.514 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 02:50:57.514 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 02:50:57.515 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 02:50:57.515 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 02:50:57.515 +00:00] [INFO] [controller.go:447] ["[resource group controller] create resource group cost controller"] [name=default] [2024/05/06 02:50:57.515 +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 02:50:57.518 +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 02:50:57.517 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:57.518 +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 02:50:57.517 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS test"] [2024/05/06 02:50:57.524 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:57.517 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.546 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=1] ["start time"=19.799625ms] [2024/05/06 02:50:57.547 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 02:50:57.549 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:57.549 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2024/05/06 02:50:57.550 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=24.422332ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:57.517 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.557 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:57.517 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.560 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=3] [2024/05/06 02:50:57.560 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:57.560 +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 02:50:57.561 +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 02:50:57.566 +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 02:50:57.563 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:57.566 +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 02:50:57.563 +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 02:50:57.574 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:57.563 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.587 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=1] [neededSchemaVersion=2] ["start time"=1.325429ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:57.588 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:57.588 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2024/05/06 02:50:57.590 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=4.864111ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:57.563 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.598 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:57.563 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.606 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=5] [2024/05/06 02:50:57.606 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:57.607 +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 02:50:57.610 +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 02:50:57.609 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:57.610 +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 02:50:57.609 +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 02:50:57.617 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:57.609 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.622 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=2] [neededSchemaVersion=3] ["start time"=334.08ยตs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:57.623 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:57.623 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2024/05/06 02:50:57.624 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=2.858104ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:57.609 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.639 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:57.609 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.642 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=7] [2024/05/06 02:50:57.642 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:57.643 +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 02:50:57.646 +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 02:50:57.645 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:57.646 +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 02:50:57.645 +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 02:50:57.657 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:57.645 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.659 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=3] [neededSchemaVersion=4] ["start time"=265.189ยตs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:57.661 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:57.661 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2024/05/06 02:50:57.661 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=2.195636ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:57.645 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.668 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:57.645 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.675 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=9] [2024/05/06 02:50:57.675 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:57.676 +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 02:50:57.680 +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 02:50:57.678 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:57.680 +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 02:50:57.678 +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 02:50:57.692 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:57.678 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.697 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=4] [neededSchemaVersion=5] ["start time"=597.204ยตs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:57.699 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:57.699 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2024/05/06 02:50:57.701 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=4.478447ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:57.678 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.711 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:57.678 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.718 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=11] [2024/05/06 02:50:57.718 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:57.718 +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 02:50:57.723 +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 02:50:57.72 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:57.723 +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 02:50:57.72 +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 02:50:57.736 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:57.72 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.742 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=5] [neededSchemaVersion=6] ["start time"=350.04ยตs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:57.743 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:57.743 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2024/05/06 02:50:57.744 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=2.446865ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:57.72 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.750 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:57.72 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.755 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=13] [2024/05/06 02:50:57.755 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:57.755 +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 02:50:57.759 +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 02:50:57.757 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:57.760 +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 02:50:57.757 +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 02:50:57.768 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:57.757 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.771 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=6] [neededSchemaVersion=7] ["start time"=303.673ยตs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:57.772 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:57.772 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2024/05/06 02:50:57.773 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=2.483404ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:57.757 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.784 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:57.757 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.788 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=15] [2024/05/06 02:50:57.788 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:57.789 +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 02:50:57.793 +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 02:50:57.791 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:57.793 +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 02:50:57.791 +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 02:50:57.803 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:57.791 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.806 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=7] [neededSchemaVersion=8] ["start time"=265.121ยตs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:57.808 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:57.808 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2024/05/06 02:50:57.809 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=2.451479ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:57.791 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.815 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:57.791 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.819 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=17] [2024/05/06 02:50:57.819 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:57.819 +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 02:50:57.823 +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 02:50:57.821 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:57.823 +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 02:50:57.821 +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 02:50:57.829 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:57.821 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.833 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=8] [neededSchemaVersion=9] ["start time"=345.8ยตs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:57.834 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:57.834 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2024/05/06 02:50:57.835 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=2.427045ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:57.821 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.840 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:57.821 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.843 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=19] [2024/05/06 02:50:57.843 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:57.843 +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 02:50:57.846 +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 02:50:57.844 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:57.846 +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 02:50:57.844 +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 02:50:57.857 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:57.844 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.863 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=9] [neededSchemaVersion=10] ["start time"=422.523ยตs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:57.864 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:57.864 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2024/05/06 02:50:57.866 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=4.352677ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:57.844 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.878 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:57.844 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.882 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=21] [2024/05/06 02:50:57.882 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:57.883 +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 02:50:57.887 +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 02:50:57.885 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:57.887 +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 02:50:57.885 +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 02:50:57.896 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:57.885 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.899 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=10] [neededSchemaVersion=11] ["start time"=302.513ยตs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:57.901 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:57.901 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2024/05/06 02:50:57.901 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=2.021141ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:57.885 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.906 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:57.885 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.911 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=23] [2024/05/06 02:50:57.912 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:57.912 +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 02:50:57.913 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:57.918 +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 02:50:57.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:57.918 +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 02:50:57.915 +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 02:50:57.926 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:57.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.930 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=11] [neededSchemaVersion=12] ["start time"=520.649ยตs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:57.932 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:57.932 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2024/05/06 02:50:57.932 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=2.143207ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:57.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.944 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:57.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.949 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=25] [2024/05/06 02:50:57.949 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:57.950 +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 02:50:57.958 +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 02:50:57.956 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:57.958 +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 02:50:57.956 +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 02:50:57.968 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:57.956 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.973 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=12] [neededSchemaVersion=13] ["start time"=465.803ยตs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:57.974 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:57.974 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2024/05/06 02:50:57.974 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=2.057098ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:57.956 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.990 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:57.956 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:57.996 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=27] [2024/05/06 02:50:57.996 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:57.997 +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 02:50:58.003 +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 02:50:58 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:58.003 +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 02:50:58 +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 02:50:58.012 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:58 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.016 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=13] [neededSchemaVersion=14] ["start time"=288.998ยตs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:58.018 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:58.018 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2024/05/06 02:50:58.019 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=4.025283ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:58 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.026 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:58 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.030 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=29] [2024/05/06 02:50:58.030 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:58.031 +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 02:50:58.034 +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 02:50:58.032 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:58.034 +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 02:50:58.032 +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 02:50:58.046 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:58.032 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.050 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=14] [neededSchemaVersion=15] ["start time"=395.324ยตs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:58.052 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:58.052 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2024/05/06 02:50:58.055 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=5.447283ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:58.032 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.062 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:58.032 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.066 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=31] [2024/05/06 02:50:58.066 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:58.067 +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 02:50:58.070 +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 02:50:58.068 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:58.070 +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 02:50:58.068 +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 02:50:58.080 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:58.068 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.084 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=15] [neededSchemaVersion=16] ["start time"=315.507ยตs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:58.085 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:58.086 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2024/05/06 02:50:58.086 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=2.053485ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:58.068 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.098 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:58.068 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.102 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=33] [2024/05/06 02:50:58.102 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:58.103 +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 02:50:58.106 +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 02:50:58.105 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:58.106 +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 02:50:58.105 +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 02:50:58.116 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:58.105 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.120 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=16] [neededSchemaVersion=17] ["start time"=307.091ยตs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:58.121 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:58.121 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2024/05/06 02:50:58.121 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=2.013267ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:58.105 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.139 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:58.105 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.144 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=35] [2024/05/06 02:50:58.144 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:58.144 +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 02:50:58.153 +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 02:50:58.151 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:58.153 +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 02:50:58.151 +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 02:50:58.160 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:58.151 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.165 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=17] [neededSchemaVersion=18] ["start time"=363.884ยตs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:58.166 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:58.166 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2024/05/06 02:50:58.166 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=2.030352ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:58.151 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.178 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:58.151 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.181 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=37] [2024/05/06 02:50:58.181 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:58.182 +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 02:50:58.186 +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 02:50:58.184 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:58.186 +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 02:50:58.184 +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 02:50:58.195 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:58.184 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.201 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=18] [neededSchemaVersion=19] ["start time"=500.515ยตs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:58.203 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:58.203 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2024/05/06 02:50:58.204 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=4.044485ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:58.184 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.211 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:58.184 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.216 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=39] [2024/05/06 02:50:58.217 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:58.218 +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 02:50:58.222 +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 02:50:58.22 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:58.222 +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 02:50:58.22 +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 02:50:58.234 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:58.22 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.238 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=19] [neededSchemaVersion=20] ["start time"=371.18ยตs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:58.239 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:58.239 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2024/05/06 02:50:58.240 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=2.778449ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:58.22 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.246 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:58.22 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.250 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=41] [2024/05/06 02:50:58.250 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:58.250 +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 02:50:58.253 +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 02:50:58.252 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:58.253 +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 02:50:58.252 +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 02:50:58.263 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:58.252 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.266 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=20] [neededSchemaVersion=21] ["start time"=311.925ยตs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:58.268 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:58.268 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2024/05/06 02:50:58.270 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=4.331884ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:58.252 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.279 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:58.252 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.284 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=43] [2024/05/06 02:50:58.284 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:58.284 +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 02:50:58.288 +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 02:50:58.286 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:58.288 +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 02:50:58.286 +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 02:50:58.301 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:58.286 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.304 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=21] [neededSchemaVersion=22] ["start time"=269.85ยตs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:58.305 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:58.305 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2024/05/06 02:50:58.306 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=2.026841ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:58.286 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.312 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:58.286 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.315 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=45] [2024/05/06 02:50:58.315 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:58.315 +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 02:50:58.320 +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 02:50:58.317 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:58.320 +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 02:50:58.317 +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 02:50:58.328 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:58.317 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.333 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=22] [neededSchemaVersion=23] ["start time"=371.518ยตs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:58.335 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:58.335 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2024/05/06 02:50:58.338 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=4.797323ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:58.317 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.344 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:58.317 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.348 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=47] [2024/05/06 02:50:58.348 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:58.348 +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 02:50:58.351 +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 02:50:58.35 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:58.351 +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 02:50:58.35 +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 02:50:58.361 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:58.35 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.364 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=23] [neededSchemaVersion=24] ["start time"=299.348ยตs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:58.366 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:58.366 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2024/05/06 02:50:58.368 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=4.393414ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:58.35 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.374 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:58.35 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.377 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=49] [2024/05/06 02:50:58.377 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:58.378 +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 02:50:58.380 +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 02:50:58.379 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:58.380 +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 02:50:58.379 +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 02:50:58.391 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:58.379 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.395 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=24] [neededSchemaVersion=25] ["start time"=359.969ยตs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:58.396 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:58.396 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2024/05/06 02:50:58.396 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=2.061856ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:58.379 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.402 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:58.379 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.405 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=51] [2024/05/06 02:50:58.405 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:58.406 +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 02:50:58.409 +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 02:50:58.407 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:58.409 +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 02:50:58.407 +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 02:50:58.421 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:58.407 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.424 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=25] [neededSchemaVersion=26] ["start time"=224.844ยตs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:58.425 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:58.425 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2024/05/06 02:50:58.426 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=2.977736ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:58.407 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.435 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:58.407 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.438 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=53] [2024/05/06 02:50:58.438 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:58.439 +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 02:50:58.442 +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 02:50:58.441 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:58.442 +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 02:50:58.441 +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 02:50:58.452 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:58.441 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.456 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=26] [neededSchemaVersion=27] ["start time"=279.416ยตs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:58.457 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:58.457 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2024/05/06 02:50:58.458 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=2.246729ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:58.441 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.464 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:58.441 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.469 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=55] [2024/05/06 02:50:58.469 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:58.469 +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 02:50:58.472 +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 02:50:58.471 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:58.472 +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 02:50:58.471 +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 02:50:58.479 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:58.471 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.483 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=27] [neededSchemaVersion=28] ["start time"=363.222ยตs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:58.485 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:58.485 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2024/05/06 02:50:58.487 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=4.018487ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:58.471 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.492 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:58.471 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.496 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=57] [2024/05/06 02:50:58.496 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:58.497 +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 02:50:58.497 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:50:58.500 +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 02:50:58.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:58.500 +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 02:50:58.498 +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 02:50:58.509 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:58.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.513 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=28] [neededSchemaVersion=29] ["start time"=391.789ยตs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:58.514 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:58.514 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2024/05/06 02:50:58.514 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=2.028593ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:58.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.515 +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 02:50:58.526 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:58.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.530 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=59] [2024/05/06 02:50:58.530 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:58.531 +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 02:50:58.534 +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 02:50:58.532 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:58.534 +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 02:50:58.532 +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 02:50:58.544 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:58.532 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.548 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=29] [neededSchemaVersion=30] ["start time"=398.313ยตs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:58.550 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:58.550 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2024/05/06 02:50:58.553 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=4.645844ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:58.532 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.558 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:58.532 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.562 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=61] [2024/05/06 02:50:58.562 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:58.563 +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 02:50:58.565 +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 02:50:58.564 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:58.565 +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 02:50:58.564 +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 02:50:58.575 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:58.564 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.579 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=30] [neededSchemaVersion=31] ["start time"=330.183ยตs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:58.580 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:58.580 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2024/05/06 02:50:58.580 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=2.332481ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:58.564 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.590 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:58.564 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.595 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=63] [2024/05/06 02:50:58.595 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:58.595 +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 02:50:58.600 +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 02:50:58.597 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:58.600 +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 02:50:58.597 +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 02:50:58.611 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:58.597 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.616 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=31] [neededSchemaVersion=32] ["start time"=367.04ยตs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:58.617 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:58.617 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2024/05/06 02:50:58.618 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=2.416672ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:58.597 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.623 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:58.597 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.628 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=65] [2024/05/06 02:50:58.628 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:58.629 +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 02:50:58.635 +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 02:50:58.634 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:58.635 +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 02:50:58.634 +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 02:50:58.642 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:58.634 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.645 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=32] [neededSchemaVersion=33] ["start time"=255.016ยตs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:58.647 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:58.647 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2024/05/06 02:50:58.648 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=2.800243ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:58.634 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.654 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:58.634 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.658 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=67] [2024/05/06 02:50:58.659 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:58.664 +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 02:50:58.662 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:58.664 +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 02:50:58.662 +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 02:50:58.673 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:58.662 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.677 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=33] [neededSchemaVersion=34] ["start time"=357.794ยตs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 02:50:58.679 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:58.679 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2024/05/06 02:50:58.680 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=2.560361ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:58.662 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.689 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:58.662 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.699 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=69] [2024/05/06 02:50:58.699 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:58.699 +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 02:50:58.704 +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 02:50:58.701 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:58.704 +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 02:50:58.701 +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 02:50:58.715 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:58.701 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.719 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=34] [neededSchemaVersion=35] ["start time"=397.092ยตs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:58.720 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:58.720 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2024/05/06 02:50:58.722 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=4.029657ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:58.701 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.732 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:58.701 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.736 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=71] [2024/05/06 02:50:58.736 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:58.737 +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 02:50:58.740 +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 02:50:58.738 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:58.740 +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 02:50:58.738 +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 02:50:58.751 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:58.738 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.757 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=35] [neededSchemaVersion=36] ["start time"=305.03ยตs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:58.759 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:58.759 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2024/05/06 02:50:58.761 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=4.660697ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:58.738 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.767 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:58.738 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.771 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=73] [2024/05/06 02:50:58.771 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:58.771 +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 02:50:58.774 +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 02:50:58.773 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:58.774 +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 02:50:58.773 +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 02:50:58.780 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:58.773 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.783 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=36] [neededSchemaVersion=37] ["start time"=243.508ยตs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:58.784 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:58.784 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2024/05/06 02:50:58.785 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=2.294377ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:58.773 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.795 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:58.773 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.799 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=75] [2024/05/06 02:50:58.799 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:58.800 +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 02:50:58.803 +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 02:50:58.801 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:58.803 +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 02:50:58.801 +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 02:50:58.814 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:58.801 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.819 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=37] [neededSchemaVersion=38] ["start time"=571.144ยตs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:58.820 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:58.820 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2024/05/06 02:50:58.821 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=2.57767ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:58.801 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.828 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:58.801 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.833 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=77] [2024/05/06 02:50:58.833 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:58.833 +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 02:50:58.836 +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 02:50:58.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:58.836 +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 02:50:58.835 +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 02:50:58.847 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:58.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.852 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=38] [neededSchemaVersion=39] ["start time"=506.123ยตs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:58.854 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:58.854 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2024/05/06 02:50:58.854 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=2.055462ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:58.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.860 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:58.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.865 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=79] [2024/05/06 02:50:58.865 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:58.865 +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 02:50:58.869 +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 02:50:58.867 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:58.869 +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 02:50:58.867 +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 02:50:58.877 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:58.867 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.882 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=39] [neededSchemaVersion=40] ["start time"=615.557ยตs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:58.883 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:58.883 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2024/05/06 02:50:58.885 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=4.362317ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:58.867 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.892 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:58.867 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.899 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=81] [2024/05/06 02:50:58.899 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:58.900 +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 02:50:58.904 +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 02:50:58.901 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:58.904 +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 02:50:58.901 +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 02:50:58.913 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:58.901 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.918 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=40] [neededSchemaVersion=41] ["start time"=593.191ยตs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:58.919 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:58.919 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2024/05/06 02:50:58.933 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=16.300239ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:58.901 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.939 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:58.901 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.944 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=83] [2024/05/06 02:50:58.944 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:58.944 +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 02:50:58.949 +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 02:50:58.947 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:58.949 +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 02:50:58.947 +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 02:50:58.957 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:58.947 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.963 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=41] [neededSchemaVersion=42] ["start time"=534.706ยตs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:58.964 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:58.964 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2024/05/06 02:50:58.971 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=8.409975ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:58.947 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.983 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:58.947 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:58.989 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=85] [2024/05/06 02:50:58.989 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:58.990 +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 02:50:58.993 +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 02:50:58.991 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:58.993 +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 02:50:58.991 +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 02:50:59.003 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:58.991 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.008 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=42] [neededSchemaVersion=43] ["start time"=563.175ยตs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:59.010 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:59.010 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2024/05/06 02:50:59.012 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=4.482338ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:58.991 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.019 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:58.991 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.024 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=87] [2024/05/06 02:50:59.024 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:59.025 +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 02:50:59.029 +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 02:50:59.027 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:59.029 +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 02:50:59.027 +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 02:50:59.038 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:59.027 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.042 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=43] [neededSchemaVersion=44] ["start time"=428.93ยตs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:59.043 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:59.044 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2024/05/06 02:50:59.044 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=2.016624ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:59.027 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.049 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:59.027 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.053 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=89] [2024/05/06 02:50:59.053 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:59.053 +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 02:50:59.056 +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 02:50:59.055 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:59.056 +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 02:50:59.055 +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 02:50:59.062 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:59.055 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.066 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=44] [neededSchemaVersion=45] ["start time"=354.694ยตs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:59.067 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:59.067 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2024/05/06 02:50:59.067 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=2.017938ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:59.055 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.072 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:59.055 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.076 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=91] [2024/05/06 02:50:59.076 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:59.077 +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 02:50:59.092 +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 02:50:59.09 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:59.092 +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 02:50:59.09 +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 02:50:59.100 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:59.09 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.105 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=45] [neededSchemaVersion=46] ["start time"=453.482ยตs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:59.106 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:59.106 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2024/05/06 02:50:59.106 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=2.062535ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:59.09 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.112 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:59.09 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.115 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=93] [2024/05/06 02:50:59.115 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:59.116 +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 02:50:59.118 +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 02:50:59.117 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:59.118 +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 02:50:59.117 +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 02:50:59.126 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:59.117 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.130 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=46] [neededSchemaVersion=47] ["start time"=353.699ยตs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:59.132 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:59.132 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2024/05/06 02:50:59.136 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=6.341898ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:59.117 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.144 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:59.117 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.153 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=95] [2024/05/06 02:50:59.153 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:59.153 +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 02:50:59.156 +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 02:50:59.155 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:59.156 +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 02:50:59.155 +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 02:50:59.163 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:59.155 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.166 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=47] [neededSchemaVersion=48] ["start time"=278.302ยตs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:59.167 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:59.167 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2024/05/06 02:50:59.167 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=2.088489ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:59.155 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.176 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:59.155 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.179 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=97] [2024/05/06 02:50:59.179 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:59.179 +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 02:50:59.182 +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 02:50:59.18 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:59.182 +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 02:50:59.18 +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 02:50:59.189 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:59.18 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.192 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=48] [neededSchemaVersion=49] ["start time"=299.824ยตs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:59.193 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:59.193 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2024/05/06 02:50:59.195 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=3.072892ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:59.18 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.200 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:59.18 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.204 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=99] [2024/05/06 02:50:59.204 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:59.204 +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 02:50:59.207 +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 02:50:59.206 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:59.207 +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 02:50:59.206 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2024/05/06 02:50:59.214 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:59.206 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.216 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=49] [neededSchemaVersion=50] ["start time"=71.761ยตs] [gotSchemaVersion=50] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 02:50:59.217 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:59.217 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2024/05/06 02:50:59.219 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=2.993677ms] [job="ID:101, Type:create schema, State:done, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:50:59.206 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.228 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:59.206 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.230 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=101] [2024/05/06 02:50:59.230 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:59.234 +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 02:50:59.233 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:59.234 +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 02:50:59.233 +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 02:50:59.246 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 51, 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 02:50:59.233 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.249 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=50] [neededSchemaVersion=51] ["start time"=248.658ยตs] [gotSchemaVersion=51] [phyTblIDs="[102]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 02:50:59.251 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:50:59.251 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2024/05/06 02:50:59.253 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=4.045761ms] [job="ID:103, Type:create view, State:done, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:59.233 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.265 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 51, 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 02:50:59.233 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.268 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=103] [2024/05/06 02:50:59.268 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:59.305 +00:00] [INFO] [bootstrap.go:745] ["bootstrap successful"] ["take time"=1.790598435s] [2024/05/06 02:50:59.308 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=27ee09f5-1fae-4dc5-b01c-e102ee598529] [ownerKey=/tidb/ddl/fg/owner] [2024/05/06 02:50:59.308 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:50:59.308 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 52, tp add index"] [category=ddl] ["take time"=2.107ยตs] [2024/05/06 02:50:59.308 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 53, tp add index"] [category=ddl] ["take time"=1.359ยตs] [2024/05/06 02:50:59.308 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 54, tp add index"] [category=ddl] ["take time"=1.4ยตs] [2024/05/06 02:50:59.308 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 55, tp add index"] [category=ddl] ["take time"=1.33ยตs] [2024/05/06 02:50:59.308 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:50:59.308 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 51, tp general"] [category=ddl] ["take time"=920ns] [2024/05/06 02:50:59.308 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:50:59.308 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/06 02:50:59.308 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 02:50:59.312 +00:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=27ee09f5-1fae-4dc5-b01c-e102ee598529] ["take time"=6.20263ms] [2024/05/06 02:50:59.312 +00:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=27ee09f5-1fae-4dc5-b01c-e102ee598529] [2024/05/06 02:50:59.312 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 02:50:59.312 +00:00] [INFO] [domain.go:907] ["loadSchemaInLoop exited."] [2024/05/06 02:50:59.312 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 02:50:59.312 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 02:50:59.312 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/06 02:50:59.312 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 02:50:59.312 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/06 02:50:59.312 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 02:50:59.312 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/06 02:50:59.312 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 02:50:59.312 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/06 02:50:59.312 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 02:50:59.312 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."] [2024/05/06 02:50:59.312 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 02:50:59.312 +00:00] [INFO] [domain.go:1074] ["domain closed"] ["take time"=6.625885ms] [2024/05/06 02:50:59.312 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=8a085c23-2d47-4834-af96-4232ea002570] ["ddl lease"=500ms] ["stats lease"=-1ns] [2024/05/06 02:50:59.320 +00:00] [WARN] [controller.go:198] ["[resource group controller] server does not save config, load config failed"] [2024/05/06 02:50:59.320 +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 02:50:59.375 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=51] ["start time"=54.480944ms] [2024/05/06 02:50:59.381 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 02:50:59.381 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=3ff08bd0-82dd-4389-ba8e-273be4c892b8] [runWorker=true] [2024/05/06 02:50:59.381 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 02:50:59.381 +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 02:50:59.382 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 02:50:59.382 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 02:50:59.382 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 02:50:59.382 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 02:50:59.382 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 02:50:59.382 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 02:50:59.382 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 02:50:59.382 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 02:50:59.382 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 02:50:59.382 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 02:50:59.382 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 02:50:59.381 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2024/05/06 02:50:59.381 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 02:50:59.382 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 02:50:59.382 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 02:50:59.383 +00:00] [INFO] [controller.go:447] ["[resource group controller] create resource group cost controller"] [name=default] [2024/05/06 02:50:59.390 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 02:50:59.390 +00:00] [WARN] [sysvar_cache.go:49] ["sysvar cache is empty, triggering rebuild"] [2024/05/06 02:50:59.403 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 02:50:59.406 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 02:50:59.408 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 02:50:59.408 +00:00] [INFO] [domain.go:2070] ["dumpFileGcChecker started"] [2024/05/06 02:50:59.408 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=indexUsageWorker] [2024/05/06 02:50:59.408 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=quitStatsOwner] [2024/05/06 02:50:59.409 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 02:50:59.409 +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 02:50:59.409 +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 02:50:59.410 +00:00] [INFO] [manager.go:113] ["build task executor manager"] [server-id=:4000] [total-cpu=16] [total-mem=342.3GiB] [2024/05/06 02:50:59.411 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 02:50:59.411 +00:00] [INFO] [manager.go:146] ["task executor manager start"] [server-id=:4000] [2024/05/06 02:50:59.411 +00:00] [INFO] [domain.go:1525] ["dist task executor manager started"] [2024/05/06 02:50:59.418 +00:00] [INFO] [set.go:170] ["set global var"] [conn=34] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 02:50:59.423 +00:00] [INFO] [set.go:170] ["set global var"] [conn=34] [name=tidb_ddl_error_count_limit] [val=3] [2024/05/06 02:50:59.423 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=51] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:50:59.423 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=51] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:50:59.426 +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 02:50:59.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:59.426 +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 02:50:59.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:50:59.432 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=105] [conn=34] [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 02:50:59.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.435 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=51] [neededSchemaVersion=52] ["start time"=221.44ยตs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:59.436 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2024/05/06 02:50:59.436 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=2.026722ms] [job="ID:105, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:59.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.442 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=105] [conn=34] [job="ID:105, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.445 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=105] [2024/05/06 02:50:59.445 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:59.449 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=52] [cur_db=test] [sql="alter table t_mc modify a date"] [user=] [2024/05/06 02:50:59.451 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:106, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:5, start time: 2024-05-06 02:50:59.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:50:59.451 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:106, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:5, start time: 2024-05-06 02:50:59.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a date"] [2024/05/06 02:50:59.459 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=106] [conn=34] [category=ddl] [job="ID:106, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:59.461 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=52] [neededSchemaVersion=53] ["start time"=165.08ยตs] [gotSchemaVersion=53] [phyTblIDs="[104]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:50:59.462 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=106] [version=53] [2024/05/06 02:50:59.462 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=2.010111ms] [job="ID:106, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:104, RowCount:0, ArgLen:8, start time: 2024-05-06 02:50:59.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:59.467 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=106] [conn=34] [category=ddl] [job="ID:106, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:59.470 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=53] [neededSchemaVersion=54] ["start time"=215.413ยตs] [gotSchemaVersion=54] [phyTblIDs="[104]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:50:59.471 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=106] [version=54] [2024/05/06 02:50:59.472 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=2.924156ms] [job="ID:106, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:104, RowCount:0, ArgLen:8, start time: 2024-05-06 02:50:59.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:59.477 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=106] [conn=34] [category=ddl] [job="ID:106, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:59.480 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=54] [neededSchemaVersion=55] ["start time"=201.771ยตs] [gotSchemaVersion=55] [phyTblIDs="[104]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:50:59.481 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=106] [version=55] [2024/05/06 02:50:59.484 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=55] ["take time"=4.855297ms] [job="ID:106, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:8, start time: 2024-05-06 02:50:59.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:59.490 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=106] [conn=34] [category=ddl] [job="ID:106, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:59.490 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=106] [physicalTableID=104] [startKey=7480000000000000685f728000000000000001] [endKey=7480000000000000685f72800000000000000100] [2024/05/06 02:50:59.500 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=106] [2024/05/06 02:50:59.505 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=106] [conn=34] [category=ddl] [job="ID:106, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485982146561, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:59.507 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:106, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:8, start time: 2024-05-06 02:50:59.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485982146561, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000000685f728000000000000001,EndKey:7480000000000000685f72800000000000000100,First:false,PhysicalTableID:104,Ingest mode:false"] [2024/05/06 02:50:59.508 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=104] ["start key"=7480000000000000685f728000000000000001] ["end key"=7480000000000000685f72800000000000000100] [2024/05/06 02:50:59.508 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000685f728000000000000001] [endKey=7480000000000000685f72800000000000000100] [2024/05/06 02:50:59.508 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=104] ["end key"=7480000000000000685f72800000000000000100] ["current end key"=7480000000000000685f72800000000000000100] [2024/05/06 02:50:59.508 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=106] [2024/05/06 02:50:59.509 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 1, tp update column"] [task="taskID: 1, physicalTableID: 104, range: [7480000000000000685f728000000000000001, 7480000000000000685f72800000000000000100), jobID: 106"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000685f7280000000000000010000] ["take time"=447.247ยตs] [2024/05/06 02:50:59.509 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=106] [2024/05/06 02:50:59.509 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=106] [2024/05/06 02:50:59.509 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=106] [2024/05/06 02:50:59.509 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000685f728000000000000001] [2024/05/06 02:50:59.509 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:50:59.549 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=55] [neededSchemaVersion=56] ["start time"=228.405ยตs] [gotSchemaVersion=56] [phyTblIDs="[104]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:50:59.551 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=106] [version=56] [2024/05/06 02:50:59.556 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=56] ["take time"=7.255957ms] [job="ID:106, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:104, RowCount:1, ArgLen:2, start time: 2024-05-06 02:50:59.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485982146561, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:59.563 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=106] [jobType="modify column"] [2024/05/06 02:50:59.563 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=106] [conn=34] [job="ID:106, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:104, RowCount:1, ArgLen:2, start time: 2024-05-06 02:50:59.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567485982146561, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:59.568 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=106] [2024/05/06 02:50:59.568 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:59.569 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=56] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:50:59.571 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:59.57 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:59.571 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:107, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:59.57 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:50:59.576 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=107] [conn=34] [category=ddl] [job="ID:107, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.57 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.578 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=56] [neededSchemaVersion=57] ["start time"=74.706ยตs] [gotSchemaVersion=57] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:50:59.579 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=107] [version=57] [2024/05/06 02:50:59.580 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=57] ["take time"=2.087942ms] [job="ID:107, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:59.57 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.584 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=107] [conn=34] [category=ddl] [job="ID:107, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.57 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.585 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=57] [neededSchemaVersion=58] ["start time"=41.685ยตs] [gotSchemaVersion=58] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:50:59.587 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=107] [version=58] [2024/05/06 02:50:59.587 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=58] ["take time"=2.012364ms] [job="ID:107, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.57 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.591 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=107] [conn=34] [category=ddl] [job="ID:107, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.57 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.594 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=58] [neededSchemaVersion=59] ["start time"=46.874ยตs] [gotSchemaVersion=59] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:50:59.595 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=107] [version=59] [2024/05/06 02:50:59.596 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=59] ["take time"=2.359699ms] [job="ID:107, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:59.57 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.600 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=107] [tableIDs="[104]"] [comment="drop table: table ID"] [2024/05/06 02:50:59.601 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=107] [jobType="drop table"] [2024/05/06 02:50:59.601 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=107] [conn=34] [job="ID:107, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:59.57 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.606 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=107] [elementID=1] [startKey=748000000000000068] [endKey=748000000000000069] [2024/05/06 02:50:59.606 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=107] [2024/05/06 02:50:59.606 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:59.607 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=59] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:50:59.609 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:59.608 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:59.609 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:59.608 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:50:59.613 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=109] [conn=34] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.608 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.617 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=59] [neededSchemaVersion=60] ["start time"=179.596ยตs] [gotSchemaVersion=60] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:59.618 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=109] [version=60] [2024/05/06 02:50:59.619 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=60] ["take time"=2.178585ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:59.608 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.623 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=109] [conn=34] [job="ID:109, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.608 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.626 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=109] [2024/05/06 02:50:59.626 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:59.627 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=60] [cur_db=test] [sql="alter table t_mc modify a date"] [user=] [2024/05/06 02:50:59.630 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:110, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:108, RowCount:0, ArgLen:5, start time: 2024-05-06 02:50:59.628 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:50:59.630 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:110, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:108, RowCount:0, ArgLen:5, start time: 2024-05-06 02:50:59.628 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a date"] [2024/05/06 02:50:59.637 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=110] [conn=34] [category=ddl] [job="ID:110, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.628 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:59.639 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=60] [neededSchemaVersion=61] ["start time"=223.263ยตs] [gotSchemaVersion=61] [phyTblIDs="[108]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:50:59.641 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=110] [version=61] [2024/05/06 02:50:59.641 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=61] ["take time"=2.201976ms] [job="ID:110, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:108, RowCount:0, ArgLen:8, start time: 2024-05-06 02:50:59.628 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:59.648 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=110] [conn=34] [category=ddl] [job="ID:110, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.628 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:59.650 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=61] [neededSchemaVersion=62] ["start time"=236.175ยตs] [gotSchemaVersion=62] [phyTblIDs="[108]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:50:59.652 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=110] [version=62] [2024/05/06 02:50:59.652 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=62] ["take time"=2.157912ms] [job="ID:110, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:108, RowCount:0, ArgLen:8, start time: 2024-05-06 02:50:59.628 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:59.658 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=110] [conn=34] [category=ddl] [job="ID:110, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.628 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:59.661 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=62] [neededSchemaVersion=63] ["start time"=217.738ยตs] [gotSchemaVersion=63] [phyTblIDs="[108]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:50:59.662 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=110] [version=63] [2024/05/06 02:50:59.662 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=63] ["take time"=2.274809ms] [job="ID:110, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:108, RowCount:0, ArgLen:8, start time: 2024-05-06 02:50:59.628 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:59.668 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=110] [conn=34] [category=ddl] [job="ID:110, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.628 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:59.669 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=110] [physicalTableID=108] [startKey=74800000000000006c5f728000000000000001] [endKey=74800000000000006c5f72800000000000000100] [2024/05/06 02:50:59.671 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=110] [2024/05/06 02:50:59.677 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=110] [conn=34] [category=ddl] [job="ID:110, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.628 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486028808193, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:59.679 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:110, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:108, RowCount:0, ArgLen:8, start time: 2024-05-06 02:50:59.628 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486028808193, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:74800000000000006c5f728000000000000001,EndKey:74800000000000006c5f72800000000000000100,First:false,PhysicalTableID:108,Ingest mode:false"] [2024/05/06 02:50:59.680 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=108] ["start key"=74800000000000006c5f728000000000000001] ["end key"=74800000000000006c5f72800000000000000100] [2024/05/06 02:50:59.680 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=74800000000000006c5f728000000000000001] [endKey=74800000000000006c5f72800000000000000100] [2024/05/06 02:50:59.680 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=108] ["end key"=74800000000000006c5f72800000000000000100] ["current end key"=74800000000000006c5f72800000000000000100] [2024/05/06 02:50:59.680 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=110] [2024/05/06 02:50:59.680 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=110] [2024/05/06 02:50:59.680 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=110] [2024/05/06 02:50:59.680 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 108, range: [74800000000000006c5f728000000000000001, 74800000000000006c5f72800000000000000100), jobID: 110"] ["added count"=1] ["scan count"=1] ["next key"=74800000000000006c5f7280000000000000010000] ["take time"=426.286ยตs] [2024/05/06 02:50:59.681 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=110] [2024/05/06 02:50:59.681 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=74800000000000006c5f728000000000000001] [2024/05/06 02:50:59.681 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:50:59.711 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=63] [neededSchemaVersion=64] ["start time"=222.712ยตs] [gotSchemaVersion=64] [phyTblIDs="[108]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:50:59.713 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=110] [version=64] [2024/05/06 02:50:59.713 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=64] ["take time"=2.015224ms] [job="ID:110, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:108, RowCount:1, ArgLen:2, start time: 2024-05-06 02:50:59.628 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486028808193, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:59.718 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=110] [jobType="modify column"] [2024/05/06 02:50:59.718 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=110] [conn=34] [job="ID:110, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:108, RowCount:1, ArgLen:2, start time: 2024-05-06 02:50:59.628 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486028808193, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:59.722 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=110] [2024/05/06 02:50:59.722 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:59.723 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=64] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:50:59.725 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:59.724 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:59.725 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:111, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:59.724 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:50:59.729 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=111] [conn=34] [category=ddl] [job="ID:111, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.724 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.730 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=64] [neededSchemaVersion=65] ["start time"=74.063ยตs] [gotSchemaVersion=65] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:50:59.731 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=111] [version=65] [2024/05/06 02:50:59.733 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=65] ["take time"=2.727594ms] [job="ID:111, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:59.724 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.738 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=111] [conn=34] [category=ddl] [job="ID:111, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.724 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.740 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=65] [neededSchemaVersion=66] ["start time"=30.006ยตs] [gotSchemaVersion=66] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:50:59.741 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=111] [version=66] [2024/05/06 02:50:59.743 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=66] ["take time"=2.959773ms] [job="ID:111, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.724 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.746 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=111] [conn=34] [category=ddl] [job="ID:111, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.724 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.748 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=66] [neededSchemaVersion=67] ["start time"=38.816ยตs] [gotSchemaVersion=67] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:50:59.748 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=111] [version=67] [2024/05/06 02:50:59.750 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=67] ["take time"=2.133402ms] [job="ID:111, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:108, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:59.724 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.753 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=111] [tableIDs="[108]"] [comment="drop table: table ID"] [2024/05/06 02:50:59.753 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=111] [jobType="drop table"] [2024/05/06 02:50:59.754 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=111] [conn=34] [job="ID:111, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:108, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:59.724 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.757 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=111] [elementID=1] [startKey=74800000000000006c] [endKey=74800000000000006d] [2024/05/06 02:50:59.757 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=111] [2024/05/06 02:50:59.757 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:59.758 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=67] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:50:59.761 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:59.759 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:59.761 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:59.759 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:50:59.765 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=113] [conn=34] [category=ddl] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.759 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.767 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=67] [neededSchemaVersion=68] ["start time"=153.734ยตs] [gotSchemaVersion=68] [phyTblIDs="[112]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:59.768 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=113] [version=68] [2024/05/06 02:50:59.769 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=68] ["take time"=2.056017ms] [job="ID:113, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:59.759 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.773 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=113] [conn=34] [job="ID:113, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.759 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.775 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=113] [2024/05/06 02:50:59.775 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:59.776 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=68] [cur_db=test] [sql="alter table t_mc modify a date"] [user=] [2024/05/06 02:50:59.778 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:114, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:5, start time: 2024-05-06 02:50:59.777 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:50:59.778 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:114, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:5, start time: 2024-05-06 02:50:59.777 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a date"] [2024/05/06 02:50:59.782 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=114] [conn=34] [category=ddl] [job="ID:114, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.777 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:59.786 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=68] [neededSchemaVersion=69] ["start time"=214.911ยตs] [gotSchemaVersion=69] [phyTblIDs="[112]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:50:59.787 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=114] [version=69] [2024/05/06 02:50:59.787 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=69] ["take time"=2.139611ms] [job="ID:114, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:112, RowCount:0, ArgLen:8, start time: 2024-05-06 02:50:59.777 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:59.797 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=114] [conn=34] [category=ddl] [job="ID:114, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.777 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:59.799 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=69] [neededSchemaVersion=70] ["start time"=230.075ยตs] [gotSchemaVersion=70] [phyTblIDs="[112]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:50:59.801 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=114] [version=70] [2024/05/06 02:50:59.801 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=70] ["take time"=2.012374ms] [job="ID:114, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:112, RowCount:0, ArgLen:8, start time: 2024-05-06 02:50:59.777 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:59.807 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=114] [conn=34] [category=ddl] [job="ID:114, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.777 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:59.822 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=70] [neededSchemaVersion=71] ["start time"=255.979ยตs] [gotSchemaVersion=71] [phyTblIDs="[112]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:50:59.823 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=114] [version=71] [2024/05/06 02:50:59.824 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=71] ["take time"=2.60333ms] [job="ID:114, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:112, RowCount:0, ArgLen:8, start time: 2024-05-06 02:50:59.777 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:59.830 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=114] [conn=34] [category=ddl] [job="ID:114, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.777 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:59.830 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=114] [physicalTableID=112] [startKey=7480000000000000705f728000000000000001] [endKey=7480000000000000705f72800000000000000100] [2024/05/06 02:50:59.833 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=114] [2024/05/06 02:50:59.837 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=114] [conn=34] [category=ddl] [job="ID:114, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.777 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486071275521, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:59.839 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:114, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:112, RowCount:0, ArgLen:8, start time: 2024-05-06 02:50:59.777 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486071275521, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000000705f728000000000000001,EndKey:7480000000000000705f72800000000000000100,First:false,PhysicalTableID:112,Ingest mode:false"] [2024/05/06 02:50:59.840 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=112] ["start key"=7480000000000000705f728000000000000001] ["end key"=7480000000000000705f72800000000000000100] [2024/05/06 02:50:59.840 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000705f728000000000000001] [endKey=7480000000000000705f72800000000000000100] [2024/05/06 02:50:59.841 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=112] ["end key"=7480000000000000705f72800000000000000100] ["current end key"=7480000000000000705f72800000000000000100] [2024/05/06 02:50:59.841 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=114] [2024/05/06 02:50:59.841 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=114] [2024/05/06 02:50:59.841 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=114] [2024/05/06 02:50:59.841 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 112, range: [7480000000000000705f728000000000000001, 7480000000000000705f72800000000000000100), jobID: 114"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000705f7280000000000000010000] ["take time"=493.199ยตs] [2024/05/06 02:50:59.841 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=114] [2024/05/06 02:50:59.841 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000705f728000000000000001] [2024/05/06 02:50:59.841 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:50:59.882 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=71] [neededSchemaVersion=72] ["start time"=203.19ยตs] [gotSchemaVersion=72] [phyTblIDs="[112]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:50:59.884 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=114] [version=72] [2024/05/06 02:50:59.886 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=72] ["take time"=4.374031ms] [job="ID:114, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:112, RowCount:1, ArgLen:2, start time: 2024-05-06 02:50:59.777 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486071275521, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:59.893 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=114] [jobType="modify column"] [2024/05/06 02:50:59.893 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=114] [conn=34] [job="ID:114, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:112, RowCount:1, ArgLen:2, start time: 2024-05-06 02:50:59.777 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486071275521, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:59.899 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=114] [2024/05/06 02:50:59.899 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:59.900 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=72] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:50:59.902 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:115, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:59.901 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:59.902 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:115, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:59.901 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:50:59.906 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=115] [conn=34] [category=ddl] [job="ID:115, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.901 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.908 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=72] [neededSchemaVersion=73] ["start time"=88.36ยตs] [gotSchemaVersion=73] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:50:59.909 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=115] [version=73] [2024/05/06 02:50:59.911 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=73] ["take time"=2.772819ms] [job="ID:115, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:112, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:59.901 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.914 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=115] [conn=34] [category=ddl] [job="ID:115, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.901 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.915 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=73] [neededSchemaVersion=74] ["start time"=38.335ยตs] [gotSchemaVersion=74] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:50:59.916 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=115] [version=74] [2024/05/06 02:50:59.917 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=74] ["take time"=2.251244ms] [job="ID:115, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.901 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.920 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=115] [conn=34] [category=ddl] [job="ID:115, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.901 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.922 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=74] [neededSchemaVersion=75] ["start time"=41.773ยตs] [gotSchemaVersion=75] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:50:59.923 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=115] [version=75] [2024/05/06 02:50:59.924 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=75] ["take time"=2.252661ms] [job="ID:115, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:59.901 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.928 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=115] [tableIDs="[112]"] [comment="drop table: table ID"] [2024/05/06 02:50:59.929 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=115] [jobType="drop table"] [2024/05/06 02:50:59.929 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=115] [conn=34] [job="ID:115, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:3, start time: 2024-05-06 02:50:59.901 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.935 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=115] [2024/05/06 02:50:59.935 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:59.935 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=115] [elementID=1] [startKey=748000000000000070] [endKey=748000000000000071] [2024/05/06 02:50:59.935 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=75] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:50:59.937 +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 02:50:59.936 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:50:59.937 +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 02:50:59.936 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:50:59.944 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=117] [conn=34] [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 02:50:59.936 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.946 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=75] [neededSchemaVersion=76] ["start time"=178.467ยตs] [gotSchemaVersion=76] [phyTblIDs="[116]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:50:59.947 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=117] [version=76] [2024/05/06 02:50:59.948 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=76] ["take time"=2.216481ms] [job="ID:117, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:116, RowCount:0, ArgLen:2, start time: 2024-05-06 02:50:59.936 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.952 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=117] [conn=34] [job="ID:117, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:116, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.936 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:50:59.954 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=117] [2024/05/06 02:50:59.954 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:50:59.955 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=76] [cur_db=test] [sql="alter table t_mc modify a date"] [user=] [2024/05/06 02:50:59.958 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:118, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:116, RowCount:0, ArgLen:5, start time: 2024-05-06 02:50:59.956 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:50:59.958 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:118, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:116, RowCount:0, ArgLen:5, start time: 2024-05-06 02:50:59.956 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a date"] [2024/05/06 02:50:59.974 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=118] [conn=34] [category=ddl] [job="ID:118, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:116, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.956 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:50:59.988 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=76] [neededSchemaVersion=77] ["start time"=253.856ยตs] [gotSchemaVersion=77] [phyTblIDs="[116]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:50:59.990 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=118] [version=77] [2024/05/06 02:50:59.992 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=77] ["take time"=4.291857ms] [job="ID:118, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:116, RowCount:0, ArgLen:8, start time: 2024-05-06 02:50:59.956 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.002 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=118] [conn=34] [category=ddl] [job="ID:118, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:116, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.956 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.008 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=77] [neededSchemaVersion=78] ["start time"=248.478ยตs] [gotSchemaVersion=78] [phyTblIDs="[116]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:00.009 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=118] [version=78] [2024/05/06 02:51:00.009 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=78] ["take time"=2.127543ms] [job="ID:118, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:116, RowCount:0, ArgLen:8, start time: 2024-05-06 02:50:59.956 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.019 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=118] [conn=34] [category=ddl] [job="ID:118, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:116, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.956 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.021 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=78] [neededSchemaVersion=79] ["start time"=266.998ยตs] [gotSchemaVersion=79] [phyTblIDs="[116]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:00.023 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=118] [version=79] [2024/05/06 02:51:00.023 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=79] ["take time"=2.508374ms] [job="ID:118, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:116, RowCount:0, ArgLen:8, start time: 2024-05-06 02:50:59.956 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.030 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=118] [conn=34] [category=ddl] [job="ID:118, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:116, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.956 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.031 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=118] [physicalTableID=116] [startKey=7480000000000000745f728000000000000001] [endKey=7480000000000000745f72800000000000000100] [2024/05/06 02:51:00.034 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=118] [2024/05/06 02:51:00.038 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=118] [conn=34] [category=ddl] [job="ID:118, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:116, RowCount:0, ArgLen:0, start time: 2024-05-06 02:50:59.956 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486123966464, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.040 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:118, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:116, RowCount:0, ArgLen:8, start time: 2024-05-06 02:50:59.956 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486123966464, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000000745f728000000000000001,EndKey:7480000000000000745f72800000000000000100,First:false,PhysicalTableID:116,Ingest mode:false"] [2024/05/06 02:51:00.041 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=116] ["start key"=7480000000000000745f728000000000000001] ["end key"=7480000000000000745f72800000000000000100] [2024/05/06 02:51:00.041 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000745f728000000000000001] [endKey=7480000000000000745f72800000000000000100] [2024/05/06 02:51:00.041 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=116] ["end key"=7480000000000000745f72800000000000000100] ["current end key"=7480000000000000745f72800000000000000100] [2024/05/06 02:51:00.042 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=118] [2024/05/06 02:51:00.042 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=118] [2024/05/06 02:51:00.042 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=118] [2024/05/06 02:51:00.042 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 116, range: [7480000000000000745f728000000000000001, 7480000000000000745f72800000000000000100), jobID: 118"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000745f7280000000000000010000] ["take time"=416.336ยตs] [2024/05/06 02:51:00.042 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=118] [2024/05/06 02:51:00.042 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000745f728000000000000001] [2024/05/06 02:51:00.042 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:00.080 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=79] [neededSchemaVersion=80] ["start time"=220.084ยตs] [gotSchemaVersion=80] [phyTblIDs="[116]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:00.081 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=118] [version=80] [2024/05/06 02:51:00.082 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=80] ["take time"=2.258511ms] [job="ID:118, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:116, RowCount:1, ArgLen:2, start time: 2024-05-06 02:50:59.956 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486123966464, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.087 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=118] [jobType="modify column"] [2024/05/06 02:51:00.088 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=118] [conn=34] [job="ID:118, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:116, RowCount:1, ArgLen:2, start time: 2024-05-06 02:50:59.956 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486123966464, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.093 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=118] [2024/05/06 02:51:00.093 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:00.094 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=80] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:00.096 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:119, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:116, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:00.095 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:00.096 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:119, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:116, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:00.095 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:00.101 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=119] [conn=34] [category=ddl] [job="ID:119, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:116, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.095 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.103 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=80] [neededSchemaVersion=81] ["start time"=89.245ยตs] [gotSchemaVersion=81] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:00.104 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=119] [version=81] [2024/05/06 02:51:00.110 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=81] ["take time"=7.629472ms] [job="ID:119, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:116, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:00.095 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.114 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=119] [conn=34] [category=ddl] [job="ID:119, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:116, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.095 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.116 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=81] [neededSchemaVersion=82] ["start time"=46.589ยตs] [gotSchemaVersion=82] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:00.117 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=119] [version=82] [2024/05/06 02:51:00.119 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=82] ["take time"=2.902181ms] [job="ID:119, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:116, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.095 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.122 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=119] [conn=34] [category=ddl] [job="ID:119, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:116, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.095 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.124 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=82] [neededSchemaVersion=83] ["start time"=41.476ยตs] [gotSchemaVersion=83] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:00.124 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=119] [version=83] [2024/05/06 02:51:00.126 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=83] ["take time"=2.526829ms] [job="ID:119, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:116, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:00.095 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.130 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=119] [tableIDs="[116]"] [comment="drop table: table ID"] [2024/05/06 02:51:00.131 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=119] [jobType="drop table"] [2024/05/06 02:51:00.131 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=119] [conn=34] [job="ID:119, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:116, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:00.095 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.135 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=119] [elementID=1] [startKey=748000000000000074] [endKey=748000000000000075] [2024/05/06 02:51:00.135 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=119] [2024/05/06 02:51:00.135 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:00.136 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=83] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:00.138 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:121, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:120, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:00.137 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:00.138 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:121, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:120, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:00.137 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:00.143 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=121] [conn=34] [category=ddl] [job="ID:121, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:120, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.137 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.145 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=83] [neededSchemaVersion=84] ["start time"=147.107ยตs] [gotSchemaVersion=84] [phyTblIDs="[120]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:00.146 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=121] [version=84] [2024/05/06 02:51:00.147 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=84] ["take time"=2.383607ms] [job="ID:121, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:120, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:00.137 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.150 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=121] [conn=34] [job="ID:121, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:120, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.137 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.153 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=121] [2024/05/06 02:51:00.153 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:00.154 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=84] [cur_db=test] [sql="alter table t_mc modify a date"] [user=] [2024/05/06 02:51:00.156 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:122, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:120, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:00.155 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:00.156 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:122, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:120, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:00.155 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a date"] [2024/05/06 02:51:00.164 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=122] [conn=34] [category=ddl] [job="ID:122, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:120, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.155 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.166 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=84] [neededSchemaVersion=85] ["start time"=172.452ยตs] [gotSchemaVersion=85] [phyTblIDs="[120]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:00.167 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=122] [version=85] [2024/05/06 02:51:00.168 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=85] ["take time"=2.387242ms] [job="ID:122, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:120, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:00.155 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.174 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=122] [conn=34] [category=ddl] [job="ID:122, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:120, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.155 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.177 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=85] [neededSchemaVersion=86] ["start time"=233.434ยตs] [gotSchemaVersion=86] [phyTblIDs="[120]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:00.178 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=122] [version=86] [2024/05/06 02:51:00.188 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=86] ["take time"=11.649524ms] [job="ID:122, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:120, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:00.155 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.199 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=122] [conn=34] [category=ddl] [job="ID:122, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:120, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.155 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.201 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=86] [neededSchemaVersion=87] ["start time"=239.191ยตs] [gotSchemaVersion=87] [phyTblIDs="[120]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:00.203 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=122] [version=87] [2024/05/06 02:51:00.205 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=87] ["take time"=4.126352ms] [job="ID:122, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:120, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:00.155 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.212 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=122] [conn=34] [category=ddl] [job="ID:122, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:120, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.155 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.213 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=122] [physicalTableID=120] [startKey=7480000000000000785f728000000000000001] [endKey=7480000000000000785f72800000000000000100] [2024/05/06 02:51:00.215 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=122] [2024/05/06 02:51:00.220 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=122] [conn=34] [category=ddl] [job="ID:122, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:120, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.155 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486171676672, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.222 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:122, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:120, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:00.155 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486171676672, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000000785f728000000000000001,EndKey:7480000000000000785f72800000000000000100,First:false,PhysicalTableID:120,Ingest mode:false"] [2024/05/06 02:51:00.223 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=120] ["start key"=7480000000000000785f728000000000000001] ["end key"=7480000000000000785f72800000000000000100] [2024/05/06 02:51:00.223 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000785f728000000000000001] [endKey=7480000000000000785f72800000000000000100] [2024/05/06 02:51:00.223 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=120] ["end key"=7480000000000000785f72800000000000000100] ["current end key"=7480000000000000785f72800000000000000100] [2024/05/06 02:51:00.223 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=122] [2024/05/06 02:51:00.223 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=122] [2024/05/06 02:51:00.223 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=122] [2024/05/06 02:51:00.224 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 120, range: [7480000000000000785f728000000000000001, 7480000000000000785f72800000000000000100), jobID: 122"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000785f7280000000000000010000] ["take time"=424.01ยตs] [2024/05/06 02:51:00.224 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=122] [2024/05/06 02:51:00.224 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000785f728000000000000001] [2024/05/06 02:51:00.224 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:00.266 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=87] [neededSchemaVersion=88] ["start time"=200.736ยตs] [gotSchemaVersion=88] [phyTblIDs="[120]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:00.267 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=122] [version=88] [2024/05/06 02:51:00.268 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=88] ["take time"=2.399338ms] [job="ID:122, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:120, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:00.155 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486171676672, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.275 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=122] [jobType="modify column"] [2024/05/06 02:51:00.275 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=122] [conn=34] [job="ID:122, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:120, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:00.155 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486171676672, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.281 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=122] [2024/05/06 02:51:00.281 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:00.282 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=88] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:00.285 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:123, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:120, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:00.283 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:00.285 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:123, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:120, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:00.283 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:00.299 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=123] [conn=34] [category=ddl] [job="ID:123, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:120, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.283 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.306 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=88] [neededSchemaVersion=89] ["start time"=104.126ยตs] [gotSchemaVersion=89] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:00.307 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=123] [version=89] [2024/05/06 02:51:00.311 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=89] ["take time"=5.274024ms] [job="ID:123, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:120, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:00.283 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.317 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=123] [conn=34] [category=ddl] [job="ID:123, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:120, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.283 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.319 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=89] [neededSchemaVersion=90] ["start time"=53.734ยตs] [gotSchemaVersion=90] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:00.320 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=123] [version=90] [2024/05/06 02:51:00.321 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=90] ["take time"=2.444006ms] [job="ID:123, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:120, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.283 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.327 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=123] [conn=34] [category=ddl] [job="ID:123, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:120, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.283 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.329 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=90] [neededSchemaVersion=91] ["start time"=45.933ยตs] [gotSchemaVersion=91] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:00.330 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=123] [version=91] [2024/05/06 02:51:00.332 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=91] ["take time"=3.417202ms] [job="ID:123, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:120, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:00.283 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.338 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=123] [tableIDs="[120]"] [comment="drop table: table ID"] [2024/05/06 02:51:00.339 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=123] [jobType="drop table"] [2024/05/06 02:51:00.340 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=123] [conn=34] [job="ID:123, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:120, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:00.283 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.345 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=123] [elementID=1] [startKey=748000000000000078] [endKey=748000000000000079] [2024/05/06 02:51:00.349 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=123] [2024/05/06 02:51:00.349 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:00.350 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=91] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:00.352 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:125, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:124, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:00.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:00.353 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:125, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:124, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:00.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:00.359 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=125] [conn=34] [category=ddl] [job="ID:125, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:124, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.363 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=91] [neededSchemaVersion=92] ["start time"=207.387ยตs] [gotSchemaVersion=92] [phyTblIDs="[124]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:00.365 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=125] [version=92] [2024/05/06 02:51:00.374 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=92] ["take time"=11.617161ms] [job="ID:125, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:124, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:00.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.381 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=125] [conn=34] [job="ID:125, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:124, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.385 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=125] [2024/05/06 02:51:00.385 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:00.387 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=92] [cur_db=test] [sql="alter table t_mc modify a date"] [user=] [2024/05/06 02:51:00.389 +00:00] [INFO] [runaway.go:158] ["preparations for the runaway manager are finished and start runaway manager loop"] [2024/05/06 02:51:00.389 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 02:51:00.389 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 02:51:00.389 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 02:51:00.389 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:126, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:124, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:00.388 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:00.389 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:126, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:124, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:00.388 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a date"] [2024/05/06 02:51:00.397 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=126] [conn=34] [category=ddl] [job="ID:126, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:124, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.388 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.399 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=92] [neededSchemaVersion=93] ["start time"=278.861ยตs] [gotSchemaVersion=93] [phyTblIDs="[124]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:00.400 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=126] [version=93] [2024/05/06 02:51:00.401 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=93] ["take time"=2.045818ms] [job="ID:126, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:124, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:00.388 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.408 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=126] [conn=34] [category=ddl] [job="ID:126, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:124, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.388 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.410 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=93] [neededSchemaVersion=94] ["start time"=263.476ยตs] [gotSchemaVersion=94] [phyTblIDs="[124]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:00.410 +00:00] [INFO] [runtime.go:160] ["TimerGroupRuntime loop started"] [groupID=ttl] [2024/05/06 02:51:00.410 +00:00] [INFO] [runtime.go:402] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true] [2024/05/06 02:51:00.411 +00:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=16] [2024/05/06 02:51:00.412 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=126] [version=94] [2024/05/06 02:51:00.413 +00:00] [INFO] [scheduler_manager.go:200] ["schedule task loop start"] [server-id=:4000] [2024/05/06 02:51:00.413 +00:00] [INFO] [scheduler_manager.go:312] ["subtask table gc loop start"] [server-id=:4000] [2024/05/06 02:51:00.413 +00:00] [INFO] [scheduler_manager.go:373] ["cleanup loop start"] [server-id=:4000] [2024/05/06 02:51:00.413 +00:00] [INFO] [scheduler_manager.go:453] ["collect loop start"] [server-id=:4000] [2024/05/06 02:51:00.414 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=94] ["take time"=4.022836ms] [job="ID:126, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:124, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:00.388 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.420 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=126] [conn=34] [category=ddl] [job="ID:126, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:124, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.388 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.424 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=94] [neededSchemaVersion=95] ["start time"=256.9ยตs] [gotSchemaVersion=95] [phyTblIDs="[124]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:00.425 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=126] [version=95] [2024/05/06 02:51:00.426 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=95] ["take time"=2.426773ms] [job="ID:126, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:124, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:00.388 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.432 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=126] [conn=34] [category=ddl] [job="ID:126, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:124, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.388 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.433 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=126] [physicalTableID=124] [startKey=74800000000000007c5f728000000000000001] [endKey=74800000000000007c5f72800000000000000100] [2024/05/06 02:51:00.436 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=126] [2024/05/06 02:51:00.443 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=126] [conn=34] [category=ddl] [job="ID:126, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:124, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.388 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486229086209, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.445 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:126, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:124, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:00.388 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486229086209, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:74800000000000007c5f728000000000000001,EndKey:74800000000000007c5f72800000000000000100,First:false,PhysicalTableID:124,Ingest mode:false"] [2024/05/06 02:51:00.446 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=124] ["start key"=74800000000000007c5f728000000000000001] ["end key"=74800000000000007c5f72800000000000000100] [2024/05/06 02:51:00.446 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=74800000000000007c5f728000000000000001] [endKey=74800000000000007c5f72800000000000000100] [2024/05/06 02:51:00.446 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=124] ["end key"=74800000000000007c5f72800000000000000100] ["current end key"=74800000000000007c5f72800000000000000100] [2024/05/06 02:51:00.446 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=126] [2024/05/06 02:51:00.446 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=126] [2024/05/06 02:51:00.446 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=126] [2024/05/06 02:51:00.447 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 2, tp update column"] [task="taskID: 1, physicalTableID: 124, range: [74800000000000007c5f728000000000000001, 74800000000000007c5f72800000000000000100), jobID: 126"] ["added count"=1] ["scan count"=1] ["next key"=74800000000000007c5f7280000000000000010000] ["take time"=404.06ยตs] [2024/05/06 02:51:00.447 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=126] [2024/05/06 02:51:00.447 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=74800000000000007c5f728000000000000001] [2024/05/06 02:51:00.447 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:00.483 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=95] [neededSchemaVersion=96] ["start time"=228.274ยตs] [gotSchemaVersion=96] [phyTblIDs="[124]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:00.484 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=126] [version=96] [2024/05/06 02:51:00.485 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=96] ["take time"=2.41669ms] [job="ID:126, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:124, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:00.388 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486229086209, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.492 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=126] [jobType="modify column"] [2024/05/06 02:51:00.492 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=126] [conn=34] [job="ID:126, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:124, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:00.388 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486229086209, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.498 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=126] [2024/05/06 02:51:00.498 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:00.499 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=96] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:00.501 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:127, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:124, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:00.5 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:00.501 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:127, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:124, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:00.5 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:00.507 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=127] [conn=34] [category=ddl] [job="ID:127, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:124, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.5 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.509 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=96] [neededSchemaVersion=97] ["start time"=78.579ยตs] [gotSchemaVersion=97] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:00.510 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=127] [version=97] [2024/05/06 02:51:00.518 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=97] ["take time"=9.60868ms] [job="ID:127, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:124, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:00.5 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.523 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=127] [conn=34] [category=ddl] [job="ID:127, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:124, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.5 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.525 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=97] [neededSchemaVersion=98] ["start time"=40.512ยตs] [gotSchemaVersion=98] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:00.526 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=127] [version=98] [2024/05/06 02:51:00.527 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=98] ["take time"=2.862393ms] [job="ID:127, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:124, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.5 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.532 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=127] [conn=34] [category=ddl] [job="ID:127, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:124, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.5 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.535 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=98] [neededSchemaVersion=99] ["start time"=43.165ยตs] [gotSchemaVersion=99] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:00.536 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=127] [version=99] [2024/05/06 02:51:00.536 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=99] ["take time"=2.049688ms] [job="ID:127, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:124, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:00.5 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.543 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=127] [tableIDs="[124]"] [comment="drop table: table ID"] [2024/05/06 02:51:00.544 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=127] [jobType="drop table"] [2024/05/06 02:51:00.544 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=127] [conn=34] [job="ID:127, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:124, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:00.5 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.551 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=127] [elementID=1] [startKey=74800000000000007c] [endKey=74800000000000007d] [2024/05/06 02:51:00.551 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=127] [2024/05/06 02:51:00.551 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:00.552 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=99] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:00.554 +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 02:51:00.553 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:00.554 +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 02:51:00.553 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:00.561 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=129] [conn=34] [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 02:51:00.553 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.564 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=99] [neededSchemaVersion=100] ["start time"=181.471ยตs] [gotSchemaVersion=100] [phyTblIDs="[128]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:00.565 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=129] [version=100] [2024/05/06 02:51:00.566 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=100] ["take time"=2.85847ms] [job="ID:129, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:128, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:00.553 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.572 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=129] [conn=34] [job="ID:129, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:128, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.553 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.575 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=129] [2024/05/06 02:51:00.575 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:00.576 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=100] [cur_db=test] [sql="alter table t_mc modify a date"] [user=] [2024/05/06 02:51:00.578 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:130, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:128, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:00.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:00.578 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:130, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:128, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:00.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a date"] [2024/05/06 02:51:00.589 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=130] [conn=34] [category=ddl] [job="ID:130, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:128, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.592 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=100] [neededSchemaVersion=101] ["start time"=231.664ยตs] [gotSchemaVersion=101] [phyTblIDs="[128]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:00.593 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=130] [version=101] [2024/05/06 02:51:00.594 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=101] ["take time"=3.048102ms] [job="ID:130, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:128, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:00.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.601 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=130] [conn=34] [category=ddl] [job="ID:130, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:128, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.604 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=101] [neededSchemaVersion=102] ["start time"=245.838ยตs] [gotSchemaVersion=102] [phyTblIDs="[128]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:00.605 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=130] [version=102] [2024/05/06 02:51:00.606 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=102] ["take time"=2.848721ms] [job="ID:130, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:128, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:00.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.613 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=130] [conn=34] [category=ddl] [job="ID:130, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:128, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.615 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=102] [neededSchemaVersion=103] ["start time"=226.963ยตs] [gotSchemaVersion=103] [phyTblIDs="[128]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:00.617 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=130] [version=103] [2024/05/06 02:51:00.617 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=103] ["take time"=2.2889ms] [job="ID:130, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:128, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:00.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.623 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=130] [conn=34] [category=ddl] [job="ID:130, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:128, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.624 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=130] [physicalTableID=128] [startKey=7480000000000000805f728000000000000001] [endKey=7480000000000000805f72800000000000000100] [2024/05/06 02:51:00.627 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=130] [2024/05/06 02:51:00.634 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=130] [conn=34] [category=ddl] [job="ID:130, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:128, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486279417856, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.636 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:130, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:128, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:00.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486279417856, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000000805f728000000000000001,EndKey:7480000000000000805f72800000000000000100,First:false,PhysicalTableID:128,Ingest mode:false"] [2024/05/06 02:51:00.637 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=128] ["start key"=7480000000000000805f728000000000000001] ["end key"=7480000000000000805f72800000000000000100] [2024/05/06 02:51:00.637 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000805f728000000000000001] [endKey=7480000000000000805f72800000000000000100] [2024/05/06 02:51:00.637 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=128] ["end key"=7480000000000000805f72800000000000000100] ["current end key"=7480000000000000805f72800000000000000100] [2024/05/06 02:51:00.638 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=130] [2024/05/06 02:51:00.638 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=130] [2024/05/06 02:51:00.638 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=130] [2024/05/06 02:51:00.638 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 128, range: [7480000000000000805f728000000000000001, 7480000000000000805f72800000000000000100), jobID: 130"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000805f7280000000000000010000] ["take time"=895.766ยตs] [2024/05/06 02:51:00.638 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=130] [2024/05/06 02:51:00.638 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000805f728000000000000001] [2024/05/06 02:51:00.639 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:00.680 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=103] [neededSchemaVersion=104] ["start time"=233.805ยตs] [gotSchemaVersion=104] [phyTblIDs="[128]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:00.681 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=130] [version=104] [2024/05/06 02:51:00.682 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=104] ["take time"=2.480233ms] [job="ID:130, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:128, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:00.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486279417856, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.688 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=130] [jobType="modify column"] [2024/05/06 02:51:00.688 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=130] [conn=34] [job="ID:130, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:128, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:00.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486279417856, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.694 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=130] [2024/05/06 02:51:00.694 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:00.695 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=104] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:00.697 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:131, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:128, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:00.696 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:00.697 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:131, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:128, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:00.696 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:00.702 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=131] [conn=34] [category=ddl] [job="ID:131, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:128, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.696 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.705 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=104] [neededSchemaVersion=105] ["start time"=82.236ยตs] [gotSchemaVersion=105] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:00.706 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=131] [version=105] [2024/05/06 02:51:00.706 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=105] ["take time"=2.074466ms] [job="ID:131, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:128, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:00.696 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.711 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=131] [conn=34] [category=ddl] [job="ID:131, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:128, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.696 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.713 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=105] [neededSchemaVersion=106] ["start time"=43.474ยตs] [gotSchemaVersion=106] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:00.714 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=131] [version=106] [2024/05/06 02:51:00.721 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=106] ["take time"=8.221771ms] [job="ID:131, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:128, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.696 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.725 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=131] [conn=34] [category=ddl] [job="ID:131, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:128, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.696 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.728 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=106] [neededSchemaVersion=107] ["start time"=36.597ยตs] [gotSchemaVersion=107] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:00.729 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=131] [version=107] [2024/05/06 02:51:00.730 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=107] ["take time"=2.716902ms] [job="ID:131, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:128, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:00.696 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.741 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=131] [tableIDs="[128]"] [comment="drop table: table ID"] [2024/05/06 02:51:00.742 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=131] [jobType="drop table"] [2024/05/06 02:51:00.742 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=131] [conn=34] [job="ID:131, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:128, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:00.696 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.747 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=131] [elementID=1] [startKey=748000000000000080] [endKey=748000000000000081] [2024/05/06 02:51:00.751 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=131] [2024/05/06 02:51:00.751 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:00.752 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=107] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:00.761 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:133, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:132, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:00.759 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:00.761 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:133, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:132, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:00.759 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:00.766 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=133] [conn=34] [category=ddl] [job="ID:133, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:132, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.759 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.768 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=107] [neededSchemaVersion=108] ["start time"=195.263ยตs] [gotSchemaVersion=108] [phyTblIDs="[132]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:00.770 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=133] [version=108] [2024/05/06 02:51:00.770 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=108] ["take time"=2.246184ms] [job="ID:133, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:132, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:00.759 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.776 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=133] [conn=34] [job="ID:133, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:132, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.759 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.780 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=133] [2024/05/06 02:51:00.780 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:00.781 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=108] [cur_db=test] [sql="alter table t_mc modify a date"] [user=] [2024/05/06 02:51:00.783 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:134, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:132, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:00.782 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:00.783 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:134, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:132, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:00.782 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a date"] [2024/05/06 02:51:00.794 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=134] [conn=34] [category=ddl] [job="ID:134, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:132, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.782 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.796 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=108] [neededSchemaVersion=109] ["start time"=234.727ยตs] [gotSchemaVersion=109] [phyTblIDs="[132]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:00.798 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=134] [version=109] [2024/05/06 02:51:00.800 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=109] ["take time"=4.082446ms] [job="ID:134, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:132, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:00.782 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.806 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=134] [conn=34] [category=ddl] [job="ID:134, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:132, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.782 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.808 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=109] [neededSchemaVersion=110] ["start time"=238.471ยตs] [gotSchemaVersion=110] [phyTblIDs="[132]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:00.810 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=134] [version=110] [2024/05/06 02:51:00.811 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=110] ["take time"=2.825369ms] [job="ID:134, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:132, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:00.782 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.818 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=134] [conn=34] [category=ddl] [job="ID:134, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:132, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.782 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.820 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=110] [neededSchemaVersion=111] ["start time"=201.988ยตs] [gotSchemaVersion=111] [phyTblIDs="[132]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:00.821 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=134] [version=111] [2024/05/06 02:51:00.823 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=111] ["take time"=2.537531ms] [job="ID:134, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:132, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:00.782 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.828 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=134] [conn=34] [category=ddl] [job="ID:134, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:132, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.782 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.829 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=134] [physicalTableID=132] [startKey=7480000000000000845f728000000000000001] [endKey=7480000000000000845f72800000000000000100] [2024/05/06 02:51:00.832 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=134] [2024/05/06 02:51:00.839 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=134] [conn=34] [category=ddl] [job="ID:134, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:132, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.782 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486333157376, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.840 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:134, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:132, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:00.782 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486333157376, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000000845f728000000000000001,EndKey:7480000000000000845f72800000000000000100,First:false,PhysicalTableID:132,Ingest mode:false"] [2024/05/06 02:51:00.841 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=132] ["start key"=7480000000000000845f728000000000000001] ["end key"=7480000000000000845f72800000000000000100] [2024/05/06 02:51:00.841 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000845f728000000000000001] [endKey=7480000000000000845f72800000000000000100] [2024/05/06 02:51:00.842 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=132] ["end key"=7480000000000000845f72800000000000000100] ["current end key"=7480000000000000845f72800000000000000100] [2024/05/06 02:51:00.842 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=134] [2024/05/06 02:51:00.842 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=134] [2024/05/06 02:51:00.843 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=134] [2024/05/06 02:51:00.843 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 132, range: [7480000000000000845f728000000000000001, 7480000000000000845f72800000000000000100), jobID: 134"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000845f7280000000000000010000] ["take time"=1.401553ms] [2024/05/06 02:51:00.843 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=134] [2024/05/06 02:51:00.843 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000845f728000000000000001] [2024/05/06 02:51:00.844 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:00.917 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=111] [neededSchemaVersion=112] ["start time"=248.146ยตs] [gotSchemaVersion=112] [phyTblIDs="[132]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:00.919 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=134] [version=112] [2024/05/06 02:51:00.920 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=112] ["take time"=2.839629ms] [job="ID:134, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:132, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:00.782 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486333157376, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.933 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=134] [jobType="modify column"] [2024/05/06 02:51:00.933 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=134] [conn=34] [job="ID:134, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:132, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:00.782 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486333157376, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:00.939 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=134] [2024/05/06 02:51:00.939 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:00.940 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=112] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:00.942 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:135, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:132, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:00.941 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:00.942 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:135, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:132, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:00.941 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:00.947 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=135] [conn=34] [category=ddl] [job="ID:135, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:132, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.941 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.949 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=112] [neededSchemaVersion=113] ["start time"=99.594ยตs] [gotSchemaVersion=113] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:00.950 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=135] [version=113] [2024/05/06 02:51:00.951 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=113] ["take time"=2.941956ms] [job="ID:135, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:132, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:00.941 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.955 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=135] [conn=34] [category=ddl] [job="ID:135, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:132, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.941 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.957 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=113] [neededSchemaVersion=114] ["start time"=48.576ยตs] [gotSchemaVersion=114] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:00.959 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=135] [version=114] [2024/05/06 02:51:00.959 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=114] ["take time"=2.109726ms] [job="ID:135, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:132, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.941 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.967 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=135] [conn=34] [category=ddl] [job="ID:135, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:132, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.941 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.969 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=114] [neededSchemaVersion=115] ["start time"=32.114ยตs] [gotSchemaVersion=115] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:00.970 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=135] [version=115] [2024/05/06 02:51:00.971 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=115] ["take time"=2.353709ms] [job="ID:135, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:132, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:00.941 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.975 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=135] [tableIDs="[132]"] [comment="drop table: table ID"] [2024/05/06 02:51:00.976 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=135] [jobType="drop table"] [2024/05/06 02:51:00.976 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=135] [conn=34] [job="ID:135, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:132, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:00.941 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.982 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=135] [2024/05/06 02:51:00.982 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:00.982 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=115] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:00.987 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=135] [elementID=1] [startKey=748000000000000084] [endKey=748000000000000085] [2024/05/06 02:51:00.987 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:137, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:136, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:00.986 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:00.987 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:137, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:136, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:00.986 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:00.992 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=137] [conn=34] [category=ddl] [job="ID:137, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:136, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.986 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:00.995 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=115] [neededSchemaVersion=116] ["start time"=147.653ยตs] [gotSchemaVersion=116] [phyTblIDs="[136]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:00.996 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=137] [version=116] [2024/05/06 02:51:00.997 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=116] ["take time"=2.746814ms] [job="ID:137, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:136, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:00.986 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.001 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=137] [conn=34] [job="ID:137, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:136, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:00.986 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.003 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=137] [2024/05/06 02:51:01.003 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:01.004 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=116] [cur_db=test] [sql="alter table t_mc modify a date"] [user=] [2024/05/06 02:51:01.006 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:138, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:136, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:01.005 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:01.006 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:138, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:136, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:01.005 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a date"] [2024/05/06 02:51:01.011 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=138] [conn=34] [category=ddl] [job="ID:138, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:136, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.005 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.013 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=116] [neededSchemaVersion=117] ["start time"=210.528ยตs] [gotSchemaVersion=117] [phyTblIDs="[136]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:01.014 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=138] [version=117] [2024/05/06 02:51:01.015 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=117] ["take time"=2.744163ms] [job="ID:138, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:136, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:01.005 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.020 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=138] [conn=34] [category=ddl] [job="ID:138, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:136, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.005 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.022 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=117] [neededSchemaVersion=118] ["start time"=232.403ยตs] [gotSchemaVersion=118] [phyTblIDs="[136]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:01.024 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=138] [version=118] [2024/05/06 02:51:01.024 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=118] ["take time"=2.060223ms] [job="ID:138, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:136, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:01.005 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.030 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=138] [conn=34] [category=ddl] [job="ID:138, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:136, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.005 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.031 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=118] [neededSchemaVersion=119] ["start time"=162.157ยตs] [gotSchemaVersion=119] [phyTblIDs="[136]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:01.032 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=138] [version=119] [2024/05/06 02:51:01.033 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=119] ["take time"=2.025627ms] [job="ID:138, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:136, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:01.005 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.037 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=138] [conn=34] [category=ddl] [job="ID:138, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:136, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.005 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.038 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=138] [physicalTableID=136] [startKey=7480000000000000885f728000000000000001] [endKey=7480000000000000885f72800000000000000100] [2024/05/06 02:51:01.040 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=138] [2024/05/06 02:51:01.045 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=138] [conn=34] [category=ddl] [job="ID:138, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:136, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.005 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486387683330, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.047 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:138, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:136, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:01.005 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486387683330, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000000885f728000000000000001,EndKey:7480000000000000885f72800000000000000100,First:false,PhysicalTableID:136,Ingest mode:false"] [2024/05/06 02:51:01.048 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=136] ["start key"=7480000000000000885f728000000000000001] ["end key"=7480000000000000885f72800000000000000100] [2024/05/06 02:51:01.048 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000885f728000000000000001] [endKey=7480000000000000885f72800000000000000100] [2024/05/06 02:51:01.048 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=136] ["end key"=7480000000000000885f72800000000000000100] ["current end key"=7480000000000000885f72800000000000000100] [2024/05/06 02:51:01.048 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=138] [2024/05/06 02:51:01.048 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=138] [2024/05/06 02:51:01.048 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=138] [2024/05/06 02:51:01.049 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 136, range: [7480000000000000885f728000000000000001, 7480000000000000885f72800000000000000100), jobID: 138"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000885f7280000000000000010000] ["take time"=499.579ยตs] [2024/05/06 02:51:01.049 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=138] [2024/05/06 02:51:01.049 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000885f728000000000000001] [2024/05/06 02:51:01.049 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:01.087 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=119] [neededSchemaVersion=120] ["start time"=203.843ยตs] [gotSchemaVersion=120] [phyTblIDs="[136]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:01.088 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=138] [version=120] [2024/05/06 02:51:01.089 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=120] ["take time"=2.733466ms] [job="ID:138, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:136, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:01.005 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486387683330, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.095 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=138] [jobType="modify column"] [2024/05/06 02:51:01.095 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=138] [conn=34] [job="ID:138, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:136, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:01.005 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486387683330, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.100 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=138] [2024/05/06 02:51:01.100 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:01.101 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=120] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:01.103 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:139, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:136, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:01.102 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:01.103 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:139, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:136, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:01.102 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:01.108 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=139] [conn=34] [category=ddl] [job="ID:139, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:136, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.102 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.112 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=120] [neededSchemaVersion=121] ["start time"=73.53ยตs] [gotSchemaVersion=121] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:01.113 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=139] [version=121] [2024/05/06 02:51:01.114 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=121] ["take time"=2.302336ms] [job="ID:139, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:136, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:01.102 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.118 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=139] [conn=34] [category=ddl] [job="ID:139, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:136, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.102 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.120 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=121] [neededSchemaVersion=122] ["start time"=39.414ยตs] [gotSchemaVersion=122] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:01.121 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=139] [version=122] [2024/05/06 02:51:01.122 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=122] ["take time"=2.851199ms] [job="ID:139, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:136, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.102 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.127 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=139] [conn=34] [category=ddl] [job="ID:139, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:136, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.102 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.132 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=122] [neededSchemaVersion=123] ["start time"=56.493ยตs] [gotSchemaVersion=123] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:01.133 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=139] [version=123] [2024/05/06 02:51:01.134 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=123] ["take time"=2.013059ms] [job="ID:139, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:136, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:01.102 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.140 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=139] [tableIDs="[136]"] [comment="drop table: table ID"] [2024/05/06 02:51:01.141 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=139] [jobType="drop table"] [2024/05/06 02:51:01.141 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=139] [conn=34] [job="ID:139, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:136, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:01.102 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.146 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=139] [2024/05/06 02:51:01.146 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:01.147 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=123] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:01.152 +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 02:51:01.149 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:01.152 +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 02:51:01.149 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:01.158 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=139] [elementID=1] [startKey=748000000000000088] [endKey=748000000000000089] [2024/05/06 02:51:01.160 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=141] [conn=34] [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 02:51:01.149 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.162 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=123] [neededSchemaVersion=124] ["start time"=243.952ยตs] [gotSchemaVersion=124] [phyTblIDs="[140]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:01.163 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=141] [version=124] [2024/05/06 02:51:01.165 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=124] ["take time"=2.924198ms] [job="ID:141, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:140, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:01.149 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.176 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=141] [conn=34] [job="ID:141, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:140, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.149 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.179 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=141] [2024/05/06 02:51:01.179 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:01.180 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=124] [cur_db=test] [sql="alter table t_mc modify a date"] [user=] [2024/05/06 02:51:01.183 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:142, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:140, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:01.181 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:01.183 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:142, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:140, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:01.181 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a date"] [2024/05/06 02:51:01.192 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=142] [conn=34] [category=ddl] [job="ID:142, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:140, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.181 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.194 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=124] [neededSchemaVersion=125] ["start time"=216.299ยตs] [gotSchemaVersion=125] [phyTblIDs="[140]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:01.195 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=142] [version=125] [2024/05/06 02:51:01.196 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=125] ["take time"=2.268537ms] [job="ID:142, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:140, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:01.181 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.201 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=142] [conn=34] [category=ddl] [job="ID:142, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:140, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.181 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.203 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=125] [neededSchemaVersion=126] ["start time"=191.739ยตs] [gotSchemaVersion=126] [phyTblIDs="[140]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:01.205 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=142] [version=126] [2024/05/06 02:51:01.206 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=126] ["take time"=3.05931ms] [job="ID:142, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:140, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:01.181 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.211 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=142] [conn=34] [category=ddl] [job="ID:142, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:140, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.181 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.214 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=126] [neededSchemaVersion=127] ["start time"=212.303ยตs] [gotSchemaVersion=127] [phyTblIDs="[140]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:01.215 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=142] [version=127] [2024/05/06 02:51:01.216 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=127] ["take time"=2.553996ms] [job="ID:142, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:140, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:01.181 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.221 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=142] [conn=34] [category=ddl] [job="ID:142, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:140, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.181 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.221 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=142] [physicalTableID=140] [startKey=74800000000000008c5f728000000000000001] [endKey=74800000000000008c5f72800000000000000100] [2024/05/06 02:51:01.223 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=142] [2024/05/06 02:51:01.230 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=142] [conn=34] [category=ddl] [job="ID:142, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:140, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.181 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486435917825, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.232 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:142, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:140, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:01.181 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486435917825, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:74800000000000008c5f728000000000000001,EndKey:74800000000000008c5f72800000000000000100,First:false,PhysicalTableID:140,Ingest mode:false"] [2024/05/06 02:51:01.233 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=140] ["start key"=74800000000000008c5f728000000000000001] ["end key"=74800000000000008c5f72800000000000000100] [2024/05/06 02:51:01.233 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=74800000000000008c5f728000000000000001] [endKey=74800000000000008c5f72800000000000000100] [2024/05/06 02:51:01.233 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=140] ["end key"=74800000000000008c5f72800000000000000100] ["current end key"=74800000000000008c5f72800000000000000100] [2024/05/06 02:51:01.233 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=142] [2024/05/06 02:51:01.233 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=142] [2024/05/06 02:51:01.233 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=142] [2024/05/06 02:51:01.233 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 140, range: [74800000000000008c5f728000000000000001, 74800000000000008c5f72800000000000000100), jobID: 142"] ["added count"=1] ["scan count"=1] ["next key"=74800000000000008c5f7280000000000000010000] ["take time"=451.269ยตs] [2024/05/06 02:51:01.234 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=142] [2024/05/06 02:51:01.234 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=74800000000000008c5f728000000000000001] [2024/05/06 02:51:01.234 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:01.266 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=127] [neededSchemaVersion=128] ["start time"=160.051ยตs] [gotSchemaVersion=128] [phyTblIDs="[140]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:01.267 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=142] [version=128] [2024/05/06 02:51:01.275 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=128] ["take time"=9.249478ms] [job="ID:142, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:140, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:01.181 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486435917825, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.282 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=142] [jobType="modify column"] [2024/05/06 02:51:01.282 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=142] [conn=34] [job="ID:142, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:140, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:01.181 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486435917825, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.289 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=142] [2024/05/06 02:51:01.289 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:01.290 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=128] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:01.292 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:143, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:140, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:01.291 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:01.292 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:143, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:140, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:01.291 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:01.296 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=143] [conn=34] [category=ddl] [job="ID:143, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:140, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.291 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.298 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=128] [neededSchemaVersion=129] ["start time"=65.156ยตs] [gotSchemaVersion=129] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:01.299 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=143] [version=129] [2024/05/06 02:51:01.301 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=129] ["take time"=2.922871ms] [job="ID:143, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:140, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:01.291 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.304 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=143] [conn=34] [category=ddl] [job="ID:143, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:140, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.291 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.306 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=129] [neededSchemaVersion=130] ["start time"=42.548ยตs] [gotSchemaVersion=130] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:01.308 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=143] [version=130] [2024/05/06 02:51:01.309 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=130] ["take time"=2.737976ms] [job="ID:143, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:140, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.291 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.314 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=143] [conn=34] [category=ddl] [job="ID:143, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:140, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.291 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.316 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=130] [neededSchemaVersion=131] ["start time"=50.833ยตs] [gotSchemaVersion=131] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:01.317 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=143] [version=131] [2024/05/06 02:51:01.319 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=131] ["take time"=3.064395ms] [job="ID:143, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:140, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:01.291 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.324 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=143] [tableIDs="[140]"] [comment="drop table: table ID"] [2024/05/06 02:51:01.325 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=143] [jobType="drop table"] [2024/05/06 02:51:01.325 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=143] [conn=34] [job="ID:143, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:140, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:01.291 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.329 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=143] [elementID=1] [startKey=74800000000000008c] [endKey=74800000000000008d] [2024/05/06 02:51:01.330 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=143] [2024/05/06 02:51:01.330 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:01.330 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=131] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:01.333 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:145, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:144, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:01.332 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:01.333 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:145, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:144, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:01.332 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:01.337 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=145] [conn=34] [category=ddl] [job="ID:145, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:144, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.332 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.339 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=131] [neededSchemaVersion=132] ["start time"=184.594ยตs] [gotSchemaVersion=132] [phyTblIDs="[144]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:01.340 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=145] [version=132] [2024/05/06 02:51:01.341 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=132] ["take time"=2.350026ms] [job="ID:145, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:144, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:01.332 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.346 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=145] [conn=34] [job="ID:145, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:144, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.332 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.348 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=145] [2024/05/06 02:51:01.348 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:01.350 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=132] [cur_db=test] [sql="alter table t_mc modify a date"] [user=] [2024/05/06 02:51:01.353 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:146, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:144, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:01.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:01.353 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:146, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:144, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:01.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a date"] [2024/05/06 02:51:01.361 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=146] [conn=34] [category=ddl] [job="ID:146, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:144, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.363 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=132] [neededSchemaVersion=133] ["start time"=198.371ยตs] [gotSchemaVersion=133] [phyTblIDs="[144]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:01.364 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=146] [version=133] [2024/05/06 02:51:01.366 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=133] ["take time"=2.932046ms] [job="ID:146, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:144, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:01.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.370 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=146] [conn=34] [category=ddl] [job="ID:146, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:144, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.372 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=133] [neededSchemaVersion=134] ["start time"=242.864ยตs] [gotSchemaVersion=134] [phyTblIDs="[144]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:01.373 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=146] [version=134] [2024/05/06 02:51:01.375 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=134] ["take time"=2.621874ms] [job="ID:146, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:144, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:01.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.382 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=146] [conn=34] [category=ddl] [job="ID:146, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:144, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.383 +00:00] [INFO] [info.go:1142] [SetTiFlashGroupConfig] [2024/05/06 02:51:01.385 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=134] [neededSchemaVersion=135] ["start time"=235.468ยตs] [gotSchemaVersion=135] [phyTblIDs="[144]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:01.386 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=146] [version=135] [2024/05/06 02:51:01.386 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=135] ["take time"=2.173153ms] [job="ID:146, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:144, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:01.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.392 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=146] [conn=34] [category=ddl] [job="ID:146, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:144, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.393 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=146] [physicalTableID=144] [startKey=7480000000000000905f728000000000000001] [endKey=7480000000000000905f72800000000000000100] [2024/05/06 02:51:01.395 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=146] [2024/05/06 02:51:01.400 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=146] [conn=34] [category=ddl] [job="ID:146, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:144, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486481006592, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.402 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:146, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:144, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:01.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486481006592, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000000905f728000000000000001,EndKey:7480000000000000905f72800000000000000100,First:false,PhysicalTableID:144,Ingest mode:false"] [2024/05/06 02:51:01.403 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=144] ["start key"=7480000000000000905f728000000000000001] ["end key"=7480000000000000905f72800000000000000100] [2024/05/06 02:51:01.403 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000905f728000000000000001] [endKey=7480000000000000905f72800000000000000100] [2024/05/06 02:51:01.403 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=144] ["end key"=7480000000000000905f72800000000000000100] ["current end key"=7480000000000000905f72800000000000000100] [2024/05/06 02:51:01.403 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=146] [2024/05/06 02:51:01.403 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=146] [2024/05/06 02:51:01.403 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=146] [2024/05/06 02:51:01.404 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 1, tp update column"] [task="taskID: 1, physicalTableID: 144, range: [7480000000000000905f728000000000000001, 7480000000000000905f72800000000000000100), jobID: 146"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000905f7280000000000000010000] ["take time"=492.561ยตs] [2024/05/06 02:51:01.404 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=146] [2024/05/06 02:51:01.404 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000905f728000000000000001] [2024/05/06 02:51:01.404 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:01.440 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=135] [neededSchemaVersion=136] ["start time"=227.052ยตs] [gotSchemaVersion=136] [phyTblIDs="[144]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:01.442 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=146] [version=136] [2024/05/06 02:51:01.443 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=136] ["take time"=3.055291ms] [job="ID:146, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:144, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:01.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486481006592, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.449 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=146] [jobType="modify column"] [2024/05/06 02:51:01.450 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=146] [conn=34] [job="ID:146, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:144, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:01.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486481006592, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.455 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=146] [2024/05/06 02:51:01.455 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:01.456 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=136] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:01.458 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:147, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:144, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:01.457 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:01.458 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:147, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:144, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:01.457 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:01.467 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=147] [conn=34] [category=ddl] [job="ID:147, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:144, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.457 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.469 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=136] [neededSchemaVersion=137] ["start time"=106.038ยตs] [gotSchemaVersion=137] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:01.471 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=147] [version=137] [2024/05/06 02:51:01.472 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=137] ["take time"=2.817621ms] [job="ID:147, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:144, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:01.457 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.476 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=147] [conn=34] [category=ddl] [job="ID:147, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:144, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.457 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.478 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=137] [neededSchemaVersion=138] ["start time"=51.162ยตs] [gotSchemaVersion=138] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:01.479 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=147] [version=138] [2024/05/06 02:51:01.480 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=138] ["take time"=2.378818ms] [job="ID:147, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:144, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.457 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.484 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=147] [conn=34] [category=ddl] [job="ID:147, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:144, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.457 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.487 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=138] [neededSchemaVersion=139] ["start time"=40.973ยตs] [gotSchemaVersion=139] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:01.488 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=147] [version=139] [2024/05/06 02:51:01.489 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=139] ["take time"=2.208469ms] [job="ID:147, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:144, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:01.457 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.496 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=147] [tableIDs="[144]"] [comment="drop table: table ID"] [2024/05/06 02:51:01.497 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=147] [jobType="drop table"] [2024/05/06 02:51:01.497 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=147] [conn=34] [job="ID:147, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:144, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:01.457 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.503 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=147] [2024/05/06 02:51:01.503 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:01.503 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=139] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:01.505 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=147] [elementID=1] [startKey=748000000000000090] [endKey=748000000000000091] [2024/05/06 02:51:01.506 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:149, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:148, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:01.505 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:01.506 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:149, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:148, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:01.505 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:01.511 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=149] [conn=34] [category=ddl] [job="ID:149, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:148, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.505 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.514 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=139] [neededSchemaVersion=140] ["start time"=231.426ยตs] [gotSchemaVersion=140] [phyTblIDs="[148]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:01.515 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=149] [version=140] [2024/05/06 02:51:01.516 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=140] ["take time"=2.217691ms] [job="ID:149, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:148, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:01.505 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.521 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=149] [conn=34] [job="ID:149, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:148, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.505 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.523 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=149] [2024/05/06 02:51:01.523 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:01.525 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=140] [cur_db=test] [sql="alter table t_mc modify a date"] [user=] [2024/05/06 02:51:01.527 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:150, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:148, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:01.526 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:01.527 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:150, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:148, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:01.526 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a date"] [2024/05/06 02:51:01.532 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=150] [conn=34] [category=ddl] [job="ID:150, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:148, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.526 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.534 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=140] [neededSchemaVersion=141] ["start time"=261.085ยตs] [gotSchemaVersion=141] [phyTblIDs="[148]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:01.535 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=150] [version=141] [2024/05/06 02:51:01.536 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=141] ["take time"=2.051344ms] [job="ID:150, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:148, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:01.526 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.543 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=150] [conn=34] [category=ddl] [job="ID:150, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:148, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.526 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.545 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=141] [neededSchemaVersion=142] ["start time"=205.71ยตs] [gotSchemaVersion=142] [phyTblIDs="[148]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:01.546 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=150] [version=142] [2024/05/06 02:51:01.555 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=142] ["take time"=9.991004ms] [job="ID:150, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:148, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:01.526 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.562 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=150] [conn=34] [category=ddl] [job="ID:150, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:148, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.526 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.571 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=142] [neededSchemaVersion=143] ["start time"=218.93ยตs] [gotSchemaVersion=143] [phyTblIDs="[148]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:01.572 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=150] [version=143] [2024/05/06 02:51:01.573 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=143] ["take time"=2.309471ms] [job="ID:150, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:148, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:01.526 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.579 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=150] [conn=34] [category=ddl] [job="ID:150, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:148, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.526 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.580 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=150] [physicalTableID=148] [startKey=7480000000000000945f728000000000000001] [endKey=7480000000000000945f72800000000000000100] [2024/05/06 02:51:01.582 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=150] [2024/05/06 02:51:01.589 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=150] [conn=34] [category=ddl] [job="ID:150, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:148, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.526 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486529765377, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.591 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:150, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:148, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:01.526 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486529765377, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000000945f728000000000000001,EndKey:7480000000000000945f72800000000000000100,First:false,PhysicalTableID:148,Ingest mode:false"] [2024/05/06 02:51:01.592 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=148] ["start key"=7480000000000000945f728000000000000001] ["end key"=7480000000000000945f72800000000000000100] [2024/05/06 02:51:01.592 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000945f728000000000000001] [endKey=7480000000000000945f72800000000000000100] [2024/05/06 02:51:01.592 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=148] ["end key"=7480000000000000945f72800000000000000100] ["current end key"=7480000000000000945f72800000000000000100] [2024/05/06 02:51:01.593 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=150] [2024/05/06 02:51:01.593 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=150] [2024/05/06 02:51:01.593 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=150] [2024/05/06 02:51:01.593 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 148, range: [7480000000000000945f728000000000000001, 7480000000000000945f72800000000000000100), jobID: 150"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000945f7280000000000000010000] ["take time"=556.51ยตs] [2024/05/06 02:51:01.593 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=150] [2024/05/06 02:51:01.593 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000945f728000000000000001] [2024/05/06 02:51:01.593 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:01.628 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=143] [neededSchemaVersion=144] ["start time"=207.333ยตs] [gotSchemaVersion=144] [phyTblIDs="[148]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:01.630 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=150] [version=144] [2024/05/06 02:51:01.631 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=144] ["take time"=2.567149ms] [job="ID:150, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:148, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:01.526 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486529765377, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.639 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=150] [jobType="modify column"] [2024/05/06 02:51:01.639 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=150] [conn=34] [job="ID:150, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:148, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:01.526 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486529765377, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.648 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=150] [2024/05/06 02:51:01.648 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:01.649 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=144] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:01.652 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:151, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:148, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:01.65 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:01.652 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:151, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:148, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:01.65 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:01.658 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=151] [conn=34] [category=ddl] [job="ID:151, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:148, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.65 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.660 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=144] [neededSchemaVersion=145] ["start time"=86.81ยตs] [gotSchemaVersion=145] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:01.661 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=151] [version=145] [2024/05/06 02:51:01.668 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=145] ["take time"=8.113674ms] [job="ID:151, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:148, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:01.65 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.675 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=151] [conn=34] [category=ddl] [job="ID:151, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:148, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.65 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.684 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=145] [neededSchemaVersion=146] ["start time"=43.251ยตs] [gotSchemaVersion=146] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:01.685 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=151] [version=146] [2024/05/06 02:51:01.686 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=146] ["take time"=2.091596ms] [job="ID:151, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:148, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.65 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.690 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=151] [conn=34] [category=ddl] [job="ID:151, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:148, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.65 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.693 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=146] [neededSchemaVersion=147] ["start time"=45.162ยตs] [gotSchemaVersion=147] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:01.694 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=151] [version=147] [2024/05/06 02:51:01.695 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=147] ["take time"=2.254941ms] [job="ID:151, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:148, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:01.65 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.701 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=151] [tableIDs="[148]"] [comment="drop table: table ID"] [2024/05/06 02:51:01.702 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=151] [jobType="drop table"] [2024/05/06 02:51:01.702 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=151] [conn=34] [job="ID:151, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:148, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:01.65 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.709 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=151] [elementID=1] [startKey=748000000000000094] [endKey=748000000000000095] [2024/05/06 02:51:01.710 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=151] [2024/05/06 02:51:01.710 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:01.710 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=147] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:01.712 +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 02:51:01.711 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:01.713 +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 02:51:01.711 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:01.718 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=153] [conn=34] [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 02:51:01.711 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.720 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=147] [neededSchemaVersion=148] ["start time"=170.522ยตs] [gotSchemaVersion=148] [phyTblIDs="[152]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:01.722 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=153] [version=148] [2024/05/06 02:51:01.723 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=148] ["take time"=2.756107ms] [job="ID:153, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:152, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:01.711 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.730 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=153] [conn=34] [job="ID:153, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:152, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.711 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.734 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=153] [2024/05/06 02:51:01.734 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:01.735 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=148] [cur_db=test] [sql="alter table t_mc modify a date"] [user=] [2024/05/06 02:51:01.737 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:154, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:152, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:01.736 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:01.737 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:154, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:152, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:01.736 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a date"] [2024/05/06 02:51:01.745 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=154] [conn=34] [category=ddl] [job="ID:154, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:152, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.736 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.747 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=148] [neededSchemaVersion=149] ["start time"=257.733ยตs] [gotSchemaVersion=149] [phyTblIDs="[152]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:01.749 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=154] [version=149] [2024/05/06 02:51:01.758 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=149] ["take time"=10.926268ms] [job="ID:154, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:152, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:01.736 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.766 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=154] [conn=34] [category=ddl] [job="ID:154, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:152, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.736 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.769 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=149] [neededSchemaVersion=150] ["start time"=252.321ยตs] [gotSchemaVersion=150] [phyTblIDs="[152]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:01.770 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=154] [version=150] [2024/05/06 02:51:01.770 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=150] ["take time"=2.118297ms] [job="ID:154, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:152, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:01.736 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.777 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=154] [conn=34] [category=ddl] [job="ID:154, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:152, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.736 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.780 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=150] [neededSchemaVersion=151] ["start time"=233.517ยตs] [gotSchemaVersion=151] [phyTblIDs="[152]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:01.781 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=154] [version=151] [2024/05/06 02:51:01.783 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=151] ["take time"=3.202869ms] [job="ID:154, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:152, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:01.736 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.789 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=154] [conn=34] [category=ddl] [job="ID:154, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:152, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.736 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.790 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=154] [physicalTableID=152] [startKey=7480000000000000985f728000000000000001] [endKey=7480000000000000985f72800000000000000100] [2024/05/06 02:51:01.793 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=154] [2024/05/06 02:51:01.831 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=154] [conn=34] [category=ddl] [job="ID:154, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:152, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.736 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486585077760, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.835 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:154, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:152, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:01.736 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486585077760, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000000985f728000000000000001,EndKey:7480000000000000985f72800000000000000100,First:false,PhysicalTableID:152,Ingest mode:false"] [2024/05/06 02:51:01.836 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=152] ["start key"=7480000000000000985f728000000000000001] ["end key"=7480000000000000985f72800000000000000100] [2024/05/06 02:51:01.836 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000985f728000000000000001] [endKey=7480000000000000985f72800000000000000100] [2024/05/06 02:51:01.837 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=152] ["end key"=7480000000000000985f72800000000000000100] ["current end key"=7480000000000000985f72800000000000000100] [2024/05/06 02:51:01.838 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 152, range: [7480000000000000985f728000000000000001, 7480000000000000985f72800000000000000100), jobID: 154"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000985f7280000000000000010000] ["take time"=679.953ยตs] [2024/05/06 02:51:01.838 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=154] [2024/05/06 02:51:01.838 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=154] [2024/05/06 02:51:01.838 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=154] [2024/05/06 02:51:01.838 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=154] [2024/05/06 02:51:01.838 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000985f728000000000000001] [2024/05/06 02:51:01.839 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:01.882 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=151] [neededSchemaVersion=152] ["start time"=241.274ยตs] [gotSchemaVersion=152] [phyTblIDs="[152]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:01.884 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=154] [version=152] [2024/05/06 02:51:01.886 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=152] ["take time"=4.063916ms] [job="ID:154, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:152, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:01.736 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486585077760, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.893 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=154] [jobType="modify column"] [2024/05/06 02:51:01.893 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=154] [conn=34] [job="ID:154, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:152, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:01.736 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486585077760, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.899 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=154] [2024/05/06 02:51:01.899 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:01.900 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=152] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:01.903 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:155, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:152, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:01.902 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:01.903 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:155, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:152, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:01.902 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:01.909 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=155] [conn=34] [category=ddl] [job="ID:155, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:152, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.902 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.911 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=152] [neededSchemaVersion=153] ["start time"=92.739ยตs] [gotSchemaVersion=153] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:01.912 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=155] [version=153] [2024/05/06 02:51:01.913 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=153] ["take time"=2.243272ms] [job="ID:155, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:152, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:01.902 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.918 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=155] [conn=34] [category=ddl] [job="ID:155, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:152, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.902 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.920 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=153] [neededSchemaVersion=154] ["start time"=84.145ยตs] [gotSchemaVersion=154] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:01.921 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=155] [version=154] [2024/05/06 02:51:01.922 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=154] ["take time"=2.363426ms] [job="ID:155, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:152, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.902 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.927 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=155] [conn=34] [category=ddl] [job="ID:155, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:152, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.902 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.929 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=154] [neededSchemaVersion=155] ["start time"=67.577ยตs] [gotSchemaVersion=155] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:01.930 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=155] [version=155] [2024/05/06 02:51:01.931 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=155] ["take time"=2.131126ms] [job="ID:155, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:152, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:01.902 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.935 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=155] [tableIDs="[152]"] [comment="drop table: table ID"] [2024/05/06 02:51:01.936 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=155] [jobType="drop table"] [2024/05/06 02:51:01.937 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=155] [conn=34] [job="ID:155, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:152, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:01.902 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.944 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=155] [elementID=1] [startKey=748000000000000098] [endKey=748000000000000099] [2024/05/06 02:51:01.945 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=155] [2024/05/06 02:51:01.945 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:01.945 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=155] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:01.948 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:157, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:156, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:01.947 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:01.948 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:157, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:156, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:01.947 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:01.953 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=157] [conn=34] [category=ddl] [job="ID:157, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:156, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.947 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.955 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=155] [neededSchemaVersion=156] ["start time"=124.843ยตs] [gotSchemaVersion=156] [phyTblIDs="[156]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:01.956 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=157] [version=156] [2024/05/06 02:51:01.957 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=156] ["take time"=2.257074ms] [job="ID:157, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:156, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:01.947 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.961 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=157] [conn=34] [job="ID:157, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:156, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.947 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:01.964 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=157] [2024/05/06 02:51:01.964 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:01.965 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=156] [cur_db=test] [sql="alter table t_mc modify a date"] [user=] [2024/05/06 02:51:01.967 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:158, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:156, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:01.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:01.967 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:158, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:156, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:01.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a date"] [2024/05/06 02:51:01.972 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=158] [conn=34] [category=ddl] [job="ID:158, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:156, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.974 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=156] [neededSchemaVersion=157] ["start time"=257.02ยตs] [gotSchemaVersion=157] [phyTblIDs="[156]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:01.975 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=158] [version=157] [2024/05/06 02:51:01.976 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=157] ["take time"=2.119695ms] [job="ID:158, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:156, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:01.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.981 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=158] [conn=34] [category=ddl] [job="ID:158, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:156, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.984 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=157] [neededSchemaVersion=158] ["start time"=166.46ยตs] [gotSchemaVersion=158] [phyTblIDs="[156]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:01.985 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=158] [version=158] [2024/05/06 02:51:01.986 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=158] ["take time"=2.389567ms] [job="ID:158, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:156, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:01.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.993 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=158] [conn=34] [category=ddl] [job="ID:158, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:156, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:01.996 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=158] [neededSchemaVersion=159] ["start time"=258.676ยตs] [gotSchemaVersion=159] [phyTblIDs="[156]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:01.997 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=158] [version=159] [2024/05/06 02:51:02.002 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=159] ["take time"=6.317148ms] [job="ID:158, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:156, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:01.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.008 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=158] [conn=34] [category=ddl] [job="ID:158, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:156, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.008 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=158] [physicalTableID=156] [startKey=74800000000000009c5f728000000000000001] [endKey=74800000000000009c5f72800000000000000100] [2024/05/06 02:51:02.012 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=158] [2024/05/06 02:51:02.017 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=158] [conn=34] [category=ddl] [job="ID:158, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:156, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:01.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486642225153, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.019 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:158, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:156, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:01.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486642225153, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:74800000000000009c5f728000000000000001,EndKey:74800000000000009c5f72800000000000000100,First:false,PhysicalTableID:156,Ingest mode:false"] [2024/05/06 02:51:02.020 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=156] ["start key"=74800000000000009c5f728000000000000001] ["end key"=74800000000000009c5f72800000000000000100] [2024/05/06 02:51:02.020 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=74800000000000009c5f728000000000000001] [endKey=74800000000000009c5f72800000000000000100] [2024/05/06 02:51:02.021 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=156] ["end key"=74800000000000009c5f72800000000000000100] ["current end key"=74800000000000009c5f72800000000000000100] [2024/05/06 02:51:02.021 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=158] [2024/05/06 02:51:02.021 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=158] [2024/05/06 02:51:02.021 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=158] [2024/05/06 02:51:02.021 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 156, range: [74800000000000009c5f728000000000000001, 74800000000000009c5f72800000000000000100), jobID: 158"] ["added count"=1] ["scan count"=1] ["next key"=74800000000000009c5f7280000000000000010000] ["take time"=542.855ยตs] [2024/05/06 02:51:02.021 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=158] [2024/05/06 02:51:02.021 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=74800000000000009c5f728000000000000001] [2024/05/06 02:51:02.022 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:02.074 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=159] [neededSchemaVersion=160] ["start time"=232.933ยตs] [gotSchemaVersion=160] [phyTblIDs="[156]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:02.076 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=158] [version=160] [2024/05/06 02:51:02.077 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=160] ["take time"=2.451668ms] [job="ID:158, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:156, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:01.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486642225153, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.088 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=158] [jobType="modify column"] [2024/05/06 02:51:02.089 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=158] [conn=34] [job="ID:158, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:156, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:01.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486642225153, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.096 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=158] [2024/05/06 02:51:02.097 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:02.098 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=160] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:02.100 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:159, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:156, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:02.099 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:02.100 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:159, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:156, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:02.099 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:02.107 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=159] [conn=34] [category=ddl] [job="ID:159, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:156, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.099 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.109 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=160] [neededSchemaVersion=161] ["start time"=73.411ยตs] [gotSchemaVersion=161] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:02.110 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=159] [version=161] [2024/05/06 02:51:02.118 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=161] ["take time"=8.885915ms] [job="ID:159, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:156, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:02.099 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.122 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=159] [conn=34] [category=ddl] [job="ID:159, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:156, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.099 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.127 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=161] [neededSchemaVersion=162] ["start time"=46.511ยตs] [gotSchemaVersion=162] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:02.129 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=159] [version=162] [2024/05/06 02:51:02.130 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=162] ["take time"=2.9428ms] [job="ID:159, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:156, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.099 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.136 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=159] [conn=34] [category=ddl] [job="ID:159, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:156, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.099 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.138 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=162] [neededSchemaVersion=163] ["start time"=45.119ยตs] [gotSchemaVersion=163] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:02.140 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=159] [version=163] [2024/05/06 02:51:02.140 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=163] ["take time"=2.075957ms] [job="ID:159, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:156, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:02.099 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.145 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=159] [tableIDs="[156]"] [comment="drop table: table ID"] [2024/05/06 02:51:02.146 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=159] [jobType="drop table"] [2024/05/06 02:51:02.146 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=159] [conn=34] [job="ID:159, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:156, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:02.099 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.150 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=159] [elementID=1] [startKey=74800000000000009c] [endKey=74800000000000009d] [2024/05/06 02:51:02.151 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=159] [2024/05/06 02:51:02.151 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:02.151 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=163] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:02.154 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:161, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:160, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:02.153 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:02.154 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:161, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:160, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:02.153 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:02.159 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=161] [conn=34] [category=ddl] [job="ID:161, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:160, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.153 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.161 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=163] [neededSchemaVersion=164] ["start time"=172.629ยตs] [gotSchemaVersion=164] [phyTblIDs="[160]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:02.163 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=161] [version=164] [2024/05/06 02:51:02.164 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=164] ["take time"=3.093304ms] [job="ID:161, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:160, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:02.153 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.170 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=161] [conn=34] [job="ID:161, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:160, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.153 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.172 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=161] [2024/05/06 02:51:02.172 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:02.173 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=164] [cur_db=test] [sql="alter table t_mc modify a datetime"] [user=] [2024/05/06 02:51:02.176 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:162, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:160, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:02.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:02.176 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:162, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:160, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:02.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a datetime"] [2024/05/06 02:51:02.184 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=162] [conn=34] [category=ddl] [job="ID:162, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:160, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.187 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=164] [neededSchemaVersion=165] ["start time"=235.613ยตs] [gotSchemaVersion=165] [phyTblIDs="[160]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:02.189 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=162] [version=165] [2024/05/06 02:51:02.189 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=165] ["take time"=2.159031ms] [job="ID:162, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:160, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:02.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.196 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=162] [conn=34] [category=ddl] [job="ID:162, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:160, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.198 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=165] [neededSchemaVersion=166] ["start time"=205.464ยตs] [gotSchemaVersion=166] [phyTblIDs="[160]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:02.200 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=162] [version=166] [2024/05/06 02:51:02.200 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=166] ["take time"=2.059832ms] [job="ID:162, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:160, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:02.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.206 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=162] [conn=34] [category=ddl] [job="ID:162, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:160, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.209 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=166] [neededSchemaVersion=167] ["start time"=219.519ยตs] [gotSchemaVersion=167] [phyTblIDs="[160]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:02.210 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=162] [version=167] [2024/05/06 02:51:02.211 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=167] ["take time"=2.65011ms] [job="ID:162, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:160, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:02.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.218 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=162] [conn=34] [category=ddl] [job="ID:162, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:160, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.218 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=162] [physicalTableID=160] [startKey=7480000000000000a05f728000000000000001] [endKey=7480000000000000a05f72800000000000000100] [2024/05/06 02:51:02.221 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=162] [2024/05/06 02:51:02.227 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=162] [conn=34] [category=ddl] [job="ID:162, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:160, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486697275393, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.229 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:162, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:160, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:02.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486697275393, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000000a05f728000000000000001,EndKey:7480000000000000a05f72800000000000000100,First:false,PhysicalTableID:160,Ingest mode:false"] [2024/05/06 02:51:02.230 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=160] ["start key"=7480000000000000a05f728000000000000001] ["end key"=7480000000000000a05f72800000000000000100] [2024/05/06 02:51:02.230 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000a05f728000000000000001] [endKey=7480000000000000a05f72800000000000000100] [2024/05/06 02:51:02.230 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=160] ["end key"=7480000000000000a05f72800000000000000100] ["current end key"=7480000000000000a05f72800000000000000100] [2024/05/06 02:51:02.230 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=162] [2024/05/06 02:51:02.230 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=162] [2024/05/06 02:51:02.230 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=162] [2024/05/06 02:51:02.231 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 160, range: [7480000000000000a05f728000000000000001, 7480000000000000a05f72800000000000000100), jobID: 162"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000a05f7280000000000000010000] ["take time"=455.541ยตs] [2024/05/06 02:51:02.231 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=162] [2024/05/06 02:51:02.231 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000a05f728000000000000001] [2024/05/06 02:51:02.231 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:02.268 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=167] [neededSchemaVersion=168] ["start time"=208.355ยตs] [gotSchemaVersion=168] [phyTblIDs="[160]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:02.270 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=162] [version=168] [2024/05/06 02:51:02.270 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=168] ["take time"=2.289718ms] [job="ID:162, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:160, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:02.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486697275393, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.276 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=162] [jobType="modify column"] [2024/05/06 02:51:02.277 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=162] [conn=34] [job="ID:162, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:160, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:02.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486697275393, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.282 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=162] [2024/05/06 02:51:02.282 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:02.284 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=168] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:02.286 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:163, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:160, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:02.285 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:02.286 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:163, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:160, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:02.285 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:02.291 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=163] [conn=34] [category=ddl] [job="ID:163, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:160, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.285 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.293 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=168] [neededSchemaVersion=169] ["start time"=75.695ยตs] [gotSchemaVersion=169] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:02.294 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=163] [version=169] [2024/05/06 02:51:02.295 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=169] ["take time"=2.764708ms] [job="ID:163, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:160, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:02.285 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.305 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=163] [conn=34] [category=ddl] [job="ID:163, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:160, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.285 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.307 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=169] [neededSchemaVersion=170] ["start time"=47.235ยตs] [gotSchemaVersion=170] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:02.309 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=163] [version=170] [2024/05/06 02:51:02.309 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=170] ["take time"=2.078087ms] [job="ID:163, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:160, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.285 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.314 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=163] [conn=34] [category=ddl] [job="ID:163, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:160, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.285 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.317 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=170] [neededSchemaVersion=171] ["start time"=52.904ยตs] [gotSchemaVersion=171] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:02.318 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=163] [version=171] [2024/05/06 02:51:02.320 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=171] ["take time"=3.908725ms] [job="ID:163, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:160, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:02.285 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.325 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=163] [tableIDs="[160]"] [comment="drop table: table ID"] [2024/05/06 02:51:02.328 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=163] [jobType="drop table"] [2024/05/06 02:51:02.328 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=163] [conn=34] [job="ID:163, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:160, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:02.285 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.332 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=163] [2024/05/06 02:51:02.332 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:02.332 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=171] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:02.335 +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 02:51:02.334 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:02.335 +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 02:51:02.334 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:02.335 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=163] [elementID=1] [startKey=7480000000000000a0] [endKey=7480000000000000a1] [2024/05/06 02:51:02.340 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=165] [conn=34] [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 02:51:02.334 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.342 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=171] [neededSchemaVersion=172] ["start time"=126.628ยตs] [gotSchemaVersion=172] [phyTblIDs="[164]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:02.343 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=165] [version=172] [2024/05/06 02:51:02.343 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=172] ["take time"=2.036968ms] [job="ID:165, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:164, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:02.334 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.350 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=165] [conn=34] [job="ID:165, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:164, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.334 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.352 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=165] [2024/05/06 02:51:02.352 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:02.353 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=172] [cur_db=test] [sql="alter table t_mc modify a datetime"] [user=] [2024/05/06 02:51:02.356 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:166, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:164, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:02.355 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:02.356 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:166, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:164, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:02.355 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a datetime"] [2024/05/06 02:51:02.363 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=166] [conn=34] [category=ddl] [job="ID:166, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:164, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.355 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.365 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=172] [neededSchemaVersion=173] ["start time"=223.788ยตs] [gotSchemaVersion=173] [phyTblIDs="[164]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:02.367 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=166] [version=173] [2024/05/06 02:51:02.367 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=173] ["take time"=2.518695ms] [job="ID:166, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:164, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:02.355 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.373 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=166] [conn=34] [category=ddl] [job="ID:166, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:164, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.355 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.376 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=173] [neededSchemaVersion=174] ["start time"=222.861ยตs] [gotSchemaVersion=174] [phyTblIDs="[164]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:02.377 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=166] [version=174] [2024/05/06 02:51:02.378 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=174] ["take time"=3.000845ms] [job="ID:166, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:164, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:02.355 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.385 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=166] [conn=34] [category=ddl] [job="ID:166, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:164, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.355 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.387 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=174] [neededSchemaVersion=175] ["start time"=154.209ยตs] [gotSchemaVersion=175] [phyTblIDs="[164]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:02.388 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=166] [version=175] [2024/05/06 02:51:02.389 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=175] ["take time"=2.011883ms] [job="ID:166, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:164, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:02.355 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.394 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=166] [conn=34] [category=ddl] [job="ID:166, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:164, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.355 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.395 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=166] [physicalTableID=164] [startKey=7480000000000000a45f728000000000000001] [endKey=7480000000000000a45f72800000000000000100] [2024/05/06 02:51:02.397 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=166] [2024/05/06 02:51:02.403 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=166] [conn=34] [category=ddl] [job="ID:166, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:164, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.355 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486743674880, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.405 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:166, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:164, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:02.355 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486743674880, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000000a45f728000000000000001,EndKey:7480000000000000a45f72800000000000000100,First:false,PhysicalTableID:164,Ingest mode:false"] [2024/05/06 02:51:02.406 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=164] ["start key"=7480000000000000a45f728000000000000001] ["end key"=7480000000000000a45f72800000000000000100] [2024/05/06 02:51:02.406 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000a45f728000000000000001] [endKey=7480000000000000a45f72800000000000000100] [2024/05/06 02:51:02.406 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=164] ["end key"=7480000000000000a45f72800000000000000100] ["current end key"=7480000000000000a45f72800000000000000100] [2024/05/06 02:51:02.406 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 164, range: [7480000000000000a45f728000000000000001, 7480000000000000a45f72800000000000000100), jobID: 166"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000a45f7280000000000000010000] ["take time"=334.766ยตs] [2024/05/06 02:51:02.406 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=166] [2024/05/06 02:51:02.406 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=166] [2024/05/06 02:51:02.406 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=166] [2024/05/06 02:51:02.406 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=166] [2024/05/06 02:51:02.406 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000a45f728000000000000001] [2024/05/06 02:51:02.407 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:02.446 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=175] [neededSchemaVersion=176] ["start time"=202.979ยตs] [gotSchemaVersion=176] [phyTblIDs="[164]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:02.448 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=166] [version=176] [2024/05/06 02:51:02.448 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=176] ["take time"=2.047568ms] [job="ID:166, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:164, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:02.355 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486743674880, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.455 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=166] [jobType="modify column"] [2024/05/06 02:51:02.456 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=166] [conn=34] [job="ID:166, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:164, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:02.355 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486743674880, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.460 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=166] [2024/05/06 02:51:02.460 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:02.461 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=176] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:02.463 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:167, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:164, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:02.462 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:02.463 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:167, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:164, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:02.462 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:02.467 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=167] [conn=34] [category=ddl] [job="ID:167, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:164, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.462 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.471 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=176] [neededSchemaVersion=177] ["start time"=64.514ยตs] [gotSchemaVersion=177] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:02.472 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=167] [version=177] [2024/05/06 02:51:02.472 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=177] ["take time"=2.015449ms] [job="ID:167, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:164, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:02.462 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.476 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=167] [conn=34] [category=ddl] [job="ID:167, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:164, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.462 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.478 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=177] [neededSchemaVersion=178] ["start time"=39.841ยตs] [gotSchemaVersion=178] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:02.478 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=167] [version=178] [2024/05/06 02:51:02.480 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=178] ["take time"=3.046755ms] [job="ID:167, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:164, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.462 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.486 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=167] [conn=34] [category=ddl] [job="ID:167, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:164, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.462 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.488 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=178] [neededSchemaVersion=179] ["start time"=44.858ยตs] [gotSchemaVersion=179] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:02.490 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=167] [version=179] [2024/05/06 02:51:02.497 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=179] ["take time"=8.824747ms] [job="ID:167, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:164, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:02.462 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.502 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=167] [tableIDs="[164]"] [comment="drop table: table ID"] [2024/05/06 02:51:02.503 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=167] [jobType="drop table"] [2024/05/06 02:51:02.503 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=167] [conn=34] [job="ID:167, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:164, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:02.462 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.508 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=167] [2024/05/06 02:51:02.508 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=167] [elementID=1] [startKey=7480000000000000a4] [endKey=7480000000000000a5] [2024/05/06 02:51:02.508 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:02.508 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=179] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:02.510 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:169, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:168, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:02.509 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:02.510 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:169, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:168, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:02.509 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:02.516 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=169] [conn=34] [category=ddl] [job="ID:169, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:168, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.509 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.518 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=179] [neededSchemaVersion=180] ["start time"=182.423ยตs] [gotSchemaVersion=180] [phyTblIDs="[168]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:02.519 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=169] [version=180] [2024/05/06 02:51:02.520 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=180] ["take time"=2.127862ms] [job="ID:169, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:168, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:02.509 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.526 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=169] [conn=34] [job="ID:169, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:168, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.509 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.528 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=169] [2024/05/06 02:51:02.528 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:02.529 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=180] [cur_db=test] [sql="alter table t_mc modify a datetime"] [user=] [2024/05/06 02:51:02.532 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:170, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:168, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:02.53 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:02.532 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:170, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:168, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:02.53 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a datetime"] [2024/05/06 02:51:02.540 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=170] [conn=34] [category=ddl] [job="ID:170, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:168, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.53 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.543 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=180] [neededSchemaVersion=181] ["start time"=230.328ยตs] [gotSchemaVersion=181] [phyTblIDs="[168]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:02.544 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=170] [version=181] [2024/05/06 02:51:02.544 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=181] ["take time"=2.110811ms] [job="ID:170, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:168, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:02.53 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.551 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=170] [conn=34] [category=ddl] [job="ID:170, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:168, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.53 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.554 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=181] [neededSchemaVersion=182] ["start time"=233.913ยตs] [gotSchemaVersion=182] [phyTblIDs="[168]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:02.555 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=170] [version=182] [2024/05/06 02:51:02.558 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=182] ["take time"=4.180855ms] [job="ID:170, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:168, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:02.53 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.565 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=170] [conn=34] [category=ddl] [job="ID:170, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:168, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.53 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.568 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=182] [neededSchemaVersion=183] ["start time"=234.945ยตs] [gotSchemaVersion=183] [phyTblIDs="[168]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:02.569 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=170] [version=183] [2024/05/06 02:51:02.570 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=183] ["take time"=2.972573ms] [job="ID:170, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:168, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:02.53 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.578 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=170] [conn=34] [category=ddl] [job="ID:170, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:168, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.53 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.578 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=170] [physicalTableID=168] [startKey=7480000000000000a85f728000000000000001] [endKey=7480000000000000a85f72800000000000000100] [2024/05/06 02:51:02.581 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=170] [2024/05/06 02:51:02.587 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=170] [conn=34] [category=ddl] [job="ID:170, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:168, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.53 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486791647232, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.588 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:170, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:168, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:02.53 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486791647232, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000000a85f728000000000000001,EndKey:7480000000000000a85f72800000000000000100,First:false,PhysicalTableID:168,Ingest mode:false"] [2024/05/06 02:51:02.589 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=168] ["start key"=7480000000000000a85f728000000000000001] ["end key"=7480000000000000a85f72800000000000000100] [2024/05/06 02:51:02.589 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000a85f728000000000000001] [endKey=7480000000000000a85f72800000000000000100] [2024/05/06 02:51:02.590 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=168] ["end key"=7480000000000000a85f72800000000000000100] ["current end key"=7480000000000000a85f72800000000000000100] [2024/05/06 02:51:02.590 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=170] [2024/05/06 02:51:02.590 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=170] [2024/05/06 02:51:02.590 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=170] [2024/05/06 02:51:02.590 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 168, range: [7480000000000000a85f728000000000000001, 7480000000000000a85f72800000000000000100), jobID: 170"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000a85f7280000000000000010000] ["take time"=456.093ยตs] [2024/05/06 02:51:02.590 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=170] [2024/05/06 02:51:02.590 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000a85f728000000000000001] [2024/05/06 02:51:02.591 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:02.631 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=183] [neededSchemaVersion=184] ["start time"=272.633ยตs] [gotSchemaVersion=184] [phyTblIDs="[168]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:02.633 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=170] [version=184] [2024/05/06 02:51:02.633 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=184] ["take time"=2.112233ms] [job="ID:170, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:168, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:02.53 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486791647232, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.639 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=170] [jobType="modify column"] [2024/05/06 02:51:02.639 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=170] [conn=34] [job="ID:170, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:168, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:02.53 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486791647232, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.644 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=170] [2024/05/06 02:51:02.645 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:02.646 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=184] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:02.648 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:171, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:168, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:02.647 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:02.648 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:171, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:168, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:02.647 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:02.653 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=171] [conn=34] [category=ddl] [job="ID:171, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:168, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.647 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.655 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=184] [neededSchemaVersion=185] ["start time"=82.224ยตs] [gotSchemaVersion=185] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:02.656 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=171] [version=185] [2024/05/06 02:51:02.659 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=185] ["take time"=4.07706ms] [job="ID:171, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:168, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:02.647 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.663 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=171] [conn=34] [category=ddl] [job="ID:171, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:168, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.647 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.665 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=185] [neededSchemaVersion=186] ["start time"=48.979ยตs] [gotSchemaVersion=186] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:02.667 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=171] [version=186] [2024/05/06 02:51:02.668 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=186] ["take time"=3.090896ms] [job="ID:171, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:168, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.647 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.673 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=171] [conn=34] [category=ddl] [job="ID:171, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:168, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.647 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.675 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=186] [neededSchemaVersion=187] ["start time"=41.165ยตs] [gotSchemaVersion=187] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:02.676 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=171] [version=187] [2024/05/06 02:51:02.677 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=187] ["take time"=2.721871ms] [job="ID:171, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:168, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:02.647 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.682 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=171] [tableIDs="[168]"] [comment="drop table: table ID"] [2024/05/06 02:51:02.683 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=171] [jobType="drop table"] [2024/05/06 02:51:02.683 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=171] [conn=34] [job="ID:171, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:168, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:02.647 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.688 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=171] [elementID=1] [startKey=7480000000000000a8] [endKey=7480000000000000a9] [2024/05/06 02:51:02.688 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=171] [2024/05/06 02:51:02.688 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:02.688 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=187] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:02.690 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:173, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:172, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:02.689 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:02.690 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:173, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:172, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:02.689 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:02.698 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=173] [conn=34] [category=ddl] [job="ID:173, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:172, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.689 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.709 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=187] [neededSchemaVersion=188] ["start time"=214.275ยตs] [gotSchemaVersion=188] [phyTblIDs="[172]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:02.710 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=173] [version=188] [2024/05/06 02:51:02.711 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=188] ["take time"=2.447708ms] [job="ID:173, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:172, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:02.689 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.715 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=173] [conn=34] [job="ID:173, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:172, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.689 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.727 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=173] [2024/05/06 02:51:02.728 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:02.729 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=188] [cur_db=test] [sql="alter table t_mc modify a datetime"] [user=] [2024/05/06 02:51:02.731 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:174, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:172, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:02.73 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:02.731 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:174, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:172, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:02.73 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a datetime"] [2024/05/06 02:51:02.739 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=174] [conn=34] [category=ddl] [job="ID:174, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:172, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.73 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.741 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=188] [neededSchemaVersion=189] ["start time"=210.507ยตs] [gotSchemaVersion=189] [phyTblIDs="[172]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:02.742 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=174] [version=189] [2024/05/06 02:51:02.748 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=189] ["take time"=7.001232ms] [job="ID:174, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:172, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:02.73 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.755 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=174] [conn=34] [category=ddl] [job="ID:174, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:172, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.73 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.758 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=189] [neededSchemaVersion=190] ["start time"=235.774ยตs] [gotSchemaVersion=190] [phyTblIDs="[172]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:02.759 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=174] [version=190] [2024/05/06 02:51:02.759 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=190] ["take time"=2.278319ms] [job="ID:174, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:172, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:02.73 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.766 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=174] [conn=34] [category=ddl] [job="ID:174, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:172, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.73 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.768 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=190] [neededSchemaVersion=191] ["start time"=228.292ยตs] [gotSchemaVersion=191] [phyTblIDs="[172]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:02.769 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=174] [version=191] [2024/05/06 02:51:02.770 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=191] ["take time"=2.222751ms] [job="ID:174, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:172, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:02.73 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.777 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=174] [conn=34] [category=ddl] [job="ID:174, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:172, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.73 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.778 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=174] [physicalTableID=172] [startKey=7480000000000000ac5f728000000000000001] [endKey=7480000000000000ac5f72800000000000000100] [2024/05/06 02:51:02.780 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=174] [2024/05/06 02:51:02.786 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=174] [conn=34] [category=ddl] [job="ID:174, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:172, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.73 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486843813889, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.787 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:174, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:172, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:02.73 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486843813889, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000000ac5f728000000000000001,EndKey:7480000000000000ac5f72800000000000000100,First:false,PhysicalTableID:172,Ingest mode:false"] [2024/05/06 02:51:02.788 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=172] ["start key"=7480000000000000ac5f728000000000000001] ["end key"=7480000000000000ac5f72800000000000000100] [2024/05/06 02:51:02.788 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000ac5f728000000000000001] [endKey=7480000000000000ac5f72800000000000000100] [2024/05/06 02:51:02.789 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=172] ["end key"=7480000000000000ac5f72800000000000000100] ["current end key"=7480000000000000ac5f72800000000000000100] [2024/05/06 02:51:02.789 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=174] [2024/05/06 02:51:02.789 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=174] [2024/05/06 02:51:02.789 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=174] [2024/05/06 02:51:02.789 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 172, range: [7480000000000000ac5f728000000000000001, 7480000000000000ac5f72800000000000000100), jobID: 174"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000ac5f7280000000000000010000] ["take time"=422.056ยตs] [2024/05/06 02:51:02.789 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=174] [2024/05/06 02:51:02.789 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000ac5f728000000000000001] [2024/05/06 02:51:02.789 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:02.821 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=191] [neededSchemaVersion=192] ["start time"=222.177ยตs] [gotSchemaVersion=192] [phyTblIDs="[172]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:02.822 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=174] [version=192] [2024/05/06 02:51:02.823 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=192] ["take time"=2.416348ms] [job="ID:174, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:172, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:02.73 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486843813889, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.829 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=174] [jobType="modify column"] [2024/05/06 02:51:02.829 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=174] [conn=34] [job="ID:174, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:172, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:02.73 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486843813889, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.834 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=174] [2024/05/06 02:51:02.834 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:02.835 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=192] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:02.837 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:175, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:172, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:02.836 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:02.837 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:175, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:172, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:02.836 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:02.842 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=175] [conn=34] [category=ddl] [job="ID:175, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:172, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.836 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.844 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=192] [neededSchemaVersion=193] ["start time"=77.059ยตs] [gotSchemaVersion=193] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:02.845 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=175] [version=193] [2024/05/06 02:51:02.846 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=193] ["take time"=2.020448ms] [job="ID:175, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:172, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:02.836 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.851 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=175] [conn=34] [category=ddl] [job="ID:175, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:172, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.836 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.853 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=193] [neededSchemaVersion=194] ["start time"=44.62ยตs] [gotSchemaVersion=194] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:02.854 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=175] [version=194] [2024/05/06 02:51:02.855 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=194] ["take time"=2.222087ms] [job="ID:175, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:172, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.836 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.858 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=175] [conn=34] [category=ddl] [job="ID:175, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:172, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.836 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.861 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=194] [neededSchemaVersion=195] ["start time"=43.772ยตs] [gotSchemaVersion=195] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:02.862 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=175] [version=195] [2024/05/06 02:51:02.863 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=195] ["take time"=2.44715ms] [job="ID:175, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:172, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:02.836 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.867 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=175] [tableIDs="[172]"] [comment="drop table: table ID"] [2024/05/06 02:51:02.868 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=175] [jobType="drop table"] [2024/05/06 02:51:02.868 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=175] [conn=34] [job="ID:175, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:172, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:02.836 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.872 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=175] [elementID=1] [startKey=7480000000000000ac] [endKey=7480000000000000ad] [2024/05/06 02:51:02.873 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=175] [2024/05/06 02:51:02.873 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:02.873 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=195] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:02.875 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:177, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:176, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:02.874 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:02.875 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:177, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:176, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:02.874 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:02.881 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=177] [conn=34] [category=ddl] [job="ID:177, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:176, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.874 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.884 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=195] [neededSchemaVersion=196] ["start time"=168.381ยตs] [gotSchemaVersion=196] [phyTblIDs="[176]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:02.885 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=177] [version=196] [2024/05/06 02:51:02.885 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=196] ["take time"=2.208249ms] [job="ID:177, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:176, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:02.874 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.891 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=177] [conn=34] [job="ID:177, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:176, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.874 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:02.895 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=177] [2024/05/06 02:51:02.895 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:02.896 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=196] [cur_db=test] [sql="alter table t_mc modify a datetime"] [user=] [2024/05/06 02:51:02.897 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:178, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:176, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:02.897 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:02.897 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:178, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:176, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:02.897 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a datetime"] [2024/05/06 02:51:02.901 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=178] [conn=34] [category=ddl] [job="ID:178, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:176, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.897 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.903 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=196] [neededSchemaVersion=197] ["start time"=216.28ยตs] [gotSchemaVersion=197] [phyTblIDs="[176]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:02.905 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=178] [version=197] [2024/05/06 02:51:02.905 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=197] ["take time"=2.043961ms] [job="ID:178, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:176, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:02.897 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.912 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=178] [conn=34] [category=ddl] [job="ID:178, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:176, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.897 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.914 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=197] [neededSchemaVersion=198] ["start time"=208.049ยตs] [gotSchemaVersion=198] [phyTblIDs="[176]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:02.916 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=178] [version=198] [2024/05/06 02:51:02.918 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=198] ["take time"=3.934938ms] [job="ID:178, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:176, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:02.897 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.925 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=178] [conn=34] [category=ddl] [job="ID:178, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:176, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.897 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.927 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=198] [neededSchemaVersion=199] ["start time"=165.969ยตs] [gotSchemaVersion=199] [phyTblIDs="[176]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:02.928 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=178] [version=199] [2024/05/06 02:51:02.930 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=199] ["take time"=2.810686ms] [job="ID:178, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:176, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:02.897 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.935 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=178] [conn=34] [category=ddl] [job="ID:178, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:176, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.897 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.936 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=178] [physicalTableID=176] [startKey=7480000000000000b05f728000000000000001] [endKey=7480000000000000b05f72800000000000000100] [2024/05/06 02:51:02.938 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=178] [2024/05/06 02:51:02.944 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=178] [conn=34] [category=ddl] [job="ID:178, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:176, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.897 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486885232641, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.946 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:178, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:176, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:02.897 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486885232641, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000000b05f728000000000000001,EndKey:7480000000000000b05f72800000000000000100,First:false,PhysicalTableID:176,Ingest mode:false"] [2024/05/06 02:51:02.946 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=176] ["start key"=7480000000000000b05f728000000000000001] ["end key"=7480000000000000b05f72800000000000000100] [2024/05/06 02:51:02.947 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000b05f728000000000000001] [endKey=7480000000000000b05f72800000000000000100] [2024/05/06 02:51:02.947 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=176] ["end key"=7480000000000000b05f72800000000000000100] ["current end key"=7480000000000000b05f72800000000000000100] [2024/05/06 02:51:02.947 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=178] [2024/05/06 02:51:02.947 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=178] [2024/05/06 02:51:02.947 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=178] [2024/05/06 02:51:02.947 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 176, range: [7480000000000000b05f728000000000000001, 7480000000000000b05f72800000000000000100), jobID: 178"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000b05f7280000000000000010000] ["take time"=439.41ยตs] [2024/05/06 02:51:02.947 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=178] [2024/05/06 02:51:02.947 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000b05f728000000000000001] [2024/05/06 02:51:02.948 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:02.982 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=199] [neededSchemaVersion=200] ["start time"=169.037ยตs] [gotSchemaVersion=200] [phyTblIDs="[176]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:02.983 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=178] [version=200] [2024/05/06 02:51:02.984 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=200] ["take time"=2.238582ms] [job="ID:178, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:176, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:02.897 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486885232641, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.988 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=178] [jobType="modify column"] [2024/05/06 02:51:02.988 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=178] [conn=34] [job="ID:178, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:176, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:02.897 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486885232641, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:02.993 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=178] [2024/05/06 02:51:02.993 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:02.994 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=200] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:02.996 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:179, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:176, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:02.995 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:02.996 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:179, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:176, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:02.995 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:03.001 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=179] [conn=34] [category=ddl] [job="ID:179, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:176, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.995 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.003 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=200] [neededSchemaVersion=201] ["start time"=59.891ยตs] [gotSchemaVersion=201] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:03.003 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=179] [version=201] [2024/05/06 02:51:03.005 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=201] ["take time"=2.659498ms] [job="ID:179, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:176, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:02.995 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.008 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=179] [conn=34] [category=ddl] [job="ID:179, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:176, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.995 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.009 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=201] [neededSchemaVersion=202] ["start time"=37.89ยตs] [gotSchemaVersion=202] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:03.010 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=179] [version=202] [2024/05/06 02:51:03.012 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=202] ["take time"=2.651184ms] [job="ID:179, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:176, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.995 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.016 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=179] [conn=34] [category=ddl] [job="ID:179, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:176, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:02.995 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.018 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=202] [neededSchemaVersion=203] ["start time"=45.257ยตs] [gotSchemaVersion=203] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:03.019 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=179] [version=203] [2024/05/06 02:51:03.020 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=203] ["take time"=2.913086ms] [job="ID:179, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:176, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:02.995 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.025 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=179] [tableIDs="[176]"] [comment="drop table: table ID"] [2024/05/06 02:51:03.026 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=179] [jobType="drop table"] [2024/05/06 02:51:03.026 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=179] [conn=34] [job="ID:179, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:176, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:02.995 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.032 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=179] [elementID=1] [startKey=7480000000000000b0] [endKey=7480000000000000b1] [2024/05/06 02:51:03.033 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=179] [2024/05/06 02:51:03.033 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:03.033 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=203] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:03.035 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:181, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:180, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:03.034 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:03.035 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:181, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:180, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:03.034 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:03.039 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=181] [conn=34] [category=ddl] [job="ID:181, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:180, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.034 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.041 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=203] [neededSchemaVersion=204] ["start time"=174.609ยตs] [gotSchemaVersion=204] [phyTblIDs="[180]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:03.042 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=181] [version=204] [2024/05/06 02:51:03.043 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=204] ["take time"=2.156073ms] [job="ID:181, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:180, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:03.034 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.049 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=181] [conn=34] [job="ID:181, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:180, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.034 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.051 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=181] [2024/05/06 02:51:03.051 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:03.052 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=204] [cur_db=test] [sql="alter table t_mc modify a datetime"] [user=] [2024/05/06 02:51:03.055 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:182, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:180, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:03.054 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:03.055 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:182, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:180, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:03.054 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a datetime"] [2024/05/06 02:51:03.059 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=182] [conn=34] [category=ddl] [job="ID:182, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:180, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.054 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.061 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=204] [neededSchemaVersion=205] ["start time"=220.868ยตs] [gotSchemaVersion=205] [phyTblIDs="[180]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:03.062 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=182] [version=205] [2024/05/06 02:51:03.063 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=205] ["take time"=2.018135ms] [job="ID:182, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:180, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:03.054 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.068 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=182] [conn=34] [category=ddl] [job="ID:182, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:180, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.054 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.070 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=205] [neededSchemaVersion=206] ["start time"=230.004ยตs] [gotSchemaVersion=206] [phyTblIDs="[180]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:03.071 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=182] [version=206] [2024/05/06 02:51:03.073 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=206] ["take time"=2.871893ms] [job="ID:182, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:180, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:03.054 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.079 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=182] [conn=34] [category=ddl] [job="ID:182, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:180, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.054 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.081 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=206] [neededSchemaVersion=207] ["start time"=218.011ยตs] [gotSchemaVersion=207] [phyTblIDs="[180]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:03.082 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=182] [version=207] [2024/05/06 02:51:03.083 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=207] ["take time"=2.767971ms] [job="ID:182, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:180, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:03.054 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.088 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=182] [conn=34] [category=ddl] [job="ID:182, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:180, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.054 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.089 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=182] [physicalTableID=180] [startKey=7480000000000000b45f728000000000000001] [endKey=7480000000000000b45f72800000000000000100] [2024/05/06 02:51:03.091 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=182] [2024/05/06 02:51:03.097 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=182] [conn=34] [category=ddl] [job="ID:182, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:180, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.054 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486925340673, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.099 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:182, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:180, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:03.054 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486925340673, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000000b45f728000000000000001,EndKey:7480000000000000b45f72800000000000000100,First:false,PhysicalTableID:180,Ingest mode:false"] [2024/05/06 02:51:03.099 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=180] ["start key"=7480000000000000b45f728000000000000001] ["end key"=7480000000000000b45f72800000000000000100] [2024/05/06 02:51:03.099 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000b45f728000000000000001] [endKey=7480000000000000b45f72800000000000000100] [2024/05/06 02:51:03.100 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=180] ["end key"=7480000000000000b45f72800000000000000100] ["current end key"=7480000000000000b45f72800000000000000100] [2024/05/06 02:51:03.100 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=182] [2024/05/06 02:51:03.100 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=182] [2024/05/06 02:51:03.100 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=182] [2024/05/06 02:51:03.100 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 180, range: [7480000000000000b45f728000000000000001, 7480000000000000b45f72800000000000000100), jobID: 182"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000b45f7280000000000000010000] ["take time"=456.823ยตs] [2024/05/06 02:51:03.100 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=182] [2024/05/06 02:51:03.100 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000b45f728000000000000001] [2024/05/06 02:51:03.101 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:03.127 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=207] [neededSchemaVersion=208] ["start time"=203.695ยตs] [gotSchemaVersion=208] [phyTblIDs="[180]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:03.128 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=182] [version=208] [2024/05/06 02:51:03.129 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=208] ["take time"=2.315335ms] [job="ID:182, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:180, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:03.054 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486925340673, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.135 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=182] [jobType="modify column"] [2024/05/06 02:51:03.136 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=182] [conn=34] [job="ID:182, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:180, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:03.054 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486925340673, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.140 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=182] [2024/05/06 02:51:03.140 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:03.141 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=208] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:03.143 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:183, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:180, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:03.142 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:03.143 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:183, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:180, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:03.142 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:03.148 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=183] [conn=34] [category=ddl] [job="ID:183, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:180, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.142 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.150 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=208] [neededSchemaVersion=209] ["start time"=76.276ยตs] [gotSchemaVersion=209] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:03.151 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=183] [version=209] [2024/05/06 02:51:03.153 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=209] ["take time"=3.07431ms] [job="ID:183, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:180, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:03.142 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.157 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=183] [conn=34] [category=ddl] [job="ID:183, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:180, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.142 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.159 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=209] [neededSchemaVersion=210] ["start time"=37.351ยตs] [gotSchemaVersion=210] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:03.160 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=183] [version=210] [2024/05/06 02:51:03.161 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=210] ["take time"=2.032161ms] [job="ID:183, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:180, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.142 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.165 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=183] [conn=34] [category=ddl] [job="ID:183, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:180, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.142 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.167 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=210] [neededSchemaVersion=211] ["start time"=52.197ยตs] [gotSchemaVersion=211] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:03.168 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=183] [version=211] [2024/05/06 02:51:03.169 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=211] ["take time"=2.016402ms] [job="ID:183, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:180, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:03.142 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.173 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=183] [tableIDs="[180]"] [comment="drop table: table ID"] [2024/05/06 02:51:03.173 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=183] [jobType="drop table"] [2024/05/06 02:51:03.174 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=183] [conn=34] [job="ID:183, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:180, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:03.142 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.177 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=183] [elementID=1] [startKey=7480000000000000b4] [endKey=7480000000000000b5] [2024/05/06 02:51:03.178 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=183] [2024/05/06 02:51:03.178 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:03.179 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=211] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:03.181 +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 02:51:03.18 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:03.181 +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 02:51:03.18 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:03.186 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=185] [conn=34] [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 02:51:03.18 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.189 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=211] [neededSchemaVersion=212] ["start time"=223.57ยตs] [gotSchemaVersion=212] [phyTblIDs="[184]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:03.190 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=185] [version=212] [2024/05/06 02:51:03.190 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=212] ["take time"=2.052544ms] [job="ID:185, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:184, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:03.18 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.194 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=185] [conn=34] [job="ID:185, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:184, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.18 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.197 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=185] [2024/05/06 02:51:03.197 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:03.198 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=212] [cur_db=test] [sql="alter table t_mc modify a datetime"] [user=] [2024/05/06 02:51:03.200 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:186, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:184, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:03.2 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:03.200 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:186, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:184, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:03.2 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a datetime"] [2024/05/06 02:51:03.208 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=186] [conn=34] [category=ddl] [job="ID:186, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:184, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.2 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.210 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=212] [neededSchemaVersion=213] ["start time"=189.227ยตs] [gotSchemaVersion=213] [phyTblIDs="[184]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:03.211 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=186] [version=213] [2024/05/06 02:51:03.213 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=213] ["take time"=2.953789ms] [job="ID:186, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:184, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:03.2 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.219 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=186] [conn=34] [category=ddl] [job="ID:186, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:184, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.2 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.221 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=213] [neededSchemaVersion=214] ["start time"=217.673ยตs] [gotSchemaVersion=214] [phyTblIDs="[184]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:03.222 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=186] [version=214] [2024/05/06 02:51:03.224 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=214] ["take time"=3.065771ms] [job="ID:186, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:184, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:03.2 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.230 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=186] [conn=34] [category=ddl] [job="ID:186, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:184, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.2 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.233 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=214] [neededSchemaVersion=215] ["start time"=227.7ยตs] [gotSchemaVersion=215] [phyTblIDs="[184]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:03.234 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=186] [version=215] [2024/05/06 02:51:03.234 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=215] ["take time"=2.054106ms] [job="ID:186, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:184, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:03.2 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.239 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=186] [conn=34] [category=ddl] [job="ID:186, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:184, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.2 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.239 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=186] [physicalTableID=184] [startKey=7480000000000000b85f728000000000000001] [endKey=7480000000000000b85f72800000000000000100] [2024/05/06 02:51:03.242 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=186] [2024/05/06 02:51:03.249 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=186] [conn=34] [category=ddl] [job="ID:186, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:184, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.2 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486964924417, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.251 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:186, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:184, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:03.2 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486964924417, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000000b85f728000000000000001,EndKey:7480000000000000b85f72800000000000000100,First:false,PhysicalTableID:184,Ingest mode:false"] [2024/05/06 02:51:03.252 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=184] ["start key"=7480000000000000b85f728000000000000001] ["end key"=7480000000000000b85f72800000000000000100] [2024/05/06 02:51:03.252 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000b85f728000000000000001] [endKey=7480000000000000b85f72800000000000000100] [2024/05/06 02:51:03.252 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=184] ["end key"=7480000000000000b85f72800000000000000100] ["current end key"=7480000000000000b85f72800000000000000100] [2024/05/06 02:51:03.252 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=186] [2024/05/06 02:51:03.253 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=186] [2024/05/06 02:51:03.253 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=186] [2024/05/06 02:51:03.253 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 184, range: [7480000000000000b85f728000000000000001, 7480000000000000b85f72800000000000000100), jobID: 186"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000b85f7280000000000000010000] ["take time"=451.969ยตs] [2024/05/06 02:51:03.253 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=186] [2024/05/06 02:51:03.253 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000b85f728000000000000001] [2024/05/06 02:51:03.253 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:03.287 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=215] [neededSchemaVersion=216] ["start time"=258.911ยตs] [gotSchemaVersion=216] [phyTblIDs="[184]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:03.289 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=186] [version=216] [2024/05/06 02:51:03.289 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=216] ["take time"=2.256944ms] [job="ID:186, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:184, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:03.2 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486964924417, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.297 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=186] [jobType="modify column"] [2024/05/06 02:51:03.297 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=186] [conn=34] [job="ID:186, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:184, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:03.2 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567486964924417, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.303 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=186] [2024/05/06 02:51:03.303 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:03.305 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=216] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:03.307 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:187, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:184, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:03.306 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:03.307 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:187, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:184, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:03.306 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:03.311 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=187] [conn=34] [category=ddl] [job="ID:187, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:184, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.306 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.314 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=216] [neededSchemaVersion=217] ["start time"=90.912ยตs] [gotSchemaVersion=217] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:03.315 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=187] [version=217] [2024/05/06 02:51:03.316 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=217] ["take time"=2.047265ms] [job="ID:187, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:184, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:03.306 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.320 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=187] [conn=34] [category=ddl] [job="ID:187, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:184, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.306 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.323 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=217] [neededSchemaVersion=218] ["start time"=68.934ยตs] [gotSchemaVersion=218] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:03.324 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=187] [version=218] [2024/05/06 02:51:03.324 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=218] ["take time"=2.061496ms] [job="ID:187, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:184, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.306 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.331 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=187] [conn=34] [category=ddl] [job="ID:187, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:184, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.306 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.333 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=218] [neededSchemaVersion=219] ["start time"=34.574ยตs] [gotSchemaVersion=219] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:03.334 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=187] [version=219] [2024/05/06 02:51:03.335 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=219] ["take time"=2.067503ms] [job="ID:187, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:184, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:03.306 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.339 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=187] [tableIDs="[184]"] [comment="drop table: table ID"] [2024/05/06 02:51:03.340 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=187] [jobType="drop table"] [2024/05/06 02:51:03.340 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=187] [conn=34] [job="ID:187, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:184, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:03.306 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.343 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=187] [elementID=1] [startKey=7480000000000000b8] [endKey=7480000000000000b9] [2024/05/06 02:51:03.344 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=187] [2024/05/06 02:51:03.344 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:03.345 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=219] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:03.347 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:189, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:188, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:03.346 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:03.347 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:189, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:188, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:03.346 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:03.352 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=189] [conn=34] [category=ddl] [job="ID:189, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:188, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.346 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.354 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=219] [neededSchemaVersion=220] ["start time"=180.145ยตs] [gotSchemaVersion=220] [phyTblIDs="[188]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:03.355 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=189] [version=220] [2024/05/06 02:51:03.356 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=220] ["take time"=2.336733ms] [job="ID:189, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:188, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:03.346 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.361 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=189] [conn=34] [job="ID:189, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:188, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.346 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.364 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=189] [2024/05/06 02:51:03.364 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:03.365 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=220] [cur_db=test] [sql="alter table t_mc modify a datetime"] [user=] [2024/05/06 02:51:03.367 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:190, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:188, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:03.366 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:03.367 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:190, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:188, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:03.366 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a datetime"] [2024/05/06 02:51:03.370 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=190] [conn=34] [category=ddl] [job="ID:190, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:188, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.366 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.372 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=220] [neededSchemaVersion=221] ["start time"=157.458ยตs] [gotSchemaVersion=221] [phyTblIDs="[188]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:03.373 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=190] [version=221] [2024/05/06 02:51:03.374 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=221] ["take time"=2.045481ms] [job="ID:190, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:188, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:03.366 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.379 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=190] [conn=34] [category=ddl] [job="ID:190, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:188, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.366 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.381 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=221] [neededSchemaVersion=222] ["start time"=223.743ยตs] [gotSchemaVersion=222] [phyTblIDs="[188]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:03.382 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=190] [version=222] [2024/05/06 02:51:03.384 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=222] ["take time"=3.716ms] [job="ID:190, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:188, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:03.366 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.392 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=190] [conn=34] [category=ddl] [job="ID:190, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:188, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.366 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.394 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=222] [neededSchemaVersion=223] ["start time"=241.401ยตs] [gotSchemaVersion=223] [phyTblIDs="[188]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:03.395 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=190] [version=223] [2024/05/06 02:51:03.399 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=223] ["take time"=4.647438ms] [job="ID:190, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:188, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:03.366 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.405 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=190] [conn=34] [category=ddl] [job="ID:190, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:188, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.366 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.406 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=190] [physicalTableID=188] [startKey=7480000000000000bc5f728000000000000001] [endKey=7480000000000000bc5f72800000000000000100] [2024/05/06 02:51:03.409 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=190] [2024/05/06 02:51:03.415 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=190] [conn=34] [category=ddl] [job="ID:190, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:188, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.366 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487008702464, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.416 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:190, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:188, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:03.366 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487008702464, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000000bc5f728000000000000001,EndKey:7480000000000000bc5f72800000000000000100,First:false,PhysicalTableID:188,Ingest mode:false"] [2024/05/06 02:51:03.417 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=188] ["start key"=7480000000000000bc5f728000000000000001] ["end key"=7480000000000000bc5f72800000000000000100] [2024/05/06 02:51:03.417 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000bc5f728000000000000001] [endKey=7480000000000000bc5f72800000000000000100] [2024/05/06 02:51:03.418 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=188] ["end key"=7480000000000000bc5f72800000000000000100] ["current end key"=7480000000000000bc5f72800000000000000100] [2024/05/06 02:51:03.418 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=190] [2024/05/06 02:51:03.418 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=190] [2024/05/06 02:51:03.418 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=190] [2024/05/06 02:51:03.418 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 188, range: [7480000000000000bc5f728000000000000001, 7480000000000000bc5f72800000000000000100), jobID: 190"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000bc5f7280000000000000010000] ["take time"=471.309ยตs] [2024/05/06 02:51:03.418 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=190] [2024/05/06 02:51:03.418 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000bc5f728000000000000001] [2024/05/06 02:51:03.419 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:03.459 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=223] [neededSchemaVersion=224] ["start time"=271.071ยตs] [gotSchemaVersion=224] [phyTblIDs="[188]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:03.461 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=190] [version=224] [2024/05/06 02:51:03.461 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=224] ["take time"=2.105089ms] [job="ID:190, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:188, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:03.366 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487008702464, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.467 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=190] [jobType="modify column"] [2024/05/06 02:51:03.468 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=190] [conn=34] [job="ID:190, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:188, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:03.366 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487008702464, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.474 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=190] [2024/05/06 02:51:03.474 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:03.475 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=224] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:03.477 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:191, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:188, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:03.476 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:03.477 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:191, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:188, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:03.476 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:03.483 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=191] [conn=34] [category=ddl] [job="ID:191, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:188, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.476 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.485 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=224] [neededSchemaVersion=225] ["start time"=76.229ยตs] [gotSchemaVersion=225] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:03.486 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=191] [version=225] [2024/05/06 02:51:03.487 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=225] ["take time"=2.032823ms] [job="ID:191, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:188, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:03.476 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.493 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=191] [conn=34] [category=ddl] [job="ID:191, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:188, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.476 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.495 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=225] [neededSchemaVersion=226] ["start time"=41.098ยตs] [gotSchemaVersion=226] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:03.497 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=191] [version=226] [2024/05/06 02:51:03.498 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=226] ["take time"=2.686986ms] [job="ID:191, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:188, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.476 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.503 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=191] [conn=34] [category=ddl] [job="ID:191, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:188, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.476 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.505 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=226] [neededSchemaVersion=227] ["start time"=43.406ยตs] [gotSchemaVersion=227] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:03.506 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=191] [version=227] [2024/05/06 02:51:03.507 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=227] ["take time"=2.022343ms] [job="ID:191, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:188, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:03.476 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.510 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=191] [tableIDs="[188]"] [comment="drop table: table ID"] [2024/05/06 02:51:03.511 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=191] [jobType="drop table"] [2024/05/06 02:51:03.512 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=191] [conn=34] [job="ID:191, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:188, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:03.476 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.516 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=191] [2024/05/06 02:51:03.516 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:03.516 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=191] [elementID=1] [startKey=7480000000000000bc] [endKey=7480000000000000bd] [2024/05/06 02:51:03.517 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=227] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:03.519 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:193, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:192, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:03.518 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:03.519 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:193, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:192, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:03.518 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:03.525 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=193] [conn=34] [category=ddl] [job="ID:193, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:192, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.518 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.527 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=227] [neededSchemaVersion=228] ["start time"=176.452ยตs] [gotSchemaVersion=228] [phyTblIDs="[192]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:03.529 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=193] [version=228] [2024/05/06 02:51:03.529 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=228] ["take time"=2.251145ms] [job="ID:193, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:192, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:03.518 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.534 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=193] [conn=34] [job="ID:193, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:192, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.518 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.536 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=193] [2024/05/06 02:51:03.536 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:03.537 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=228] [cur_db=test] [sql="alter table t_mc modify a datetime"] [user=] [2024/05/06 02:51:03.540 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:194, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:192, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:03.538 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:03.540 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:194, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:192, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:03.538 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a datetime"] [2024/05/06 02:51:03.545 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=194] [conn=34] [category=ddl] [job="ID:194, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:192, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.538 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.548 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=228] [neededSchemaVersion=229] ["start time"=222.049ยตs] [gotSchemaVersion=229] [phyTblIDs="[192]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:03.549 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=194] [version=229] [2024/05/06 02:51:03.549 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=229] ["take time"=2.050332ms] [job="ID:194, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:192, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:03.538 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.555 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=194] [conn=34] [category=ddl] [job="ID:194, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:192, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.538 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.557 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=229] [neededSchemaVersion=230] ["start time"=235.223ยตs] [gotSchemaVersion=230] [phyTblIDs="[192]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:03.559 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=194] [version=230] [2024/05/06 02:51:03.560 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=230] ["take time"=2.920708ms] [job="ID:194, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:192, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:03.538 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.566 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=194] [conn=34] [category=ddl] [job="ID:194, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:192, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.538 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.568 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=230] [neededSchemaVersion=231] ["start time"=238.988ยตs] [gotSchemaVersion=231] [phyTblIDs="[192]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:03.570 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=194] [version=231] [2024/05/06 02:51:03.570 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=231] ["take time"=2.266633ms] [job="ID:194, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:192, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:03.538 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.577 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=194] [conn=34] [category=ddl] [job="ID:194, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:192, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.538 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.577 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=194] [physicalTableID=192] [startKey=7480000000000000c05f728000000000000001] [endKey=7480000000000000c05f72800000000000000100] [2024/05/06 02:51:03.580 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=194] [2024/05/06 02:51:03.587 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=194] [conn=34] [category=ddl] [job="ID:194, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:192, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.538 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487053529088, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.588 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:194, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:192, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:03.538 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487053529088, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000000c05f728000000000000001,EndKey:7480000000000000c05f72800000000000000100,First:false,PhysicalTableID:192,Ingest mode:false"] [2024/05/06 02:51:03.589 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=192] ["start key"=7480000000000000c05f728000000000000001] ["end key"=7480000000000000c05f72800000000000000100] [2024/05/06 02:51:03.589 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000c05f728000000000000001] [endKey=7480000000000000c05f72800000000000000100] [2024/05/06 02:51:03.590 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=192] ["end key"=7480000000000000c05f72800000000000000100] ["current end key"=7480000000000000c05f72800000000000000100] [2024/05/06 02:51:03.590 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=194] [2024/05/06 02:51:03.590 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=194] [2024/05/06 02:51:03.590 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=194] [2024/05/06 02:51:03.590 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 2, tp update column"] [task="taskID: 1, physicalTableID: 192, range: [7480000000000000c05f728000000000000001, 7480000000000000c05f72800000000000000100), jobID: 194"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000c05f7280000000000000010000] ["take time"=454.715ยตs] [2024/05/06 02:51:03.590 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=194] [2024/05/06 02:51:03.590 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000c05f728000000000000001] [2024/05/06 02:51:03.590 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:03.625 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=231] [neededSchemaVersion=232] ["start time"=207.789ยตs] [gotSchemaVersion=232] [phyTblIDs="[192]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:03.626 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=194] [version=232] [2024/05/06 02:51:03.627 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=232] ["take time"=2.372148ms] [job="ID:194, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:192, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:03.538 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487053529088, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.642 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=194] [jobType="modify column"] [2024/05/06 02:51:03.642 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=194] [conn=34] [job="ID:194, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:192, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:03.538 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487053529088, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.662 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=194] [2024/05/06 02:51:03.662 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:03.663 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=232] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:03.672 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:195, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:192, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:03.664 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:03.672 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:195, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:192, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:03.664 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:03.679 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=195] [conn=34] [category=ddl] [job="ID:195, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:192, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.664 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.688 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=232] [neededSchemaVersion=233] ["start time"=91.327ยตs] [gotSchemaVersion=233] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:03.689 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=195] [version=233] [2024/05/06 02:51:03.699 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=233] ["take time"=11.727727ms] [job="ID:195, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:192, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:03.664 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.705 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=195] [conn=34] [category=ddl] [job="ID:195, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:192, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.664 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.707 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=233] [neededSchemaVersion=234] ["start time"=45.126ยตs] [gotSchemaVersion=234] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:03.708 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=195] [version=234] [2024/05/06 02:51:03.710 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=234] ["take time"=3.500355ms] [job="ID:195, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:192, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.664 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.715 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=195] [conn=34] [category=ddl] [job="ID:195, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:192, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.664 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.718 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=234] [neededSchemaVersion=235] ["start time"=60.949ยตs] [gotSchemaVersion=235] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:03.719 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=195] [version=235] [2024/05/06 02:51:03.728 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=235] ["take time"=10.473089ms] [job="ID:195, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:192, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:03.664 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.736 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=195] [tableIDs="[192]"] [comment="drop table: table ID"] [2024/05/06 02:51:03.737 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=195] [jobType="drop table"] [2024/05/06 02:51:03.737 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=195] [conn=34] [job="ID:195, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:192, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:03.664 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.743 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=195] [2024/05/06 02:51:03.743 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:03.744 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=195] [elementID=1] [startKey=7480000000000000c0] [endKey=7480000000000000c1] [2024/05/06 02:51:03.744 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=235] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:03.751 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:197, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:196, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:03.75 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:03.751 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:197, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:196, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:03.75 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:03.760 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=197] [conn=34] [category=ddl] [job="ID:197, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:196, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.75 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.762 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=235] [neededSchemaVersion=236] ["start time"=223.328ยตs] [gotSchemaVersion=236] [phyTblIDs="[196]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:03.763 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=197] [version=236] [2024/05/06 02:51:03.764 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=236] ["take time"=2.232822ms] [job="ID:197, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:196, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:03.75 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.771 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=197] [conn=34] [job="ID:197, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:196, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.75 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.773 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=197] [2024/05/06 02:51:03.773 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:03.775 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=236] [cur_db=test] [sql="alter table t_mc modify a datetime"] [user=] [2024/05/06 02:51:03.779 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:198, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:196, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:03.778 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:03.779 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:198, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:196, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:03.778 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a datetime"] [2024/05/06 02:51:03.787 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=198] [conn=34] [category=ddl] [job="ID:198, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:196, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.778 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.789 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=236] [neededSchemaVersion=237] ["start time"=250.939ยตs] [gotSchemaVersion=237] [phyTblIDs="[196]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:03.791 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=198] [version=237] [2024/05/06 02:51:03.793 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=237] ["take time"=4.01007ms] [job="ID:198, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:196, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:03.778 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.799 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=198] [conn=34] [category=ddl] [job="ID:198, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:196, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.778 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.802 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=237] [neededSchemaVersion=238] ["start time"=230.799ยตs] [gotSchemaVersion=238] [phyTblIDs="[196]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:03.803 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=198] [version=238] [2024/05/06 02:51:03.804 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=238] ["take time"=2.613919ms] [job="ID:198, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:196, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:03.778 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.812 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=198] [conn=34] [category=ddl] [job="ID:198, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:196, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.778 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.814 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=238] [neededSchemaVersion=239] ["start time"=250.449ยตs] [gotSchemaVersion=239] [phyTblIDs="[196]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:03.816 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=198] [version=239] [2024/05/06 02:51:03.826 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=239] ["take time"=12.248196ms] [job="ID:198, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:196, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:03.778 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.834 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=198] [conn=34] [category=ddl] [job="ID:198, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:196, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.778 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.835 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=198] [physicalTableID=196] [startKey=7480000000000000c45f728000000000000001] [endKey=7480000000000000c45f72800000000000000100] [2024/05/06 02:51:03.837 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=198] [2024/05/06 02:51:03.844 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=198] [conn=34] [category=ddl] [job="ID:198, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:196, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.778 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487121162240, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.846 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:198, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:196, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:03.778 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487121162240, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000000c45f728000000000000001,EndKey:7480000000000000c45f72800000000000000100,First:false,PhysicalTableID:196,Ingest mode:false"] [2024/05/06 02:51:03.847 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=196] ["start key"=7480000000000000c45f728000000000000001] ["end key"=7480000000000000c45f72800000000000000100] [2024/05/06 02:51:03.847 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000c45f728000000000000001] [endKey=7480000000000000c45f72800000000000000100] [2024/05/06 02:51:03.847 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=196] ["end key"=7480000000000000c45f72800000000000000100] ["current end key"=7480000000000000c45f72800000000000000100] [2024/05/06 02:51:03.847 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=198] [2024/05/06 02:51:03.847 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=198] [2024/05/06 02:51:03.848 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=198] [2024/05/06 02:51:03.848 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 196, range: [7480000000000000c45f728000000000000001, 7480000000000000c45f72800000000000000100), jobID: 198"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000c45f7280000000000000010000] ["take time"=432.637ยตs] [2024/05/06 02:51:03.848 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=198] [2024/05/06 02:51:03.848 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000c45f728000000000000001] [2024/05/06 02:51:03.848 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:03.885 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=239] [neededSchemaVersion=240] ["start time"=209.88ยตs] [gotSchemaVersion=240] [phyTblIDs="[196]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:03.886 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=198] [version=240] [2024/05/06 02:51:03.886 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=240] ["take time"=2.053824ms] [job="ID:198, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:196, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:03.778 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487121162240, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.892 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=198] [jobType="modify column"] [2024/05/06 02:51:03.893 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=198] [conn=34] [job="ID:198, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:196, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:03.778 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487121162240, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:03.904 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=198] [2024/05/06 02:51:03.904 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:03.906 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=240] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:03.908 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:199, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:196, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:03.907 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:03.908 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:199, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:196, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:03.907 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:03.913 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=199] [conn=34] [category=ddl] [job="ID:199, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:196, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.907 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.915 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=240] [neededSchemaVersion=241] ["start time"=81.632ยตs] [gotSchemaVersion=241] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:03.916 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=199] [version=241] [2024/05/06 02:51:03.918 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=241] ["take time"=2.683827ms] [job="ID:199, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:196, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:03.907 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.924 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=199] [conn=34] [category=ddl] [job="ID:199, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:196, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.907 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.927 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=241] [neededSchemaVersion=242] ["start time"=48.278ยตs] [gotSchemaVersion=242] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:03.929 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=199] [version=242] [2024/05/06 02:51:03.929 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=242] ["take time"=2.213972ms] [job="ID:199, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:196, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.907 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.953 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=199] [conn=34] [category=ddl] [job="ID:199, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:196, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.907 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.956 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=242] [neededSchemaVersion=243] ["start time"=43.953ยตs] [gotSchemaVersion=243] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:03.958 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=199] [version=243] [2024/05/06 02:51:03.961 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=243] ["take time"=5.657253ms] [job="ID:199, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:196, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:03.907 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.972 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=199] [tableIDs="[196]"] [comment="drop table: table ID"] [2024/05/06 02:51:03.973 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=199] [jobType="drop table"] [2024/05/06 02:51:03.973 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=199] [conn=34] [job="ID:199, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:196, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:03.907 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:03.979 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=199] [2024/05/06 02:51:03.979 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:03.980 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=243] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:03.980 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=199] [elementID=1] [startKey=7480000000000000c4] [endKey=7480000000000000c5] [2024/05/06 02:51:03.983 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:201, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:200, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:03.981 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:03.983 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:201, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:200, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:03.981 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:03.995 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=201] [conn=34] [category=ddl] [job="ID:201, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:200, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.981 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.006 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=243] [neededSchemaVersion=244] ["start time"=224.863ยตs] [gotSchemaVersion=244] [phyTblIDs="[200]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:04.007 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=201] [version=244] [2024/05/06 02:51:04.007 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=244] ["take time"=2.031955ms] [job="ID:201, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:200, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:03.981 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.011 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=201] [conn=34] [job="ID:201, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:200, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:03.981 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.014 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=201] [2024/05/06 02:51:04.014 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:04.015 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=244] [cur_db=test] [sql="alter table t_mc modify a datetime"] [user=] [2024/05/06 02:51:04.018 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:202, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:200, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:04.017 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:04.018 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:202, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:200, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:04.017 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a datetime"] [2024/05/06 02:51:04.026 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=202] [conn=34] [category=ddl] [job="ID:202, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:200, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.017 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.028 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=244] [neededSchemaVersion=245] ["start time"=203.155ยตs] [gotSchemaVersion=245] [phyTblIDs="[200]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:04.030 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=202] [version=245] [2024/05/06 02:51:04.030 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=245] ["take time"=2.049307ms] [job="ID:202, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:200, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:04.017 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.038 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=202] [conn=34] [category=ddl] [job="ID:202, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:200, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.017 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.041 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=245] [neededSchemaVersion=246] ["start time"=234.017ยตs] [gotSchemaVersion=246] [phyTblIDs="[200]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:04.042 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=202] [version=246] [2024/05/06 02:51:04.042 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=246] ["take time"=2.009329ms] [job="ID:202, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:200, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:04.017 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.048 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=202] [conn=34] [category=ddl] [job="ID:202, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:200, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.017 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.050 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=246] [neededSchemaVersion=247] ["start time"=179.078ยตs] [gotSchemaVersion=247] [phyTblIDs="[200]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:04.051 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=202] [version=247] [2024/05/06 02:51:04.052 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=247] ["take time"=2.313213ms] [job="ID:202, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:200, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:04.017 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.059 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=202] [conn=34] [category=ddl] [job="ID:202, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:200, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.017 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.060 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=202] [physicalTableID=200] [startKey=7480000000000000c85f728000000000000001] [endKey=7480000000000000c85f72800000000000000100] [2024/05/06 02:51:04.063 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=202] [2024/05/06 02:51:04.070 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=202] [conn=34] [category=ddl] [job="ID:202, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:200, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.017 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487179882497, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.072 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:202, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:200, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:04.017 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487179882497, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000000c85f728000000000000001,EndKey:7480000000000000c85f72800000000000000100,First:false,PhysicalTableID:200,Ingest mode:false"] [2024/05/06 02:51:04.073 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=200] ["start key"=7480000000000000c85f728000000000000001] ["end key"=7480000000000000c85f72800000000000000100] [2024/05/06 02:51:04.073 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000c85f728000000000000001] [endKey=7480000000000000c85f72800000000000000100] [2024/05/06 02:51:04.074 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=200] ["end key"=7480000000000000c85f72800000000000000100] ["current end key"=7480000000000000c85f72800000000000000100] [2024/05/06 02:51:04.074 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 200, range: [7480000000000000c85f728000000000000001, 7480000000000000c85f72800000000000000100), jobID: 202"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000c85f7280000000000000010000] ["take time"=622.105ยตs] [2024/05/06 02:51:04.074 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=202] [2024/05/06 02:51:04.075 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=202] [2024/05/06 02:51:04.075 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=202] [2024/05/06 02:51:04.075 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=202] [2024/05/06 02:51:04.075 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000c85f728000000000000001] [2024/05/06 02:51:04.075 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:04.113 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=247] [neededSchemaVersion=248] ["start time"=222.218ยตs] [gotSchemaVersion=248] [phyTblIDs="[200]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:04.114 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=202] [version=248] [2024/05/06 02:51:04.120 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=248] ["take time"=7.345517ms] [job="ID:202, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:200, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:04.017 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487179882497, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.128 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=202] [jobType="modify column"] [2024/05/06 02:51:04.128 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=202] [conn=34] [job="ID:202, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:200, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:04.017 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487179882497, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.143 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=202] [2024/05/06 02:51:04.143 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:04.144 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=248] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:04.146 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:203, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:200, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:04.145 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:04.146 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:203, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:200, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:04.145 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:04.152 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=203] [conn=34] [category=ddl] [job="ID:203, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:200, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.145 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.154 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=248] [neededSchemaVersion=249] ["start time"=72.943ยตs] [gotSchemaVersion=249] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:04.155 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=203] [version=249] [2024/05/06 02:51:04.157 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=249] ["take time"=2.576282ms] [job="ID:203, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:200, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:04.145 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.161 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=203] [conn=34] [category=ddl] [job="ID:203, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:200, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.145 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.164 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=249] [neededSchemaVersion=250] ["start time"=48.975ยตs] [gotSchemaVersion=250] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:04.165 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=203] [version=250] [2024/05/06 02:51:04.167 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=250] ["take time"=3.180525ms] [job="ID:203, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:200, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.145 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.173 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=203] [conn=34] [category=ddl] [job="ID:203, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:200, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.145 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.174 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=250] [neededSchemaVersion=251] ["start time"=42.123ยตs] [gotSchemaVersion=251] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:04.176 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=203] [version=251] [2024/05/06 02:51:04.180 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=251] ["take time"=6.364489ms] [job="ID:203, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:200, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:04.145 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.185 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=203] [tableIDs="[200]"] [comment="drop table: table ID"] [2024/05/06 02:51:04.186 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=203] [jobType="drop table"] [2024/05/06 02:51:04.187 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=203] [conn=34] [job="ID:203, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:200, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:04.145 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.194 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=203] [elementID=1] [startKey=7480000000000000c8] [endKey=7480000000000000c9] [2024/05/06 02:51:04.195 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=203] [2024/05/06 02:51:04.195 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:04.196 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=251] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:04.198 +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 02:51:04.197 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:04.198 +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 02:51:04.197 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:04.204 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=205] [conn=34] [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 02:51:04.197 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.206 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=251] [neededSchemaVersion=252] ["start time"=175.732ยตs] [gotSchemaVersion=252] [phyTblIDs="[204]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:04.208 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=205] [version=252] [2024/05/06 02:51:04.213 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=252] ["take time"=6.702323ms] [job="ID:205, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:204, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:04.197 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.218 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=205] [conn=34] [job="ID:205, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:204, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.197 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.231 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=205] [2024/05/06 02:51:04.231 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:04.233 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=252] [cur_db=test] [sql="alter table t_mc modify a datetime"] [user=] [2024/05/06 02:51:04.235 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:206, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:204, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:04.234 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:04.235 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:206, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:204, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:04.234 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a datetime"] [2024/05/06 02:51:04.243 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=206] [conn=34] [category=ddl] [job="ID:206, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:204, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.234 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.245 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=252] [neededSchemaVersion=253] ["start time"=229.65ยตs] [gotSchemaVersion=253] [phyTblIDs="[204]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:04.246 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=206] [version=253] [2024/05/06 02:51:04.248 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=253] ["take time"=2.898522ms] [job="ID:206, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:204, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:04.234 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.253 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=206] [conn=34] [category=ddl] [job="ID:206, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:204, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.234 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.255 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=253] [neededSchemaVersion=254] ["start time"=189.355ยตs] [gotSchemaVersion=254] [phyTblIDs="[204]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:04.256 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=206] [version=254] [2024/05/06 02:51:04.257 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=254] ["take time"=2.366439ms] [job="ID:206, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:204, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:04.234 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.264 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=206] [conn=34] [category=ddl] [job="ID:206, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:204, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.234 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.271 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=254] [neededSchemaVersion=255] ["start time"=297.365ยตs] [gotSchemaVersion=255] [phyTblIDs="[204]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:04.273 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=206] [version=255] [2024/05/06 02:51:04.277 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=255] ["take time"=6.424436ms] [job="ID:206, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:204, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:04.234 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.287 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=206] [conn=34] [category=ddl] [job="ID:206, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:204, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.234 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.287 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=206] [physicalTableID=204] [startKey=7480000000000000cc5f728000000000000001] [endKey=7480000000000000cc5f72800000000000000100] [2024/05/06 02:51:04.290 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=206] [2024/05/06 02:51:04.299 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=206] [conn=34] [category=ddl] [job="ID:206, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:204, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.234 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487239651330, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.301 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:206, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:204, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:04.234 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487239651330, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000000cc5f728000000000000001,EndKey:7480000000000000cc5f72800000000000000100,First:false,PhysicalTableID:204,Ingest mode:false"] [2024/05/06 02:51:04.302 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=204] ["start key"=7480000000000000cc5f728000000000000001] ["end key"=7480000000000000cc5f72800000000000000100] [2024/05/06 02:51:04.302 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000cc5f728000000000000001] [endKey=7480000000000000cc5f72800000000000000100] [2024/05/06 02:51:04.303 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=204] ["end key"=7480000000000000cc5f72800000000000000100] ["current end key"=7480000000000000cc5f72800000000000000100] [2024/05/06 02:51:04.304 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=206] [2024/05/06 02:51:04.304 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=206] [2024/05/06 02:51:04.304 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=206] [2024/05/06 02:51:04.304 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 204, range: [7480000000000000cc5f728000000000000001, 7480000000000000cc5f72800000000000000100), jobID: 206"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000cc5f7280000000000000010000] ["take time"=1.498952ms] [2024/05/06 02:51:04.304 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=206] [2024/05/06 02:51:04.304 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000cc5f728000000000000001] [2024/05/06 02:51:04.305 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:04.357 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=255] [neededSchemaVersion=256] ["start time"=263.976ยตs] [gotSchemaVersion=256] [phyTblIDs="[204]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:04.367 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=206] [version=256] [2024/05/06 02:51:04.368 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=256] ["take time"=12.167303ms] [job="ID:206, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:204, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:04.234 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487239651330, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.377 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=206] [jobType="modify column"] [2024/05/06 02:51:04.377 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=206] [conn=34] [job="ID:206, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:204, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:04.234 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487239651330, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.394 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=206] [2024/05/06 02:51:04.394 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:04.395 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=256] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:04.405 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:207, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:204, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:04.396 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:04.405 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:207, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:204, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:04.396 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:04.412 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=207] [conn=34] [category=ddl] [job="ID:207, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:204, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.396 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.420 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=256] [neededSchemaVersion=257] ["start time"=67.295ยตs] [gotSchemaVersion=257] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:04.421 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=207] [version=257] [2024/05/06 02:51:04.422 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=257] ["take time"=2.417114ms] [job="ID:207, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:204, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:04.396 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.428 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=207] [conn=34] [category=ddl] [job="ID:207, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:204, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.396 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.430 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=257] [neededSchemaVersion=258] ["start time"=47.984ยตs] [gotSchemaVersion=258] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:04.432 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=207] [version=258] [2024/05/06 02:51:04.441 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=258] ["take time"=10.949521ms] [job="ID:207, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:204, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.396 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.451 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=207] [conn=34] [category=ddl] [job="ID:207, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:204, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.396 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.453 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=258] [neededSchemaVersion=259] ["start time"=42.04ยตs] [gotSchemaVersion=259] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:04.454 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=207] [version=259] [2024/05/06 02:51:04.457 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=259] ["take time"=4.198346ms] [job="ID:207, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:204, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:04.396 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.462 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=207] [tableIDs="[204]"] [comment="drop table: table ID"] [2024/05/06 02:51:04.463 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=207] [jobType="drop table"] [2024/05/06 02:51:04.464 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=207] [conn=34] [job="ID:207, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:204, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:04.396 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.469 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=207] [2024/05/06 02:51:04.469 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:04.469 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=207] [elementID=1] [startKey=7480000000000000cc] [endKey=7480000000000000cd] [2024/05/06 02:51:04.470 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=259] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:04.476 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:209, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:208, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:04.471 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:04.476 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:209, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:208, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:04.471 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:04.485 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=209] [conn=34] [category=ddl] [job="ID:209, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:208, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.471 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.489 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=259] [neededSchemaVersion=260] ["start time"=221.687ยตs] [gotSchemaVersion=260] [phyTblIDs="[208]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:04.490 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=209] [version=260] [2024/05/06 02:51:04.491 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=260] ["take time"=2.02767ms] [job="ID:209, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:208, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:04.471 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.502 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=209] [conn=34] [job="ID:209, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:208, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.471 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.506 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=209] [2024/05/06 02:51:04.506 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:04.511 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=260] [cur_db=test] [sql="alter table t_mc modify a datetime"] [user=] [2024/05/06 02:51:04.516 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:210, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:208, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:04.512 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:04.516 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:210, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:208, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:04.512 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a datetime"] [2024/05/06 02:51:04.525 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=210] [conn=34] [category=ddl] [job="ID:210, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:208, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.512 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.544 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=260] [neededSchemaVersion=261] ["start time"=321.626ยตs] [gotSchemaVersion=261] [phyTblIDs="[208]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:04.546 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=210] [version=261] [2024/05/06 02:51:04.552 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=261] ["take time"=8.435551ms] [job="ID:210, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:208, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:04.512 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.563 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=210] [conn=34] [category=ddl] [job="ID:210, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:208, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.512 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.565 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=261] [neededSchemaVersion=262] ["start time"=207.088ยตs] [gotSchemaVersion=262] [phyTblIDs="[208]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:04.570 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=210] [version=262] [2024/05/06 02:51:04.570 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=262] ["take time"=5.908032ms] [job="ID:210, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:208, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:04.512 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.578 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=210] [conn=34] [category=ddl] [job="ID:210, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:208, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.512 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.580 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=262] [neededSchemaVersion=263] ["start time"=291.022ยตs] [gotSchemaVersion=263] [phyTblIDs="[208]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:04.582 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=210] [version=263] [2024/05/06 02:51:04.582 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=263] ["take time"=2.13679ms] [job="ID:210, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:208, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:04.512 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.590 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=210] [conn=34] [category=ddl] [job="ID:210, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:208, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.512 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.591 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=210] [physicalTableID=208] [startKey=7480000000000000d05f728000000000000001] [endKey=7480000000000000d05f72800000000000000100] [2024/05/06 02:51:04.598 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=210] [2024/05/06 02:51:04.605 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=210] [conn=34] [category=ddl] [job="ID:210, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:208, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.512 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487319343104, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.607 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:210, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:208, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:04.512 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487319343104, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000000d05f728000000000000001,EndKey:7480000000000000d05f72800000000000000100,First:false,PhysicalTableID:208,Ingest mode:false"] [2024/05/06 02:51:04.608 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=208] ["start key"=7480000000000000d05f728000000000000001] ["end key"=7480000000000000d05f72800000000000000100] [2024/05/06 02:51:04.608 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000d05f728000000000000001] [endKey=7480000000000000d05f72800000000000000100] [2024/05/06 02:51:04.609 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=208] ["end key"=7480000000000000d05f72800000000000000100] ["current end key"=7480000000000000d05f72800000000000000100] [2024/05/06 02:51:04.609 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=210] [2024/05/06 02:51:04.609 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=210] [2024/05/06 02:51:04.609 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=210] [2024/05/06 02:51:04.609 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 208, range: [7480000000000000d05f728000000000000001, 7480000000000000d05f72800000000000000100), jobID: 210"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000d05f7280000000000000010000] ["take time"=503.12ยตs] [2024/05/06 02:51:04.609 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=210] [2024/05/06 02:51:04.609 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000d05f728000000000000001] [2024/05/06 02:51:04.610 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:04.650 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=263] [neededSchemaVersion=264] ["start time"=234.89ยตs] [gotSchemaVersion=264] [phyTblIDs="[208]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:04.651 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=210] [version=264] [2024/05/06 02:51:04.651 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=264] ["take time"=2.025905ms] [job="ID:210, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:208, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:04.512 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487319343104, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.659 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=210] [jobType="modify column"] [2024/05/06 02:51:04.659 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=210] [conn=34] [job="ID:210, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:208, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:04.512 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487319343104, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.664 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=210] [2024/05/06 02:51:04.665 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:04.666 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=264] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:04.669 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:211, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:208, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:04.667 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:04.669 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:211, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:208, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:04.667 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:04.677 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=211] [conn=34] [category=ddl] [job="ID:211, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:208, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.667 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.679 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=264] [neededSchemaVersion=265] ["start time"=96.11ยตs] [gotSchemaVersion=265] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:04.680 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=211] [version=265] [2024/05/06 02:51:04.684 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=265] ["take time"=6.0988ms] [job="ID:211, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:208, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:04.667 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.693 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=211] [conn=34] [category=ddl] [job="ID:211, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:208, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.667 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.697 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=265] [neededSchemaVersion=266] ["start time"=40.518ยตs] [gotSchemaVersion=266] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:04.698 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=211] [version=266] [2024/05/06 02:51:04.699 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=266] ["take time"=2.633396ms] [job="ID:211, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:208, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.667 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.704 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=211] [conn=34] [category=ddl] [job="ID:211, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:208, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.667 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.706 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=266] [neededSchemaVersion=267] ["start time"=40.307ยตs] [gotSchemaVersion=267] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:04.707 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=211] [version=267] [2024/05/06 02:51:04.712 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=267] ["take time"=6.06955ms] [job="ID:211, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:208, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:04.667 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.717 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=211] [tableIDs="[208]"] [comment="drop table: table ID"] [2024/05/06 02:51:04.718 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=211] [jobType="drop table"] [2024/05/06 02:51:04.719 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=211] [conn=34] [job="ID:211, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:208, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:04.667 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.723 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=211] [elementID=1] [startKey=7480000000000000d0] [endKey=7480000000000000d1] [2024/05/06 02:51:04.723 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=211] [2024/05/06 02:51:04.723 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:04.724 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=267] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:04.726 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:213, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:212, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:04.725 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:04.726 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:213, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:212, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:04.725 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:04.732 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=213] [conn=34] [category=ddl] [job="ID:213, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:212, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.725 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.734 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=267] [neededSchemaVersion=268] ["start time"=210.015ยตs] [gotSchemaVersion=268] [phyTblIDs="[212]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:04.735 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=213] [version=268] [2024/05/06 02:51:04.736 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=268] ["take time"=2.176046ms] [job="ID:213, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:212, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:04.725 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.744 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=213] [conn=34] [job="ID:213, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:212, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.725 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.747 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=213] [2024/05/06 02:51:04.747 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:04.749 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=268] [cur_db=test] [sql="alter table t_mc modify a datetime"] [user=] [2024/05/06 02:51:04.751 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:214, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:212, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:04.75 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:04.751 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:214, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:212, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:04.75 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a datetime"] [2024/05/06 02:51:04.765 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=214] [conn=34] [category=ddl] [job="ID:214, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:212, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.75 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.768 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=268] [neededSchemaVersion=269] ["start time"=287.804ยตs] [gotSchemaVersion=269] [phyTblIDs="[212]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:04.770 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=214] [version=269] [2024/05/06 02:51:04.772 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=269] ["take time"=4.235305ms] [job="ID:214, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:212, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:04.75 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.780 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=214] [conn=34] [category=ddl] [job="ID:214, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:212, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.75 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.783 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=269] [neededSchemaVersion=270] ["start time"=285.383ยตs] [gotSchemaVersion=270] [phyTblIDs="[212]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:04.785 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=214] [version=270] [2024/05/06 02:51:04.786 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=270] ["take time"=4.019908ms] [job="ID:214, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:212, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:04.75 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.796 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=214] [conn=34] [category=ddl] [job="ID:214, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:212, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.75 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.798 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=270] [neededSchemaVersion=271] ["start time"=244.793ยตs] [gotSchemaVersion=271] [phyTblIDs="[212]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:04.800 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=214] [version=271] [2024/05/06 02:51:04.800 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=271] ["take time"=2.076658ms] [job="ID:214, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:212, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:04.75 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.808 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=214] [conn=34] [category=ddl] [job="ID:214, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:212, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.75 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.808 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=214] [physicalTableID=212] [startKey=7480000000000000d45f728000000000000001] [endKey=7480000000000000d45f72800000000000000100] [2024/05/06 02:51:04.812 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=214] [2024/05/06 02:51:04.820 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=214] [conn=34] [category=ddl] [job="ID:214, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:212, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.75 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487376228353, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.822 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:214, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:212, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:04.75 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487376228353, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000000d45f728000000000000001,EndKey:7480000000000000d45f72800000000000000100,First:false,PhysicalTableID:212,Ingest mode:false"] [2024/05/06 02:51:04.824 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=212] ["start key"=7480000000000000d45f728000000000000001] ["end key"=7480000000000000d45f72800000000000000100] [2024/05/06 02:51:04.824 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000d45f728000000000000001] [endKey=7480000000000000d45f72800000000000000100] [2024/05/06 02:51:04.824 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=212] ["end key"=7480000000000000d45f72800000000000000100] ["current end key"=7480000000000000d45f72800000000000000100] [2024/05/06 02:51:04.825 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 212, range: [7480000000000000d45f728000000000000001, 7480000000000000d45f72800000000000000100), jobID: 214"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000d45f7280000000000000010000] ["take time"=656.771ยตs] [2024/05/06 02:51:04.825 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=214] [2024/05/06 02:51:04.825 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=214] [2024/05/06 02:51:04.825 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=214] [2024/05/06 02:51:04.825 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=214] [2024/05/06 02:51:04.825 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000d45f728000000000000001] [2024/05/06 02:51:04.826 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:04.877 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=271] [neededSchemaVersion=272] ["start time"=275.744ยตs] [gotSchemaVersion=272] [phyTblIDs="[212]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:04.879 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=214] [version=272] [2024/05/06 02:51:04.879 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=272] ["take time"=2.021468ms] [job="ID:214, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:212, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:04.75 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487376228353, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.887 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=214] [jobType="modify column"] [2024/05/06 02:51:04.888 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=214] [conn=34] [job="ID:214, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:212, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:04.75 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487376228353, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:04.893 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=214] [2024/05/06 02:51:04.893 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:04.894 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=272] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:04.906 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:215, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:212, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:04.896 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:04.906 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:215, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:212, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:04.896 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:04.914 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=215] [conn=34] [category=ddl] [job="ID:215, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:212, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.896 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.916 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=272] [neededSchemaVersion=273] ["start time"=78.065ยตs] [gotSchemaVersion=273] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:04.917 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=215] [version=273] [2024/05/06 02:51:04.918 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=273] ["take time"=2.144731ms] [job="ID:215, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:212, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:04.896 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.925 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=215] [conn=34] [category=ddl] [job="ID:215, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:212, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.896 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.928 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=273] [neededSchemaVersion=274] ["start time"=46.416ยตs] [gotSchemaVersion=274] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:04.930 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=215] [version=274] [2024/05/06 02:51:04.941 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=274] ["take time"=13.832256ms] [job="ID:215, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:212, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.896 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.947 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=215] [conn=34] [category=ddl] [job="ID:215, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:212, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.896 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.951 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=274] [neededSchemaVersion=275] ["start time"=56.035ยตs] [gotSchemaVersion=275] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:04.953 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=215] [version=275] [2024/05/06 02:51:04.954 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=275] ["take time"=3.189668ms] [job="ID:215, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:212, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:04.896 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.961 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=215] [tableIDs="[212]"] [comment="drop table: table ID"] [2024/05/06 02:51:04.962 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=215] [jobType="drop table"] [2024/05/06 02:51:04.963 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=215] [conn=34] [job="ID:215, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:212, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:04.896 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.968 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=215] [2024/05/06 02:51:04.968 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:04.968 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=275] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:04.971 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=215] [elementID=1] [startKey=7480000000000000d4] [endKey=7480000000000000d5] [2024/05/06 02:51:04.972 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:217, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:216, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:04.971 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:04.972 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:217, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:216, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:04.971 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:04.979 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=217] [conn=34] [category=ddl] [job="ID:217, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:216, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.971 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.982 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=275] [neededSchemaVersion=276] ["start time"=199.629ยตs] [gotSchemaVersion=276] [phyTblIDs="[216]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:04.984 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=217] [version=276] [2024/05/06 02:51:04.984 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=276] ["take time"=2.099119ms] [job="ID:217, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:216, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:04.971 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:04.997 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=217] [conn=34] [job="ID:217, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:216, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:04.971 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.004 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=217] [2024/05/06 02:51:05.004 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:05.005 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=276] [cur_db=test] [sql="alter table t_mc modify a timestamp"] [user=] [2024/05/06 02:51:05.012 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:218, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:216, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:05.007 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:05.012 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:218, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:216, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:05.007 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a timestamp"] [2024/05/06 02:51:05.017 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=218] [conn=34] [category=ddl] [job="ID:218, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:216, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.007 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.020 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=276] [neededSchemaVersion=277] ["start time"=324.006ยตs] [gotSchemaVersion=277] [phyTblIDs="[216]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:05.021 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=218] [version=277] [2024/05/06 02:51:05.027 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=277] ["take time"=8.01963ms] [job="ID:218, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:216, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:05.007 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.036 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=218] [conn=34] [category=ddl] [job="ID:218, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:216, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.007 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.039 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=277] [neededSchemaVersion=278] ["start time"=260.141ยตs] [gotSchemaVersion=278] [phyTblIDs="[216]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:05.040 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=218] [version=278] [2024/05/06 02:51:05.040 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=278] ["take time"=2.333586ms] [job="ID:218, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:216, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:05.007 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.049 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=218] [conn=34] [category=ddl] [job="ID:218, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:216, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.007 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.052 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=278] [neededSchemaVersion=279] ["start time"=281.194ยตs] [gotSchemaVersion=279] [phyTblIDs="[216]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:05.053 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=218] [version=279] [2024/05/06 02:51:05.054 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=279] ["take time"=2.916221ms] [job="ID:218, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:216, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:05.007 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.064 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=218] [conn=34] [category=ddl] [job="ID:218, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:216, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.007 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.065 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=218] [physicalTableID=216] [startKey=7480000000000000d85f728000000000000001] [endKey=7480000000000000d85f72800000000000000100] [2024/05/06 02:51:05.078 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=218] [2024/05/06 02:51:05.087 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=218] [conn=34] [category=ddl] [job="ID:218, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:216, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.007 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487443337217, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.089 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:218, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:216, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:05.007 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487443337217, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000000d85f728000000000000001,EndKey:7480000000000000d85f72800000000000000100,First:false,PhysicalTableID:216,Ingest mode:false"] [2024/05/06 02:51:05.091 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=216] ["start key"=7480000000000000d85f728000000000000001] ["end key"=7480000000000000d85f72800000000000000100] [2024/05/06 02:51:05.091 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000d85f728000000000000001] [endKey=7480000000000000d85f72800000000000000100] [2024/05/06 02:51:05.091 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=216] ["end key"=7480000000000000d85f72800000000000000100] ["current end key"=7480000000000000d85f72800000000000000100] [2024/05/06 02:51:05.091 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=218] [2024/05/06 02:51:05.091 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=218] [2024/05/06 02:51:05.091 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=218] [2024/05/06 02:51:05.104 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 216, range: [7480000000000000d85f728000000000000001, 7480000000000000d85f72800000000000000100), jobID: 218"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000d85f7280000000000000010000] ["take time"=13.077066ms] [2024/05/06 02:51:05.104 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=218] [2024/05/06 02:51:05.104 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000d85f728000000000000001] [2024/05/06 02:51:05.105 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:05.150 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=279] [neededSchemaVersion=280] ["start time"=235.143ยตs] [gotSchemaVersion=280] [phyTblIDs="[216]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:05.151 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=218] [version=280] [2024/05/06 02:51:05.152 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=280] ["take time"=2.784577ms] [job="ID:218, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:216, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:05.007 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487443337217, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.161 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=218] [jobType="modify column"] [2024/05/06 02:51:05.161 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=218] [conn=34] [job="ID:218, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:216, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:05.007 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487443337217, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.167 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=218] [2024/05/06 02:51:05.167 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:05.168 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=280] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:05.170 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:219, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:216, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:05.169 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:05.171 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:219, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:216, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:05.169 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:05.176 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=219] [conn=34] [category=ddl] [job="ID:219, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:216, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.169 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.178 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=280] [neededSchemaVersion=281] ["start time"=97.046ยตs] [gotSchemaVersion=281] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:05.180 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=219] [version=281] [2024/05/06 02:51:05.180 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=281] ["take time"=2.085147ms] [job="ID:219, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:216, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:05.169 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.187 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=219] [conn=34] [category=ddl] [job="ID:219, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:216, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.169 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.189 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=281] [neededSchemaVersion=282] ["start time"=66.055ยตs] [gotSchemaVersion=282] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:05.191 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=219] [version=282] [2024/05/06 02:51:05.191 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=282] ["take time"=2.044891ms] [job="ID:219, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:216, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.169 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.196 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=219] [conn=34] [category=ddl] [job="ID:219, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:216, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.169 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.198 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=282] [neededSchemaVersion=283] ["start time"=36.817ยตs] [gotSchemaVersion=283] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:05.199 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=219] [version=283] [2024/05/06 02:51:05.201 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=283] ["take time"=2.732296ms] [job="ID:219, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:216, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:05.169 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.206 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=219] [tableIDs="[216]"] [comment="drop table: table ID"] [2024/05/06 02:51:05.209 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=219] [jobType="drop table"] [2024/05/06 02:51:05.210 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=219] [conn=34] [job="ID:219, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:216, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:05.169 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.217 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=219] [elementID=1] [startKey=7480000000000000d8] [endKey=7480000000000000d9] [2024/05/06 02:51:05.220 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=219] [2024/05/06 02:51:05.220 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:05.221 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=283] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:05.223 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:221, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:220, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:05.222 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:05.223 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:221, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:220, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:05.222 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:05.230 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=221] [conn=34] [category=ddl] [job="ID:221, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:220, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.222 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.233 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=283] [neededSchemaVersion=284] ["start time"=204.314ยตs] [gotSchemaVersion=284] [phyTblIDs="[220]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:05.235 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=221] [version=284] [2024/05/06 02:51:05.239 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=284] ["take time"=6.253154ms] [job="ID:221, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:220, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:05.222 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.247 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=221] [conn=34] [job="ID:221, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:220, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.222 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.251 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=221] [2024/05/06 02:51:05.252 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:05.256 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=284] [cur_db=test] [sql="alter table t_mc modify a timestamp"] [user=] [2024/05/06 02:51:05.259 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:222, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:220, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:05.257 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:05.259 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:222, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:220, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:05.257 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a timestamp"] [2024/05/06 02:51:05.268 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=222] [conn=34] [category=ddl] [job="ID:222, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:220, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.257 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.271 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=284] [neededSchemaVersion=285] ["start time"=226.699ยตs] [gotSchemaVersion=285] [phyTblIDs="[220]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:05.272 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=222] [version=285] [2024/05/06 02:51:05.275 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=285] ["take time"=4.935562ms] [job="ID:222, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:220, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:05.257 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.285 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=222] [conn=34] [category=ddl] [job="ID:222, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:220, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.257 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.287 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=285] [neededSchemaVersion=286] ["start time"=274.764ยตs] [gotSchemaVersion=286] [phyTblIDs="[220]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:05.289 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=222] [version=286] [2024/05/06 02:51:05.289 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=286] ["take time"=2.065617ms] [job="ID:222, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:220, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:05.257 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.298 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=222] [conn=34] [category=ddl] [job="ID:222, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:220, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.257 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.301 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=286] [neededSchemaVersion=287] ["start time"=231.877ยตs] [gotSchemaVersion=287] [phyTblIDs="[220]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:05.302 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=222] [version=287] [2024/05/06 02:51:05.305 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=287] ["take time"=4.709666ms] [job="ID:222, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:220, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:05.257 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.312 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=222] [conn=34] [category=ddl] [job="ID:222, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:220, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.257 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.313 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=222] [physicalTableID=220] [startKey=7480000000000000dc5f728000000000000001] [endKey=7480000000000000dc5f72800000000000000100] [2024/05/06 02:51:05.321 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=222] [2024/05/06 02:51:05.329 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=222] [conn=34] [category=ddl] [job="ID:222, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:220, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.257 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487508611072, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.331 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:222, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:220, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:05.257 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487508611072, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000000dc5f728000000000000001,EndKey:7480000000000000dc5f72800000000000000100,First:false,PhysicalTableID:220,Ingest mode:false"] [2024/05/06 02:51:05.332 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=220] ["start key"=7480000000000000dc5f728000000000000001] ["end key"=7480000000000000dc5f72800000000000000100] [2024/05/06 02:51:05.332 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000dc5f728000000000000001] [endKey=7480000000000000dc5f72800000000000000100] [2024/05/06 02:51:05.333 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=220] ["end key"=7480000000000000dc5f72800000000000000100] ["current end key"=7480000000000000dc5f72800000000000000100] [2024/05/06 02:51:05.337 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=222] [2024/05/06 02:51:05.338 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=222] [2024/05/06 02:51:05.338 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=222] [2024/05/06 02:51:05.338 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 220, range: [7480000000000000dc5f728000000000000001, 7480000000000000dc5f72800000000000000100), jobID: 222"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000dc5f7280000000000000010000] ["take time"=4.98307ms] [2024/05/06 02:51:05.338 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=222] [2024/05/06 02:51:05.338 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000dc5f728000000000000001] [2024/05/06 02:51:05.338 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:05.380 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=287] [neededSchemaVersion=288] ["start time"=225.767ยตs] [gotSchemaVersion=288] [phyTblIDs="[220]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:05.382 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=222] [version=288] [2024/05/06 02:51:05.382 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=288] ["take time"=2.075193ms] [job="ID:222, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:220, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:05.257 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487508611072, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.391 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=222] [jobType="modify column"] [2024/05/06 02:51:05.391 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=222] [conn=34] [job="ID:222, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:220, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:05.257 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487508611072, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.399 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=222] [2024/05/06 02:51:05.399 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:05.401 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=288] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:05.405 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:223, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:220, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:05.402 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:05.405 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:223, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:220, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:05.402 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:05.414 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=223] [conn=34] [category=ddl] [job="ID:223, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:220, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.402 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.417 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=288] [neededSchemaVersion=289] ["start time"=85.982ยตs] [gotSchemaVersion=289] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:05.419 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=223] [version=289] [2024/05/06 02:51:05.419 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=289] ["take time"=2.06042ms] [job="ID:223, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:220, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:05.402 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.424 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=223] [conn=34] [category=ddl] [job="ID:223, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:220, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.402 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.426 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=289] [neededSchemaVersion=290] ["start time"=43.878ยตs] [gotSchemaVersion=290] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:05.427 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=223] [version=290] [2024/05/06 02:51:05.428 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=290] ["take time"=2.673926ms] [job="ID:223, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:220, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.402 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.433 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=223] [conn=34] [category=ddl] [job="ID:223, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:220, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.402 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.436 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=290] [neededSchemaVersion=291] ["start time"=61.91ยตs] [gotSchemaVersion=291] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:05.437 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=223] [version=291] [2024/05/06 02:51:05.438 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=291] ["take time"=2.4743ms] [job="ID:223, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:220, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:05.402 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.449 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=223] [tableIDs="[220]"] [comment="drop table: table ID"] [2024/05/06 02:51:05.451 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=223] [jobType="drop table"] [2024/05/06 02:51:05.451 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=223] [conn=34] [job="ID:223, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:220, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:05.402 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.456 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=223] [elementID=1] [startKey=7480000000000000dc] [endKey=7480000000000000dd] [2024/05/06 02:51:05.459 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=223] [2024/05/06 02:51:05.459 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:05.460 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=291] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:05.462 +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 02:51:05.461 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:05.463 +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 02:51:05.461 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:05.472 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=225] [conn=34] [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 02:51:05.461 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.475 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=291] [neededSchemaVersion=292] ["start time"=197.784ยตs] [gotSchemaVersion=292] [phyTblIDs="[224]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:05.477 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=225] [version=292] [2024/05/06 02:51:05.478 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=292] ["take time"=3.063033ms] [job="ID:225, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:224, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:05.461 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.498 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=225] [conn=34] [job="ID:225, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:224, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.461 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.502 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=225] [2024/05/06 02:51:05.503 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:05.504 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=292] [cur_db=test] [sql="alter table t_mc modify a timestamp"] [user=] [2024/05/06 02:51:05.507 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:226, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:224, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:05.505 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:05.507 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:226, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:224, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:05.505 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a timestamp"] [2024/05/06 02:51:05.512 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=226] [conn=34] [category=ddl] [job="ID:226, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:224, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.505 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.521 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=292] [neededSchemaVersion=293] ["start time"=236.798ยตs] [gotSchemaVersion=293] [phyTblIDs="[224]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:05.522 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=226] [version=293] [2024/05/06 02:51:05.522 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=293] ["take time"=2.106302ms] [job="ID:226, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:224, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:05.505 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.531 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=226] [conn=34] [category=ddl] [job="ID:226, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:224, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.505 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.537 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=293] [neededSchemaVersion=294] ["start time"=273.525ยตs] [gotSchemaVersion=294] [phyTblIDs="[224]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:05.539 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=226] [version=294] [2024/05/06 02:51:05.541 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=294] ["take time"=4.979768ms] [job="ID:226, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:224, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:05.505 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.550 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=226] [conn=34] [category=ddl] [job="ID:226, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:224, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.505 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.553 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=294] [neededSchemaVersion=295] ["start time"=247.066ยตs] [gotSchemaVersion=295] [phyTblIDs="[224]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:05.554 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=226] [version=295] [2024/05/06 02:51:05.561 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=295] ["take time"=8.114116ms] [job="ID:226, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:224, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:05.505 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.572 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=226] [conn=34] [category=ddl] [job="ID:226, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:224, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.505 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.573 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=226] [physicalTableID=224] [startKey=7480000000000000e05f728000000000000001] [endKey=7480000000000000e05f72800000000000000100] [2024/05/06 02:51:05.576 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=226] [2024/05/06 02:51:05.586 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=226] [conn=34] [category=ddl] [job="ID:226, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:224, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.505 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487576506369, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.588 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:226, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:224, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:05.505 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487576506369, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000000e05f728000000000000001,EndKey:7480000000000000e05f72800000000000000100,First:false,PhysicalTableID:224,Ingest mode:false"] [2024/05/06 02:51:05.589 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=224] ["start key"=7480000000000000e05f728000000000000001] ["end key"=7480000000000000e05f72800000000000000100] [2024/05/06 02:51:05.589 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000e05f728000000000000001] [endKey=7480000000000000e05f72800000000000000100] [2024/05/06 02:51:05.589 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=224] ["end key"=7480000000000000e05f72800000000000000100] ["current end key"=7480000000000000e05f72800000000000000100] [2024/05/06 02:51:05.590 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=226] [2024/05/06 02:51:05.590 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=226] [2024/05/06 02:51:05.590 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=226] [2024/05/06 02:51:05.590 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 224, range: [7480000000000000e05f728000000000000001, 7480000000000000e05f72800000000000000100), jobID: 226"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000e05f7280000000000000010000] ["take time"=614.834ยตs] [2024/05/06 02:51:05.590 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=226] [2024/05/06 02:51:05.590 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000e05f728000000000000001] [2024/05/06 02:51:05.591 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:05.655 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=295] [neededSchemaVersion=296] ["start time"=234.757ยตs] [gotSchemaVersion=296] [phyTblIDs="[224]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:05.656 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=226] [version=296] [2024/05/06 02:51:05.656 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=296] ["take time"=2.465842ms] [job="ID:226, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:224, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:05.505 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487576506369, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.663 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=226] [jobType="modify column"] [2024/05/06 02:51:05.664 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=226] [conn=34] [job="ID:226, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:224, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:05.505 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487576506369, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.669 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=226] [2024/05/06 02:51:05.669 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:05.671 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=296] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:05.673 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:227, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:224, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:05.672 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:05.673 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:227, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:224, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:05.672 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:05.678 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=227] [conn=34] [category=ddl] [job="ID:227, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:224, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.672 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.681 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=296] [neededSchemaVersion=297] ["start time"=82.531ยตs] [gotSchemaVersion=297] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:05.682 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=227] [version=297] [2024/05/06 02:51:05.683 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=297] ["take time"=2.511791ms] [job="ID:227, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:224, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:05.672 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.691 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=227] [conn=34] [category=ddl] [job="ID:227, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:224, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.672 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.697 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=297] [neededSchemaVersion=298] ["start time"=38.914ยตs] [gotSchemaVersion=298] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:05.698 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=227] [version=298] [2024/05/06 02:51:05.700 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=298] ["take time"=2.917966ms] [job="ID:227, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:224, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.672 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.704 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=227] [conn=34] [category=ddl] [job="ID:227, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:224, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.672 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.706 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=298] [neededSchemaVersion=299] ["start time"=38.459ยตs] [gotSchemaVersion=299] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:05.707 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=227] [version=299] [2024/05/06 02:51:05.708 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=299] ["take time"=2.610409ms] [job="ID:227, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:224, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:05.672 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.713 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=227] [tableIDs="[224]"] [comment="drop table: table ID"] [2024/05/06 02:51:05.716 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=227] [jobType="drop table"] [2024/05/06 02:51:05.717 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=227] [conn=34] [job="ID:227, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:224, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:05.672 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.721 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=227] [elementID=1] [startKey=7480000000000000e0] [endKey=7480000000000000e1] [2024/05/06 02:51:05.721 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=227] [2024/05/06 02:51:05.721 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:05.722 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=299] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:05.724 +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 02:51:05.723 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:05.724 +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 02:51:05.723 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:05.730 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=229] [conn=34] [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 02:51:05.723 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.732 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=299] [neededSchemaVersion=300] ["start time"=202.659ยตs] [gotSchemaVersion=300] [phyTblIDs="[228]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:05.733 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=229] [version=300] [2024/05/06 02:51:05.734 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=300] ["take time"=2.071589ms] [job="ID:229, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:228, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:05.723 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.741 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=229] [conn=34] [job="ID:229, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:228, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.723 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.743 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=229] [2024/05/06 02:51:05.743 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:05.745 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=300] [cur_db=test] [sql="alter table t_mc modify a timestamp"] [user=] [2024/05/06 02:51:05.747 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:230, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:228, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:05.746 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:05.747 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:230, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:228, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:05.746 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a timestamp"] [2024/05/06 02:51:05.755 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=230] [conn=34] [category=ddl] [job="ID:230, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:228, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.746 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.757 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=300] [neededSchemaVersion=301] ["start time"=238.16ยตs] [gotSchemaVersion=301] [phyTblIDs="[228]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:05.759 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=230] [version=301] [2024/05/06 02:51:05.759 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=301] ["take time"=2.298769ms] [job="ID:230, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:228, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:05.746 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.765 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=230] [conn=34] [category=ddl] [job="ID:230, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:228, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.746 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.770 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=301] [neededSchemaVersion=302] ["start time"=263.19ยตs] [gotSchemaVersion=302] [phyTblIDs="[228]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:05.772 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=230] [version=302] [2024/05/06 02:51:05.775 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=302] ["take time"=5.418337ms] [job="ID:230, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:228, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:05.746 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.788 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=230] [conn=34] [category=ddl] [job="ID:230, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:228, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.746 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.793 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=302] [neededSchemaVersion=303] ["start time"=257.426ยตs] [gotSchemaVersion=303] [phyTblIDs="[228]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:05.794 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=230] [version=303] [2024/05/06 02:51:05.795 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=303] ["take time"=2.683497ms] [job="ID:230, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:228, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:05.746 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.805 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=230] [conn=34] [category=ddl] [job="ID:230, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:228, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.746 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.806 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=230] [physicalTableID=228] [startKey=7480000000000000e45f728000000000000001] [endKey=7480000000000000e45f72800000000000000100] [2024/05/06 02:51:05.812 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=230] [2024/05/06 02:51:05.819 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=230] [conn=34] [category=ddl] [job="ID:230, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:228, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.746 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487637848064, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.821 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:230, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:228, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:05.746 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487637848064, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000000e45f728000000000000001,EndKey:7480000000000000e45f72800000000000000100,First:false,PhysicalTableID:228,Ingest mode:false"] [2024/05/06 02:51:05.821 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=228] ["start key"=7480000000000000e45f728000000000000001] ["end key"=7480000000000000e45f72800000000000000100] [2024/05/06 02:51:05.821 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000e45f728000000000000001] [endKey=7480000000000000e45f72800000000000000100] [2024/05/06 02:51:05.822 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=228] ["end key"=7480000000000000e45f72800000000000000100] ["current end key"=7480000000000000e45f72800000000000000100] [2024/05/06 02:51:05.822 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=230] [2024/05/06 02:51:05.822 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=230] [2024/05/06 02:51:05.822 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=230] [2024/05/06 02:51:05.822 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 228, range: [7480000000000000e45f728000000000000001, 7480000000000000e45f72800000000000000100), jobID: 230"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000e45f7280000000000000010000] ["take time"=505.459ยตs] [2024/05/06 02:51:05.822 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=230] [2024/05/06 02:51:05.822 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000e45f728000000000000001] [2024/05/06 02:51:05.823 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:05.870 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=303] [neededSchemaVersion=304] ["start time"=207.322ยตs] [gotSchemaVersion=304] [phyTblIDs="[228]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:05.871 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=230] [version=304] [2024/05/06 02:51:05.873 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=304] ["take time"=2.920607ms] [job="ID:230, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:228, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:05.746 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487637848064, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.880 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=230] [jobType="modify column"] [2024/05/06 02:51:05.881 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=230] [conn=34] [job="ID:230, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:228, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:05.746 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487637848064, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.892 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=230] [2024/05/06 02:51:05.892 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:05.893 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=304] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:05.895 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:231, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:228, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:05.894 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:05.895 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:231, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:228, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:05.894 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:05.901 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=231] [conn=34] [category=ddl] [job="ID:231, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:228, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.894 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.906 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=304] [neededSchemaVersion=305] ["start time"=94.758ยตs] [gotSchemaVersion=305] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:05.908 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=231] [version=305] [2024/05/06 02:51:05.909 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=305] ["take time"=3.294819ms] [job="ID:231, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:228, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:05.894 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.916 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=231] [conn=34] [category=ddl] [job="ID:231, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:228, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.894 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.917 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=305] [neededSchemaVersion=306] ["start time"=45.56ยตs] [gotSchemaVersion=306] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:05.919 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=231] [version=306] [2024/05/06 02:51:05.920 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=306] ["take time"=2.268821ms] [job="ID:231, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:228, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.894 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.925 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=231] [conn=34] [category=ddl] [job="ID:231, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:228, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.894 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.937 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=306] [neededSchemaVersion=307] ["start time"=55.496ยตs] [gotSchemaVersion=307] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:05.938 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=231] [version=307] [2024/05/06 02:51:05.941 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=307] ["take time"=4.739608ms] [job="ID:231, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:228, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:05.894 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.949 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=231] [tableIDs="[228]"] [comment="drop table: table ID"] [2024/05/06 02:51:05.950 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=231] [jobType="drop table"] [2024/05/06 02:51:05.950 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=231] [conn=34] [job="ID:231, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:228, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:05.894 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.953 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=231] [elementID=1] [startKey=7480000000000000e4] [endKey=7480000000000000e5] [2024/05/06 02:51:05.954 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=231] [2024/05/06 02:51:05.954 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:05.954 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=307] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:05.956 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:233, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:232, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:05.955 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:05.956 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:233, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:232, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:05.955 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:05.962 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=233] [conn=34] [category=ddl] [job="ID:233, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:232, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.955 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.964 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=307] [neededSchemaVersion=308] ["start time"=137.059ยตs] [gotSchemaVersion=308] [phyTblIDs="[232]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:05.965 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=233] [version=308] [2024/05/06 02:51:05.967 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=308] ["take time"=2.604924ms] [job="ID:233, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:232, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:05.955 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.970 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=233] [conn=34] [job="ID:233, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:232, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.955 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:05.973 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=233] [2024/05/06 02:51:05.973 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:05.974 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=308] [cur_db=test] [sql="alter table t_mc modify a timestamp"] [user=] [2024/05/06 02:51:05.977 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:234, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:232, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:05.976 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:05.977 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:234, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:232, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:05.976 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a timestamp"] [2024/05/06 02:51:05.985 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=234] [conn=34] [category=ddl] [job="ID:234, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:232, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.976 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.987 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=308] [neededSchemaVersion=309] ["start time"=200.4ยตs] [gotSchemaVersion=309] [phyTblIDs="[232]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:05.988 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=234] [version=309] [2024/05/06 02:51:05.989 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=309] ["take time"=2.019576ms] [job="ID:234, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:232, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:05.976 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.995 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=234] [conn=34] [category=ddl] [job="ID:234, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:232, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.976 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:05.998 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=309] [neededSchemaVersion=310] ["start time"=255.279ยตs] [gotSchemaVersion=310] [phyTblIDs="[232]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:05.999 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=234] [version=310] [2024/05/06 02:51:06.000 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=310] ["take time"=2.547303ms] [job="ID:234, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:232, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:05.976 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.006 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=234] [conn=34] [category=ddl] [job="ID:234, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:232, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.976 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.009 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=310] [neededSchemaVersion=311] ["start time"=227.931ยตs] [gotSchemaVersion=311] [phyTblIDs="[232]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:06.010 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=234] [version=311] [2024/05/06 02:51:06.011 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=311] ["take time"=2.432379ms] [job="ID:234, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:232, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:05.976 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.017 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=234] [conn=34] [category=ddl] [job="ID:234, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:232, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.976 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.018 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=234] [physicalTableID=232] [startKey=7480000000000000e85f728000000000000001] [endKey=7480000000000000e85f72800000000000000100] [2024/05/06 02:51:06.020 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=234] [2024/05/06 02:51:06.027 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=234] [conn=34] [category=ddl] [job="ID:234, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:232, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:05.976 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487693160449, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.029 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:234, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:232, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:05.976 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487693160449, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000000e85f728000000000000001,EndKey:7480000000000000e85f72800000000000000100,First:false,PhysicalTableID:232,Ingest mode:false"] [2024/05/06 02:51:06.030 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=232] ["start key"=7480000000000000e85f728000000000000001] ["end key"=7480000000000000e85f72800000000000000100] [2024/05/06 02:51:06.030 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000e85f728000000000000001] [endKey=7480000000000000e85f72800000000000000100] [2024/05/06 02:51:06.030 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=232] ["end key"=7480000000000000e85f72800000000000000100] ["current end key"=7480000000000000e85f72800000000000000100] [2024/05/06 02:51:06.030 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=234] [2024/05/06 02:51:06.030 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=234] [2024/05/06 02:51:06.030 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=234] [2024/05/06 02:51:06.031 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 232, range: [7480000000000000e85f728000000000000001, 7480000000000000e85f72800000000000000100), jobID: 234"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000e85f7280000000000000010000] ["take time"=546.502ยตs] [2024/05/06 02:51:06.031 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=234] [2024/05/06 02:51:06.031 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000e85f728000000000000001] [2024/05/06 02:51:06.031 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:06.073 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=311] [neededSchemaVersion=312] ["start time"=227.041ยตs] [gotSchemaVersion=312] [phyTblIDs="[232]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:06.075 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=234] [version=312] [2024/05/06 02:51:06.077 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=312] ["take time"=4.39867ms] [job="ID:234, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:232, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:05.976 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487693160449, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.087 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=234] [jobType="modify column"] [2024/05/06 02:51:06.087 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=234] [conn=34] [job="ID:234, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:232, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:05.976 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487693160449, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.093 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=234] [2024/05/06 02:51:06.093 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:06.094 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=312] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:06.097 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:235, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:232, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:06.096 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:06.097 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:235, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:232, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:06.096 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:06.110 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=235] [conn=34] [category=ddl] [job="ID:235, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:232, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.096 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.112 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=312] [neededSchemaVersion=313] ["start time"=77.37ยตs] [gotSchemaVersion=313] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:06.114 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=235] [version=313] [2024/05/06 02:51:06.114 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=313] ["take time"=2.327527ms] [job="ID:235, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:232, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:06.096 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.119 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=235] [conn=34] [category=ddl] [job="ID:235, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:232, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.096 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.122 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=313] [neededSchemaVersion=314] ["start time"=40.715ยตs] [gotSchemaVersion=314] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:06.123 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=235] [version=314] [2024/05/06 02:51:06.124 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=314] ["take time"=2.581533ms] [job="ID:235, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:232, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.096 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.128 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=235] [conn=34] [category=ddl] [job="ID:235, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:232, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.096 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.131 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=314] [neededSchemaVersion=315] ["start time"=44.008ยตs] [gotSchemaVersion=315] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:06.132 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=235] [version=315] [2024/05/06 02:51:06.134 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=315] ["take time"=3.776617ms] [job="ID:235, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:232, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:06.096 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.143 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=235] [tableIDs="[232]"] [comment="drop table: table ID"] [2024/05/06 02:51:06.144 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=235] [jobType="drop table"] [2024/05/06 02:51:06.144 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=235] [conn=34] [job="ID:235, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:232, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:06.096 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.152 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=235] [2024/05/06 02:51:06.152 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:06.152 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=315] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:06.157 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:237, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:236, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:06.156 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:06.157 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:237, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:236, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:06.156 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:06.159 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=235] [elementID=1] [startKey=7480000000000000e8] [endKey=7480000000000000e9] [2024/05/06 02:51:06.164 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=237] [conn=34] [category=ddl] [job="ID:237, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:236, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.156 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.167 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=315] [neededSchemaVersion=316] ["start time"=188.723ยตs] [gotSchemaVersion=316] [phyTblIDs="[236]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:06.168 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=237] [version=316] [2024/05/06 02:51:06.172 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=316] ["take time"=5.260034ms] [job="ID:237, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:236, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:06.156 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.180 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=237] [conn=34] [job="ID:237, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:236, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.156 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.187 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=237] [2024/05/06 02:51:06.187 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:06.189 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=316] [cur_db=test] [sql="alter table t_mc modify a timestamp"] [user=] [2024/05/06 02:51:06.191 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:238, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:236, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:06.19 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:06.191 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:238, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:236, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:06.19 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a timestamp"] [2024/05/06 02:51:06.198 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=238] [conn=34] [category=ddl] [job="ID:238, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:236, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.19 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.202 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=316] [neededSchemaVersion=317] ["start time"=234.063ยตs] [gotSchemaVersion=317] [phyTblIDs="[236]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:06.203 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=238] [version=317] [2024/05/06 02:51:06.203 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=317] ["take time"=2.040943ms] [job="ID:238, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:236, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:06.19 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.210 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=238] [conn=34] [category=ddl] [job="ID:238, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:236, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.19 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.212 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=317] [neededSchemaVersion=318] ["start time"=245.387ยตs] [gotSchemaVersion=318] [phyTblIDs="[236]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:06.213 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=238] [version=318] [2024/05/06 02:51:06.214 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=318] ["take time"=2.951334ms] [job="ID:238, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:236, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:06.19 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.227 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=238] [conn=34] [category=ddl] [job="ID:238, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:236, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.19 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.230 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=318] [neededSchemaVersion=319] ["start time"=241.066ยตs] [gotSchemaVersion=319] [phyTblIDs="[236]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:06.231 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=238] [version=319] [2024/05/06 02:51:06.232 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=319] ["take time"=2.658549ms] [job="ID:238, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:236, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:06.19 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.237 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=238] [conn=34] [category=ddl] [job="ID:238, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:236, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.19 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.238 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=238] [physicalTableID=236] [startKey=7480000000000000ec5f728000000000000001] [endKey=7480000000000000ec5f72800000000000000100] [2024/05/06 02:51:06.249 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=238] [2024/05/06 02:51:06.256 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=238] [conn=34] [category=ddl] [job="ID:238, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:236, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.19 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487751094272, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.257 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:238, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:236, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:06.19 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487751094272, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000000ec5f728000000000000001,EndKey:7480000000000000ec5f72800000000000000100,First:false,PhysicalTableID:236,Ingest mode:false"] [2024/05/06 02:51:06.258 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=236] ["start key"=7480000000000000ec5f728000000000000001] ["end key"=7480000000000000ec5f72800000000000000100] [2024/05/06 02:51:06.258 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000ec5f728000000000000001] [endKey=7480000000000000ec5f72800000000000000100] [2024/05/06 02:51:06.259 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=236] ["end key"=7480000000000000ec5f72800000000000000100] ["current end key"=7480000000000000ec5f72800000000000000100] [2024/05/06 02:51:06.259 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=238] [2024/05/06 02:51:06.259 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=238] [2024/05/06 02:51:06.259 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=238] [2024/05/06 02:51:06.275 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 236, range: [7480000000000000ec5f728000000000000001, 7480000000000000ec5f72800000000000000100), jobID: 238"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000ec5f7280000000000000010000] ["take time"=16.589997ms] [2024/05/06 02:51:06.275 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=238] [2024/05/06 02:51:06.275 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000ec5f728000000000000001] [2024/05/06 02:51:06.276 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:06.349 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=319] [neededSchemaVersion=320] ["start time"=235.293ยตs] [gotSchemaVersion=320] [phyTblIDs="[236]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:06.351 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=238] [version=320] [2024/05/06 02:51:06.360 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=320] ["take time"=11.700136ms] [job="ID:238, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:236, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:06.19 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487751094272, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.371 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=238] [jobType="modify column"] [2024/05/06 02:51:06.372 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=238] [conn=34] [job="ID:238, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:236, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:06.19 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487751094272, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.380 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=238] [2024/05/06 02:51:06.380 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:06.382 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=320] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:06.384 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:239, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:236, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:06.383 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:06.384 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:239, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:236, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:06.383 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:06.390 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=239] [conn=34] [category=ddl] [job="ID:239, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:236, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.383 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.392 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=320] [neededSchemaVersion=321] ["start time"=76.774ยตs] [gotSchemaVersion=321] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:06.394 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=239] [version=321] [2024/05/06 02:51:06.396 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=321] ["take time"=4.165204ms] [job="ID:239, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:236, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:06.383 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.404 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=239] [conn=34] [category=ddl] [job="ID:239, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:236, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.383 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.406 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=321] [neededSchemaVersion=322] ["start time"=42.322ยตs] [gotSchemaVersion=322] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:06.407 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=239] [version=322] [2024/05/06 02:51:06.408 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=322] ["take time"=2.533075ms] [job="ID:239, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:236, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.383 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.426 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=239] [conn=34] [category=ddl] [job="ID:239, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:236, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.383 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.429 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=322] [neededSchemaVersion=323] ["start time"=49.052ยตs] [gotSchemaVersion=323] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:06.430 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=239] [version=323] [2024/05/06 02:51:06.433 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=323] ["take time"=4.593849ms] [job="ID:239, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:236, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:06.383 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.442 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=239] [tableIDs="[236]"] [comment="drop table: table ID"] [2024/05/06 02:51:06.447 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=239] [jobType="drop table"] [2024/05/06 02:51:06.448 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=239] [conn=34] [job="ID:239, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:236, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:06.383 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.459 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=239] [elementID=1] [startKey=7480000000000000ec] [endKey=7480000000000000ed] [2024/05/06 02:51:06.461 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=239] [2024/05/06 02:51:06.461 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:06.461 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=323] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:06.464 +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 02:51:06.462 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:06.464 +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 02:51:06.462 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:06.470 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=241] [conn=34] [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 02:51:06.462 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.473 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=323] [neededSchemaVersion=324] ["start time"=195.569ยตs] [gotSchemaVersion=324] [phyTblIDs="[240]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:06.475 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=241] [version=324] [2024/05/06 02:51:06.475 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=324] ["take time"=2.42122ms] [job="ID:241, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:240, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:06.462 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.488 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=241] [conn=34] [job="ID:241, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:240, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.462 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.492 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=241] [2024/05/06 02:51:06.492 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:06.493 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=324] [cur_db=test] [sql="alter table t_mc modify a timestamp"] [user=] [2024/05/06 02:51:06.496 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:242, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:240, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:06.495 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:06.496 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:242, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:240, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:06.495 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a timestamp"] [2024/05/06 02:51:06.509 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=242] [conn=34] [category=ddl] [job="ID:242, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:240, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.495 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.511 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=324] [neededSchemaVersion=325] ["start time"=243.923ยตs] [gotSchemaVersion=325] [phyTblIDs="[240]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:06.513 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=242] [version=325] [2024/05/06 02:51:06.515 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=325] ["take time"=4.057005ms] [job="ID:242, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:240, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:06.495 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.527 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=242] [conn=34] [category=ddl] [job="ID:242, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:240, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.495 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.535 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=325] [neededSchemaVersion=326] ["start time"=180.996ยตs] [gotSchemaVersion=326] [phyTblIDs="[240]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:06.537 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=242] [version=326] [2024/05/06 02:51:06.537 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=326] ["take time"=2.247852ms] [job="ID:242, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:240, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:06.495 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.541 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=242] [conn=34] [category=ddl] [job="ID:242, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:240, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.495 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.544 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=326] [neededSchemaVersion=327] ["start time"=171.535ยตs] [gotSchemaVersion=327] [phyTblIDs="[240]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:06.545 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=242] [version=327] [2024/05/06 02:51:06.546 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=327] ["take time"=2.163379ms] [job="ID:242, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:240, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:06.495 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.552 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=242] [conn=34] [category=ddl] [job="ID:242, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:240, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.495 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.552 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=242] [physicalTableID=240] [startKey=7480000000000000f05f728000000000000001] [endKey=7480000000000000f05f72800000000000000100] [2024/05/06 02:51:06.555 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=242] [2024/05/06 02:51:06.561 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=242] [conn=34] [category=ddl] [job="ID:242, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:240, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.495 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487833407489, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.562 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:242, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:240, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:06.495 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487833407489, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000000f05f728000000000000001,EndKey:7480000000000000f05f72800000000000000100,First:false,PhysicalTableID:240,Ingest mode:false"] [2024/05/06 02:51:06.563 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=240] ["start key"=7480000000000000f05f728000000000000001] ["end key"=7480000000000000f05f72800000000000000100] [2024/05/06 02:51:06.563 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000f05f728000000000000001] [endKey=7480000000000000f05f72800000000000000100] [2024/05/06 02:51:06.563 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=240] ["end key"=7480000000000000f05f72800000000000000100] ["current end key"=7480000000000000f05f72800000000000000100] [2024/05/06 02:51:06.563 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=242] [2024/05/06 02:51:06.563 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=242] [2024/05/06 02:51:06.563 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=242] [2024/05/06 02:51:06.564 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 240, range: [7480000000000000f05f728000000000000001, 7480000000000000f05f72800000000000000100), jobID: 242"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000f05f7280000000000000010000] ["take time"=404.215ยตs] [2024/05/06 02:51:06.564 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=242] [2024/05/06 02:51:06.564 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000f05f728000000000000001] [2024/05/06 02:51:06.564 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:06.595 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=327] [neededSchemaVersion=328] ["start time"=163.996ยตs] [gotSchemaVersion=328] [phyTblIDs="[240]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:06.597 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=242] [version=328] [2024/05/06 02:51:06.597 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=328] ["take time"=2.245692ms] [job="ID:242, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:240, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:06.495 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487833407489, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.605 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=242] [jobType="modify column"] [2024/05/06 02:51:06.605 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=242] [conn=34] [job="ID:242, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:240, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:06.495 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487833407489, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.610 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=242] [2024/05/06 02:51:06.610 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:06.611 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=328] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:06.613 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:243, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:240, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:06.612 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:06.613 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:243, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:240, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:06.612 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:06.619 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=243] [conn=34] [category=ddl] [job="ID:243, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:240, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.612 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.620 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=328] [neededSchemaVersion=329] ["start time"=60.447ยตs] [gotSchemaVersion=329] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:06.621 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=243] [version=329] [2024/05/06 02:51:06.623 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=329] ["take time"=2.889907ms] [job="ID:243, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:240, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:06.612 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.626 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=243] [conn=34] [category=ddl] [job="ID:243, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:240, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.612 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.628 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=329] [neededSchemaVersion=330] ["start time"=34.592ยตs] [gotSchemaVersion=330] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:06.629 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=243] [version=330] [2024/05/06 02:51:06.630 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=330] ["take time"=2.252059ms] [job="ID:243, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:240, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.612 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.635 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=243] [conn=34] [category=ddl] [job="ID:243, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:240, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.612 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.636 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=330] [neededSchemaVersion=331] ["start time"=34.68ยตs] [gotSchemaVersion=331] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:06.637 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=243] [version=331] [2024/05/06 02:51:06.638 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=331] ["take time"=2.234457ms] [job="ID:243, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:240, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:06.612 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.642 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=243] [tableIDs="[240]"] [comment="drop table: table ID"] [2024/05/06 02:51:06.643 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=243] [jobType="drop table"] [2024/05/06 02:51:06.643 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=243] [conn=34] [job="ID:243, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:240, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:06.612 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.647 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=243] [elementID=1] [startKey=7480000000000000f0] [endKey=7480000000000000f1] [2024/05/06 02:51:06.647 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=243] [2024/05/06 02:51:06.647 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:06.647 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=331] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:06.650 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:245, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:244, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:06.649 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:06.650 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:245, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:244, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:06.649 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:06.655 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=245] [conn=34] [category=ddl] [job="ID:245, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:244, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.649 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.658 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=331] [neededSchemaVersion=332] ["start time"=168.733ยตs] [gotSchemaVersion=332] [phyTblIDs="[244]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:06.659 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=245] [version=332] [2024/05/06 02:51:06.660 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=332] ["take time"=2.165305ms] [job="ID:245, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:244, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:06.649 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.666 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=245] [conn=34] [job="ID:245, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:244, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.649 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.668 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=245] [2024/05/06 02:51:06.669 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:06.670 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=332] [cur_db=test] [sql="alter table t_mc modify a timestamp"] [user=] [2024/05/06 02:51:06.672 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:246, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:244, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:06.671 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:06.672 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:246, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:244, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:06.671 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a timestamp"] [2024/05/06 02:51:06.678 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=246] [conn=34] [category=ddl] [job="ID:246, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:244, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.671 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.681 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=332] [neededSchemaVersion=333] ["start time"=226.786ยตs] [gotSchemaVersion=333] [phyTblIDs="[244]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:06.682 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=246] [version=333] [2024/05/06 02:51:06.683 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=333] ["take time"=2.18916ms] [job="ID:246, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:244, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:06.671 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.688 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=246] [conn=34] [category=ddl] [job="ID:246, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:244, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.671 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.691 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=333] [neededSchemaVersion=334] ["start time"=267.732ยตs] [gotSchemaVersion=334] [phyTblIDs="[244]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:06.692 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=246] [version=334] [2024/05/06 02:51:06.692 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=334] ["take time"=2.253185ms] [job="ID:246, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:244, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:06.671 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.698 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=246] [conn=34] [category=ddl] [job="ID:246, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:244, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.671 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.704 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=334] [neededSchemaVersion=335] ["start time"=211.983ยตs] [gotSchemaVersion=335] [phyTblIDs="[244]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:06.705 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=246] [version=335] [2024/05/06 02:51:06.706 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=335] ["take time"=2.958073ms] [job="ID:246, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:244, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:06.671 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.712 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=246] [conn=34] [category=ddl] [job="ID:246, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:244, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.671 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.712 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=246] [physicalTableID=244] [startKey=7480000000000000f45f728000000000000001] [endKey=7480000000000000f45f72800000000000000100] [2024/05/06 02:51:06.715 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=246] [2024/05/06 02:51:06.721 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=246] [conn=34] [category=ddl] [job="ID:246, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:244, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.671 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487875350529, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.723 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:246, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:244, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:06.671 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487875350529, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000000f45f728000000000000001,EndKey:7480000000000000f45f72800000000000000100,First:false,PhysicalTableID:244,Ingest mode:false"] [2024/05/06 02:51:06.724 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=244] ["start key"=7480000000000000f45f728000000000000001] ["end key"=7480000000000000f45f72800000000000000100] [2024/05/06 02:51:06.724 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000f45f728000000000000001] [endKey=7480000000000000f45f72800000000000000100] [2024/05/06 02:51:06.724 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=244] ["end key"=7480000000000000f45f72800000000000000100] ["current end key"=7480000000000000f45f72800000000000000100] [2024/05/06 02:51:06.724 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=246] [2024/05/06 02:51:06.724 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=246] [2024/05/06 02:51:06.724 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=246] [2024/05/06 02:51:06.725 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 244, range: [7480000000000000f45f728000000000000001, 7480000000000000f45f72800000000000000100), jobID: 246"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000f45f7280000000000000010000] ["take time"=466.357ยตs] [2024/05/06 02:51:06.725 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=246] [2024/05/06 02:51:06.725 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000f45f728000000000000001] [2024/05/06 02:51:06.725 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:06.764 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=335] [neededSchemaVersion=336] ["start time"=222.584ยตs] [gotSchemaVersion=336] [phyTblIDs="[244]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:06.765 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=246] [version=336] [2024/05/06 02:51:06.765 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=336] ["take time"=2.046811ms] [job="ID:246, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:244, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:06.671 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487875350529, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.772 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=246] [jobType="modify column"] [2024/05/06 02:51:06.772 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=246] [conn=34] [job="ID:246, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:244, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:06.671 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487875350529, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.777 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=246] [2024/05/06 02:51:06.777 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:06.779 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=336] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:06.781 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:247, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:244, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:06.78 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:06.781 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:247, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:244, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:06.78 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:06.786 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=247] [conn=34] [category=ddl] [job="ID:247, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:244, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.78 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.788 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=336] [neededSchemaVersion=337] ["start time"=83.891ยตs] [gotSchemaVersion=337] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:06.789 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=247] [version=337] [2024/05/06 02:51:06.790 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=337] ["take time"=2.106832ms] [job="ID:247, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:244, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:06.78 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.796 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=247] [conn=34] [category=ddl] [job="ID:247, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:244, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.78 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.798 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=337] [neededSchemaVersion=338] ["start time"=40.292ยตs] [gotSchemaVersion=338] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:06.799 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=247] [version=338] [2024/05/06 02:51:06.801 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=338] ["take time"=2.616798ms] [job="ID:247, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:244, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.78 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.805 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=247] [conn=34] [category=ddl] [job="ID:247, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:244, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.78 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.807 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=338] [neededSchemaVersion=339] ["start time"=38.77ยตs] [gotSchemaVersion=339] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:06.808 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=247] [version=339] [2024/05/06 02:51:06.809 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=339] ["take time"=2.090757ms] [job="ID:247, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:244, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:06.78 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.812 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=247] [tableIDs="[244]"] [comment="drop table: table ID"] [2024/05/06 02:51:06.813 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=247] [jobType="drop table"] [2024/05/06 02:51:06.814 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=247] [conn=34] [job="ID:247, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:244, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:06.78 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.817 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=247] [elementID=1] [startKey=7480000000000000f4] [endKey=7480000000000000f5] [2024/05/06 02:51:06.818 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=247] [2024/05/06 02:51:06.818 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:06.818 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=339] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:06.820 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:249, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:248, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:06.819 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:06.820 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:249, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:248, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:06.819 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:06.826 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=249] [conn=34] [category=ddl] [job="ID:249, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:248, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.819 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.828 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=339] [neededSchemaVersion=340] ["start time"=187.887ยตs] [gotSchemaVersion=340] [phyTblIDs="[248]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:06.830 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=249] [version=340] [2024/05/06 02:51:06.830 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=340] ["take time"=2.218652ms] [job="ID:249, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:248, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:06.819 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.835 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=249] [conn=34] [job="ID:249, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:248, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.819 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.837 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=249] [2024/05/06 02:51:06.837 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:06.839 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=340] [cur_db=test] [sql="alter table t_mc modify a timestamp"] [user=] [2024/05/06 02:51:06.841 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:250, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:248, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:06.84 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:06.841 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:250, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:248, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:06.84 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a timestamp"] [2024/05/06 02:51:06.846 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=250] [conn=34] [category=ddl] [job="ID:250, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:248, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.84 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.848 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=340] [neededSchemaVersion=341] ["start time"=236.894ยตs] [gotSchemaVersion=341] [phyTblIDs="[248]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:06.849 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=250] [version=341] [2024/05/06 02:51:06.851 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=341] ["take time"=2.96997ms] [job="ID:250, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:248, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:06.84 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.856 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=250] [conn=34] [category=ddl] [job="ID:250, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:248, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.84 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.859 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=341] [neededSchemaVersion=342] ["start time"=178.54ยตs] [gotSchemaVersion=342] [phyTblIDs="[248]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:06.860 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=250] [version=342] [2024/05/06 02:51:06.861 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=342] ["take time"=2.464554ms] [job="ID:250, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:248, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:06.84 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.867 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=250] [conn=34] [category=ddl] [job="ID:250, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:248, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.84 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.870 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=342] [neededSchemaVersion=343] ["start time"=242.633ยตs] [gotSchemaVersion=343] [phyTblIDs="[248]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:06.871 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=250] [version=343] [2024/05/06 02:51:06.872 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=343] ["take time"=3.017729ms] [job="ID:250, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:248, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:06.84 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.887 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=250] [conn=34] [category=ddl] [job="ID:250, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:248, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.84 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.888 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=250] [physicalTableID=248] [startKey=7480000000000000f85f728000000000000001] [endKey=7480000000000000f85f72800000000000000100] [2024/05/06 02:51:06.892 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=250] [2024/05/06 02:51:06.900 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=250] [conn=34] [category=ddl] [job="ID:250, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:248, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.84 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487921487872, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.902 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:250, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:248, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:06.84 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487921487872, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000000f85f728000000000000001,EndKey:7480000000000000f85f72800000000000000100,First:false,PhysicalTableID:248,Ingest mode:false"] [2024/05/06 02:51:06.903 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=248] ["start key"=7480000000000000f85f728000000000000001] ["end key"=7480000000000000f85f72800000000000000100] [2024/05/06 02:51:06.903 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000f85f728000000000000001] [endKey=7480000000000000f85f72800000000000000100] [2024/05/06 02:51:06.903 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=248] ["end key"=7480000000000000f85f72800000000000000100] ["current end key"=7480000000000000f85f72800000000000000100] [2024/05/06 02:51:06.903 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=250] [2024/05/06 02:51:06.904 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=250] [2024/05/06 02:51:06.904 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=250] [2024/05/06 02:51:06.904 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 248, range: [7480000000000000f85f728000000000000001, 7480000000000000f85f72800000000000000100), jobID: 250"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000f85f7280000000000000010000] ["take time"=467.832ยตs] [2024/05/06 02:51:06.904 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=250] [2024/05/06 02:51:06.904 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000f85f728000000000000001] [2024/05/06 02:51:06.904 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:06.943 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=343] [neededSchemaVersion=344] ["start time"=149.863ยตs] [gotSchemaVersion=344] [phyTblIDs="[248]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:06.944 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=250] [version=344] [2024/05/06 02:51:06.945 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=344] ["take time"=2.770331ms] [job="ID:250, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:248, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:06.84 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487921487872, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.952 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=250] [jobType="modify column"] [2024/05/06 02:51:06.953 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=250] [conn=34] [job="ID:250, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:248, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:06.84 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487921487872, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:06.960 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=250] [2024/05/06 02:51:06.960 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:06.962 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=344] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:06.964 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:251, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:248, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:06.963 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:06.964 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:251, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:248, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:06.963 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:06.971 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=251] [conn=34] [category=ddl] [job="ID:251, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:248, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.963 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.973 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=344] [neededSchemaVersion=345] ["start time"=78.52ยตs] [gotSchemaVersion=345] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:06.975 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=251] [version=345] [2024/05/06 02:51:06.979 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=345] ["take time"=5.909828ms] [job="ID:251, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:248, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:06.963 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:06.999 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=251] [conn=34] [category=ddl] [job="ID:251, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:248, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.963 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.001 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=345] [neededSchemaVersion=346] ["start time"=44.922ยตs] [gotSchemaVersion=346] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:07.003 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=251] [version=346] [2024/05/06 02:51:07.007 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=346] ["take time"=5.310214ms] [job="ID:251, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:248, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.963 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.013 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=251] [conn=34] [category=ddl] [job="ID:251, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:248, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:06.963 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.022 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=346] [neededSchemaVersion=347] ["start time"=36.914ยตs] [gotSchemaVersion=347] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:07.023 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=251] [version=347] [2024/05/06 02:51:07.033 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=347] ["take time"=11.651222ms] [job="ID:251, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:248, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:06.963 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.044 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=251] [tableIDs="[248]"] [comment="drop table: table ID"] [2024/05/06 02:51:07.045 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=251] [jobType="drop table"] [2024/05/06 02:51:07.046 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=251] [conn=34] [job="ID:251, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:248, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:06.963 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.049 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=251] [elementID=1] [startKey=7480000000000000f8] [endKey=7480000000000000f9] [2024/05/06 02:51:07.050 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=251] [2024/05/06 02:51:07.050 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:07.050 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=347] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:07.052 +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 02:51:07.051 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:07.052 +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 02:51:07.051 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:07.057 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=253] [conn=34] [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 02:51:07.051 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.059 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=347] [neededSchemaVersion=348] ["start time"=173.591ยตs] [gotSchemaVersion=348] [phyTblIDs="[252]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:07.060 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=253] [version=348] [2024/05/06 02:51:07.061 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=348] ["take time"=2.054564ms] [job="ID:253, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:252, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:07.051 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.065 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=253] [conn=34] [job="ID:253, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:252, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.051 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.068 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=253] [2024/05/06 02:51:07.068 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:07.070 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=348] [cur_db=test] [sql="alter table t_mc modify a timestamp"] [user=] [2024/05/06 02:51:07.071 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:254, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:252, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:07.071 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:07.071 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:254, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:252, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:07.071 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a timestamp"] [2024/05/06 02:51:07.079 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=254] [conn=34] [category=ddl] [job="ID:254, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:252, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.071 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.081 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=348] [neededSchemaVersion=349] ["start time"=230.36ยตs] [gotSchemaVersion=349] [phyTblIDs="[252]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:07.082 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=254] [version=349] [2024/05/06 02:51:07.083 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=349] ["take time"=2.448404ms] [job="ID:254, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:252, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:07.071 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.087 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=254] [conn=34] [category=ddl] [job="ID:254, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:252, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.071 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.089 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=349] [neededSchemaVersion=350] ["start time"=210.091ยตs] [gotSchemaVersion=350] [phyTblIDs="[252]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:07.090 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=254] [version=350] [2024/05/06 02:51:07.091 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=350] ["take time"=2.160944ms] [job="ID:254, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:252, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:07.071 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.096 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=254] [conn=34] [category=ddl] [job="ID:254, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:252, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.071 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.098 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=350] [neededSchemaVersion=351] ["start time"=177.689ยตs] [gotSchemaVersion=351] [phyTblIDs="[252]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:07.099 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=254] [version=351] [2024/05/06 02:51:07.100 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=351] ["take time"=2.373336ms] [job="ID:254, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:252, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:07.071 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.106 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=254] [conn=34] [category=ddl] [job="ID:254, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:252, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.071 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.106 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=254] [physicalTableID=252] [startKey=7480000000000000fc5f728000000000000001] [endKey=7480000000000000fc5f72800000000000000100] [2024/05/06 02:51:07.109 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=254] [2024/05/06 02:51:07.114 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=254] [conn=34] [category=ddl] [job="ID:254, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:252, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.071 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487978635265, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.116 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:254, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:252, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:07.071 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487978635265, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000000fc5f728000000000000001,EndKey:7480000000000000fc5f72800000000000000100,First:false,PhysicalTableID:252,Ingest mode:false"] [2024/05/06 02:51:07.117 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=252] ["start key"=7480000000000000fc5f728000000000000001] ["end key"=7480000000000000fc5f72800000000000000100] [2024/05/06 02:51:07.117 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000fc5f728000000000000001] [endKey=7480000000000000fc5f72800000000000000100] [2024/05/06 02:51:07.118 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=252] ["end key"=7480000000000000fc5f72800000000000000100] ["current end key"=7480000000000000fc5f72800000000000000100] [2024/05/06 02:51:07.118 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=254] [2024/05/06 02:51:07.118 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=254] [2024/05/06 02:51:07.118 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=254] [2024/05/06 02:51:07.118 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 252, range: [7480000000000000fc5f728000000000000001, 7480000000000000fc5f72800000000000000100), jobID: 254"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000fc5f7280000000000000010000] ["take time"=466.13ยตs] [2024/05/06 02:51:07.118 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=254] [2024/05/06 02:51:07.118 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000fc5f728000000000000001] [2024/05/06 02:51:07.119 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:07.170 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=351] [neededSchemaVersion=352] ["start time"=180.976ยตs] [gotSchemaVersion=352] [phyTblIDs="[252]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:07.171 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=254] [version=352] [2024/05/06 02:51:07.172 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=352] ["take time"=2.875112ms] [job="ID:254, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:252, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:07.071 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487978635265, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.178 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=254] [jobType="modify column"] [2024/05/06 02:51:07.178 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=254] [conn=34] [job="ID:254, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:252, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:07.071 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567487978635265, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.182 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=254] [2024/05/06 02:51:07.182 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:07.184 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=352] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:07.185 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:255, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:252, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:07.184 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:07.185 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:255, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:252, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:07.184 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:07.190 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=255] [conn=34] [category=ddl] [job="ID:255, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:252, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.184 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.192 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=352] [neededSchemaVersion=353] ["start time"=59.758ยตs] [gotSchemaVersion=353] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:07.192 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=255] [version=353] [2024/05/06 02:51:07.194 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=353] ["take time"=2.177841ms] [job="ID:255, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:252, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:07.184 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.201 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=255] [conn=34] [category=ddl] [job="ID:255, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:252, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.184 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.202 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=353] [neededSchemaVersion=354] ["start time"=51.365ยตs] [gotSchemaVersion=354] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:07.204 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=255] [version=354] [2024/05/06 02:51:07.205 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=354] ["take time"=2.703172ms] [job="ID:255, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:252, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.184 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.208 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=255] [conn=34] [category=ddl] [job="ID:255, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:252, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.184 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.210 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=354] [neededSchemaVersion=355] ["start time"=34.607ยตs] [gotSchemaVersion=355] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:07.211 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=255] [version=355] [2024/05/06 02:51:07.213 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=355] ["take time"=2.798504ms] [job="ID:255, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:252, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:07.184 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.216 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=255] [tableIDs="[252]"] [comment="drop table: table ID"] [2024/05/06 02:51:07.217 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=255] [jobType="drop table"] [2024/05/06 02:51:07.217 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=255] [conn=34] [job="ID:255, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:252, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:07.184 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.221 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=255] [elementID=1] [startKey=7480000000000000fc] [endKey=7480000000000000fd] [2024/05/06 02:51:07.221 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=255] [2024/05/06 02:51:07.221 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:07.222 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=355] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:07.224 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:257, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:256, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:07.223 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:07.224 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:257, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:256, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:07.223 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:07.228 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=257] [conn=34] [category=ddl] [job="ID:257, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:256, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.223 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.230 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=355] [neededSchemaVersion=356] ["start time"=144.895ยตs] [gotSchemaVersion=356] [phyTblIDs="[256]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:07.231 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=257] [version=356] [2024/05/06 02:51:07.233 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=356] ["take time"=2.98891ms] [job="ID:257, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:256, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:07.223 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.240 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=257] [conn=34] [job="ID:257, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:256, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.223 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.242 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=257] [2024/05/06 02:51:07.242 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:07.243 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=356] [cur_db=test] [sql="alter table t_mc modify a timestamp"] [user=] [2024/05/06 02:51:07.245 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:258, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:256, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:07.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:07.245 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:258, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:256, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:07.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a timestamp"] [2024/05/06 02:51:07.252 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=258] [conn=34] [category=ddl] [job="ID:258, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:256, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.253 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=356] [neededSchemaVersion=357] ["start time"=153.051ยตs] [gotSchemaVersion=357] [phyTblIDs="[256]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:07.254 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=258] [version=357] [2024/05/06 02:51:07.255 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=357] ["take time"=2.338011ms] [job="ID:258, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:256, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:07.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.261 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=258] [conn=34] [category=ddl] [job="ID:258, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:256, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.275 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=357] [neededSchemaVersion=358] ["start time"=265.351ยตs] [gotSchemaVersion=358] [phyTblIDs="[256]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:07.276 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=258] [version=358] [2024/05/06 02:51:07.279 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=358] ["take time"=5.039137ms] [job="ID:258, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:256, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:07.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.286 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=258] [conn=34] [category=ddl] [job="ID:258, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:256, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.288 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=358] [neededSchemaVersion=359] ["start time"=219.099ยตs] [gotSchemaVersion=359] [phyTblIDs="[256]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:07.290 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=258] [version=359] [2024/05/06 02:51:07.290 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=359] ["take time"=2.039243ms] [job="ID:258, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:256, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:07.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.296 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=258] [conn=34] [category=ddl] [job="ID:258, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:256, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.297 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=258] [physicalTableID=256] [startKey=7480000000000001005f728000000000000001] [endKey=7480000000000001005f72800000000000000100] [2024/05/06 02:51:07.299 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=258] [2024/05/06 02:51:07.305 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=258] [conn=34] [category=ddl] [job="ID:258, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:256, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567488028442625, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.307 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:258, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:256, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:07.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567488028442625, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000001005f728000000000000001,EndKey:7480000000000001005f72800000000000000100,First:false,PhysicalTableID:256,Ingest mode:false"] [2024/05/06 02:51:07.308 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=256] ["start key"=7480000000000001005f728000000000000001] ["end key"=7480000000000001005f72800000000000000100] [2024/05/06 02:51:07.308 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000001005f728000000000000001] [endKey=7480000000000001005f72800000000000000100] [2024/05/06 02:51:07.309 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=256] ["end key"=7480000000000001005f72800000000000000100] ["current end key"=7480000000000001005f72800000000000000100] [2024/05/06 02:51:07.309 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=258] [2024/05/06 02:51:07.309 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=258] [2024/05/06 02:51:07.309 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=258] [2024/05/06 02:51:07.309 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 256, range: [7480000000000001005f728000000000000001, 7480000000000001005f72800000000000000100), jobID: 258"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000001005f7280000000000000010000] ["take time"=430.129ยตs] [2024/05/06 02:51:07.309 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=258] [2024/05/06 02:51:07.309 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000001005f728000000000000001] [2024/05/06 02:51:07.309 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:07.349 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=359] [neededSchemaVersion=360] ["start time"=211.036ยตs] [gotSchemaVersion=360] [phyTblIDs="[256]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:07.350 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=258] [version=360] [2024/05/06 02:51:07.351 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=360] ["take time"=2.560896ms] [job="ID:258, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:256, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:07.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567488028442625, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.357 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=258] [jobType="modify column"] [2024/05/06 02:51:07.357 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=258] [conn=34] [job="ID:258, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:256, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:07.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567488028442625, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.362 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=258] [2024/05/06 02:51:07.362 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:07.363 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=360] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:07.365 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:259, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:256, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:07.364 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:07.365 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:259, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:256, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:07.364 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:07.369 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=259] [conn=34] [category=ddl] [job="ID:259, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:256, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.364 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.371 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=360] [neededSchemaVersion=361] ["start time"=59.978ยตs] [gotSchemaVersion=361] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:07.372 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=259] [version=361] [2024/05/06 02:51:07.373 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=361] ["take time"=2.217355ms] [job="ID:259, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:256, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:07.364 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.376 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=259] [conn=34] [category=ddl] [job="ID:259, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:256, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.364 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.378 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=361] [neededSchemaVersion=362] ["start time"=42.672ยตs] [gotSchemaVersion=362] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:07.379 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=259] [version=362] [2024/05/06 02:51:07.380 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=362] ["take time"=2.046961ms] [job="ID:259, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:256, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.364 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.383 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=259] [conn=34] [category=ddl] [job="ID:259, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:256, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.364 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.385 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=362] [neededSchemaVersion=363] ["start time"=42.83ยตs] [gotSchemaVersion=363] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:07.386 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=259] [version=363] [2024/05/06 02:51:07.388 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=363] ["take time"=2.801781ms] [job="ID:259, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:256, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:07.364 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.394 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=259] [tableIDs="[256]"] [comment="drop table: table ID"] [2024/05/06 02:51:07.395 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=259] [jobType="drop table"] [2024/05/06 02:51:07.396 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=259] [conn=34] [job="ID:259, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:256, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:07.364 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.399 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=259] [elementID=1] [startKey=748000000000000100] [endKey=748000000000000101] [2024/05/06 02:51:07.400 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=259] [2024/05/06 02:51:07.400 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:07.401 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=363] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:07.403 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:261, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:260, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:07.402 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:07.403 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:261, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:260, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:07.402 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:07.408 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=261] [conn=34] [category=ddl] [job="ID:261, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:260, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.402 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.410 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=363] [neededSchemaVersion=364] ["start time"=131.766ยตs] [gotSchemaVersion=364] [phyTblIDs="[260]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:07.411 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=261] [version=364] [2024/05/06 02:51:07.412 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=364] ["take time"=2.233383ms] [job="ID:261, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:260, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:07.402 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.415 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=261] [conn=34] [job="ID:261, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:260, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.402 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.418 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=261] [2024/05/06 02:51:07.418 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:07.419 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=364] [cur_db=test] [sql="alter table t_mc modify a timestamp"] [user=] [2024/05/06 02:51:07.421 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:262, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:260, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:07.42 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:07.421 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:262, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:260, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:07.42 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a timestamp"] [2024/05/06 02:51:07.439 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=262] [conn=34] [category=ddl] [job="ID:262, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:260, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.42 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.450 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=364] [neededSchemaVersion=365] ["start time"=243.512ยตs] [gotSchemaVersion=365] [phyTblIDs="[260]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:07.451 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=262] [version=365] [2024/05/06 02:51:07.454 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=365] ["take time"=4.814473ms] [job="ID:262, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:260, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:07.42 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.460 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=262] [conn=34] [category=ddl] [job="ID:262, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:260, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.42 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.462 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=365] [neededSchemaVersion=366] ["start time"=182.34ยตs] [gotSchemaVersion=366] [phyTblIDs="[260]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:07.463 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=262] [version=366] [2024/05/06 02:51:07.464 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=366] ["take time"=2.595873ms] [job="ID:262, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:260, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:07.42 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.469 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=262] [conn=34] [category=ddl] [job="ID:262, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:260, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.42 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.471 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=366] [neededSchemaVersion=367] ["start time"=174.212ยตs] [gotSchemaVersion=367] [phyTblIDs="[260]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:07.472 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=262] [version=367] [2024/05/06 02:51:07.473 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=367] ["take time"=2.16778ms] [job="ID:262, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:260, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:07.42 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.479 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=262] [conn=34] [category=ddl] [job="ID:262, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:260, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.42 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.480 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=262] [physicalTableID=260] [startKey=7480000000000001045f728000000000000001] [endKey=7480000000000001045f72800000000000000100] [2024/05/06 02:51:07.482 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=262] [2024/05/06 02:51:07.488 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=262] [conn=34] [category=ddl] [job="ID:262, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:260, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.42 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567488076414977, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.489 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:262, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:260, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:07.42 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567488076414977, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000001045f728000000000000001,EndKey:7480000000000001045f72800000000000000100,First:false,PhysicalTableID:260,Ingest mode:false"] [2024/05/06 02:51:07.490 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=260] ["start key"=7480000000000001045f728000000000000001] ["end key"=7480000000000001045f72800000000000000100] [2024/05/06 02:51:07.490 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000001045f728000000000000001] [endKey=7480000000000001045f72800000000000000100] [2024/05/06 02:51:07.490 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=260] ["end key"=7480000000000001045f72800000000000000100] ["current end key"=7480000000000001045f72800000000000000100] [2024/05/06 02:51:07.490 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=262] [2024/05/06 02:51:07.491 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 260, range: [7480000000000001045f728000000000000001, 7480000000000001045f72800000000000000100), jobID: 262"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000001045f7280000000000000010000] ["take time"=368.15ยตs] [2024/05/06 02:51:07.491 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=262] [2024/05/06 02:51:07.491 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=262] [2024/05/06 02:51:07.491 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=262] [2024/05/06 02:51:07.491 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000001045f728000000000000001] [2024/05/06 02:51:07.491 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:07.531 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=367] [neededSchemaVersion=368] ["start time"=222.13ยตs] [gotSchemaVersion=368] [phyTblIDs="[260]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:07.533 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=262] [version=368] [2024/05/06 02:51:07.533 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=368] ["take time"=2.03528ms] [job="ID:262, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:260, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:07.42 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567488076414977, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.539 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=262] [jobType="modify column"] [2024/05/06 02:51:07.539 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=262] [conn=34] [job="ID:262, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:260, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:07.42 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567488076414977, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.544 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=262] [2024/05/06 02:51:07.544 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:07.545 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=368] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:07.547 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:263, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:260, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:07.546 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:07.547 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:263, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:260, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:07.546 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:07.553 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=263] [conn=34] [category=ddl] [job="ID:263, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:260, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.546 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.555 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=368] [neededSchemaVersion=369] ["start time"=65.455ยตs] [gotSchemaVersion=369] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:07.556 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=263] [version=369] [2024/05/06 02:51:07.557 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=369] ["take time"=2.06288ms] [job="ID:263, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:260, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:07.546 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.563 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=263] [conn=34] [category=ddl] [job="ID:263, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:260, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.546 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.564 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=369] [neededSchemaVersion=370] ["start time"=43.891ยตs] [gotSchemaVersion=370] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:07.566 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=263] [version=370] [2024/05/06 02:51:07.567 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=370] ["take time"=2.910481ms] [job="ID:263, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:260, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.546 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.571 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=263] [conn=34] [category=ddl] [job="ID:263, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:260, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.546 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.572 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=370] [neededSchemaVersion=371] ["start time"=38.416ยตs] [gotSchemaVersion=371] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:07.573 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=263] [version=371] [2024/05/06 02:51:07.575 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=371] ["take time"=2.710947ms] [job="ID:263, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:260, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:07.546 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.578 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=263] [tableIDs="[260]"] [comment="drop table: table ID"] [2024/05/06 02:51:07.579 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=263] [jobType="drop table"] [2024/05/06 02:51:07.579 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=263] [conn=34] [job="ID:263, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:260, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:07.546 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.582 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=263] [elementID=1] [startKey=748000000000000104] [endKey=748000000000000105] [2024/05/06 02:51:07.584 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=263] [2024/05/06 02:51:07.584 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:07.584 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=371] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:07.586 +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 02:51:07.585 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:07.586 +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 02:51:07.585 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:07.592 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=265] [conn=34] [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 02:51:07.585 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.594 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=371] [neededSchemaVersion=372] ["start time"=167.931ยตs] [gotSchemaVersion=372] [phyTblIDs="[264]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:07.595 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=265] [version=372] [2024/05/06 02:51:07.595 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=372] ["take time"=2.034286ms] [job="ID:265, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:264, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:07.585 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.599 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=265] [conn=34] [job="ID:265, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:264, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.585 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.602 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=265] [2024/05/06 02:51:07.602 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:07.603 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=372] [cur_db=test] [sql="alter table t_mc modify a timestamp"] [user=] [2024/05/06 02:51:07.605 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:266, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:264, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:07.604 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:07.605 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:266, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:264, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:07.604 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a timestamp"] [2024/05/06 02:51:07.609 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=266] [conn=34] [category=ddl] [job="ID:266, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:264, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.604 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.612 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=372] [neededSchemaVersion=373] ["start time"=255.559ยตs] [gotSchemaVersion=373] [phyTblIDs="[264]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:07.613 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=266] [version=373] [2024/05/06 02:51:07.614 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=373] ["take time"=2.154048ms] [job="ID:266, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:264, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:07.604 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.619 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=266] [conn=34] [category=ddl] [job="ID:266, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:264, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.604 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.622 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=373] [neededSchemaVersion=374] ["start time"=213.55ยตs] [gotSchemaVersion=374] [phyTblIDs="[264]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:07.623 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=266] [version=374] [2024/05/06 02:51:07.623 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=374] ["take time"=2.220311ms] [job="ID:266, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:264, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:07.604 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.629 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=266] [conn=34] [category=ddl] [job="ID:266, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:264, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.604 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.631 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=374] [neededSchemaVersion=375] ["start time"=227.195ยตs] [gotSchemaVersion=375] [phyTblIDs="[264]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:07.632 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=266] [version=375] [2024/05/06 02:51:07.633 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=375] ["take time"=2.181909ms] [job="ID:266, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:264, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:07.604 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.639 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=266] [conn=34] [category=ddl] [job="ID:266, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:264, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.604 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.640 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=266] [physicalTableID=264] [startKey=7480000000000001085f728000000000000001] [endKey=7480000000000001085f72800000000000000100] [2024/05/06 02:51:07.642 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=266] [2024/05/06 02:51:07.648 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=266] [conn=34] [category=ddl] [job="ID:266, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:264, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.604 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567488118358017, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.650 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:266, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:264, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:07.604 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567488118358017, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:7480000000000001085f728000000000000001,EndKey:7480000000000001085f72800000000000000100,First:false,PhysicalTableID:264,Ingest mode:false"] [2024/05/06 02:51:07.651 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=264] ["start key"=7480000000000001085f728000000000000001] ["end key"=7480000000000001085f72800000000000000100] [2024/05/06 02:51:07.651 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000001085f728000000000000001] [endKey=7480000000000001085f72800000000000000100] [2024/05/06 02:51:07.651 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=264] ["end key"=7480000000000001085f72800000000000000100] ["current end key"=7480000000000001085f72800000000000000100] [2024/05/06 02:51:07.651 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=266] [2024/05/06 02:51:07.651 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=266] [2024/05/06 02:51:07.651 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=266] [2024/05/06 02:51:07.652 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 264, range: [7480000000000001085f728000000000000001, 7480000000000001085f72800000000000000100), jobID: 266"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000001085f7280000000000000010000] ["take time"=489.747ยตs] [2024/05/06 02:51:07.652 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=266] [2024/05/06 02:51:07.652 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000001085f728000000000000001] [2024/05/06 02:51:07.652 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:07.684 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=375] [neededSchemaVersion=376] ["start time"=185.665ยตs] [gotSchemaVersion=376] [phyTblIDs="[264]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:07.685 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=266] [version=376] [2024/05/06 02:51:07.686 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=376] ["take time"=2.147367ms] [job="ID:266, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:264, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:07.604 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567488118358017, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.693 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=266] [jobType="modify column"] [2024/05/06 02:51:07.693 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=266] [conn=34] [job="ID:266, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:264, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:07.604 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567488118358017, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.698 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=266] [2024/05/06 02:51:07.698 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:07.700 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=376] [cur_db=test] [sql="drop table if exists t_mc"] [user=] [2024/05/06 02:51:07.702 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:267, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:264, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:07.701 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:07.702 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:267, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:264, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:07.701 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t_mc"] [2024/05/06 02:51:07.707 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=267] [conn=34] [category=ddl] [job="ID:267, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:264, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.701 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.708 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=376] [neededSchemaVersion=377] ["start time"=78.696ยตs] [gotSchemaVersion=377] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:07.710 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=267] [version=377] [2024/05/06 02:51:07.710 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=377] ["take time"=2.03081ms] [job="ID:267, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:264, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:07.701 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.714 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=267] [conn=34] [category=ddl] [job="ID:267, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:264, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.701 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.715 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=377] [neededSchemaVersion=378] ["start time"=31.474ยตs] [gotSchemaVersion=378] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:07.716 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=267] [version=378] [2024/05/06 02:51:07.718 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=378] ["take time"=2.891325ms] [job="ID:267, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:264, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.701 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.721 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=267] [conn=34] [category=ddl] [job="ID:267, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:264, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.701 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.723 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=378] [neededSchemaVersion=379] ["start time"=44.722ยตs] [gotSchemaVersion=379] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:07.724 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=267] [version=379] [2024/05/06 02:51:07.725 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=379] ["take time"=2.826179ms] [job="ID:267, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:264, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:07.701 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.729 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=267] [tableIDs="[264]"] [comment="drop table: table ID"] [2024/05/06 02:51:07.730 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=267] [jobType="drop table"] [2024/05/06 02:51:07.730 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=267] [conn=34] [job="ID:267, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:264, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:07.701 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.734 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=267] [elementID=1] [startKey=748000000000000108] [endKey=748000000000000109] [2024/05/06 02:51:07.734 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=267] [2024/05/06 02:51:07.734 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:07.735 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=379] [cur_db=test] [sql="create table t_mc(a time)"] [user=] [2024/05/06 02:51:07.737 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:269, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:268, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:07.736 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:07.737 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:269, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:268, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:07.736 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_mc(a time)"] [2024/05/06 02:51:07.743 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=269] [conn=34] [category=ddl] [job="ID:269, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:268, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.736 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.746 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=379] [neededSchemaVersion=380] ["start time"=172.519ยตs] [gotSchemaVersion=380] [phyTblIDs="[268]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:07.747 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=269] [version=380] [2024/05/06 02:51:07.748 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=380] ["take time"=2.859627ms] [job="ID:269, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:268, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:07.736 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.757 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 56, tp general"] [category=ddl] [jobID=269] [conn=34] [job="ID:269, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:268, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.736 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.759 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=269] [2024/05/06 02:51:07.759 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:07.761 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=34] [schemaVersion=380] [cur_db=test] [sql="alter table t_mc modify a timestamp"] [user=] [2024/05/06 02:51:07.762 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:270, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:268, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:07.762 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 02:51:07.762 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:270, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:268, RowCount:0, ArgLen:5, start time: 2024-05-06 02:51:07.762 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t_mc modify a timestamp"] [2024/05/06 02:51:07.766 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=270] [conn=34] [category=ddl] [job="ID:270, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:268, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.762 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.768 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=380] [neededSchemaVersion=381] ["start time"=164.542ยตs] [gotSchemaVersion=381] [phyTblIDs="[268]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:07.769 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=270] [version=381] [2024/05/06 02:51:07.770 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=381] ["take time"=2.014482ms] [job="ID:270, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:268, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:07.762 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.774 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=270] [conn=34] [category=ddl] [job="ID:270, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:268, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.762 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.776 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=381] [neededSchemaVersion=382] ["start time"=166.03ยตs] [gotSchemaVersion=382] [phyTblIDs="[268]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:07.777 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=270] [version=382] [2024/05/06 02:51:07.779 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=382] ["take time"=2.533914ms] [job="ID:270, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:268, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:07.762 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.784 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 60, tp add index"] [category=ddl] [jobID=270] [conn=34] [category=ddl] [job="ID:270, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:268, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.762 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.786 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=382] [neededSchemaVersion=383] ["start time"=224.971ยตs] [gotSchemaVersion=383] [phyTblIDs="[268]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:07.788 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=270] [version=383] [2024/05/06 02:51:07.788 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=383] ["take time"=2.238633ms] [job="ID:270, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:268, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:07.762 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.794 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 59, tp add index"] [category=ddl] [jobID=270] [conn=34] [category=ddl] [job="ID:270, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:268, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.762 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.795 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=270] [physicalTableID=268] [startKey=74800000000000010c5f728000000000000001] [endKey=74800000000000010c5f72800000000000000100] [2024/05/06 02:51:07.798 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=270] [2024/05/06 02:51:07.803 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 57, tp add index"] [category=ddl] [jobID=270] [conn=34] [category=ddl] [job="ID:270, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:268, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:07.762 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567488159252480, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.805 +00:00] [INFO] [column.go:1076] ["start to update table row"] [category=ddl] [job="ID:270, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:268, RowCount:0, ArgLen:8, start time: 2024-05-06 02:51:07.762 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567488159252480, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:2,StartKey:74800000000000010c5f728000000000000001,EndKey:74800000000000010c5f72800000000000000100,First:false,PhysicalTableID:268,Ingest mode:false"] [2024/05/06 02:51:07.805 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=268] ["start key"=74800000000000010c5f728000000000000001] ["end key"=74800000000000010c5f72800000000000000100] [2024/05/06 02:51:07.805 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="update column"] [workerCnt=4] [regionCnt=1] [startKey=74800000000000010c5f728000000000000001] [endKey=74800000000000010c5f72800000000000000100] [2024/05/06 02:51:07.806 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=268] ["end key"=74800000000000010c5f72800000000000000100] ["current end key"=74800000000000010c5f72800000000000000100] [2024/05/06 02:51:07.806 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=270] [2024/05/06 02:51:07.806 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=270] [2024/05/06 02:51:07.806 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=270] [2024/05/06 02:51:07.806 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp update column"] [task="taskID: 1, physicalTableID: 268, range: [74800000000000010c5f728000000000000001, 74800000000000010c5f72800000000000000100), jobID: 270"] ["added count"=1] ["scan count"=1] ["next key"=74800000000000010c5f7280000000000000010000] ["take time"=329.285ยตs] [2024/05/06 02:51:07.806 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=270] [2024/05/06 02:51:07.806 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_col_] ["total added count"=1] ["start key"=74800000000000010c5f728000000000000001] [2024/05/06 02:51:07.807 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 02:51:07.836 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=383] [neededSchemaVersion=384] ["start time"=201.55ยตs] [gotSchemaVersion=384] [phyTblIDs="[268]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2024/05/06 02:51:07.837 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=270] [version=384] [2024/05/06 02:51:07.838 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=384] ["take time"=2.02552ms] [job="ID:270, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:268, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:07.762 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567488159252480, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.843 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=270] [jobType="modify column"] [2024/05/06 02:51:07.843 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 58, tp add index"] [category=ddl] [jobID=270] [conn=34] [job="ID:270, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:268, RowCount:1, ArgLen:2, start time: 2024-05-06 02:51:07.762 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567488159252480, LocalMode: false, UniqueWarnings:0"] [2024/05/06 02:51:07.848 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=270] [2024/05/06 02:51:07.848 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:07.852 +00:00] [INFO] [set.go:170] ["set global var"] [conn=34] [name=tidb_ddl_error_count_limit] [val=512] [2024/05/06 02:51:07.853 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=3ff08bd0-82dd-4389-ba8e-273be4c892b8] [ownerKey=/tidb/ddl/fg/owner] [2024/05/06 02:51:07.853 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:51:07.853 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 57, tp add index"] [category=ddl] ["take time"=1.36ยตs] [2024/05/06 02:51:07.853 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 60, tp add index"] [category=ddl] ["take time"=1.193ยตs] [2024/05/06 02:51:07.853 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 58, tp add index"] [category=ddl] ["take time"=725ns] [2024/05/06 02:51:07.853 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 59, tp add index"] [category=ddl] ["take time"=769ns] [2024/05/06 02:51:07.853 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:51:07.853 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 56, tp general"] [category=ddl] ["take time"=778ns] [2024/05/06 02:51:07.853 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:51:07.853 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/06 02:51:07.853 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 02:51:07.857 +00:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=3ff08bd0-82dd-4389-ba8e-273be4c892b8] ["take time"=4.047171ms] [2024/05/06 02:51:07.857 +00:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=3ff08bd0-82dd-4389-ba8e-273be4c892b8] [2024/05/06 02:51:07.857 +00:00] [INFO] [domain.go:1026] ["stopping ttlJobManager"] [2024/05/06 02:51:07.857 +00:00] [INFO] [runtime.go:190] ["TimerGroupRuntime loop exit"] [groupID=ttl] [2024/05/06 02:51:07.857 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/06 02:51:07.857 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 02:51:07.857 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 02:51:07.857 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 02:51:07.857 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 02:51:07.857 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/06 02:51:07.857 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 02:51:07.857 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 02:51:07.857 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 02:51:07.857 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 02:51:07.857 +00:00] [INFO] [job_manager.go:174] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [2024/05/06 02:51:07.857 +00:00] [INFO] [domain.go:1037] ["ttlJobManager exited."] [2024/05/06 02:51:07.858 +00:00] [INFO] [manager.go:280] ["recoverMetaLoop done"] [server-id=:4000] [2024/05/06 02:51:07.858 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:51:07.858 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/06 02:51:07.858 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 02:51:07.858 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 02:51:07.858 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."] [2024/05/06 02:51:07.858 +00:00] [INFO] [domain.go:907] ["loadSchemaInLoop exited."] [2024/05/06 02:51:07.858 +00:00] [INFO] [manager.go:179] ["handle tasks loop done"] [server-id=:4000] [2024/05/06 02:51:07.858 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 02:51:07.858 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 02:51:07.858 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/06 02:51:07.858 +00:00] [INFO] [domain.go:2352] ["indexUsageWorker exited."] [2024/05/06 02:51:07.858 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:51:07.858 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:51:07.858 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 02:51:07.858 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=indexUsageWorker] [2024/05/06 02:51:07.858 +00:00] [INFO] [domain.go:2074] ["dumpFileGcChecker exited."] [2024/05/06 02:51:07.858 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/06 02:51:07.858 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 02:51:07.858 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=3ff08bd0-82dd-4389-ba8e-273be4c892b8] [ownerKey=/tidb/stats/owner] [2024/05/06 02:51:07.858 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 02:51:07.858 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:51:07.858 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:51:07.858 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 02:51:07.858 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 02:51:07.858 +00:00] [INFO] [domain.go:1750] ["LoadSysVarCacheLoop exited."] [2024/05/06 02:51:07.858 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=3ff08bd0-82dd-4389-ba8e-273be4c892b8] [ownerKey=/tidb/bindinfo/owner] [2024/05/06 02:51:07.858 +00:00] [INFO] [domain.go:1542] ["stopping dist task scheduler manager because the current node is not DDL owner anymore"] [id=3ff08bd0-82dd-4389-ba8e-273be4c892b8] [2024/05/06 02:51:07.858 +00:00] [INFO] [domain.go:1889] ["globalBindHandleWorkerLoop exited."] [2024/05/06 02:51:07.858 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 02:51:07.858 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/06 02:51:07.858 +00:00] [INFO] [scheduler_manager.go:318] ["subtask history table gc loop exits"] [server-id=:4000] [2024/05/06 02:51:07.858 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 02:51:07.858 +00:00] [INFO] [scheduler_manager.go:206] ["schedule task loop exits"] [server-id=:4000] [2024/05/06 02:51:07.858 +00:00] [INFO] [domain.go:1700] ["loadPrivilegeInLoop exited."] [2024/05/06 02:51:07.858 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 02:51:07.858 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=quitStatsOwner] [2024/05/06 02:51:07.858 +00:00] [INFO] [scheduler_manager.go:459] ["collect loop exits"] [server-id=:4000] [2024/05/06 02:51:07.858 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 02:51:07.858 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 02:51:07.858 +00:00] [INFO] [scheduler_manager.go:379] ["cleanup loop exits"] [server-id=:4000] [2024/05/06 02:51:07.858 +00:00] [INFO] [domain.go:1544] ["dist task scheduler manager stopped"] [id=3ff08bd0-82dd-4389-ba8e-273be4c892b8] [2024/05/06 02:51:07.858 +00:00] [INFO] [domain.go:1527] ["stopping dist task executor manager"] [2024/05/06 02:51:07.858 +00:00] [INFO] [domain.go:1529] ["dist task executor manager stopped"] [2024/05/06 02:51:07.858 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 02:51:07.858 +00:00] [INFO] [domain.go:1074] ["domain closed"] ["take time"=5.708456ms] [2024/05/06 02:51:07.859 +00:00] [INFO] [db.go:567] ["Closing database"] [2024/05/06 02:51:07.859 +00:00] [INFO] [db.go:592] ["Memtable flushed"] [2024/05/06 02:51:07.859 +00:00] [INFO] [db.go:596] ["Compaction finished"] [2024/05/06 02:51:07.859 +00:00] [INFO] [db.go:615] ["BlobManager finished"] [2024/05/06 02:51:07.859 +00:00] [INFO] [db.go:619] ["ResourceManager finished"] [2024/05/06 02:51:07.859 +00:00] [INFO] [db.go:625] ["Waiting for closer"] --- PASS: TestModifyColumnTime (10.39s) === RUN TestTruncateTableWithPlacement [2024/05/06 02:51:07.863 +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 02:51:07.863 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:51:07.863 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:51:07.863 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:51:07.863 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:51:07.864 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:51:07.866 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=d8290a4a-c7bd-4f5c-91b4-8a0d21c96ecf] ["ddl lease"=500ms] ["stats lease"=-1ns] [2024/05/06 02:51:07.872 +00:00] [WARN] [controller.go:198] ["[resource group controller] server does not save config, load config failed"] [2024/05/06 02:51:07.872 +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 02:51:07.873 +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\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap\n\tpkg/testkit/mockstore.go:294\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStoreAndDomain\n\tpkg/testkit/mockstore.go:265\ngithub.com/pingcap/tidb/pkg/ddl_test.TestTruncateTableWithPlacement\n\tpkg/ddl/placement_policy_test.go:1724\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [version=0] [2024/05/06 02:51:07.890 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=0] ["start time"=17.633696ms] [2024/05/06 02:51:07.891 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 02:51:07.891 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=1bc1cb79-4370-4805-b30a-2cfb4e9b4bc9] [runWorker=true] [2024/05/06 02:51:07.891 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 02:51:07.891 +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 02:51:07.891 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 02:51:07.891 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 02:51:07.891 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 02:51:07.891 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 02:51:07.891 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 02:51:07.891 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 02:51:07.891 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 02:51:07.891 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2024/05/06 02:51:07.891 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 02:51:07.891 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 02:51:07.891 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 02:51:07.891 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 02:51:07.891 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 02:51:07.891 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 02:51:07.891 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 02:51:07.892 +00:00] [INFO] [controller.go:447] ["[resource group controller] create resource group cost controller"] [name=default] [2024/05/06 02:51:07.892 +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 02:51:07.895 +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 02:51:07.894 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:07.895 +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 02:51:07.894 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS test"] [2024/05/06 02:51:07.901 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:07.894 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.920 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=1] ["start time"=17.786961ms] [2024/05/06 02:51:07.921 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 02:51:07.923 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:07.923 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2024/05/06 02:51:07.925 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=22.196468ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:51:07.894 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.928 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:07.894 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.931 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=3] [2024/05/06 02:51:07.931 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:07.931 +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 02:51:07.932 +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 02:51:07.937 +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 02:51:07.933 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:07.937 +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 02:51:07.933 +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 02:51:07.941 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:07.933 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.948 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=1] [neededSchemaVersion=2] ["start time"=849.262ยตs] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:07.949 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:07.949 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2024/05/06 02:51:07.949 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=2.035525ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:07.933 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.954 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:07.933 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.960 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=5] [2024/05/06 02:51:07.960 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:07.960 +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 02:51:07.963 +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 02:51:07.962 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:07.963 +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 02:51:07.962 +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 02:51:07.968 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:07.962 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.971 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=2] [neededSchemaVersion=3] ["start time"=288.49ยตs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:07.972 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:07.972 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2024/05/06 02:51:07.974 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=2.937382ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:07.962 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.979 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:07.962 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.981 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=7] [2024/05/06 02:51:07.981 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:07.982 +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 02:51:07.984 +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 02:51:07.983 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:07.984 +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 02:51:07.983 +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 02:51:07.991 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:07.983 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:07.993 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=3] [neededSchemaVersion=4] ["start time"=192.726ยตs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:07.994 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:07.994 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2024/05/06 02:51:07.995 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=2.136051ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:07.983 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.002 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:07.983 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.005 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=9] [2024/05/06 02:51:08.005 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:08.006 +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 02:51:08.010 +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 02:51:08.007 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:08.010 +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 02:51:08.007 +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 02:51:08.015 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:08.007 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.020 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=4] [neededSchemaVersion=5] ["start time"=428.381ยตs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:08.021 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:08.021 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2024/05/06 02:51:08.021 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=2.013876ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:08.007 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.025 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:08.007 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.029 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=11] [2024/05/06 02:51:08.029 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:08.029 +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 02:51:08.031 +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 02:51:08.03 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:08.031 +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 02:51:08.03 +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 02:51:08.038 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:08.03 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.041 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=5] [neededSchemaVersion=6] ["start time"=289.017ยตs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:08.042 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:08.042 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2024/05/06 02:51:08.042 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=2.030291ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:08.03 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.049 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:08.03 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.052 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=13] [2024/05/06 02:51:08.052 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:08.053 +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 02:51:08.055 +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 02:51:08.054 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:08.055 +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 02:51:08.054 +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 02:51:08.061 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:08.054 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.064 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=6] [neededSchemaVersion=7] ["start time"=372.377ยตs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:08.066 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:08.066 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2024/05/06 02:51:08.066 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=2.467227ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:08.054 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.071 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:08.054 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.078 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=15] [2024/05/06 02:51:08.078 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:08.078 +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 02:51:08.080 +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 02:51:08.079 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:08.080 +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 02:51:08.079 +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 02:51:08.087 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:08.079 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.090 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=7] [neededSchemaVersion=8] ["start time"=226.364ยตs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:08.091 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:08.091 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2024/05/06 02:51:08.092 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=2.171945ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:08.079 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.099 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:08.079 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.102 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=17] [2024/05/06 02:51:08.102 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:08.102 +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 02:51:08.104 +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 02:51:08.103 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:08.104 +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 02:51:08.103 +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 02:51:08.110 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:08.103 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.112 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=8] [neededSchemaVersion=9] ["start time"=211.821ยตs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:08.113 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:08.113 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2024/05/06 02:51:08.114 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=2.498468ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:08.103 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.118 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:08.103 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.121 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=19] [2024/05/06 02:51:08.121 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:08.121 +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 02:51:08.123 +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 02:51:08.122 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:08.123 +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 02:51:08.122 +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 02:51:08.129 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:08.122 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.133 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=9] [neededSchemaVersion=10] ["start time"=314.881ยตs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:08.134 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:08.134 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2024/05/06 02:51:08.134 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=2.107896ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:08.122 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.140 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:08.122 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.143 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=21] [2024/05/06 02:51:08.143 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:08.144 +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 02:51:08.147 +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 02:51:08.145 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:08.147 +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 02:51:08.145 +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 02:51:08.153 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:08.145 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.156 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=10] [neededSchemaVersion=11] ["start time"=335.449ยตs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:08.157 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:08.157 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2024/05/06 02:51:08.158 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=2.55562ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:08.145 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.162 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:08.145 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.165 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=23] [2024/05/06 02:51:08.165 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:08.166 +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 02:51:08.166 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:51:08.169 +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 02:51:08.167 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:08.169 +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 02:51:08.167 +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 02:51:08.173 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:08.167 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.177 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=11] [neededSchemaVersion=12] ["start time"=382.55ยตs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:08.178 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:08.178 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2024/05/06 02:51:08.179 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=2.52319ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:08.167 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.183 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:08.167 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.187 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=25] [2024/05/06 02:51:08.187 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:08.187 +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 02:51:08.190 +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 02:51:08.188 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:08.190 +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 02:51:08.188 +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 02:51:08.196 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:08.188 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.200 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=12] [neededSchemaVersion=13] ["start time"=417.657ยตs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:08.201 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:08.201 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2024/05/06 02:51:08.202 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=2.528246ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:08.188 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.206 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:08.188 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.209 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=27] [2024/05/06 02:51:08.209 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:08.210 +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 02:51:08.212 +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 02:51:08.211 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:08.212 +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 02:51:08.211 +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 02:51:08.219 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:08.211 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.222 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=13] [neededSchemaVersion=14] ["start time"=327.961ยตs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:08.224 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:08.224 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2024/05/06 02:51:08.231 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=9.344003ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:08.211 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.236 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:08.211 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.239 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=29] [2024/05/06 02:51:08.239 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:08.239 +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 02:51:08.242 +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 02:51:08.241 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:08.242 +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 02:51:08.241 +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 02:51:08.247 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:08.241 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.250 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=14] [neededSchemaVersion=15] ["start time"=307.262ยตs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:08.251 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:08.251 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2024/05/06 02:51:08.251 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=2.024951ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:08.241 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.256 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:08.241 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.259 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=31] [2024/05/06 02:51:08.259 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:08.259 +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 02:51:08.262 +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 02:51:08.26 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:08.262 +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 02:51:08.26 +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 02:51:08.268 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:08.26 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.271 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=15] [neededSchemaVersion=16] ["start time"=252.332ยตs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:08.272 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:08.272 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2024/05/06 02:51:08.273 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=2.911994ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:08.26 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.277 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:08.26 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.279 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=33] [2024/05/06 02:51:08.279 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:08.280 +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 02:51:08.283 +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 02:51:08.281 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:08.283 +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 02:51:08.281 +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 02:51:08.289 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:08.281 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.292 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=16] [neededSchemaVersion=17] ["start time"=250.644ยตs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:08.293 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:08.293 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2024/05/06 02:51:08.294 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=2.012437ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:08.281 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.298 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:08.281 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.301 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=35] [2024/05/06 02:51:08.301 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:08.301 +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 02:51:08.304 +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 02:51:08.303 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:08.304 +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 02:51:08.303 +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 02:51:08.311 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:08.303 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.314 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=17] [neededSchemaVersion=18] ["start time"=224.154ยตs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:08.315 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:08.315 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2024/05/06 02:51:08.317 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=3.057998ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:08.303 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.326 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:08.303 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.330 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=37] [2024/05/06 02:51:08.330 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:08.331 +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 02:51:08.334 +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 02:51:08.332 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:08.334 +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 02:51:08.332 +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 02:51:08.343 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:08.332 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.347 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=18] [neededSchemaVersion=19] ["start time"=483.093ยตs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:08.349 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:08.349 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2024/05/06 02:51:08.356 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=9.072438ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:08.332 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.363 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:08.332 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.368 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=39] [2024/05/06 02:51:08.368 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:08.373 +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 02:51:08.379 +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 02:51:08.375 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:08.379 +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 02:51:08.375 +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 02:51:08.388 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:08.375 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.392 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=19] [neededSchemaVersion=20] ["start time"=333.333ยตs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:08.393 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:08.393 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2024/05/06 02:51:08.396 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=4.17264ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:08.375 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.407 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:08.375 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.412 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=41] [2024/05/06 02:51:08.412 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:08.413 +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 02:51:08.416 +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 02:51:08.414 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:08.416 +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 02:51:08.414 +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 02:51:08.427 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:08.414 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.439 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=20] [neededSchemaVersion=21] ["start time"=241.282ยตs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:08.440 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:08.440 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2024/05/06 02:51:08.440 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=2.056489ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:08.414 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.448 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:08.414 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.451 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=43] [2024/05/06 02:51:08.451 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:08.451 +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 02:51:08.454 +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 02:51:08.453 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:08.454 +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 02:51:08.453 +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 02:51:08.461 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:08.453 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.464 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=21] [neededSchemaVersion=22] ["start time"=181.977ยตs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:08.465 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:08.465 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2024/05/06 02:51:08.467 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=3.083147ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:08.453 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.472 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:08.453 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.476 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=45] [2024/05/06 02:51:08.476 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:08.476 +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 02:51:08.479 +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 02:51:08.478 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:08.479 +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 02:51:08.478 +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 02:51:08.489 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:08.478 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.492 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=22] [neededSchemaVersion=23] ["start time"=376.461ยตs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:08.494 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:08.494 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2024/05/06 02:51:08.502 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=10.211526ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:08.478 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.510 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:08.478 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.513 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=47] [2024/05/06 02:51:08.513 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:08.514 +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 02:51:08.517 +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 02:51:08.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:08.517 +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 02:51:08.515 +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 02:51:08.525 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:08.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.527 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=23] [neededSchemaVersion=24] ["start time"=270.19ยตs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:08.529 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:08.529 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2024/05/06 02:51:08.530 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=2.682717ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:08.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.535 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:08.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.540 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=49] [2024/05/06 02:51:08.540 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:08.540 +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 02:51:08.544 +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 02:51:08.543 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:08.544 +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 02:51:08.543 +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 02:51:08.557 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:08.543 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.561 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=24] [neededSchemaVersion=25] ["start time"=312.69ยตs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:08.563 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:08.563 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2024/05/06 02:51:08.570 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=8.824487ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:08.543 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.578 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:08.543 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.582 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=51] [2024/05/06 02:51:08.582 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:08.582 +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 02:51:08.586 +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 02:51:08.583 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:08.586 +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 02:51:08.583 +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 02:51:08.593 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:08.583 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.596 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=25] [neededSchemaVersion=26] ["start time"=280.078ยตs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:08.597 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:08.598 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2024/05/06 02:51:08.598 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=2.314721ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:08.583 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.602 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:08.583 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.605 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=53] [2024/05/06 02:51:08.605 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:08.605 +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 02:51:08.608 +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 02:51:08.607 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:08.608 +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 02:51:08.607 +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 02:51:08.616 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:08.607 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.625 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=26] [neededSchemaVersion=27] ["start time"=315.163ยตs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:08.627 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:08.627 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2024/05/06 02:51:08.627 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=2.062543ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:08.607 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.636 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:08.607 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.643 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=55] [2024/05/06 02:51:08.643 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:08.644 +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 02:51:08.658 +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 02:51:08.657 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:08.658 +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 02:51:08.657 +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 02:51:08.666 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:08.657 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.670 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=27] [neededSchemaVersion=28] ["start time"=240.639ยตs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:08.672 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:08.672 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2024/05/06 02:51:08.674 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=3.529249ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:08.657 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.681 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:08.657 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.684 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=57] [2024/05/06 02:51:08.684 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:08.685 +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 02:51:08.685 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:51:08.688 +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 02:51:08.686 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:08.688 +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 02:51:08.686 +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 02:51:08.697 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:08.686 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.702 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=28] [neededSchemaVersion=29] ["start time"=364.631ยตs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:08.704 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:08.704 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2024/05/06 02:51:08.704 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=2.020348ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:08.686 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.711 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:08.686 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.715 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=59] [2024/05/06 02:51:08.716 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:08.716 +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 02:51:08.719 +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 02:51:08.718 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:08.719 +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 02:51:08.718 +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 02:51:08.726 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:08.718 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.730 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=29] [neededSchemaVersion=30] ["start time"=270.375ยตs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:08.731 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:08.731 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2024/05/06 02:51:08.732 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=3.026178ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:08.718 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.739 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:08.718 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.743 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=61] [2024/05/06 02:51:08.743 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:08.744 +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 02:51:08.752 +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 02:51:08.747 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:08.752 +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 02:51:08.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 02:51:08.761 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:08.747 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.766 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=30] [neededSchemaVersion=31] ["start time"=415.696ยตs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:08.767 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:08.767 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2024/05/06 02:51:08.770 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=4.464ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:08.747 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.781 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:08.747 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.785 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=63] [2024/05/06 02:51:08.785 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:08.786 +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 02:51:08.794 +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 02:51:08.787 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:08.794 +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 02:51:08.787 +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 02:51:08.807 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:08.787 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.813 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=31] [neededSchemaVersion=32] ["start time"=487.603ยตs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:08.815 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:08.815 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2024/05/06 02:51:08.822 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=9.620916ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:08.787 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.829 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:08.787 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.834 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=65] [2024/05/06 02:51:08.834 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:08.834 +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 02:51:08.837 +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 02:51:08.836 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:08.837 +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 02:51:08.836 +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 02:51:08.846 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:08.836 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.854 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=32] [neededSchemaVersion=33] ["start time"=207.506ยตs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:08.857 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:08.857 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2024/05/06 02:51:08.859 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=5.354917ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:08.836 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.866 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:08.836 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.870 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=67] [2024/05/06 02:51:08.870 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:08.880 +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 02:51:08.879 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:08.880 +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 02:51:08.879 +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 02:51:08.886 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:08.879 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.890 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=33] [neededSchemaVersion=34] ["start time"=350.562ยตs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 02:51:08.892 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:08.892 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2024/05/06 02:51:08.892 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=2.035107ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:08.879 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.893 +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 02:51:08.898 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:08.879 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.907 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=69] [2024/05/06 02:51:08.907 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:08.908 +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 02:51:08.912 +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 02:51:08.909 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:08.912 +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 02:51:08.909 +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 02:51:08.918 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:08.909 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.921 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=34] [neededSchemaVersion=35] ["start time"=238.899ยตs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:08.922 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:08.922 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2024/05/06 02:51:08.923 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=2.462167ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:08.909 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.929 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:08.909 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.935 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=71] [2024/05/06 02:51:08.935 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:08.936 +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 02:51:08.941 +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 02:51:08.939 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:08.941 +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 02:51:08.939 +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 02:51:08.949 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:08.939 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.954 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=35] [neededSchemaVersion=36] ["start time"=329.972ยตs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:08.956 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:08.956 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2024/05/06 02:51:08.956 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=2.030385ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:08.939 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.964 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:08.939 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:08.980 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=73] [2024/05/06 02:51:08.980 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:08.981 +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 02:51:08.984 +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 02:51:08.982 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:08.984 +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 02:51:08.982 +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 02:51:08.992 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:08.982 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.007 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=36] [neededSchemaVersion=37] ["start time"=265.635ยตs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:09.009 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:09.009 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2024/05/06 02:51:09.012 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=4.834649ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:08.982 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.019 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:08.982 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.023 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=75] [2024/05/06 02:51:09.023 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:09.024 +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 02:51:09.027 +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 02:51:09.025 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:09.027 +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 02:51:09.025 +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 02:51:09.035 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:09.025 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.046 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=37] [neededSchemaVersion=38] ["start time"=598.943ยตs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:09.048 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:09.048 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2024/05/06 02:51:09.057 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=11.881605ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:09.025 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.076 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:09.025 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.081 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=77] [2024/05/06 02:51:09.081 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:09.081 +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 02:51:09.085 +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 02:51:09.083 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:09.085 +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 02:51:09.083 +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 02:51:09.095 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:09.083 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.102 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=38] [neededSchemaVersion=39] ["start time"=432.852ยตs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:09.104 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:09.104 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2024/05/06 02:51:09.107 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=5.228361ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:09.083 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.113 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:09.083 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.117 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=79] [2024/05/06 02:51:09.117 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:09.118 +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 02:51:09.122 +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 02:51:09.12 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:09.122 +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 02:51:09.12 +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 02:51:09.128 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:09.12 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.133 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=39] [neededSchemaVersion=40] ["start time"=545.74ยตs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:09.135 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:09.135 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2024/05/06 02:51:09.139 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=6.99408ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:09.12 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.153 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:09.12 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.158 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=81] [2024/05/06 02:51:09.158 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:09.159 +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 02:51:09.162 +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 02:51:09.161 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:09.163 +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 02:51:09.161 +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 02:51:09.168 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:09.161 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.172 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=40] [neededSchemaVersion=41] ["start time"=548.177ยตs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:09.174 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:09.174 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2024/05/06 02:51:09.189 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=17.676925ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:09.161 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.197 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:09.161 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.204 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=83] [2024/05/06 02:51:09.204 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:09.205 +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 02:51:09.209 +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 02:51:09.206 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:09.209 +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 02:51:09.206 +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 02:51:09.219 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:09.206 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.224 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=41] [neededSchemaVersion=42] ["start time"=475.219ยตs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:09.226 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:09.226 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2024/05/06 02:51:09.228 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=4.893659ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:09.206 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.236 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:09.206 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.240 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=85] [2024/05/06 02:51:09.240 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:09.241 +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 02:51:09.249 +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 02:51:09.243 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:09.249 +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 02:51:09.243 +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 02:51:09.256 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:09.243 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.261 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=42] [neededSchemaVersion=43] ["start time"=542.546ยตs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:09.262 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:09.262 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2024/05/06 02:51:09.263 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=2.293298ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:09.243 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.270 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:09.243 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.278 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=87] [2024/05/06 02:51:09.278 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:09.278 +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 02:51:09.292 +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 02:51:09.28 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:09.292 +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 02:51:09.28 +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 02:51:09.302 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:09.28 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.307 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=43] [neededSchemaVersion=44] ["start time"=397.429ยตs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:09.308 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:09.308 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2024/05/06 02:51:09.308 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=2.0395ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:09.28 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.319 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:09.28 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.323 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=89] [2024/05/06 02:51:09.323 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:09.323 +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 02:51:09.336 +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 02:51:09.325 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:09.336 +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 02:51:09.325 +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 02:51:09.350 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:09.325 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.354 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=44] [neededSchemaVersion=45] ["start time"=377.478ยตs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:09.355 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:09.355 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2024/05/06 02:51:09.356 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=2.839393ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:09.325 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.361 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:09.325 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.365 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=91] [2024/05/06 02:51:09.365 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:09.366 +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 02:51:09.369 +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 02:51:09.367 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:09.369 +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 02:51:09.367 +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 02:51:09.377 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:09.367 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.383 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=45] [neededSchemaVersion=46] ["start time"=565.367ยตs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:09.384 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:09.384 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2024/05/06 02:51:09.384 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=2.453795ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:09.367 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.390 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:09.367 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.395 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=93] [2024/05/06 02:51:09.395 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:09.395 +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 02:51:09.398 +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 02:51:09.397 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:09.398 +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 02:51:09.397 +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 02:51:09.413 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:09.397 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.421 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=46] [neededSchemaVersion=47] ["start time"=422.36ยตs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:09.422 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:09.422 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2024/05/06 02:51:09.425 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=4.4415ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:09.397 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.430 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:09.397 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.444 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=95] [2024/05/06 02:51:09.444 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:09.444 +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 02:51:09.447 +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 02:51:09.446 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:09.447 +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 02:51:09.446 +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 02:51:09.455 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:09.446 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.458 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=47] [neededSchemaVersion=48] ["start time"=279.399ยตs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:09.459 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:09.459 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2024/05/06 02:51:09.462 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=4.898974ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:09.446 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.468 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:09.446 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.471 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=97] [2024/05/06 02:51:09.471 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:09.471 +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 02:51:09.480 +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 02:51:09.472 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:09.480 +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 02:51:09.472 +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 02:51:09.486 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:09.472 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.489 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=48] [neededSchemaVersion=49] ["start time"=277.224ยตs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:09.490 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:09.490 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2024/05/06 02:51:09.491 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=2.472147ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:09.472 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.502 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:09.472 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.507 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=99] [2024/05/06 02:51:09.507 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:09.507 +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 02:51:09.509 +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 02:51:09.508 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:09.510 +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 02:51:09.508 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2024/05/06 02:51:09.521 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:09.508 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.524 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=49] [neededSchemaVersion=50] ["start time"=67.65ยตs] [gotSchemaVersion=50] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 02:51:09.526 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:09.526 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2024/05/06 02:51:09.528 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=4.425397ms] [job="ID:101, Type:create schema, State:done, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:51:09.508 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.534 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:09.508 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.538 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=101] [2024/05/06 02:51:09.538 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:09.542 +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 02:51:09.541 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:09.542 +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 02:51:09.541 +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 02:51:09.553 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 61, 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 02:51:09.541 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.556 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=50] [neededSchemaVersion=51] ["start time"=252.854ยตs] [gotSchemaVersion=51] [phyTblIDs="[102]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 02:51:09.557 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:51:09.557 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2024/05/06 02:51:09.561 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=5.367926ms] [job="ID:103, Type:create view, State:done, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:09.541 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.567 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 61, 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 02:51:09.541 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.575 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=103] [2024/05/06 02:51:09.575 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:09.625 +00:00] [INFO] [bootstrap.go:745] ["bootstrap successful"] ["take time"=1.733590042s] [2024/05/06 02:51:09.628 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=1bc1cb79-4370-4805-b30a-2cfb4e9b4bc9] [ownerKey=/tidb/ddl/fg/owner] [2024/05/06 02:51:09.628 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:51:09.628 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 65, tp add index"] [category=ddl] ["take time"=1.674ยตs] [2024/05/06 02:51:09.628 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 62, tp add index"] [category=ddl] ["take time"=960ns] [2024/05/06 02:51:09.628 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 63, tp add index"] [category=ddl] ["take time"=811ns] [2024/05/06 02:51:09.628 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 64, tp add index"] [category=ddl] ["take time"=863ns] [2024/05/06 02:51:09.628 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:51:09.628 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 61, tp general"] [category=ddl] ["take time"=1.157ยตs] [2024/05/06 02:51:09.628 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:51:09.628 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/06 02:51:09.628 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 02:51:09.631 +00:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=1bc1cb79-4370-4805-b30a-2cfb4e9b4bc9] ["take time"=5.100141ms] [2024/05/06 02:51:09.631 +00:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=1bc1cb79-4370-4805-b30a-2cfb4e9b4bc9] [2024/05/06 02:51:09.631 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 02:51:09.631 +00:00] [INFO] [domain.go:907] ["loadSchemaInLoop exited."] [2024/05/06 02:51:09.631 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 02:51:09.631 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/06 02:51:09.631 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/06 02:51:09.631 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 02:51:09.631 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 02:51:09.631 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."] [2024/05/06 02:51:09.631 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 02:51:09.631 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 02:51:09.631 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/06 02:51:09.631 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 02:51:09.631 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/06 02:51:09.631 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 02:51:09.631 +00:00] [INFO] [domain.go:1074] ["domain closed"] ["take time"=5.451679ms] [2024/05/06 02:51:09.631 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=d8290a4a-c7bd-4f5c-91b4-8a0d21c96ecf] ["ddl lease"=500ms] ["stats lease"=-1ns] [2024/05/06 02:51:09.638 +00:00] [WARN] [controller.go:198] ["[resource group controller] server does not save config, load config failed"] [2024/05/06 02:51:09.638 +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 02:51:09.691 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=51] ["start time"=53.222721ms] [2024/05/06 02:51:09.721 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 02:51:09.721 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=148a54d7-b5ee-4c6d-a3d2-ea03769f632e] [runWorker=true] [2024/05/06 02:51:09.721 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 02:51:09.721 +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 02:51:09.721 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 02:51:09.721 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 02:51:09.722 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 02:51:09.722 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 02:51:09.722 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 02:51:09.722 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 02:51:09.722 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 02:51:09.722 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 02:51:09.722 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 02:51:09.722 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 02:51:09.722 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2024/05/06 02:51:09.722 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 02:51:09.722 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 02:51:09.722 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 02:51:09.722 +00:00] [INFO] [controller.go:447] ["[resource group controller] create resource group cost controller"] [name=default] [2024/05/06 02:51:09.730 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 02:51:09.730 +00:00] [WARN] [sysvar_cache.go:49] ["sysvar cache is empty, triggering rebuild"] [2024/05/06 02:51:09.743 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 02:51:09.746 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 02:51:09.747 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 02:51:09.748 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=indexUsageWorker] [2024/05/06 02:51:09.748 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=quitStatsOwner] [2024/05/06 02:51:09.748 +00:00] [INFO] [domain.go:2070] ["dumpFileGcChecker started"] [2024/05/06 02:51:09.748 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 02:51:09.749 +00:00] [INFO] [manager.go:113] ["build task executor manager"] [server-id=:4000] [total-cpu=16] [total-mem=342.3GiB] [2024/05/06 02:51:09.749 +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 02:51:09.749 +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 02:51:09.750 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 02:51:09.751 +00:00] [INFO] [manager.go:146] ["task executor manager start"] [server-id=:4000] [2024/05/06 02:51:09.751 +00:00] [INFO] [domain.go:1525] ["dist task executor manager started"] [2024/05/06 02:51:09.752 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=35] [schemaVersion=51] [cur_db=test] [sql="drop table if exists t1, tp"] [user=] [2024/05/06 02:51:09.756 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:104, Type:create placement policy, State:queueing, SchemaState:none, SchemaID:0, TableID:0, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:09.755 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:09.756 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:104, Type:create placement policy, State:queueing, SchemaState:none, SchemaID:0, TableID:0, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:09.755 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create placement policy p1 primary_region='r1' regions='r1'"] [2024/05/06 02:51:09.773 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 02:51:09.773 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 02:51:09.802 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 66, tp general"] [category=ddl] [jobID=104] [conn=35] [category=ddl] [job="ID:104, Type:create placement policy, State:queueing, SchemaState:none, SchemaID:0, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:09.755 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.810 +00:00] [ERROR] [domain.go:291] ["failed to load schema diff"] [error="builder's (v2=false) infoschema mismatch, return error to trigger full reload"] [errorVerbose="builder's (v2=false) 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/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:919\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init.func2\n\tpkg/domain/domain.go:1287\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).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/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:919\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init.func2\n\tpkg/domain/domain.go:1287\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99"] [2024/05/06 02:51:09.864 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=51] [neededSchemaVersion=52] ["start time"=54.132477ms] [2024/05/06 02:51:09.865 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 02:51:09.867 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=104] [version=52] [2024/05/06 02:51:09.872 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=62.467058ms] [job="ID:104, Type:create placement policy, State:done, SchemaState:public, SchemaID:1, TableID:0, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:09.755 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.903 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 66, tp general"] [category=ddl] [jobID=104] [conn=35] [job="ID:104, Type:create placement policy, State:synced, SchemaState:public, SchemaID:1, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:09.755 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.909 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=104] [2024/05/06 02:51:09.909 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:09.912 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create placement policy, State:queueing, SchemaState:none, SchemaID:0, TableID:0, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:09.911 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:09.912 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:105, Type:create placement policy, State:queueing, SchemaState:none, SchemaID:0, TableID:0, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:09.911 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create placement policy p2 primary_region='r2' regions='r2'"] [2024/05/06 02:51:09.919 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 66, tp general"] [category=ddl] [jobID=105] [conn=35] [category=ddl] [job="ID:105, Type:create placement policy, State:queueing, SchemaState:none, SchemaID:0, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:09.911 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.921 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=52] [neededSchemaVersion=53] ["start time"=88.772ยตs] [gotSchemaVersion=53] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create placement policy\"]"] [2024/05/06 02:51:09.922 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=105] [version=53] [2024/05/06 02:51:09.923 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=2.089948ms] [job="ID:105, Type:create placement policy, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:09.911 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.928 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 66, tp general"] [category=ddl] [jobID=105] [conn=35] [job="ID:105, Type:create placement policy, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:09.911 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.931 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=105] [2024/05/06 02:51:09.931 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:09.932 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=35] [schemaVersion=53] [cur_db=test] [sql="CREATE TABLE t1 (id INT) placement policy p1"] [user=] [2024/05/06 02:51:09.935 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:09.934 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:09.935 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:09.934 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t1 (id INT) placement policy p1"] [2024/05/06 02:51:09.947 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 66, tp general"] [category=ddl] [jobID=107] [conn=35] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:09.934 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.952 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=53] [neededSchemaVersion=54] ["start time"=240.026ยตs] [gotSchemaVersion=54] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:09.954 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=107] [version=54] [2024/05/06 02:51:09.954 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=2.159895ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:09.934 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.960 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 66, tp general"] [category=ddl] [jobID=107] [conn=35] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:09.934 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:09.969 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=107] [2024/05/06 02:51:09.969 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:09.979 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=35] [schemaVersion=54] [cur_db=test] [sql="TRUNCATE TABLE t1"] [user=] [2024/05/06 02:51:09.984 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:truncate table, State:queueing, SchemaState:none, SchemaID:2, TableID:106, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:09.983 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:09.984 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:109, Type:truncate table, State:queueing, SchemaState:none, SchemaID:2, TableID:106, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:09.983 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="TRUNCATE TABLE t1"] [2024/05/06 02:51:09.998 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 66, tp general"] [category=ddl] [jobID=109] [conn=35] [category=ddl] [job="ID:109, Type:truncate table, State:queueing, SchemaState:none, SchemaID:2, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:09.983 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.001 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=54] [neededSchemaVersion=55] ["start time"=242.729ยตs] [gotSchemaVersion=55] [phyTblIDs="[106,108]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 02:51:10.003 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=109] [version=55] [2024/05/06 02:51:10.006 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=55] ["take time"=6.119245ms] [job="ID:109, Type:truncate table, State:done, SchemaState:public, SchemaID:2, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:09.983 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.023 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=109] [tableIDs="[106]"] [comment="drop table: table ID"] [2024/05/06 02:51:10.024 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=109] [jobType="truncate table"] [2024/05/06 02:51:10.025 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 66, tp general"] [category=ddl] [jobID=109] [conn=35] [job="ID:109, Type:truncate table, State:synced, SchemaState:public, SchemaID:2, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:09.983 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.031 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=109] [2024/05/06 02:51:10.031 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:10.032 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=35] [schemaVersion=55] [cur_db=test] [sql="CREATE TABLE tp (id INT) placement policy p1 PARTITION BY RANGE (id) (\n PARTITION p0 VALUES LESS THAN (100),\n PARTITION p1 VALUES LESS THAN (1000) placement policy p2,\n PARTITION p2 VALUES LESS THAN (10000)\n\t);"] [user=] [2024/05/06 02:51:10.036 +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:110, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:10.034 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:10.036 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:114, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:110, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:10.034 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE tp (id INT) placement policy p1 PARTITION BY RANGE (id) (\n PARTITION p0 VALUES LESS THAN (100),\n PARTITION p1 VALUES LESS THAN (1000) placement policy p2,\n PARTITION p2 VALUES LESS THAN (10000)\n\t);"] [2024/05/06 02:51:10.043 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 66, tp general"] [category=ddl] [jobID=114] [conn=35] [category=ddl] [job="ID:114, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:10.034 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.047 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=55] [neededSchemaVersion=56] ["start time"=847.44ยตs] [gotSchemaVersion=56] [phyTblIDs="[110,111,112,113]"] [actionTypes="[3,3,3,3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:51:10.048 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=114] [version=56] [2024/05/06 02:51:10.050 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=56] ["take time"=4.360935ms] [job="ID:114, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:110, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:10.034 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.058 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 66, tp general"] [category=ddl] [jobID=114] [conn=35] [job="ID:114, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:10.034 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.073 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=114] [2024/05/06 02:51:10.073 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:10.074 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=35] [schemaVersion=56] [cur_db=test] [sql="TRUNCATE TABLE tp"] [user=] [2024/05/06 02:51:10.076 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:119, Type:truncate table, State:queueing, SchemaState:none, SchemaID:2, TableID:110, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:10.075 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:10.076 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:119, Type:truncate table, State:queueing, SchemaState:none, SchemaID:2, TableID:110, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:10.075 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="TRUNCATE TABLE tp"] [2024/05/06 02:51:10.084 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 66, tp general"] [category=ddl] [jobID=119] [conn=35] [category=ddl] [job="ID:119, Type:truncate table, State:queueing, SchemaState:none, SchemaID:2, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:10.075 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.087 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=56] [neededSchemaVersion=57] ["start time"=780.459ยตs] [gotSchemaVersion=57] [phyTblIDs="[110,111,112,113,115,116,117,118]"] [actionTypes="[11,11,11,11,11,11,11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 02:51:10.089 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=119] [version=57] [2024/05/06 02:51:10.091 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=57] ["take time"=4.736706ms] [job="ID:119, Type:truncate table, State:done, SchemaState:public, SchemaID:2, TableID:110, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:10.075 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.100 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=119] [tableIDs="[111,112,113]"] [comment="drop table: partition table IDs"] [2024/05/06 02:51:10.101 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=119] [tableIDs="[110]"] [comment="drop table: table ID"] [2024/05/06 02:51:10.102 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=119] [jobType="truncate table"] [2024/05/06 02:51:10.102 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 66, tp general"] [category=ddl] [jobID=119] [conn=35] [job="ID:119, Type:truncate table, State:synced, SchemaState:public, SchemaID:2, TableID:110, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:10.075 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.108 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=119] [2024/05/06 02:51:10.108 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:10.109 +00:00] [ERROR] [gc_worker.go:1764] ["deleteRanges is called"] [stack="github.com/pingcap/tidb/pkg/store/gcworker.(*MockGCWorker).DeleteRanges\n\tpkg/store/gcworker/gc_worker.go:1764\ngithub.com/pingcap/tidb/pkg/ddl_test.TestTruncateTableWithPlacement\n\tpkg/ddl/placement_policy_test.go:1822\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595"] [2024/05/06 02:51:10.111 +00:00] [INFO] [gc_worker.go:822] ["start delete ranges"] [category="gc worker"] [uuid=63d2f3fc6740001] [ranges=5] [2024/05/06 02:51:10.114 +00:00] [INFO] [gc_worker.go:1550] ["try delete TiFlash pd rule"] [tableID=106] [endKey="t\ufffd\u0000\u0000\u0000\u0000\u0000\u0000k"] [safePoint=9223372036854775807] [2024/05/06 02:51:10.114 +00:00] [INFO] [info.go:1164] [DeleteTiFlashPlacementRule] [ruleID=table-106-r] [2024/05/06 02:51:10.116 +00:00] [INFO] [gc_worker.go:1550] ["try delete TiFlash pd rule"] [tableID=111] [endKey="t\ufffd\u0000\u0000\u0000\u0000\u0000\u0000p"] [safePoint=9223372036854775807] [2024/05/06 02:51:10.116 +00:00] [INFO] [info.go:1164] [DeleteTiFlashPlacementRule] [ruleID=table-111-r] [2024/05/06 02:51:10.116 +00:00] [INFO] [gc_worker.go:1550] ["try delete TiFlash pd rule"] [tableID=112] [endKey="t\ufffd\u0000\u0000\u0000\u0000\u0000\u0000p"] [safePoint=9223372036854775807] [2024/05/06 02:51:10.116 +00:00] [INFO] [info.go:1164] [DeleteTiFlashPlacementRule] [ruleID=table-112-r] [2024/05/06 02:51:10.116 +00:00] [INFO] [gc_worker.go:1550] ["try delete TiFlash pd rule"] [tableID=113] [endKey="t\ufffd\u0000\u0000\u0000\u0000\u0000\u0000p"] [safePoint=9223372036854775807] [2024/05/06 02:51:10.116 +00:00] [INFO] [info.go:1164] [DeleteTiFlashPlacementRule] [ruleID=table-113-r] [2024/05/06 02:51:10.116 +00:00] [INFO] [gc_worker.go:1550] ["try delete TiFlash pd rule"] [tableID=110] [endKey="t\ufffd\u0000\u0000\u0000\u0000\u0000\u0000p"] [safePoint=9223372036854775807] [2024/05/06 02:51:10.116 +00:00] [INFO] [info.go:1164] [DeleteTiFlashPlacementRule] [ruleID=table-110-r] [2024/05/06 02:51:10.123 +00:00] [INFO] [gc_worker.go:875] ["finish delete ranges"] [category="gc worker"] [uuid=63d2f3fc6740001] ["num of ranges"=5] ["cost time"=11.889886ms] [2024/05/06 02:51:10.124 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=35] [schemaVersion=57] [cur_db=test] [sql="drop table tp"] [user=] [2024/05/06 02:51:10.130 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:120, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:115, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:10.125 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:10.130 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:120, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:115, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:10.125 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table tp"] [2024/05/06 02:51:10.148 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 66, tp general"] [category=ddl] [jobID=120] [conn=35] [category=ddl] [job="ID:120, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:115, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:10.125 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.151 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=57] [neededSchemaVersion=58] ["start time"=55.271ยตs] [gotSchemaVersion=58] [phyTblIDs="[115,116,117,118]"] [actionTypes="[4,4,4,4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:10.152 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=120] [version=58] [2024/05/06 02:51:10.153 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=58] ["take time"=2.580072ms] [job="ID:120, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:115, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:10.125 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.159 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 66, tp general"] [category=ddl] [jobID=120] [conn=35] [category=ddl] [job="ID:120, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:115, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:10.125 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.161 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=58] [neededSchemaVersion=59] ["start time"=47.251ยตs] [gotSchemaVersion=59] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:10.162 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=120] [version=59] [2024/05/06 02:51:10.163 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=59] ["take time"=2.302838ms] [job="ID:120, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:115, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:10.125 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.168 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 66, tp general"] [category=ddl] [jobID=120] [conn=35] [category=ddl] [job="ID:120, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:115, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:10.125 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.172 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=59] [neededSchemaVersion=60] ["start time"=70.449ยตs] [gotSchemaVersion=60] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:10.173 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=120] [version=60] [2024/05/06 02:51:10.174 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=60] ["take time"=2.53119ms] [job="ID:120, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:115, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:10.125 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.181 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=120] [tableIDs="[116,117,118]"] [comment="drop table: partition table IDs"] [2024/05/06 02:51:10.182 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=120] [tableIDs="[115]"] [comment="drop table: table ID"] [2024/05/06 02:51:10.183 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=120] [jobType="drop table"] [2024/05/06 02:51:10.183 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 66, tp general"] [category=ddl] [jobID=120] [conn=35] [job="ID:120, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:115, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:10.125 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.188 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=120] [2024/05/06 02:51:10.188 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:10.189 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=35] [schemaVersion=60] [cur_db=test] [sql="drop table t1"] [user=] [2024/05/06 02:51:10.190 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:121, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:10.189 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:10.190 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:121, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:10.189 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table t1"] [2024/05/06 02:51:10.198 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 66, tp general"] [category=ddl] [jobID=121] [conn=35] [category=ddl] [job="ID:121, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:10.189 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.201 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=60] [neededSchemaVersion=61] ["start time"=60ยตs] [gotSchemaVersion=61] [phyTblIDs="[108]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:10.202 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=121] [version=61] [2024/05/06 02:51:10.203 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=61] ["take time"=2.671384ms] [job="ID:121, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 02:51:10.189 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.207 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 66, tp general"] [category=ddl] [jobID=121] [conn=35] [category=ddl] [job="ID:121, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:10.189 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.210 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=61] [neededSchemaVersion=62] ["start time"=55.105ยตs] [gotSchemaVersion=62] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:10.211 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=121] [version=62] [2024/05/06 02:51:10.212 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=62] ["take time"=2.687271ms] [job="ID:121, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:10.189 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.216 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 66, tp general"] [category=ddl] [jobID=121] [conn=35] [category=ddl] [job="ID:121, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:10.189 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.217 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=62] [neededSchemaVersion=63] ["start time"=54.56ยตs] [gotSchemaVersion=63] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 02:51:10.218 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=121] [version=63] [2024/05/06 02:51:10.220 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=63] ["take time"=2.920883ms] [job="ID:121, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:108, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:10.189 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.225 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=121] [tableIDs="[108]"] [comment="drop table: table ID"] [2024/05/06 02:51:10.226 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=121] [jobType="drop table"] [2024/05/06 02:51:10.226 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 66, tp general"] [category=ddl] [jobID=121] [conn=35] [job="ID:121, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:108, RowCount:0, ArgLen:3, start time: 2024-05-06 02:51:10.189 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.231 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=121] [2024/05/06 02:51:10.231 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:10.234 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:122, Type:drop placement policy, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:51:10.233 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:10.234 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:122, Type:drop placement policy, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:51:10.233 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop placement policy p2"] [2024/05/06 02:51:10.240 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 66, tp general"] [category=ddl] [jobID=122] [conn=35] [category=ddl] [job="ID:122, Type:drop placement policy, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:10.233 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.242 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=63] [neededSchemaVersion=64] ["start time"=69.652ยตs] [gotSchemaVersion=64] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop placement policy\"]"] [2024/05/06 02:51:10.243 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=122] [version=64] [2024/05/06 02:51:10.245 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=64] ["take time"=2.737704ms] [job="ID:122, Type:drop placement policy, State:running, SchemaState:write only, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:10.233 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.250 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 66, tp general"] [category=ddl] [jobID=122] [conn=35] [category=ddl] [job="ID:122, Type:drop placement policy, State:running, SchemaState:write only, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:10.233 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.252 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=64] [neededSchemaVersion=65] ["start time"=37.825ยตs] [gotSchemaVersion=65] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop placement policy\"]"] [2024/05/06 02:51:10.253 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=122] [version=65] [2024/05/06 02:51:10.254 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=65] ["take time"=2.660443ms] [job="ID:122, Type:drop placement policy, State:running, SchemaState:delete only, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:10.233 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.258 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 66, tp general"] [category=ddl] [jobID=122] [conn=35] [category=ddl] [job="ID:122, Type:drop placement policy, State:running, SchemaState:delete only, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:10.233 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.260 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=65] [neededSchemaVersion=66] ["start time"=40.411ยตs] [gotSchemaVersion=66] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop placement policy\"]"] [2024/05/06 02:51:10.261 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=122] [version=66] [2024/05/06 02:51:10.262 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=66] ["take time"=2.086517ms] [job="ID:122, Type:drop placement policy, State:done, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:10.233 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.267 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 66, tp general"] [category=ddl] [jobID=122] [conn=35] [job="ID:122, Type:drop placement policy, State:synced, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:10.233 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.270 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=122] [2024/05/06 02:51:10.270 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:10.273 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:123, Type:drop placement policy, State:queueing, SchemaState:none, SchemaID:1, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:51:10.272 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:51:10.273 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:123, Type:drop placement policy, State:queueing, SchemaState:none, SchemaID:1, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:51:10.272 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop placement policy p1"] [2024/05/06 02:51:10.281 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 66, tp general"] [category=ddl] [jobID=123] [conn=35] [category=ddl] [job="ID:123, Type:drop placement policy, State:queueing, SchemaState:none, SchemaID:1, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:10.272 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.283 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=66] [neededSchemaVersion=67] ["start time"=46.831ยตs] [gotSchemaVersion=67] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop placement policy\"]"] [2024/05/06 02:51:10.284 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=123] [version=67] [2024/05/06 02:51:10.285 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=67] ["take time"=2.43817ms] [job="ID:123, Type:drop placement policy, State:running, SchemaState:write only, SchemaID:1, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:10.272 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.292 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 66, tp general"] [category=ddl] [jobID=123] [conn=35] [category=ddl] [job="ID:123, Type:drop placement policy, State:running, SchemaState:write only, SchemaID:1, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:10.272 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.293 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=67] [neededSchemaVersion=68] ["start time"=39.71ยตs] [gotSchemaVersion=68] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop placement policy\"]"] [2024/05/06 02:51:10.294 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=123] [version=68] [2024/05/06 02:51:10.296 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=68] ["take time"=3.058224ms] [job="ID:123, Type:drop placement policy, State:running, SchemaState:delete only, SchemaID:1, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:10.272 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.301 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 66, tp general"] [category=ddl] [jobID=123] [conn=35] [category=ddl] [job="ID:123, Type:drop placement policy, State:running, SchemaState:delete only, SchemaID:1, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:10.272 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.303 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=68] [neededSchemaVersion=69] ["start time"=62.873ยตs] [gotSchemaVersion=69] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop placement policy\"]"] [2024/05/06 02:51:10.304 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=123] [version=69] [2024/05/06 02:51:10.305 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=69] ["take time"=2.824343ms] [job="ID:123, Type:drop placement policy, State:done, SchemaState:none, SchemaID:1, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:10.272 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.311 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 66, tp general"] [category=ddl] [jobID=123] [conn=35] [job="ID:123, Type:drop placement policy, State:synced, SchemaState:none, SchemaID:1, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 02:51:10.272 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:51:10.315 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=123] [2024/05/06 02:51:10.315 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:51:10.319 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=148a54d7-b5ee-4c6d-a3d2-ea03769f632e] [ownerKey=/tidb/ddl/fg/owner] [2024/05/06 02:51:10.319 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:51:10.319 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 68, tp add index"] [category=ddl] ["take time"=1.794ยตs] [2024/05/06 02:51:10.319 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 69, tp add index"] [category=ddl] ["take time"=1.172ยตs] [2024/05/06 02:51:10.319 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 70, tp add index"] [category=ddl] ["take time"=1.17ยตs] [2024/05/06 02:51:10.319 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 67, tp add index"] [category=ddl] ["take time"=916ns] [2024/05/06 02:51:10.319 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:51:10.319 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 66, tp general"] [category=ddl] ["take time"=878ns] [2024/05/06 02:51:10.319 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:51:10.319 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/06 02:51:10.319 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 02:51:10.320 +00:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=148a54d7-b5ee-4c6d-a3d2-ea03769f632e] ["take time"=4.68434ms] [2024/05/06 02:51:10.320 +00:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=148a54d7-b5ee-4c6d-a3d2-ea03769f632e] [2024/05/06 02:51:10.320 +00:00] [INFO] [domain.go:1026] ["stopping ttlJobManager"] [2024/05/06 02:51:10.320 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/06 02:51:10.320 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 02:51:10.320 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 02:51:10.320 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 02:51:10.320 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 02:51:10.320 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/06 02:51:10.320 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 02:51:10.320 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 02:51:10.320 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 02:51:10.320 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 02:51:10.321 +00:00] [INFO] [job_manager.go:174] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [2024/05/06 02:51:10.321 +00:00] [INFO] [domain.go:1037] ["ttlJobManager exited."] [2024/05/06 02:51:10.321 +00:00] [INFO] [manager.go:280] ["recoverMetaLoop done"] [server-id=:4000] [2024/05/06 02:51:10.321 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 02:51:10.321 +00:00] [INFO] [domain.go:907] ["loadSchemaInLoop exited."] [2024/05/06 02:51:10.321 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 02:51:10.321 +00:00] [INFO] [domain.go:1527] ["stopping dist task executor manager"] [2024/05/06 02:51:10.321 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 02:51:10.321 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:51:10.321 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:51:10.321 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:51:10.321 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:51:10.321 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:51:10.321 +00:00] [INFO] [domain.go:2352] ["indexUsageWorker exited."] [2024/05/06 02:51:10.321 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=indexUsageWorker] [2024/05/06 02:51:10.321 +00:00] [INFO] [domain.go:2074] ["dumpFileGcChecker exited."] [2024/05/06 02:51:10.321 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 02:51:10.321 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=148a54d7-b5ee-4c6d-a3d2-ea03769f632e] [ownerKey=/tidb/stats/owner] [2024/05/06 02:51:10.321 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=quitStatsOwner] [2024/05/06 02:51:10.321 +00:00] [INFO] [domain.go:1750] ["LoadSysVarCacheLoop exited."] [2024/05/06 02:51:10.321 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 02:51:10.321 +00:00] [INFO] [domain.go:1700] ["loadPrivilegeInLoop exited."] [2024/05/06 02:51:10.321 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 02:51:10.321 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/06 02:51:10.321 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/06 02:51:10.321 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 02:51:10.321 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 02:51:10.321 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."] [2024/05/06 02:51:10.321 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 02:51:10.321 +00:00] [INFO] [manager.go:179] ["handle tasks loop done"] [server-id=:4000] [2024/05/06 02:51:10.321 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=148a54d7-b5ee-4c6d-a3d2-ea03769f632e] [ownerKey=/tidb/bindinfo/owner] [2024/05/06 02:51:10.321 +00:00] [INFO] [domain.go:1529] ["dist task executor manager stopped"] [2024/05/06 02:51:10.321 +00:00] [INFO] [domain.go:1889] ["globalBindHandleWorkerLoop exited."] [2024/05/06 02:51:10.321 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 02:51:10.321 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 02:51:10.321 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 02:51:10.321 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/06 02:51:10.321 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 02:51:10.321 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/06 02:51:10.321 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 02:51:10.322 +00:00] [INFO] [domain.go:1074] ["domain closed"] ["take time"=6.413896ms] [2024/05/06 02:51:10.322 +00:00] [INFO] [db.go:567] ["Closing database"] [2024/05/06 02:51:10.322 +00:00] [INFO] [db.go:592] ["Memtable flushed"] [2024/05/06 02:51:10.322 +00:00] [INFO] [db.go:596] ["Compaction finished"] [2024/05/06 02:51:10.323 +00:00] [INFO] [db.go:615] ["BlobManager finished"] [2024/05/06 02:51:10.323 +00:00] [INFO] [db.go:619] ["ResourceManager finished"] [2024/05/06 02:51:10.323 +00:00] [INFO] [db.go:625] ["Waiting for closer"] --- PASS: TestTruncateTableWithPlacement (2.46s) === RUN Test_getTTLInfoInOptions --- PASS: Test_getTTLInfoInOptions (0.00s) FAIL coverage: 11.7% of statements -- Coverage runner: Not collecting coverage for failed test. The following commands failed with status 1 /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/sandbox/linux-sandbox/10504/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/ddl/ddl_test_/ddl_test.runfiles/__main__/pkg/ddl/ddl_test_/ddl_test ================================================================================ [11,581 / 12,362] 252 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 41 of 50); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,587 / 12,362] 252 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 41 of 50); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,591 / 12,413] 252 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 41 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,596 / 12,413] 252 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 41 of 50); 37s remote-cache, linux-sandbox ... (70 actions running) [11,599 / 12,413] 253 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 41 of 50); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,605 / 12,441] 253 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 41 of 50); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,618 / 12,492] 253 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,622 / 12,510] 253 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,623 / 12,510] 253 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 43s remote-cache, linux-sandbox ... (70 actions running) [11,629 / 12,510] 253 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,635 / 12,510] 253 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,638 / 12,510] 253 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 47s remote-cache, linux-sandbox ... (70 actions running) [11,641 / 12,510] 253 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 48s remote-cache, linux-sandbox ... (70 actions running) [11,646 / 12,510] 253 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,648 / 12,510] 254 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 50s remote-cache, linux-sandbox ... (70 actions running) [11,653 / 12,510] 254 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 52s remote-cache, linux-sandbox ... (70 actions running) [11,653 / 12,510] 254 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 53s remote-cache, linux-sandbox ... (70 actions running) [11,654 / 12,510] 254 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,666 / 12,510] 254 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,671 / 12,510] 254 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 56s remote-cache, linux-sandbox ... (69 actions running) [11,681 / 12,539] 254 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,693 / 12,546] 255 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 59s remote-cache, linux-sandbox ... (67 actions, 66 running) [11,697 / 12,546] 255 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 60s remote-cache, linux-sandbox ... (70 actions running) [11,698 / 12,546] 255 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 61s remote-cache, linux-sandbox ... (70 actions running) [11,705 / 12,546] 255 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,712 / 12,546] 256 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,713 / 12,546] 256 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 65s remote-cache, linux-sandbox ... (70 actions running) [11,713 / 12,546] 256 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 66s remote-cache, linux-sandbox ... (70 actions running) [11,714 / 12,546] 257 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,726 / 12,550] 257 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,730 / 12,550] 257 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 70s remote-cache, linux-sandbox ... (70 actions running) [11,733 / 12,550] 257 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 71s remote-cache, linux-sandbox ... (70 actions running) [11,743 / 12,563] 257 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,746 / 12,584] 257 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,753 / 12,584] 257 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,757 / 12,584] 257 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 38s remote-cache, linux-sandbox ... (70 actions running) [11,760 / 12,584] 257 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 39s remote-cache, linux-sandbox ... (70 actions running) [11,763 / 12,584] 257 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 41s remote-cache, linux-sandbox ... (70 actions running) [11,770 / 12,584] 257 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 42s remote-cache, linux-sandbox ... (70 actions running) [11,775 / 12,584] 258 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,781 / 12,584] 259 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 45s remote-cache, linux-sandbox ... (70 actions running) [11,783 / 12,584] 259 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 46s remote-cache, linux-sandbox ... (70 actions running) [11,786 / 12,584] 259 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,793 / 12,584] 259 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,796 / 12,584] 259 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 50s remote-cache, linux-sandbox ... (70 actions running) [11,796 / 12,584] 259 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 51s remote-cache, linux-sandbox ... (70 actions running) [11,800 / 12,584] 259 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,801 / 12,584] 259 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 54s remote-cache, linux-sandbox ... (70 actions running) [11,804 / 12,586] 260 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,813 / 12,586] 260 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,820 / 12,598] 261 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,825 / 12,624] 261 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 59s remote-cache, linux-sandbox ... (70 actions running) [11,825 / 12,624] 261 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 61s remote-cache, linux-sandbox ... (70 actions running) [11,836 / 12,624] 261 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,837 / 12,624] 261 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 64s remote-cache, linux-sandbox ... (70 actions running) [11,838 / 12,624] 261 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,843 / 12,624] 261 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 67s remote-cache, linux-sandbox ... (70 actions running) [11,844 / 12,624] 261 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,850 / 12,624] 261 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,856 / 12,624] 261 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,859 / 12,626] 261 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 72s remote-cache, linux-sandbox ... (70 actions running) [11,861 / 12,626] 261 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,865 / 12,646] 261 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 75s remote-cache, linux-sandbox ... (70 actions running) [11,868 / 12,646] 261 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 76s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,871 / 12,646] 261 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 78s remote-cache, linux-sandbox ... (70 actions running) [11,872 / 12,646] 261 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 79s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,878 / 12,646] 261 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 80s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,881 / 12,646] 261 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 82s remote-cache, linux-sandbox ... (70 actions running) [11,882 / 12,646] 261 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 83s remote-cache, linux-sandbox ... (70 actions running) [11,884 / 12,646] 261 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 84s remote-cache, linux-sandbox ... (70 actions running) [11,884 / 12,646] 261 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 85s remote-cache, linux-sandbox ... (70 actions running) [11,888 / 12,646] 261 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 86s remote-cache, linux-sandbox ... (70 actions running) FLAKY: //pkg/ddl:ddl_test (Summary) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_10_of_50/test_attempts/attempt_1.log [11,890 / 12,646] 263 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 88s remote-cache, linux-sandbox ... (70 actions running) [11,893 / 12,646] 263 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 9 of 22); 32s remote-cache, linux-sandbox ... (70 actions running) [11,894 / 12,646] 263 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 9 of 22); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,895 / 12,646] 263 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 9 of 22); 35s remote-cache, linux-sandbox ... (70 actions running) [11,898 / 12,646] 263 / 411 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 5 of 5); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,902 / 12,646] 263 / 411 tests; Testing //pkg/timer:timer_test (shard 5 of 6); 36s remote-cache, linux-sandbox ... (70 actions running) [11,906 / 12,646] 263 / 411 tests; Testing //pkg/timer:timer_test (shard 5 of 6); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,914 / 12,646] 263 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 23 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,916 / 12,646] 263 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 23 of 50); 37s remote-cache, linux-sandbox ... (70 actions running) [11,916 / 12,646] 263 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 23 of 50); 38s remote-cache, linux-sandbox ... (70 actions running) [11,920 / 12,646] 263 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 23 of 50); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,922 / 12,646] 264 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 23 of 50); 41s remote-cache, linux-sandbox ... (70 actions running) [11,925 / 12,646] 264 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 23 of 50); 42s remote-cache, linux-sandbox ... (70 actions running) [11,929 / 12,646] 264 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 23 of 50); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,933 / 12,646] 264 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 9 of 17); 41s remote-cache, linux-sandbox ... (70 actions running) [11,934 / 12,646] 264 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 9 of 17); 43s remote-cache, linux-sandbox ... (70 actions running) [11,936 / 12,646] 264 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 9 of 17); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,945 / 12,646] 264 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,948 / 12,655] 264 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,950 / 12,655] 264 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 45s remote-cache, linux-sandbox ... (70 actions running) [11,952 / 12,655] 264 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 46s remote-cache, linux-sandbox ... (70 actions running) [11,953 / 12,655] 264 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 47s remote-cache, linux-sandbox ... (70 actions running) [11,954 / 12,655] 264 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,957 / 12,655] 264 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,959 / 12,657] 264 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 51s remote-cache, linux-sandbox ... (70 actions running) [11,961 / 12,657] 264 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 52s remote-cache, linux-sandbox ... (70 actions running) [11,965 / 12,657] 264 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 54s remote-cache, linux-sandbox ... (70 actions running) [11,970 / 12,657] 265 / 411 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 52s remote-cache, linux-sandbox ... (68 actions, 67 running) [11,971 / 12,657] 265 / 411 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,973 / 12,657] 265 / 411 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,976 / 12,657] 267 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 4 of 12); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,979 / 12,657] 267 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 4 of 12); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,982 / 12,657] 267 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 4 of 12); 47s remote-cache, linux-sandbox ... (69 actions running) [11,991 / 12,657] 268 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 4 of 12); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,995 / 12,657] 268 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 12 of 22); 35s remote-cache, linux-sandbox ... (70 actions running) [11,995 / 12,657] 269 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 12 of 22); 36s remote-cache, linux-sandbox ... (70 actions running) [11,999 / 12,657] 269 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 1 of 19); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,000 / 12,657] 269 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 1 of 19); 35s remote-cache, linux-sandbox ... (70 actions running) [12,003 / 12,657] 269 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 1 of 19); 36s remote-cache, linux-sandbox ... (70 actions running) [12,004 / 12,657] 269 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 1 of 19); 37s remote-cache, linux-sandbox ... (70 actions running) [12,006 / 12,657] 270 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 30 of 50); 34s remote-cache, linux-sandbox ... (70 actions running) [12,007 / 12,657] 270 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 30 of 50); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,008 / 12,657] 270 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 30 of 50); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,011 / 12,669] 270 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 30 of 50); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,013 / 12,669] 270 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 30 of 50); 39s remote-cache, linux-sandbox ... (70 actions running) [12,017 / 12,681] 270 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 30 of 50); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,023 / 12,685] 270 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 32 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,026 / 12,687] 270 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 32 of 50); 38s remote-cache, linux-sandbox ... (70 actions running) [12,030 / 12,687] 270 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 33 of 50); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,032 / 12,716] 270 / 411 tests; Testing //pkg/ddl/tests/indexmerge:indexmerge_test (shard 18 of 20); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,037 / 12,735] 270 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,038 / 12,735] 270 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 41s remote-cache, linux-sandbox ... (70 actions running) [12,039 / 12,735] 270 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,041 / 12,735] 270 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,043 / 12,735] 270 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 45s remote-cache, linux-sandbox ... (70 actions running) [12,044 / 12,735] 270 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 46s remote-cache, linux-sandbox ... (70 actions running) [12,047 / 12,735] 270 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,050 / 12,735] 270 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,053 / 12,735] 270 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 50s remote-cache, linux-sandbox ... (70 actions running) [12,054 / 12,735] 270 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 51s remote-cache, linux-sandbox ... (70 actions running) [12,056 / 12,735] 270 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,058 / 12,735] 270 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 50s remote-cache, linux-sandbox ... (70 actions running) [12,060 / 12,735] 270 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,062 / 12,735] 270 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 53s remote-cache, linux-sandbox ... (70 actions running) [12,062 / 12,735] 270 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 55s remote-cache, linux-sandbox ... (70 actions running) [12,064 / 12,735] 270 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 56s remote-cache, linux-sandbox ... (70 actions running) [12,066 / 12,748] 270 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,067 / 12,748] 270 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 59s remote-cache, linux-sandbox ... (70 actions running) [12,073 / 12,760] 271 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,076 / 12,760] 271 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,079 / 12,793] 271 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 63s remote-cache, linux-sandbox ... (70 actions running) [12,083 / 12,811] 271 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,085 / 12,811] 271 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,094 / 12,811] 271 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 59s remote-cache, linux-sandbox ... (70 actions running) [12,095 / 12,811] 271 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 60s remote-cache, linux-sandbox ... (70 actions running) [12,098 / 12,811] 272 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 61s remote-cache, linux-sandbox ... (70 actions running) [12,100 / 12,811] 272 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 63s remote-cache, linux-sandbox ... (70 actions running) [12,102 / 12,811] 272 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 64s remote-cache, linux-sandbox ... (70 actions running) [12,106 / 12,811] 272 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,107 / 12,817] 272 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,110 / 12,819] 272 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 68s remote-cache, linux-sandbox ... (70 actions running) [12,112 / 12,819] 272 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 70s remote-cache, linux-sandbox ... (70 actions running) [12,113 / 12,819] 272 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 72s remote-cache, linux-sandbox ... (70 actions running) [12,115 / 12,819] 272 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 73s remote-cache, linux-sandbox ... (70 actions running) [12,118 / 12,823] 272 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,127 / 12,831] 274 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,128 / 12,831] 274 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,129 / 12,831] 274 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 56s remote-cache, linux-sandbox ... (70 actions running) [12,129 / 12,831] 274 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 58s remote-cache, linux-sandbox ... (70 actions running) [12,132 / 12,831] 274 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 60s remote-cache, linux-sandbox ... (70 actions running) [12,136 / 12,831] 275 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,138 / 12,831] 275 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,139 / 12,831] 275 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,139 / 12,831] 275 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 65s remote-cache, linux-sandbox ... (70 actions running) [12,142 / 12,831] 275 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,143 / 12,831] 275 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 68s remote-cache, linux-sandbox ... (70 actions running) [12,144 / 12,831] 275 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,146 / 12,831] 275 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,149 / 12,831] 275 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 72s remote-cache, linux-sandbox ... (70 actions running) [12,152 / 12,831] 275 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,160 / 12,879] 276 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,161 / 12,879] 276 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,163 / 12,879] 277 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 77s remote-cache, linux-sandbox ... (70 actions running) [12,166 / 12,879] 277 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 78s remote-cache, linux-sandbox ... (70 actions running) [12,167 / 12,879] 277 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 79s remote-cache, linux-sandbox ... (70 actions running) [12,170 / 12,879] 277 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 81s remote-cache, linux-sandbox ... (70 actions running) [12,171 / 12,879] 277 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 82s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,174 / 12,879] 277 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 84s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,180 / 12,879] 278 / 411 tests; Testing //pkg/planner/core/issuetest:issuetest_test; 40s remote-cache, linux-sandbox ... (70 actions running) [12,183 / 12,879] 278 / 411 tests; Testing //pkg/planner/core/issuetest:issuetest_test; 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,185 / 12,879] 279 / 411 tests; Testing //pkg/planner/core/issuetest:issuetest_test; 42s remote-cache, linux-sandbox ... (70 actions running) [12,187 / 12,879] 279 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 6 of 17); 42s remote-cache, linux-sandbox ... (70 actions running) [12,188 / 12,888] 279 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 6 of 17); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,193 / 12,888] 279 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 6 of 17); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,195 / 12,888] 279 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 6 of 17); 46s remote-cache, linux-sandbox ... (70 actions running) [12,197 / 12,888] 279 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 6 of 17); 47s remote-cache, linux-sandbox ... (70 actions running) [12,200 / 12,888] 279 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,201 / 12,888] 279 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,203 / 12,888] 279 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 47s remote-cache, linux-sandbox ... (70 actions running) [12,204 / 12,888] 279 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 48s remote-cache, linux-sandbox ... (70 actions running) [12,205 / 12,888] 279 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 50s remote-cache, linux-sandbox ... (70 actions running) [12,205 / 12,888] 279 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 51s remote-cache, linux-sandbox ... (70 actions running) [12,208 / 12,894] 279 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,210 / 12,894] 279 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,211 / 12,894] 279 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,211 / 12,894] 279 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 56s remote-cache, linux-sandbox ... (70 actions running) [12,213 / 12,894] 279 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 57s remote-cache, linux-sandbox ... (70 actions running) [12,216 / 12,894] 279 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,220 / 12,918] 279 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 60s remote-cache, linux-sandbox ... (69 actions running) [12,221 / 12,918] 279 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 61s remote-cache, linux-sandbox ... (70 actions running) [12,222 / 12,918] 279 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,224 / 12,918] 279 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,230 / 12,918] 279 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,231 / 12,918] 279 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 66s remote-cache, linux-sandbox ... (70 actions running) [12,233 / 12,918] 279 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,235 / 12,918] 279 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 69s remote-cache, linux-sandbox ... (70 actions running) [12,235 / 12,918] 279 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 70s remote-cache, linux-sandbox ... (70 actions running) [12,240 / 12,918] 279 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,242 / 12,918] 279 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,243 / 12,918] 279 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,246 / 12,918] 279 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,252 / 12,918] 279 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 76s remote-cache, linux-sandbox ... (70 actions running) [12,253 / 12,918] 279 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 77s remote-cache, linux-sandbox ... (70 actions running) [12,259 / 12,961] 280 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 79s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,262 / 12,961] 280 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 80s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,266 / 12,995] 280 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 81s remote-cache, linux-sandbox ... (70 actions running) [12,270 / 12,995] 280 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 82s remote-cache, linux-sandbox ... (70 actions running) [12,272 / 12,995] 280 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 84s remote-cache, linux-sandbox ... (70 actions running) [12,276 / 12,995] 280 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 85s remote-cache, linux-sandbox ... (70 actions running) [12,278 / 12,995] 280 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 43s remote-cache, linux-sandbox ... (70 actions running) [12,279 / 12,995] 280 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,281 / 12,995] 280 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 46s remote-cache, linux-sandbox ... (70 actions running) [12,285 / 12,995] 280 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 47s remote-cache, linux-sandbox ... (70 actions running) [12,287 / 12,995] 280 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,290 / 12,995] 280 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 50s remote-cache, linux-sandbox ... (70 actions running) [12,291 / 12,995] 280 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 51s remote-cache, linux-sandbox ... (70 actions running) [12,296 / 12,995] 280 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 52s remote-cache, linux-sandbox ... (70 actions running) [12,302 / 12,995] 280 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,303 / 12,995] 280 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,307 / 12,995] 280 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,312 / 12,995] 280 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 57s remote-cache, linux-sandbox ... (70 actions running) [12,313 / 12,995] 280 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 58s remote-cache, linux-sandbox ... (70 actions running) [12,317 / 12,995] 281 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 59s remote-cache, linux-sandbox ... (70 actions running) [12,317 / 12,995] 281 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 60s remote-cache, linux-sandbox ... (70 actions running) [12,318 / 12,995] 281 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 61s remote-cache, linux-sandbox ... (70 actions running) [12,323 / 12,995] 281 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 62s remote-cache, linux-sandbox ... (70 actions running) [12,327 / 13,008] 281 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,328 / 13,008] 281 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,332 / 13,008] 281 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,334 / 13,008] 281 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 67s remote-cache, linux-sandbox ... (70 actions running) [12,336 / 13,008] 281 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,342 / 13,008] 281 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,347 / 13,008] 282 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,348 / 13,008] 282 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,351 / 13,008] 282 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 73s remote-cache, linux-sandbox ... (70 actions running) [12,357 / 13,008] 282 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 75s remote-cache, linux-sandbox ... (70 actions running) [12,361 / 13,008] 282 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 76s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,363 / 13,008] 282 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 78s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,367 / 13,008] 282 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 79s remote-cache, linux-sandbox ... (70 actions running) [12,369 / 13,008] 282 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 80s remote-cache, linux-sandbox ... (70 actions running) [12,371 / 13,008] 282 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 81s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,372 / 13,008] 282 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 82s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,376 / 13,008] 282 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,378 / 13,008] 282 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 85s remote-cache, linux-sandbox ... (70 actions running) [12,379 / 13,008] 282 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 86s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,383 / 13,008] 282 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 88s remote-cache, linux-sandbox ... (70 actions running) [12,386 / 13,008] 282 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 89s remote-cache, linux-sandbox ... (70 actions running) [12,389 / 13,008] 282 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 90s remote-cache, linux-sandbox ... (70 actions running) [12,390 / 13,008] 282 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 91s remote-cache, linux-sandbox ... (69 actions running) [12,395 / 13,008] 282 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 92s remote-cache, linux-sandbox ... (70 actions running) [12,397 / 13,008] 282 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 93s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,402 / 13,008] 282 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 95s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,406 / 13,008] 282 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 96s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,409 / 13,008] 282 / 411 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 8 of 11); 45s remote-cache, linux-sandbox ... (70 actions running) [12,411 / 13,008] 282 / 411 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 8 of 11); 46s remote-cache, linux-sandbox ... (70 actions running) [12,416 / 13,008] 282 / 411 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 8 of 11); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,420 / 13,008] 282 / 411 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 48s remote-cache, linux-sandbox ... (70 actions running) [12,422 / 13,008] 282 / 411 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,426 / 13,008] 283 / 411 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 50s remote-cache, linux-sandbox ... (70 actions running) [12,430 / 13,008] 283 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,433 / 13,008] 283 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 44s remote-cache, linux-sandbox ... (70 actions running) [12,435 / 13,008] 283 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 45s remote-cache, linux-sandbox ... (70 actions running) [12,437 / 13,008] 283 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 47s remote-cache, linux-sandbox ... (70 actions running) [12,441 / 13,008] 283 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,445 / 13,008] 284 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,446 / 13,008] 284 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,449 / 13,008] 284 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 52s remote-cache, linux-sandbox ... (70 actions running) [12,453 / 13,008] 284 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,459 / 13,008] 284 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,462 / 13,008] 284 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 56s remote-cache, linux-sandbox ... (70 actions running) [12,464 / 13,008] 284 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,467 / 13,008] 284 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,467 / 13,008] 284 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 60s remote-cache, linux-sandbox ... (70 actions running) [12,469 / 13,008] 284 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,474 / 13,008] 286 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 63s remote-cache, linux-sandbox ... (70 actions running) [12,477 / 13,010] 286 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,480 / 13,010] 286 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 66s remote-cache, linux-sandbox ... (70 actions running) [12,483 / 13,010] 287 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 68s remote-cache, linux-sandbox ... (70 actions running) [12,485 / 13,010] 287 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 70s remote-cache, linux-sandbox ... (70 actions running) [12,490 / 13,010] 287 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,492 / 13,061] 287 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 73s remote-cache, linux-sandbox ... (70 actions running) [12,494 / 13,061] 287 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 75s remote-cache, linux-sandbox ... (70 actions running) [12,495 / 13,061] 287 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 76s remote-cache, linux-sandbox ... (70 actions running) [12,500 / 13,061] 287 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 77s remote-cache, linux-sandbox ... (70 actions running) [12,505 / 13,061] 287 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 78s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,511 / 13,061] 287 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,512 / 13,061] 288 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 59s remote-cache, linux-sandbox ... (70 actions running) [12,521 / 13,061] 288 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,527 / 13,061] 288 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 61s remote-cache, linux-sandbox ... (70 actions running) [12,530 / 13,061] 288 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,535 / 13,061] 288 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,539 / 13,061] 288 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,543 / 13,061] 288 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,544 / 13,061] 288 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 67s remote-cache, linux-sandbox ... (69 actions running) [12,548 / 13,061] 288 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 68s remote-cache, linux-sandbox ... (70 actions running) [12,553 / 13,061] 288 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 69s remote-cache, linux-sandbox ... (70 actions running) [12,557 / 13,061] 288 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 70s remote-cache, linux-sandbox ... (70 actions running) [12,566 / 13,061] 288 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 72s remote-cache, linux-sandbox ... (68 actions, 66 running) [12,567 / 13,061] 288 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 73s remote-cache, linux-sandbox ... (70 actions running) [12,571 / 13,061] 288 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,578 / 13,061] 289 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 76s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,582 / 13,061] 289 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 77s remote-cache, linux-sandbox ... (69 actions running) [12,586 / 13,061] 289 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,590 / 13,061] 289 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,595 / 13,061] 289 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 60s remote-cache, linux-sandbox ... (70 actions running) [12,599 / 13,061] 289 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 61s remote-cache, linux-sandbox ... (70 actions running) [12,605 / 13,061] 289 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,611 / 13,061] 290 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,612 / 13,061] 290 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,615 / 13,061] 290 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 66s remote-cache, linux-sandbox ... (70 actions running) [12,619 / 13,061] 290 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 67s remote-cache, linux-sandbox ... (70 actions running) [12,624 / 13,061] 290 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,627 / 13,061] 290 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,629 / 13,063] 290 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 71s remote-cache, linux-sandbox ... (70 actions running) [12,632 / 13,063] 290 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,636 / 13,063] 290 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,639 / 13,063] 290 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 74s remote-cache, linux-sandbox ... (69 actions running) [12,643 / 13,063] 290 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,646 / 13,063] 290 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 76s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,656 / 13,063] 290 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,663 / 13,063] 290 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 79s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,668 / 13,063] 290 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,673 / 13,063] 290 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,682 / 13,114] 290 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,689 / 13,114] 290 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,691 / 13,114] 290 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 65s remote-cache, linux-sandbox ... (70 actions running) [12,701 / 13,114] 290 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 66s remote-cache, linux-sandbox ... (70 actions running) [12,707 / 13,114] 290 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,708 / 13,114] 290 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,713 / 13,123] 290 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) FAIL: //pkg/domain/globalconfigsync:globalconfigsync_test (see /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/globalconfigsync/globalconfigsync_test/test_attempts/attempt_1.log) [12,719 / 13,123] 290 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,721 / 13,138] 290 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 72s remote-cache, linux-sandbox ... (70 actions running) [12,728 / 13,138] 290 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 74s remote-cache, linux-sandbox ... (70 actions running) [12,731 / 13,138] 290 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 75s remote-cache, linux-sandbox ... (70 actions running) [12,734 / 13,138] 290 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 76s remote-cache, linux-sandbox ... (69 actions, 68 running) FLAKY: //pkg/domain/globalconfigsync:globalconfigsync_test (Summary) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/globalconfigsync/globalconfigsync_test/test_attempts/attempt_1.log INFO: From Testing //pkg/domain/globalconfigsync:globalconfigsync_test: ==================== Test output for //pkg/domain/globalconfigsync:globalconfigsync_test: === RUN TestGlobalConfigSyncer [2024/05/06 02:58:38.322 +00:00] [INFO] [globalconfig.go:48] ["store global config"] [name=a] [value=b] [2024/05/06 02:58:38.323 +00:00] [INFO] [db.go:567] ["Closing database"] [2024/05/06 02:58:38.323 +00:00] [INFO] [db.go:592] ["Memtable flushed"] [2024/05/06 02:58:38.323 +00:00] [INFO] [db.go:596] ["Compaction finished"] [2024/05/06 02:58:38.323 +00:00] [INFO] [db.go:615] ["BlobManager finished"] [2024/05/06 02:58:38.323 +00:00] [INFO] [db.go:619] ["ResourceManager finished"] [2024/05/06 02:58:38.323 +00:00] [INFO] [db.go:625] ["Waiting for closer"] --- PASS: TestGlobalConfigSyncer (0.03s) === RUN TestStoreGlobalConfig [2024/05/06 02:58:38.362 +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 02:58:38.363 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:58:38.363 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:58:38.365 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:58:38.365 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:58:38.366 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:58:38.368 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=2987bc5d-c80b-4387-ad64-1b72d5a86769] ["ddl lease"=50ms] ["stats lease"=3s] [2024/05/06 02:58:38.381 +00:00] [WARN] [controller.go:198] ["[resource group controller] server does not save config, load config failed"] [2024/05/06 02:58:38.381 +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 02:58:38.382 +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/domain/globalconfigsync/globalconfigsync_test_test.TestStoreGlobalConfig\n\tpkg/domain/globalconfigsync/globalconfig_test.go:84\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [version=0] [2024/05/06 02:58:38.386 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=0] ["start time"=3.817305ms] [2024/05/06 02:58:38.386 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 02:58:38.386 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=02426c51-3d5e-4b9f-b077-362c6ccd3f53] [runWorker=true] [2024/05/06 02:58:38.388 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 02:58:38.388 +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 02:58:38.388 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 02:58:38.388 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 02:58:38.388 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 02:58:38.388 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 02:58:38.388 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 02:58:38.388 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 02:58:38.388 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 02:58:38.388 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 02:58:38.388 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 02:58:38.388 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 02:58:38.389 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2024/05/06 02:58:38.389 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 02:58:38.389 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 02:58:38.389 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 02:58:38.390 +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 02:58:38.396 +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 02:58:38.394 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:38.396 +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 02:58:38.394 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS test"] [2024/05/06 02:58:38.423 +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).loadSchemaInLoop\n\tpkg/domain/domain.go:914\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init.func2\n\tpkg/domain/domain.go:1287\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"] [version=0] [2024/05/06 02:58:38.446 +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).loadSchemaInLoop\n\tpkg/domain/domain.go:914\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init.func2\n\tpkg/domain/domain.go:1287\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"] [version=0] [2024/05/06 02:58:38.448 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 02:58:38.448 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 02:58:38.477 +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 02:58:38.394 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.480 +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).loadSchemaInLoop\n\tpkg/domain/domain.go:914\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init.func2\n\tpkg/domain/domain.go:1287\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"] [version=0] [2024/05/06 02:58:38.486 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=1] ["start time"=4.477217ms] [2024/05/06 02:58:38.486 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 02:58:38.488 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:38.488 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2024/05/06 02:58:38.488 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=8.126326ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:58:38.394 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.492 +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 02:58:38.394 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.494 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=3] [2024/05/06 02:58:38.494 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:38.494 +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 02:58:38.495 +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 02:58:38.501 +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 02:58:38.497 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:38.501 +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 02:58:38.497 +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 02:58:38.514 +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 02:58:38.497 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.526 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=1] [neededSchemaVersion=2] ["start time"=1.075379ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:38.528 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:38.528 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2024/05/06 02:58:38.530 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=4.777637ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:38.497 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.536 +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 02:58:38.497 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.543 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=5] [2024/05/06 02:58:38.543 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:38.544 +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 02:58:38.556 +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 02:58:38.554 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:38.556 +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 02:58:38.554 +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 02:58:38.575 +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 02:58:38.554 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.578 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=2] [neededSchemaVersion=3] ["start time"=246.058ยตs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:38.579 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:38.579 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2024/05/06 02:58:38.580 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=2.892852ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:38.554 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.589 +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 02:58:38.554 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.599 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=7] [2024/05/06 02:58:38.599 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:38.599 +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 02:58:38.602 +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 02:58:38.601 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:38.602 +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 02:58:38.601 +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 02:58:38.608 +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 02:58:38.601 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.611 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=3] [neededSchemaVersion=4] ["start time"=226.51ยตs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:38.612 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:38.612 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2024/05/06 02:58:38.613 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=2.021483ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:38.601 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.621 +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 02:58:38.601 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.634 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=9] [2024/05/06 02:58:38.634 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:38.634 +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 02:58:38.652 +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 02:58:38.646 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:38.652 +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 02:58:38.646 +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 02:58:38.659 +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 02:58:38.646 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.678 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=4] [neededSchemaVersion=5] ["start time"=529.849ยตs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:38.679 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:38.679 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2024/05/06 02:58:38.683 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=7.476859ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:38.646 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.688 +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 02:58:38.646 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.694 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=11] [2024/05/06 02:58:38.694 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:38.694 +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 02:58:38.705 +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 02:58:38.701 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:38.705 +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 02:58:38.701 +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 02:58:38.712 +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 02:58:38.701 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.717 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=5] [neededSchemaVersion=6] ["start time"=331.628ยตs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:38.718 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:38.718 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2024/05/06 02:58:38.719 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=2.966941ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:38.701 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.724 +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 02:58:38.701 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.730 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=13] [2024/05/06 02:58:38.730 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:38.730 +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 02:58:38.741 +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 02:58:38.74 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:38.741 +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 02:58:38.74 +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 02:58:38.749 +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 02:58:38.74 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.752 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=6] [neededSchemaVersion=7] ["start time"=311.915ยตs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:38.753 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:38.753 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2024/05/06 02:58:38.754 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=2.40644ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:38.74 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.758 +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 02:58:38.74 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.762 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=15] [2024/05/06 02:58:38.762 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:38.762 +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 02:58:38.765 +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 02:58:38.764 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:38.765 +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 02:58:38.764 +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 02:58:38.772 +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 02:58:38.764 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.775 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=7] [neededSchemaVersion=8] ["start time"=212.411ยตs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:38.777 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:38.777 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2024/05/06 02:58:38.778 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=2.468226ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:38.764 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.782 +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 02:58:38.764 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.786 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=17] [2024/05/06 02:58:38.786 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:38.787 +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 02:58:38.803 +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 02:58:38.788 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:38.803 +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 02:58:38.788 +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 02:58:38.816 +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 02:58:38.788 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.830 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=8] [neededSchemaVersion=9] ["start time"=246.645ยตs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:38.832 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:38.832 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2024/05/06 02:58:38.834 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=4.073239ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:38.788 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.842 +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 02:58:38.788 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.846 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=19] [2024/05/06 02:58:38.846 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:38.846 +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 02:58:38.849 +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 02:58:38.847 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:38.849 +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 02:58:38.847 +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 02:58:38.857 +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 02:58:38.847 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.863 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=9] [neededSchemaVersion=10] ["start time"=285.598ยตs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:38.864 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:38.864 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2024/05/06 02:58:38.868 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=6.12801ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:38.847 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.874 +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 02:58:38.847 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.877 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=21] [2024/05/06 02:58:38.877 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:38.877 +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 02:58:38.882 +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 02:58:38.879 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:38.883 +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 02:58:38.879 +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 02:58:38.889 +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 02:58:38.879 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.892 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=10] [neededSchemaVersion=11] ["start time"=285.585ยตs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:38.893 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:38.894 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2024/05/06 02:58:38.895 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=2.801532ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:38.879 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.903 +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 02:58:38.879 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.907 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=23] [2024/05/06 02:58:38.907 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:38.908 +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 02:58:38.908 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:58:38.911 +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 02:58:38.909 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:38.911 +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 02:58:38.909 +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 02:58:38.918 +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 02:58:38.909 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.924 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=11] [neededSchemaVersion=12] ["start time"=491.052ยตs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:38.925 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:38.925 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2024/05/06 02:58:38.928 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=4.700686ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:38.909 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.934 +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 02:58:38.909 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.942 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=25] [2024/05/06 02:58:38.942 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:38.943 +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 02:58:38.956 +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 02:58:38.949 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:38.956 +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 02:58:38.949 +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 02:58:38.980 +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 02:58:38.949 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:38.985 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=12] [neededSchemaVersion=13] ["start time"=573.688ยตs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:38.986 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:38.987 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2024/05/06 02:58:38.994 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=10.504868ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:38.949 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.006 +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 02:58:38.949 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.010 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=27] [2024/05/06 02:58:39.010 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:39.010 +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 02:58:39.016 +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 02:58:39.014 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:39.016 +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 02:58:39.014 +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 02:58:39.034 +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 02:58:39.014 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.037 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=13] [neededSchemaVersion=14] ["start time"=290.936ยตs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:39.038 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:39.039 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2024/05/06 02:58:39.040 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=3.226057ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:39.014 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.051 +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 02:58:39.014 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.055 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=29] [2024/05/06 02:58:39.055 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:39.056 +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 02:58:39.060 +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 02:58:39.057 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:39.060 +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 02:58:39.057 +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 02:58:39.067 +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 02:58:39.057 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.071 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=14] [neededSchemaVersion=15] ["start time"=332.532ยตs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:39.073 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:39.073 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2024/05/06 02:58:39.082 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=10.927551ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:39.057 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.088 +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 02:58:39.057 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.093 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=31] [2024/05/06 02:58:39.093 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:39.093 +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 02:58:39.096 +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 02:58:39.095 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:39.096 +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 02:58:39.095 +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 02:58:39.101 +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 02:58:39.095 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.104 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=15] [neededSchemaVersion=16] ["start time"=253.954ยตs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:39.105 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:39.105 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2024/05/06 02:58:39.105 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=2.011673ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:39.095 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.118 +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 02:58:39.095 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.122 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=33] [2024/05/06 02:58:39.123 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:39.123 +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 02:58:39.126 +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 02:58:39.125 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:39.126 +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 02:58:39.125 +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 02:58:39.136 +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 02:58:39.125 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.139 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=16] [neededSchemaVersion=17] ["start time"=305.714ยตs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:39.141 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:39.141 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2024/05/06 02:58:39.141 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=2.074138ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:39.125 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.154 +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 02:58:39.125 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.159 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=35] [2024/05/06 02:58:39.159 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:39.159 +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 02:58:39.182 +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 02:58:39.18 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:39.182 +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 02:58:39.18 +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 02:58:39.193 +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 02:58:39.18 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.200 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=17] [neededSchemaVersion=18] ["start time"=446.702ยตs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:39.202 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:39.202 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2024/05/06 02:58:39.204 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=4.206703ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:39.18 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.217 +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 02:58:39.18 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.222 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=37] [2024/05/06 02:58:39.222 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:39.223 +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 02:58:39.227 +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 02:58:39.225 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:39.227 +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 02:58:39.225 +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 02:58:39.237 +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 02:58:39.225 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.247 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=18] [neededSchemaVersion=19] ["start time"=478.622ยตs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:39.249 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:39.249 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2024/05/06 02:58:39.249 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=3.067254ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:39.225 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.256 +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 02:58:39.225 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.261 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=39] [2024/05/06 02:58:39.261 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:39.265 +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 02:58:39.269 +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 02:58:39.268 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:39.269 +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 02:58:39.268 +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 02:58:39.278 +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 02:58:39.268 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.282 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=19] [neededSchemaVersion=20] ["start time"=332.556ยตs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:39.284 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:39.284 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2024/05/06 02:58:39.292 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=10.777373ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:39.268 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.307 +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 02:58:39.268 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.318 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=41] [2024/05/06 02:58:39.318 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:39.319 +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 02:58:39.322 +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 02:58:39.321 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:39.322 +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 02:58:39.321 +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 02:58:39.339 +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 02:58:39.321 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.345 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=20] [neededSchemaVersion=21] ["start time"=259.481ยตs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:39.347 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:39.347 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2024/05/06 02:58:39.349 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=4.21619ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:39.321 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.359 +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 02:58:39.321 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.363 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=43] [2024/05/06 02:58:39.364 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:39.364 +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 02:58:39.367 +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 02:58:39.365 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:39.367 +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 02:58:39.365 +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 02:58:39.378 +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 02:58:39.365 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.381 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=21] [neededSchemaVersion=22] ["start time"=177.388ยตs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:39.383 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:39.383 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2024/05/06 02:58:39.387 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=7.098146ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:39.365 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.392 +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 02:58:39.394 +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 02:58:39.365 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.398 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=45] [2024/05/06 02:58:39.398 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:39.398 +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 02:58:39.402 +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 02:58:39.4 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:39.403 +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 02:58:39.4 +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 02:58:39.414 +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 02:58:39.4 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.418 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=22] [neededSchemaVersion=23] ["start time"=403.68ยตs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:39.420 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:39.420 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2024/05/06 02:58:39.422 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=4.117898ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:39.4 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.431 +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 02:58:39.4 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.437 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=47] [2024/05/06 02:58:39.437 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:39.438 +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 02:58:39.455 +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 02:58:39.439 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:39.455 +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 02:58:39.439 +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 02:58:39.466 +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 02:58:39.439 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.471 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=23] [neededSchemaVersion=24] ["start time"=289.098ยตs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:39.472 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:39.472 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2024/05/06 02:58:39.472 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=2.049032ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:39.439 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.478 +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 02:58:39.439 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.485 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=49] [2024/05/06 02:58:39.485 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:39.486 +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 02:58:39.490 +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 02:58:39.488 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:39.490 +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 02:58:39.488 +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 02:58:39.502 +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 02:58:39.488 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.505 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=24] [neededSchemaVersion=25] ["start time"=295.53ยตs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:39.507 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:39.507 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2024/05/06 02:58:39.511 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=5.66353ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:39.488 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.518 +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 02:58:39.488 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.522 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=51] [2024/05/06 02:58:39.522 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:39.522 +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 02:58:39.532 +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 02:58:39.53 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:39.532 +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 02:58:39.53 +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 02:58:39.541 +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 02:58:39.53 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.546 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=25] [neededSchemaVersion=26] ["start time"=259.864ยตs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:39.547 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:39.547 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2024/05/06 02:58:39.549 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=4.07898ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:39.53 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.563 +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 02:58:39.53 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.567 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=53] [2024/05/06 02:58:39.567 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:39.567 +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 02:58:39.570 +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 02:58:39.569 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:39.571 +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 02:58:39.569 +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 02:58:39.600 +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 02:58:39.569 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.609 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=26] [neededSchemaVersion=27] ["start time"=289.745ยตs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:39.610 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:39.611 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2024/05/06 02:58:39.613 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=4.454233ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:39.569 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.619 +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 02:58:39.569 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.623 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=55] [2024/05/06 02:58:39.623 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:39.623 +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 02:58:39.627 +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 02:58:39.626 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:39.627 +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 02:58:39.626 +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 02:58:39.636 +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 02:58:39.626 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.640 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=27] [neededSchemaVersion=28] ["start time"=260.198ยตs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:39.642 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:39.643 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2024/05/06 02:58:39.646 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=6.106857ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:39.626 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.653 +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 02:58:39.626 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.657 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=57] [2024/05/06 02:58:39.657 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:39.658 +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 02:58:39.658 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2024/05/06 02:58:39.661 +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 02:58:39.66 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:39.661 +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 02:58:39.66 +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 02:58:39.671 +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 02:58:39.66 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.674 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=28] [neededSchemaVersion=29] ["start time"=220.52ยตs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:39.675 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:39.675 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2024/05/06 02:58:39.677 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=2.917903ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:39.66 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.682 +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 02:58:39.66 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.689 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=59] [2024/05/06 02:58:39.689 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:39.689 +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 02:58:39.694 +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 02:58:39.692 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:39.694 +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 02:58:39.692 +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 02:58:39.700 +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 02:58:39.692 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.703 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=29] [neededSchemaVersion=30] ["start time"=355.82ยตs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:39.705 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:39.705 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2024/05/06 02:58:39.719 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=16.586098ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:39.692 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.729 +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 02:58:39.692 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.733 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=61] [2024/05/06 02:58:39.733 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:39.733 +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 02:58:39.743 +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 02:58:39.741 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:39.743 +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 02:58:39.741 +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 02:58:39.749 +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 02:58:39.741 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.752 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=30] [neededSchemaVersion=31] ["start time"=358.712ยตs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:39.754 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:39.754 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2024/05/06 02:58:39.754 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=2.027628ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:39.741 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.769 +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 02:58:39.741 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.773 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=63] [2024/05/06 02:58:39.773 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:39.774 +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 02:58:39.783 +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 02:58:39.781 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:39.783 +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 02:58:39.781 +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 02:58:39.795 +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 02:58:39.781 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.799 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=31] [neededSchemaVersion=32] ["start time"=431.162ยตs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:39.801 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:39.801 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2024/05/06 02:58:39.801 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=2.053147ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:39.781 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.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 02:58:39.781 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.813 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=65] [2024/05/06 02:58:39.813 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:39.813 +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 02:58:39.819 +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 02:58:39.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:39.819 +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 02:58:39.816 +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 02:58:39.828 +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 02:58:39.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.832 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=32] [neededSchemaVersion=33] ["start time"=266.212ยตs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:39.834 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:39.834 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2024/05/06 02:58:39.838 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=5.706973ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:39.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.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 02:58:39.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.847 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=67] [2024/05/06 02:58:39.847 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:39.852 +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 02:58:39.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:39.852 +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 02:58:39.85 +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 02:58:39.865 +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 02:58:39.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.869 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=33] [neededSchemaVersion=34] ["start time"=307.267ยตs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 02:58:39.870 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:39.870 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2024/05/06 02:58:39.870 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=2.011326ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-06 02:58:39.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.877 +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 02:58:39.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.881 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=69] [2024/05/06 02:58:39.881 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:39.881 +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 02:58:39.885 +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 02:58:39.883 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:39.885 +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 02:58:39.883 +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 02:58:39.904 +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 02:58:39.883 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.910 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=34] [neededSchemaVersion=35] ["start time"=337.718ยตs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:39.912 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:39.912 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2024/05/06 02:58:39.915 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=5.330036ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:39.883 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.941 +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 02:58:39.883 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.957 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=71] [2024/05/06 02:58:39.957 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:39.957 +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 02:58:39.976 +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 02:58:39.96 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:39.976 +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 02:58:39.96 +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 02:58:39.984 +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 02:58:39.96 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:39.987 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=35] [neededSchemaVersion=36] ["start time"=285.544ยตs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:39.988 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:39.988 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2024/05/06 02:58:39.991 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=4.322612ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:39.96 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.002 +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 02:58:39.96 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.006 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=73] [2024/05/06 02:58:40.006 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:40.006 +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 02:58:40.011 +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 02:58:40.009 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:40.011 +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 02:58:40.009 +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 02:58:40.020 +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 02:58:40.009 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.024 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=36] [neededSchemaVersion=37] ["start time"=277.953ยตs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:40.026 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:40.026 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2024/05/06 02:58:40.028 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=4.327409ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:40.009 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.035 +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 02:58:40.009 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.039 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=75] [2024/05/06 02:58:40.039 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:40.039 +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 02:58:40.043 +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 02:58:40.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:40.043 +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 02:58:40.041 +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 02:58:40.052 +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 02:58:40.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.057 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=37] [neededSchemaVersion=38] ["start time"=447.327ยตs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:40.059 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:40.059 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2024/05/06 02:58:40.062 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=5.617236ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:40.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.069 +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 02:58:40.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.080 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=77] [2024/05/06 02:58:40.080 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:40.081 +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 02:58:40.084 +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 02:58:40.082 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:40.084 +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 02:58:40.082 +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 02:58:40.089 +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 02:58:40.082 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.093 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=38] [neededSchemaVersion=39] ["start time"=411.972ยตs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:40.094 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:40.094 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2024/05/06 02:58:40.096 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=2.933109ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:40.082 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.100 +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 02:58:40.082 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.107 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=79] [2024/05/06 02:58:40.107 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:40.107 +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 02:58:40.111 +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 02:58:40.109 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:40.111 +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 02:58:40.109 +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 02:58:40.128 +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 02:58:40.109 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.133 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=39] [neededSchemaVersion=40] ["start time"=517.495ยตs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:40.134 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:40.134 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2024/05/06 02:58:40.136 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=4.312383ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:40.109 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.142 +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 02:58:40.109 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.159 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=81] [2024/05/06 02:58:40.159 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:40.160 +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 02:58:40.163 +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 02:58:40.161 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:40.163 +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 02:58:40.161 +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 02:58:40.175 +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 02:58:40.161 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.179 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=40] [neededSchemaVersion=41] ["start time"=517.89ยตs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:40.181 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:40.181 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2024/05/06 02:58:40.184 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=5.517828ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:40.161 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.190 +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 02:58:40.161 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.194 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=83] [2024/05/06 02:58:40.194 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:40.194 +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 02:58:40.199 +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 02:58:40.196 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:40.199 +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 02:58:40.196 +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 02:58:40.211 +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 02:58:40.196 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.214 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=41] [neededSchemaVersion=42] ["start time"=471.321ยตs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:40.216 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:40.216 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2024/05/06 02:58:40.224 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=10.28097ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:40.196 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.236 +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 02:58:40.196 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.241 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=85] [2024/05/06 02:58:40.241 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:40.242 +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 02:58:40.246 +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 02:58:40.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:40.246 +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 02:58:40.244 +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 02:58:40.258 +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 02:58:40.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.262 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=42] [neededSchemaVersion=43] ["start time"=375.109ยตs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:40.264 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:40.264 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2024/05/06 02:58:40.268 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=6.425845ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:40.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.276 +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 02:58:40.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.281 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=87] [2024/05/06 02:58:40.281 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:40.282 +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 02:58:40.289 +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 02:58:40.286 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:40.289 +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 02:58:40.286 +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 02:58:40.296 +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 02:58:40.286 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.304 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=43] [neededSchemaVersion=44] ["start time"=475.767ยตs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:40.306 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:40.306 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2024/05/06 02:58:40.307 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=4.297739ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:40.286 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.322 +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 02:58:40.286 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.326 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=89] [2024/05/06 02:58:40.326 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:40.327 +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 02:58:40.330 +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 02:58:40.329 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:40.330 +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 02:58:40.329 +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 02:58:40.338 +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 02:58:40.329 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.343 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=44] [neededSchemaVersion=45] ["start time"=360.267ยตs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:40.344 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:40.344 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2024/05/06 02:58:40.347 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=5.057054ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:40.329 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.355 +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 02:58:40.329 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.364 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=91] [2024/05/06 02:58:40.364 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:40.365 +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 02:58:40.369 +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 02:58:40.367 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:40.369 +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 02:58:40.367 +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 02:58:40.383 +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 02:58:40.367 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.392 +00:00] [INFO] [info.go:1142] [SetTiFlashGroupConfig] [2024/05/06 02:58:40.397 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=45] [neededSchemaVersion=46] ["start time"=621.16ยตs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:40.400 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:40.400 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2024/05/06 02:58:40.406 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=10.493093ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:40.367 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.416 +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 02:58:40.367 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.421 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=93] [2024/05/06 02:58:40.421 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:40.421 +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 02:58:40.424 +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 02:58:40.422 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:40.424 +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 02:58:40.422 +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 02:58:40.435 +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 02:58:40.422 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.439 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=46] [neededSchemaVersion=47] ["start time"=385.972ยตs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:40.442 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:40.442 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2024/05/06 02:58:40.442 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=4.059362ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:40.422 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.450 +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 02:58:40.422 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.454 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=95] [2024/05/06 02:58:40.455 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:40.455 +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 02:58:40.458 +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 02:58:40.457 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:40.458 +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 02:58:40.457 +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 02:58:40.467 +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 02:58:40.457 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.470 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=47] [neededSchemaVersion=48] ["start time"=312.999ยตs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:40.471 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:40.471 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2024/05/06 02:58:40.474 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=4.278365ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:40.457 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.480 +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 02:58:40.457 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.484 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=97] [2024/05/06 02:58:40.484 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:40.485 +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 02:58:40.488 +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 02:58:40.486 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:40.488 +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 02:58:40.486 +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 02:58:40.500 +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 02:58:40.486 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.507 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=48] [neededSchemaVersion=49] ["start time"=298.172ยตs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 02:58:40.509 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:40.509 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2024/05/06 02:58:40.510 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=2.968761ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 02:58:40.486 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.517 +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 02:58:40.486 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.520 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=99] [2024/05/06 02:58:40.520 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:40.520 +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 02:58:40.523 +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 02:58:40.522 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:40.523 +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 02:58:40.522 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2024/05/06 02:58:40.530 +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 02:58:40.522 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.532 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=49] [neededSchemaVersion=50] ["start time"=58.678ยตs] [gotSchemaVersion=50] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 02:58:40.533 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:40.533 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2024/05/06 02:58:40.534 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=2.162177ms] [job="ID:101, Type:create schema, State:done, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 02:58:40.522 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.539 +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 02:58:40.522 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.542 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=101] [2024/05/06 02:58:40.542 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:40.545 +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 02:58:40.544 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 02:58:40.545 +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 02:58:40.544 +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 02:58:40.556 +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 02:58:40.544 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.559 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=50] [neededSchemaVersion=51] ["start time"=187.493ยตs] [gotSchemaVersion=51] [phyTblIDs="[102]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 02:58:40.560 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 02:58:40.560 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2024/05/06 02:58:40.560 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=2.140769ms] [job="ID:103, Type:create view, State:done, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 02:58:40.544 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.566 +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 02:58:40.544 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 02:58:40.571 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=103] [2024/05/06 02:58:40.571 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 02:58:40.608 +00:00] [INFO] [bootstrap.go:745] ["bootstrap successful"] ["take time"=2.220302524s] [2024/05/06 02:58:40.612 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=02426c51-3d5e-4b9f-b077-362c6ccd3f53] [ownerKey=/tidb/ddl/fg/owner] [2024/05/06 02:58:40.612 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:58:40.612 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 3, tp add index"] [category=ddl] ["take time"=2.064ยตs] [2024/05/06 02:58:40.612 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 4, tp add index"] [category=ddl] ["take time"=1.435ยตs] [2024/05/06 02:58:40.612 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 5, tp add index"] [category=ddl] ["take time"=929ns] [2024/05/06 02:58:40.612 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 2, tp add index"] [category=ddl] ["take time"=1ยตs] [2024/05/06 02:58:40.612 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:58:40.612 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 1, tp general"] [category=ddl] ["take time"=718ns] [2024/05/06 02:58:40.612 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:58:40.612 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/06 02:58:40.612 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 02:58:40.615 +00:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=02426c51-3d5e-4b9f-b077-362c6ccd3f53] ["take time"=5.930448ms] [2024/05/06 02:58:40.615 +00:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=02426c51-3d5e-4b9f-b077-362c6ccd3f53] [2024/05/06 02:58:40.615 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 02:58:40.615 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/06 02:58:40.615 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 02:58:40.615 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/06 02:58:40.615 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 02:58:40.615 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/06 02:58:40.615 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 02:58:40.615 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 02:58:40.615 +00:00] [INFO] [domain.go:907] ["loadSchemaInLoop exited."] [2024/05/06 02:58:40.615 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/06 02:58:40.615 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 02:58:40.615 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 02:58:40.615 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."] [2024/05/06 02:58:40.615 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 02:58:40.616 +00:00] [INFO] [domain.go:1074] ["domain closed"] ["take time"=6.660222ms] [2024/05/06 02:58:40.616 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=2987bc5d-c80b-4387-ad64-1b72d5a86769] ["ddl lease"=50ms] ["stats lease"=3s] [2024/05/06 02:58:40.632 +00:00] [WARN] [controller.go:198] ["[resource group controller] server does not save config, load config failed"] [2024/05/06 02:58:40.632 +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 02:58:40.682 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=51] ["start time"=49.29754ms] [2024/05/06 02:58:40.682 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 02:58:40.683 +00:00] [WARN] [domain.go:647] ["loading schema takes a long time"] ["take time"=49.950741ms] [2024/05/06 02:58:40.683 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=05c7b148-7357-498c-a96a-80452e6bef83] [runWorker=true] [2024/05/06 02:58:40.683 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 02:58:40.683 +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 02:58:40.683 +00:00] [WARN] [domain.go:1278] ["loading schema and starting ddl take a long time, we do a new reload"] ["take time"=50.163352ms] [2024/05/06 02:58:40.683 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 02:58:40.683 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 02:58:40.683 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 02:58:40.683 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 02:58:40.683 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 02:58:40.683 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 02:58:40.683 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 02:58:40.683 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 02:58:40.683 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 02:58:40.683 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 02:58:40.692 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2024/05/06 02:58:40.692 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 02:58:40.693 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 02:58:40.693 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 02:58:40.720 +00:00] [INFO] [domain.go:907] ["loadSchemaInLoop exited."] [2024/05/06 02:58:40.720 +00:00] [ERROR] [misc.go:114] ["panic in the recoverable goroutine"] [label=domain] [funcInfo=loadSchemaInLoop] [r="assert failed, location mismatch, ctxLoc: UTC, varsLoc: UTC, stmtLoc: UTC"] [stack="github.com/pingcap/tidb/pkg/util.Recover\n\tpkg/util/misc.go:118\nruntime.gopanic\n\tGOROOT/src/runtime/panic.go:914\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile.func1\n\tpkg/executor/compiler.go:57\nruntime.gopanic\n\tGOROOT/src/runtime/panic.go:914\ngithub.com/pingcap/tidb/pkg/util/intest.doPanic\n\tpkg/util/intest/assert.go:59\ngithub.com/pingcap/tidb/pkg/util/intest.Assert\n\tpkg/util/intest/assert.go:27\ngithub.com/pingcap/tidb/pkg/expression/context.AssertLocationWithSessionVars\n\tpkg/expression/context/context.go:151\ngithub.com/pingcap/tidb/pkg/expression/contextsession.(*SessionEvalContext).TypeCtx\n\tpkg/expression/contextsession/sessionctx.go:183\ngithub.com/pingcap/tidb/pkg/expression.typeCtx\n\tpkg/expression/context.go:54\ngithub.com/pingcap/tidb/pkg/expression.(*Constant).Equal\n\tpkg/expression/constant.go:423\ngithub.com/pingcap/tidb/pkg/expression.(*baseBuiltinFunc).equal\n\tpkg/expression/builtin.go:400\ngithub.com/pingcap/tidb/pkg/expression.(*ScalarFunction).Equal\n\tpkg/expression/scalar_function.go:363\ngithub.com/pingcap/tidb/pkg/planner/cardinality.getMaskAndRanges\n\tpkg/planner/cardinality/selectivity.go:727\ngithub.com/pingcap/tidb/pkg/planner/cardinality.Selectivity\n\tpkg/planner/cardinality/selectivity.go:132\ngithub.com/pingcap/tidb/pkg/planner/core.(*DataSource).deriveStatsByFilter\n\tpkg/planner/core/stats.go:289\ngithub.com/pingcap/tidb/pkg/planner/core.(*DataSource).DeriveStats\n\tpkg/planner/core/stats.go:492\ngithub.com/pingcap/tidb/pkg/planner/core.(*baseLogicalPlan).RecursiveDeriveStats\n\tpkg/planner/core/stats.go:142\ngithub.com/pingcap/tidb/pkg/planner/core.(*baseLogicalPlan).RecursiveDeriveStats\n\tpkg/planner/core/stats.go:135\ngithub.com/pingcap/tidb/pkg/planner/core.physicalOptimize\n\tpkg/planner/core/optimizer.go:1038\ngithub.com/pingcap/tidb/pkg/planner/core.doOptimize\n\tpkg/planner/core/optimizer.go:300\ngithub.com/pingcap/tidb/pkg/planner/core.DoOptimize\n\tpkg/planner/core/optimizer.go:347\ngithub.com/pingcap/tidb/pkg/planner.optimize\n\tpkg/planner/optimize.go:503\ngithub.com/pingcap/tidb/pkg/planner.Optimize\n\tpkg/planner/optimize.go:334\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:105\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.(*Domain).refreshMDLCheckTableInfo\n\tpkg/domain/domain.go:800\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:955\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init.func2\n\tpkg/domain/domain.go:1287\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99"] [stack="github.com/pingcap/tidb/pkg/util.Recover\n\tpkg/util/misc.go:114\nruntime.gopanic\n\tGOROOT/src/runtime/panic.go:914\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile.func1\n\tpkg/executor/compiler.go:57\nruntime.gopanic\n\tGOROOT/src/runtime/panic.go:914\ngithub.com/pingcap/tidb/pkg/util/intest.doPanic\n\tpkg/util/intest/assert.go:59\ngithub.com/pingcap/tidb/pkg/util/intest.Assert\n\tpkg/util/intest/assert.go:27\ngithub.com/pingcap/tidb/pkg/expression/context.AssertLocationWithSessionVars\n\tpkg/expression/context/context.go:151\ngithub.com/pingcap/tidb/pkg/expression/contextsession.(*SessionEvalContext).TypeCtx\n\tpkg/expression/contextsession/sessionctx.go:183\ngithub.com/pingcap/tidb/pkg/expression.typeCtx\n\tpkg/expression/context.go:54\ngithub.com/pingcap/tidb/pkg/expression.(*Constant).Equal\n\tpkg/expression/constant.go:423\ngithub.com/pingcap/tidb/pkg/expression.(*baseBuiltinFunc).equal\n\tpkg/expression/builtin.go:400\ngithub.com/pingcap/tidb/pkg/expression.(*ScalarFunction).Equal\n\tpkg/expression/scalar_function.go:363\ngithub.com/pingcap/tidb/pkg/planner/cardinality.getMaskAndRanges\n\tpkg/planner/cardinality/selectivity.go:727\ngithub.com/pingcap/tidb/pkg/planner/cardinality.Selectivity\n\tpkg/planner/cardinality/selectivity.go:132\ngithub.com/pingcap/tidb/pkg/planner/core.(*DataSource).deriveStatsByFilter\n\tpkg/planner/core/stats.go:289\ngithub.com/pingcap/tidb/pkg/planner/core.(*DataSource).DeriveStats\n\tpkg/planner/core/stats.go:492\ngithub.com/pingcap/tidb/pkg/planner/core.(*baseLogicalPlan).RecursiveDeriveStats\n\tpkg/planner/core/stats.go:142\ngithub.com/pingcap/tidb/pkg/planner/core.(*baseLogicalPlan).RecursiveDeriveStats\n\tpkg/planner/core/stats.go:135\ngithub.com/pingcap/tidb/pkg/planner/core.physicalOptimize\n\tpkg/planner/core/optimizer.go:1038\ngithub.com/pingcap/tidb/pkg/planner/core.doOptimize\n\tpkg/planner/core/optimizer.go:300\ngithub.com/pingcap/tidb/pkg/planner/core.DoOptimize\n\tpkg/planner/core/optimizer.go:347\ngithub.com/pingcap/tidb/pkg/planner.optimize\n\tpkg/planner/optimize.go:503\ngithub.com/pingcap/tidb/pkg/planner.Optimize\n\tpkg/planner/optimize.go:334\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:105\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.(*Domain).refreshMDLCheckTableInfo\n\tpkg/domain/domain.go:800\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:955\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init.func2\n\tpkg/domain/domain.go:1287\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99"] [2024/05/06 02:58:40.722 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 02:58:40.722 +00:00] [WARN] [sysvar_cache.go:49] ["sysvar cache is empty, triggering rebuild"] [2024/05/06 02:58:40.724 +00:00] [INFO] [sysvar.go:2748] ["set resource control"] [enable=true] [2024/05/06 02:58:40.725 +00:00] [INFO] [controller.go:447] ["[resource group controller] create resource group cost controller"] [name=default] [2024/05/06 02:58:40.734 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 02:58:40.736 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 02:58:40.738 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=PlanReplayerTaskCollectHandle] [2024/05/06 02:58:40.738 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=PlanReplayerTaskDumpHandle] [2024/05/06 02:58:40.738 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 02:58:40.738 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=HistoricalStatsWorker] [2024/05/06 02:58:40.739 +00:00] [INFO] [domain.go:2016] ["PlanReplayerTaskCollectHandle started"] [2024/05/06 02:58:40.739 +00:00] [INFO] [domain.go:2038] ["PlanReplayerTaskDumpHandle started"] [2024/05/06 02:58:40.739 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadStatsWorker] [2024/05/06 02:58:40.739 +00:00] [INFO] [plan_replayer.go:409] ["planReplayerTaskDumpWorker started."] [2024/05/06 02:58:40.739 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=indexUsageWorker] [2024/05/06 02:58:40.739 +00:00] [INFO] [domain.go:2070] ["dumpFileGcChecker started"] [2024/05/06 02:58:40.739 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=updateStatsWorker] [2024/05/06 02:58:40.739 +00:00] [INFO] [domain.go:2103] ["HistoricalStatsWorker started"] [2024/05/06 02:58:40.739 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=autoAnalyzeWorker] [2024/05/06 02:58:40.739 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=analyzeJobsCleanupWorker] [2024/05/06 02:58:40.739 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 02:58:40.739 +00:00] [INFO] [domain.go:2389] ["updateStatsWorker started."] [2024/05/06 02:58:40.741 +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 02:58:40.741 +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 02:58:40.743 +00:00] [INFO] [domain.go:2308] ["init stats info time"] [lite=true] ["take time"=4.776681ms] [2024/05/06 02:58:40.743 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 02:58:40.744 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 02:58:40.744 +00:00] [INFO] [manager.go:113] ["build task executor manager"] [server-id=:4000] [total-cpu=16] [total-mem=342.3GiB] [2024/05/06 02:58:40.745 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 02:58:40.746 +00:00] [INFO] [manager.go:146] ["task executor manager start"] [server-id=:4000] [2024/05/06 02:58:40.746 +00:00] [INFO] [domain.go:1525] ["dist task executor manager started"] [2024/05/06 02:58:40.746 +00:00] [INFO] [globalconfig.go:48] ["store global config"] [name=enable_resource_metering] [value=true] [2024/05/06 02:58:40.750 +00:00] [INFO] [set.go:170] ["set global var"] [conn=0] [name=tidb_enable_top_sql] [val=1] [2024/05/06 02:58:40.750 +00:00] [INFO] [globalconfig.go:48] ["store global config"] [name=source_id] [value=2] [2024/05/06 02:58:40.758 +00:00] [INFO] [set.go:170] ["set global var"] [conn=0] [name=tidb_source_id] [val=2] [2024/05/06 02:58:40.865 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=05c7b148-7357-498c-a96a-80452e6bef83] [ownerKey=/tidb/ddl/fg/owner] [2024/05/06 02:58:40.865 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:58:40.865 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 7, tp add index"] [category=ddl] ["take time"=3.041ยตs] [2024/05/06 02:58:40.865 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 8, tp add index"] [category=ddl] ["take time"=1.163ยตs] [2024/05/06 02:58:40.865 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 9, tp add index"] [category=ddl] ["take time"=1.244ยตs] [2024/05/06 02:58:40.865 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:58:40.865 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 6, tp general"] [category=ddl] ["take time"=1.238ยตs] [2024/05/06 02:58:40.865 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 02:58:40.865 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/06 02:58:40.865 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 02:58:40.865 +00:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=05c7b148-7357-498c-a96a-80452e6bef83] ["take time"=401.291ยตs] [2024/05/06 02:58:40.865 +00:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=05c7b148-7357-498c-a96a-80452e6bef83] [2024/05/06 02:58:40.865 +00:00] [INFO] [domain.go:1026] ["stopping ttlJobManager"] [2024/05/06 02:58:40.865 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/06 02:58:40.866 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 02:58:40.866 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 02:58:40.866 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 02:58:40.866 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 02:58:40.866 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/06 02:58:40.866 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 02:58:40.866 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 02:58:40.866 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 02:58:40.866 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 02:58:40.867 +00:00] [INFO] [job_manager.go:174] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [2024/05/06 02:58:40.867 +00:00] [INFO] [domain.go:1037] ["ttlJobManager exited."] [2024/05/06 02:58:40.867 +00:00] [INFO] [manager.go:280] ["recoverMetaLoop done"] [server-id=:4000] [2024/05/06 02:58:40.867 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 02:58:40.867 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/06 02:58:40.867 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 02:58:40.867 +00:00] [INFO] [domain.go:1527] ["stopping dist task executor manager"] [2024/05/06 02:58:40.867 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 02:58:40.867 +00:00] [INFO] [domain.go:2492] ["analyzeJobsCleanupWorker exited."] [2024/05/06 02:58:40.867 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=analyzeJobsCleanupWorker] [2024/05/06 02:58:40.867 +00:00] [INFO] [domain.go:2450] ["autoAnalyzeWorker exited."] [2024/05/06 02:58:40.867 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=autoAnalyzeWorker] [2024/05/06 02:58:40.867 +00:00] [INFO] [domain.go:2323] ["loadStatsWorker exited."] [2024/05/06 02:58:40.867 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadStatsWorker] [2024/05/06 02:58:40.867 +00:00] [INFO] [domain.go:2371] ["updateStatsWorker is going to exit, start to flush stats"] [2024/05/06 02:58:40.867 +00:00] [INFO] [domain.go:2373] ["updateStatsWorker ready to release owner"] [2024/05/06 02:58:40.867 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=05c7b148-7357-498c-a96a-80452e6bef83] [ownerKey=/tidb/stats/owner] [2024/05/06 02:58:40.867 +00:00] [INFO] [domain.go:2379] ["updateStatsWorker exit preprocessing finished"] [2024/05/06 02:58:40.867 +00:00] [INFO] [domain.go:2404] ["updateStatsWorker exited."] [2024/05/06 02:58:40.867 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=updateStatsWorker] [2024/05/06 02:58:40.867 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:58:40.867 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:58:40.867 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:58:40.867 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:58:40.867 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 02:58:40.867 +00:00] [INFO] [domain.go:2352] ["indexUsageWorker exited."] [2024/05/06 02:58:40.867 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=indexUsageWorker] [2024/05/06 02:58:40.867 +00:00] [INFO] [domain.go:2105] ["HistoricalStatsWorker exited."] [2024/05/06 02:58:40.867 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=HistoricalStatsWorker] [2024/05/06 02:58:40.867 +00:00] [INFO] [domain.go:2074] ["dumpFileGcChecker exited."] [2024/05/06 02:58:40.867 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 02:58:40.867 +00:00] [INFO] [domain.go:2040] ["PlanReplayerTaskDumpHandle exited."] [2024/05/06 02:58:40.867 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=PlanReplayerTaskDumpHandle] [2024/05/06 02:58:40.867 +00:00] [INFO] [plan_replayer.go:413] ["planReplayerTaskDumpWorker exited."] [2024/05/06 02:58:40.867 +00:00] [INFO] [domain.go:2020] ["PlanReplayerTaskCollectHandle exited."] [2024/05/06 02:58:40.867 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=PlanReplayerTaskCollectHandle] [2024/05/06 02:58:40.867 +00:00] [INFO] [domain.go:1750] ["LoadSysVarCacheLoop exited."] [2024/05/06 02:58:40.867 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 02:58:40.867 +00:00] [INFO] [domain.go:1700] ["loadPrivilegeInLoop exited."] [2024/05/06 02:58:40.867 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 02:58:40.867 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=05c7b148-7357-498c-a96a-80452e6bef83] [ownerKey=/tidb/bindinfo/owner] [2024/05/06 02:58:40.867 +00:00] [INFO] [domain.go:1889] ["globalBindHandleWorkerLoop exited."] [2024/05/06 02:58:40.867 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 02:58:40.867 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/06 02:58:40.867 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 02:58:40.867 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 02:58:40.867 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/06 02:58:40.867 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 02:58:40.867 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/06 02:58:40.867 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 02:58:40.867 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."] [2024/05/06 02:58:40.867 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 02:58:40.868 +00:00] [INFO] [manager.go:179] ["handle tasks loop done"] [server-id=:4000] [2024/05/06 02:58:40.868 +00:00] [INFO] [domain.go:1529] ["dist task executor manager stopped"] [2024/05/06 02:58:40.868 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] -- Coverage runner: Not collecting coverage for failed test. The following commands failed with status 1 /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/sandbox/linux-sandbox/11730/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/domain/globalconfigsync/globalconfigsync_test_/globalconfigsync_test.runfiles/__main__/pkg/domain/globalconfigsync/globalconfigsync_test_/globalconfigsync_test ================================================================================ [12,741 / 13,138] 291 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,743 / 13,138] 291 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 78s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,751 / 13,140] 291 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 80s remote-cache, linux-sandbox ... (70 actions running) [12,754 / 13,140] 291 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 81s remote-cache, linux-sandbox ... (68 actions, 66 running) [12,762 / 13,140] 291 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 82s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,768 / 13,140] 291 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,775 / 13,140] 291 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 85s remote-cache, linux-sandbox ... (70 actions running) [12,779 / 13,140] 291 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 86s remote-cache, linux-sandbox ... (69 actions running) [12,781 / 13,140] 291 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 88s remote-cache, linux-sandbox ... (70 actions running) [12,790 / 13,140] 291 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 89s remote-cache, linux-sandbox ... (70 actions running) [12,795 / 13,140] 291 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 90s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,802 / 13,140] 291 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 91s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,807 / 13,140] 291 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 92s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,812 / 13,140] 293 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,818 / 13,140] 294 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,822 / 13,140] 294 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 63s remote-cache, linux-sandbox ... (70 actions running) [12,824 / 13,140] 294 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 64s remote-cache, linux-sandbox ... (70 actions running) [12,830 / 13,140] 294 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 65s remote-cache, linux-sandbox ... (70 actions running) [12,830 / 13,140] 295 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 66s remote-cache, linux-sandbox ... (70 actions running) [12,834 / 13,140] 295 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,836 / 13,140] 295 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 69s remote-cache, linux-sandbox ... (70 actions running) [12,838 / 13,140] 295 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 70s remote-cache, linux-sandbox ... (70 actions running) [12,838 / 13,140] 295 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 72s remote-cache, linux-sandbox ... (70 actions running) [12,838 / 13,140] 296 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 74s remote-cache, linux-sandbox ... (70 actions running) [12,849 / 13,144] 297 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,851 / 13,144] 297 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 76s remote-cache, linux-sandbox ... (70 actions running) [12,852 / 13,144] 297 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,854 / 13,144] 298 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,862 / 13,144] 300 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,865 / 13,144] 300 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 50s remote-cache, linux-sandbox ... (69 actions running) [12,868 / 13,144] 300 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 52s remote-cache, linux-sandbox ... (70 actions running) [12,870 / 13,144] 300 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 53s remote-cache, linux-sandbox ... (70 actions running) [12,873 / 13,144] 300 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,874 / 13,144] 300 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,881 / 13,144] 300 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 3 of 8); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,882 / 13,144] 300 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 3 of 8); 39s remote-cache, linux-sandbox ... (70 actions running) [12,882 / 13,144] 300 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 3 of 8); 41s remote-cache, linux-sandbox ... (70 actions running) [12,888 / 13,208] 300 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 15 of 28); 41s remote-cache, linux-sandbox ... (70 actions running) [12,890 / 13,208] 300 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 16 of 28); 36s remote-cache, linux-sandbox ... (70 actions running) [12,893 / 13,210] 300 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 16 of 28); 37s remote-cache, linux-sandbox ... (70 actions running) [12,895 / 13,210] 300 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 17 of 28); 38s remote-cache, linux-sandbox ... (70 actions running) [12,897 / 13,210] 301 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 28 of 33); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,901 / 13,217] 301 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 28 of 33); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,906 / 13,219] 301 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 28 of 33); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,910 / 13,219] 301 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 28 of 33); 41s remote-cache, linux-sandbox ... (70 actions running) [12,912 / 13,219] 301 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 28 of 33); 42s remote-cache, linux-sandbox ... (70 actions running) [12,915 / 13,219] 302 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 28 of 33); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,917 / 13,219] 302 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 1 of 8); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,922 / 13,219] 302 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 1 of 8); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,924 / 13,219] 302 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 1 of 8); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,925 / 13,219] 302 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 1 of 8); 39s remote-cache, linux-sandbox ... (70 actions running) [12,927 / 13,219] 303 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 1 of 8); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,932 / 13,221] 303 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,934 / 13,221] 304 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 41s remote-cache, linux-sandbox ... (70 actions running) [12,937 / 13,221] 304 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 43s remote-cache, linux-sandbox ... (70 actions running) [12,941 / 13,221] 304 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 44s remote-cache, linux-sandbox ... (70 actions running) [12,943 / 13,221] 304 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,947 / 13,221] 304 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,950 / 13,221] 304 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,953 / 13,221] 304 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,954 / 13,221] 304 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 50s remote-cache, linux-sandbox ... (70 actions running) [12,956 / 13,221] 304 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 51s remote-cache, linux-sandbox ... (70 actions running) [12,958 / 13,221] 304 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,964 / 13,223] 304 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,965 / 13,223] 304 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 55s remote-cache, linux-sandbox ... (70 actions running) [12,967 / 13,223] 305 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 56s remote-cache, linux-sandbox ... (70 actions running) [12,969 / 13,223] 305 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,971 / 13,223] 305 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 59s remote-cache, linux-sandbox ... (70 actions running) [12,971 / 13,223] 306 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 60s remote-cache, linux-sandbox ... (70 actions running) [12,973 / 13,223] 306 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 61s remote-cache, linux-sandbox ... (70 actions running) [12,976 / 13,223] 306 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,977 / 13,223] 306 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 64s remote-cache, linux-sandbox ... (70 actions running) [12,979 / 13,223] 306 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 65s remote-cache, linux-sandbox ... (70 actions running) [12,981 / 13,223] 306 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,984 / 13,231] 306 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 68s remote-cache, linux-sandbox ... (68 actions running) [12,987 / 13,231] 306 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 69s remote-cache, linux-sandbox ... (70 actions running) [12,988 / 13,231] 306 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,992 / 13,231] 306 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,994 / 13,233] 306 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 73s remote-cache, linux-sandbox ... (70 actions running) [12,998 / 13,233] 306 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,000 / 13,233] 307 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 75s remote-cache, linux-sandbox ... (69 actions running) [13,006 / 13,233] 308 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,010 / 13,233] 308 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,011 / 13,233] 308 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,012 / 13,233] 308 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 57s remote-cache, linux-sandbox ... (70 actions running) [13,015 / 13,233] 309 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 59s remote-cache, linux-sandbox ... (70 actions running) [13,018 / 13,233] 309 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,022 / 13,235] 309 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 62s remote-cache, linux-sandbox ... (70 actions running) [13,022 / 13,235] 309 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 63s remote-cache, linux-sandbox ... (70 actions running) [13,023 / 13,235] 309 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 65s remote-cache, linux-sandbox ... (70 actions running) [13,027 / 13,262] 310 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 66s remote-cache, linux-sandbox ... (70 actions running) [13,028 / 13,262] 310 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,030 / 13,267] 310 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,035 / 13,267] 311 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,039 / 13,271] 311 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 71s remote-cache, linux-sandbox ... (70 actions running) [13,040 / 13,271] 311 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 72s remote-cache, linux-sandbox ... (70 actions running) [13,040 / 13,271] 312 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 74s remote-cache, linux-sandbox ... (70 actions running) [13,049 / 13,273] 312 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,050 / 13,273] 312 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 73s remote-cache, linux-sandbox ... (70 actions running) [13,058 / 13,280] 312 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,058 / 13,280] 313 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 76s remote-cache, linux-sandbox ... (70 actions running) [13,064 / 13,280] 313 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,067 / 13,282] 313 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 78s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,070 / 13,282] 314 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 79s remote-cache, linux-sandbox ... (70 actions running) [13,070 / 13,282] 314 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 80s remote-cache, linux-sandbox ... (70 actions running) [13,076 / 13,282] 316 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 81s remote-cache, linux-sandbox ... (70 actions running) [13,080 / 13,319] 317 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,082 / 13,319] 317 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 84s remote-cache, linux-sandbox ... (70 actions running) [13,083 / 13,319] 317 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 85s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,089 / 13,319] 318 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 87s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,092 / 13,319] 319 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 88s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,098 / 13,321] 319 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 89s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,099 / 13,336] 319 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 90s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,105 / 13,336] 320 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 91s remote-cache, linux-sandbox ... (70 actions running) [13,109 / 13,338] 320 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 60s remote-cache, linux-sandbox ... (70 actions running) [13,111 / 13,356] 320 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 61s remote-cache, linux-sandbox ... (70 actions running) [13,112 / 13,356] 320 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,117 / 13,356] 322 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 63s remote-cache, linux-sandbox ... (70 actions running) [13,124 / 13,361] 322 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,126 / 13,361] 322 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,131 / 13,363] 322 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 67s remote-cache, linux-sandbox ... (70 actions running) [13,133 / 13,365] 322 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 68s remote-cache, linux-sandbox ... (70 actions running) [13,133 / 13,365] 322 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 69s remote-cache, linux-sandbox ... (70 actions running) [13,138 / 13,365] 323 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,139 / 13,365] 323 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,141 / 13,365] 323 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,142 / 13,365] 323 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,143 / 13,365] 323 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 75s remote-cache, linux-sandbox ... (70 actions running) [13,148 / 13,367] 323 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 76s remote-cache, linux-sandbox ... (70 actions running) [13,154 / 13,393] 323 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,157 / 13,393] 323 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 79s remote-cache, linux-sandbox ... (70 actions running) [13,158 / 13,393] 323 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 80s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,165 / 13,426] 325 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 81s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,170 / 13,432] 325 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 82s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,172 / 13,432] 325 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 84s remote-cache, linux-sandbox ... (70 actions running) [13,173 / 13,432] 325 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 85s remote-cache, linux-sandbox ... (70 actions running) [13,175 / 13,432] 325 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 86s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,179 / 13,432] 326 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 87s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,180 / 13,432] 327 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 89s remote-cache, linux-sandbox ... (70 actions running) [13,182 / 13,432] 327 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 90s remote-cache, linux-sandbox ... (70 actions running) [13,186 / 13,443] 327 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 92s remote-cache, linux-sandbox ... (70 actions running) [13,193 / 13,470] 327 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 93s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,197 / 13,470] 327 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 94s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,202 / 13,470] 328 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,204 / 13,470] 328 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,206 / 13,470] 328 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,214 / 13,521] 328 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 74s remote-cache, linux-sandbox ... (70 actions running) [13,218 / 13,521] 328 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 75s remote-cache, linux-sandbox ... (70 actions running) [13,220 / 13,570] 328 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 76s remote-cache, linux-sandbox ... (70 actions running) [13,225 / 13,570] 328 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,230 / 13,570] 328 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 79s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,232 / 13,570] 328 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 80s remote-cache, linux-sandbox ... (70 actions running) [13,234 / 13,570] 328 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 81s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,239 / 13,570] 328 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,247 / 13,570] 329 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 84s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,248 / 13,570] 329 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 85s remote-cache, linux-sandbox ... (70 actions running) [13,249 / 13,570] 329 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 86s remote-cache, linux-sandbox ... (70 actions running) [13,249 / 13,570] 329 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 88s remote-cache, linux-sandbox ... (70 actions running) [13,250 / 13,570] 329 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 89s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,267 / 13,570] 329 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 42); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,268 / 13,570] 329 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 42); 68s remote-cache, linux-sandbox ... (70 actions running) [13,268 / 13,570] 329 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 42); 69s remote-cache, linux-sandbox ... (70 actions running) [13,275 / 13,576] 329 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,283 / 13,576] 329 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,284 / 13,576] 330 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 54s remote-cache, linux-sandbox ... (69 actions running) [13,288 / 13,576] 331 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 56s remote-cache, linux-sandbox ... (70 actions running) [13,292 / 13,576] 331 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 58s remote-cache, linux-sandbox ... (70 actions running) [13,296 / 13,576] 331 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,301 / 13,576] 331 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,303 / 13,576] 331 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 62s remote-cache, linux-sandbox ... (70 actions running) [13,307 / 13,576] 331 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,311 / 13,576] 331 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 64s remote-cache, linux-sandbox ... (67 actions, 66 running) [13,318 / 13,578] 332 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 66s remote-cache, linux-sandbox ... (70 actions running) [13,323 / 13,578] 333 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,328 / 13,580] 333 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 68s remote-cache, linux-sandbox ... (70 actions running) [13,336 / 13,580] 334 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,343 / 13,580] 335 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,343 / 13,580] 335 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 72s remote-cache, linux-sandbox ... (70 actions running) [13,349 / 13,580] 336 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,351 / 13,580] 336 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,352 / 13,580] 336 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 76s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,356 / 13,598] 336 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 77s remote-cache, linux-sandbox ... (70 actions running) [13,362 / 13,664] 336 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 78s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,377 / 13,779] 336 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 80s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,386 / 13,828] 336 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 81s remote-cache, linux-sandbox ... (70 actions running) [13,392 / 13,828] 336 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 82s remote-cache, linux-sandbox ... (68 actions, 66 running) [13,399 / 13,828] 337 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,407 / 13,830] 337 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 84s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,410 / 13,830] 338 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 85s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,415 / 13,830] 338 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 87s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,422 / 13,830] 338 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 88s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,426 / 13,830] 338 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 89s remote-cache, linux-sandbox ... (70 actions running) [13,431 / 13,830] 338 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 90s remote-cache, linux-sandbox ... (70 actions running) [13,434 / 13,830] 338 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 91s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,437 / 13,830] 339 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 93s remote-cache, linux-sandbox ... (70 actions running) [13,454 / 13,830] 341 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 94s remote-cache, linux-sandbox ... (70 actions running) [13,460 / 13,839] 341 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 95s remote-cache, linux-sandbox ... (70 actions running) [13,463 / 13,839] 341 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 96s remote-cache, linux-sandbox ... (70 actions running) [13,465 / 13,839] 342 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 97s remote-cache, linux-sandbox ... (70 actions running) [13,479 / 13,839] 342 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 98s remote-cache, linux-sandbox ... (66 actions, 64 running) [13,487 / 13,839] 343 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 99s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,491 / 13,864] 343 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 100s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,494 / 13,864] 343 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 102s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,499 / 13,892] 343 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 103s remote-cache, linux-sandbox ... (70 actions running) [13,501 / 13,892] 343 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 104s remote-cache, linux-sandbox ... (68 actions, 66 running) [13,524 / 13,901] 343 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 106s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,530 / 13,901] 343 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 107s remote-cache, linux-sandbox ... (70 actions running) [13,531 / 13,901] 343 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 108s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,532 / 13,901] 343 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 109s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,539 / 13,901] 343 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 110s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,558 / 13,901] 344 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 111s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,559 / 13,901] 344 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 113s remote-cache, linux-sandbox ... (70 actions running) [13,564 / 13,901] 344 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 114s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,567 / 13,911] 344 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 115s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,585 / 13,911] 346 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 117s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,589 / 13,911] 346 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 118s remote-cache, linux-sandbox ... (70 actions running) [13,590 / 13,911] 346 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 119s remote-cache, linux-sandbox ... (70 actions running) [13,593 / 13,911] 346 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 120s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,598 / 13,916] 346 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 121s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,618 / 13,916] 347 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 122s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,624 / 13,942] 347 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 123s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,627 / 13,942] 347 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 124s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,630 / 13,942] 348 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 126s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,638 / 13,942] 348 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 127s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,651 / 13,942] 348 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 128s remote-cache, linux-sandbox ... (70 actions running) [13,654 / 13,942] 348 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 129s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,656 / 13,942] 348 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 131s remote-cache, linux-sandbox ... (70 actions running) [13,656 / 13,942] 349 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 132s remote-cache, linux-sandbox ... (70 actions running) [13,684 / 13,966] 351 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 133s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,686 / 13,966] 351 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 135s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,687 / 13,966] 351 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 136s remote-cache, linux-sandbox ... (70 actions running) [13,690 / 13,966] 351 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 137s remote-cache, linux-sandbox ... (70 actions running) [13,701 / 13,990] 352 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 138s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,713 / 13,990] 352 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 139s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,722 / 13,990] 354 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 141s remote-cache, linux-sandbox ... (70 actions running) [13,724 / 13,990] 354 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 142s remote-cache, linux-sandbox ... (70 actions running) [13,735 / 13,990] 354 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 143s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,750 / 14,015] 355 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 144s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,751 / 14,015] 355 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 145s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,753 / 14,015] 355 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 147s remote-cache, linux-sandbox ... (70 actions running) [13,755 / 14,015] 355 / 411 tests; Testing //pkg/ddl/ingest/tests:tests_test; 149s remote-cache, linux-sandbox ... (70 actions running) [13,776 / 14,015] 356 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 64s remote-cache, linux-sandbox ... (70 actions running) [13,784 / 14,030] 356 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 66s remote-cache, linux-sandbox ... (70 actions running) [13,785 / 14,030] 356 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 67s remote-cache, linux-sandbox ... (70 actions running) [13,789 / 14,038] 356 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,794 / 14,038] 356 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 70s remote-cache, linux-sandbox ... (70 actions running) FLAKY: //pkg/ddl/ingest/tests:tests_test (Summary) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/tests/tests_test/test_attempts/attempt_1.log INFO: From Testing //pkg/ddl/ingest/tests:tests_test: ==================== Test output for //pkg/ddl/ingest/tests:tests_test: === RUN TestAddIndexIngestRecoverPartition [2024/05/06 03:01:31.580 +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:01:31.581 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:01:31.581 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:01:31.582 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:01:31.582 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:01:31.583 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:01:31.585 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=4abae939-db56-4ee2-b417-e275aa6f4fa7] ["ddl lease"=500ms] ["stats lease"=-1ns] [2024/05/06 03:01:31.595 +00:00] [WARN] [controller.go:198] ["[resource group controller] server does not save config, load config failed"] [2024/05/06 03:01:31.595 +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:01:31.596 +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.BootstrapSession4DistExecution\n\tpkg/session/session.go:3317\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap4DistExecution\n\tpkg/testkit/mockstore.go:282\ngithub.com/pingcap/tidb/pkg/testkit.NewDistExecutionContext\n\tpkg/testkit/mockstore.go:245\npkg/ddl/ingest/tests/tests_test.TestAddIndexIngestRecoverPartition\n\tpkg/ddl/ingest/tests/partition_table_test.go:30\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [version=0] [2024/05/06 03:01:31.598 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=0] ["start time"=2.464026ms] [2024/05/06 03:01:31.599 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 03:01:31.599 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=653f2cb5-eced-4563-8ca0-45c5c526bf09] [runWorker=true] [2024/05/06 03:01:31.599 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 03:01:31.599 +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:01:31.599 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 03:01:31.599 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 03:01:31.599 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 03:01:31.599 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 03:01:31.599 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 03:01:31.599 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2024/05/06 03:01:31.599 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 03:01:31.599 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 03:01:31.599 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 03:01:31.599 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 03:01:31.599 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 03:01:31.599 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 03:01:31.599 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 03:01:31.600 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 03:01:31.600 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 03:01:31.601 +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:01:31.605 +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:01:31.603 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:31.605 +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:01:31.603 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS test"] [2024/05/06 03:01:31.612 +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:01:31.603 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:31.619 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=1] ["start time"=4.356414ms] [2024/05/06 03:01:31.620 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 03:01:31.621 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:31.621 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2024/05/06 03:01:31.622 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=6.880344ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 03:01:31.603 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:31.627 +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:01:31.603 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:31.633 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=3] [2024/05/06 03:01:31.633 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:31.633 +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:01:31.634 +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:01:31.639 +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:01:31.635 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:31.639 +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:01:31.635 +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:01:31.648 +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:01:31.635 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:31.656 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=1] [neededSchemaVersion=2] ["start time"=673.75ยตs] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:31.657 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:31.657 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2024/05/06 03:01:31.660 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=4.531311ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:31.635 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:31.666 +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:01:31.635 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:31.675 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=5] [2024/05/06 03:01:31.675 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:31.675 +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:01:31.679 +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:01:31.677 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:31.679 +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:01:31.677 +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:01:31.690 +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:01:31.677 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:31.693 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=2] [neededSchemaVersion=3] ["start time"=216.814ยตs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:31.695 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:31.695 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2024/05/06 03:01:31.695 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=2.56956ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:31.677 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:31.700 +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:01:31.677 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:31.704 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=7] [2024/05/06 03:01:31.704 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:31.705 +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:01:31.708 +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:01:31.706 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:31.708 +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:01:31.706 +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:01:31.723 +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:01:31.706 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:31.727 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=3] [neededSchemaVersion=4] ["start time"=224.19ยตs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:31.728 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:31.728 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2024/05/06 03:01:31.733 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=7.202778ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:31.706 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:31.748 +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:01:31.706 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:31.753 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=9] [2024/05/06 03:01:31.753 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:31.753 +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:01:31.780 +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:01:31.773 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:31.780 +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:01:31.773 +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:01:31.789 +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:01:31.773 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:31.796 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=4] [neededSchemaVersion=5] ["start time"=744.72ยตs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:31.797 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:31.797 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2024/05/06 03:01:31.801 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=5.86368ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:31.773 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:31.817 +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:01:31.773 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:31.824 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=11] [2024/05/06 03:01:31.824 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:31.824 +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:01:31.830 +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:01:31.826 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:31.830 +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:01:31.826 +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:01:31.842 +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:01:31.826 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:31.856 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=5] [neededSchemaVersion=6] ["start time"=356.136ยตs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:31.859 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:31.859 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2024/05/06 03:01:31.860 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=4.824732ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:31.826 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:31.868 +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:01:31.826 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:31.873 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=13] [2024/05/06 03:01:31.873 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:31.874 +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:01:31.878 +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:01:31.876 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:31.878 +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:01:31.876 +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:01:31.886 +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:01:31.876 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:31.890 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=6] [neededSchemaVersion=7] ["start time"=358.839ยตs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:31.892 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:31.892 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2024/05/06 03:01:31.894 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=4.307203ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:31.876 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:31.900 +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:01:31.876 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:31.904 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=15] [2024/05/06 03:01:31.904 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:31.905 +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:01:31.910 +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:01:31.908 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:31.910 +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:01:31.908 +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:01:31.918 +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:01:31.908 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:31.922 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=7] [neededSchemaVersion=8] ["start time"=236.94ยตs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:31.924 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:31.924 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2024/05/06 03:01:31.928 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=6.334677ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:31.908 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:31.935 +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:01:31.908 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:31.953 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=17] [2024/05/06 03:01:31.953 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:31.954 +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:01:31.960 +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:01:31.957 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:31.960 +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:01:31.957 +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:01:31.970 +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:01:31.957 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:31.978 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=8] [neededSchemaVersion=9] ["start time"=254.422ยตs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:31.979 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:31.980 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2024/05/06 03:01:31.980 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=2.03091ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:31.957 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:31.988 +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:01:31.957 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:31.992 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=19] [2024/05/06 03:01:31.993 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:31.993 +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:01:31.996 +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:01:31.995 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:31.996 +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:01:31.995 +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:01:32.005 +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:01:31.995 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.009 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=9] [neededSchemaVersion=10] ["start time"=318.796ยตs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:32.010 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:32.010 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2024/05/06 03:01:32.011 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=2.107937ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:31.995 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.023 +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:01:31.995 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.039 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=21] [2024/05/06 03:01:32.039 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:32.040 +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:01:32.046 +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:01:32.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:32.046 +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:01:32.041 +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:01:32.055 +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:01:32.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.064 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=10] [neededSchemaVersion=11] ["start time"=315.661ยตs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:32.066 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:32.066 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2024/05/06 03:01:32.066 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=2.104436ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:32.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.072 +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:01:32.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.076 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=23] [2024/05/06 03:01:32.076 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:32.077 +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:01:32.077 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:01:32.080 +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:01:32.078 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:32.080 +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:01:32.078 +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:01:32.118 +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:01:32.078 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.124 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=11] [neededSchemaVersion=12] ["start time"=526.539ยตs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:32.125 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:32.125 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2024/05/06 03:01:32.125 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=2.021859ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:32.078 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.137 +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:01:32.078 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.142 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=25] [2024/05/06 03:01:32.142 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:32.142 +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:01:32.146 +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:01:32.144 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:32.146 +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:01:32.144 +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:01:32.156 +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:01:32.144 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.160 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=12] [neededSchemaVersion=13] ["start time"=346.892ยตs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:32.162 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:32.162 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2024/05/06 03:01:32.162 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=2.366433ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:32.144 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.173 +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:01:32.144 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.182 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=27] [2024/05/06 03:01:32.182 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:32.182 +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:01:32.186 +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:01:32.184 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:32.186 +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:01:32.184 +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:01:32.193 +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:01:32.184 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.198 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=13] [neededSchemaVersion=14] ["start time"=309.001ยตs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:32.199 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:32.200 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2024/05/06 03:01:32.201 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=2.973756ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:32.184 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.226 +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:01:32.184 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.229 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=29] [2024/05/06 03:01:32.229 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:32.230 +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:01:32.233 +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:01:32.231 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:32.233 +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:01:32.231 +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:01:32.243 +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:01:32.231 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.247 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=14] [neededSchemaVersion=15] ["start time"=331.919ยตs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:32.249 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:32.249 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2024/05/06 03:01:32.249 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=2.011354ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:32.231 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.253 +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:01:32.231 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.257 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=31] [2024/05/06 03:01:32.257 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:32.258 +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:01:32.261 +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:01:32.259 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:32.261 +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:01:32.259 +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:01:32.271 +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:01:32.259 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.274 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=15] [neededSchemaVersion=16] ["start time"=269.829ยตs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:32.276 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:32.276 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2024/05/06 03:01:32.279 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=5.480503ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:32.259 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.288 +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:01:32.259 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.292 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=33] [2024/05/06 03:01:32.292 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:32.292 +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:01:32.304 +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:01:32.303 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:32.305 +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:01:32.303 +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:01:32.314 +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:01:32.303 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.319 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=16] [neededSchemaVersion=17] ["start time"=337.802ยตs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:32.321 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:32.321 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2024/05/06 03:01:32.321 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=2.015784ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:32.303 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.327 +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:01:32.303 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.340 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=35] [2024/05/06 03:01:32.340 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:32.341 +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:01:32.345 +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:01:32.343 +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:01:32.345 +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:01:32.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:32.361 +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:01:32.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.368 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=17] [neededSchemaVersion=18] ["start time"=276.83ยตs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:32.370 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:32.370 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2024/05/06 03:01:32.373 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=5.291943ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:32.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.379 +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:01:32.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.382 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=37] [2024/05/06 03:01:32.382 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:32.383 +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:01:32.392 +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:01:32.387 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:32.392 +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:01:32.387 +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:01:32.399 +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:01:32.387 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.404 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=18] [neededSchemaVersion=19] ["start time"=461.224ยตs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:32.405 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:32.405 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2024/05/06 03:01:32.406 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=2.679459ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:32.387 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.412 +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:01:32.387 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.417 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=39] [2024/05/06 03:01:32.417 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:32.418 +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:01:32.421 +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:01:32.42 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:32.421 +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:01:32.42 +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:01:32.428 +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:01:32.42 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.434 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=19] [neededSchemaVersion=20] ["start time"=2.514071ms] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:32.435 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:32.435 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2024/05/06 03:01:32.437 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=6.232129ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:32.42 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.443 +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:01:32.42 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.449 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=41] [2024/05/06 03:01:32.449 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:32.449 +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:01:32.454 +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:01:32.451 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:32.454 +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:01:32.451 +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:01:32.463 +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:01:32.451 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.467 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=20] [neededSchemaVersion=21] ["start time"=227.656ยตs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:32.468 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:32.468 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2024/05/06 03:01:32.469 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=2.036876ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:32.451 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.475 +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:01:32.451 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.480 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=43] [2024/05/06 03:01:32.480 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:32.480 +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:01:32.484 +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:01:32.482 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:32.484 +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:01:32.482 +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:01:32.495 +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:01:32.482 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.500 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=21] [neededSchemaVersion=22] ["start time"=228.175ยตs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:32.503 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:32.503 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2024/05/06 03:01:32.514 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=14.426541ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:32.482 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.522 +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:01:32.482 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.526 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=45] [2024/05/06 03:01:32.527 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:32.527 +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:01:32.537 +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:01:32.535 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:32.537 +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:01:32.535 +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:01:32.545 +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:01:32.535 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.549 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=22] [neededSchemaVersion=23] ["start time"=395.706ยตs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:32.551 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:32.551 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2024/05/06 03:01:32.551 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=2.05636ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:32.535 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.561 +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:01:32.535 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.570 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=47] [2024/05/06 03:01:32.570 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:32.571 +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:01:32.576 +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:01:32.572 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:32.576 +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:01:32.572 +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:01:32.585 +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:01:32.572 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.588 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=23] [neededSchemaVersion=24] ["start time"=264.868ยตs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:32.590 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:32.590 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2024/05/06 03:01:32.591 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=2.874694ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:32.572 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.597 +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:01:32.572 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.600 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=49] [2024/05/06 03:01:32.600 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:32.601 +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:01:32.601 +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:01:32.610 +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:01:32.607 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:32.610 +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:01:32.607 +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:01:32.620 +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:01:32.607 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.631 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=24] [neededSchemaVersion=25] ["start time"=264.355ยตs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:32.633 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:32.633 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2024/05/06 03:01:32.636 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=5.017066ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:32.607 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.644 +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:01:32.607 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.652 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=51] [2024/05/06 03:01:32.652 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:32.652 +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:01:32.656 +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:01:32.654 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:32.656 +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:01:32.654 +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:01:32.664 +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:01:32.654 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.674 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=25] [neededSchemaVersion=26] ["start time"=245.109ยตs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:32.676 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:32.676 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2024/05/06 03:01:32.678 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=4.91314ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:32.654 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.688 +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:01:32.654 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.701 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=53] [2024/05/06 03:01:32.701 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:32.701 +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:01:32.705 +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:01:32.703 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:32.705 +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:01:32.703 +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:01:32.740 +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:01:32.703 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.744 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=26] [neededSchemaVersion=27] ["start time"=339.623ยตs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:32.746 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:32.746 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2024/05/06 03:01:32.748 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=4.104045ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:32.703 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.756 +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:01:32.703 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.760 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=55] [2024/05/06 03:01:32.760 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:32.760 +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:01:32.763 +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:01:32.762 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:32.763 +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:01:32.762 +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:01:32.774 +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:01:32.762 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.777 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=27] [neededSchemaVersion=28] ["start time"=265.092ยตs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:32.779 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:32.779 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2024/05/06 03:01:32.780 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=2.965607ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:32.762 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.785 +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:01:32.762 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.791 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=57] [2024/05/06 03:01:32.791 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:32.792 +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:01:32.792 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:01:32.795 +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:01:32.794 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:32.795 +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:01:32.794 +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:01:32.808 +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:01:32.794 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.812 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=28] [neededSchemaVersion=29] ["start time"=298.119ยตs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:32.814 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:32.814 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2024/05/06 03:01:32.821 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=9.216012ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:32.794 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.828 +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:01:32.794 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.833 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=59] [2024/05/06 03:01:32.833 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:32.833 +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:01:32.836 +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:01:32.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:32.836 +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:01:32.835 +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:01:32.851 +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:01:32.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.856 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=29] [neededSchemaVersion=30] ["start time"=364.937ยตs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:32.857 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:32.857 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2024/05/06 03:01:32.859 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=4.416566ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:32.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.865 +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:01:32.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.870 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=61] [2024/05/06 03:01:32.870 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:32.870 +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:01:32.874 +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:01:32.872 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:32.874 +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:01:32.872 +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:01:32.882 +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:01:32.872 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.886 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=30] [neededSchemaVersion=31] ["start time"=317.497ยตs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:32.887 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:32.887 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2024/05/06 03:01:32.887 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=2.176707ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:32.872 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.893 +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:01:32.872 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.897 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=63] [2024/05/06 03:01:32.897 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:32.898 +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:01:32.901 +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:01:32.899 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:32.901 +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:01:32.899 +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:01:32.909 +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:01:32.899 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.913 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=31] [neededSchemaVersion=32] ["start time"=404.911ยตs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:32.914 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:32.914 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2024/05/06 03:01:32.919 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=6.511312ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:32.899 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.925 +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:01:32.899 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.931 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=65] [2024/05/06 03:01:32.931 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:32.932 +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:01:32.941 +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:01:32.933 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:32.941 +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:01:32.933 +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:01:32.952 +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:01:32.933 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.954 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=32] [neededSchemaVersion=33] ["start time"=183.539ยตs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:32.955 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:32.955 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2024/05/06 03:01:32.956 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=2.032851ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:32.933 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.961 +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:01:32.933 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.965 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=67] [2024/05/06 03:01:32.965 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:32.970 +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:01:32.968 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:32.970 +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:01:32.968 +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:01:32.979 +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:01:32.968 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.983 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=33] [neededSchemaVersion=34] ["start time"=270.814ยตs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 03:01:32.984 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:32.984 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2024/05/06 03:01:32.986 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=3.494081ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-06 03:01:32.968 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.993 +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:01:32.968 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:32.999 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=69] [2024/05/06 03:01:32.999 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:33.000 +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:01:33.005 +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:01:33.004 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:33.005 +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:01:33.004 +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:01:33.013 +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:01:33.004 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.017 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=34] [neededSchemaVersion=35] ["start time"=309.799ยตs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:33.018 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:33.018 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2024/05/06 03:01:33.019 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=2.431698ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:33.004 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.024 +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:01:33.004 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.028 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=71] [2024/05/06 03:01:33.028 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:33.029 +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:01:33.035 +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:01:33.03 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:33.035 +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:01:33.03 +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:01:33.049 +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:01:33.03 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.058 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=35] [neededSchemaVersion=36] ["start time"=279.23ยตs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:33.059 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:33.059 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2024/05/06 03:01:33.060 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=2.591806ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:33.03 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.068 +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:01:33.03 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.071 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=73] [2024/05/06 03:01:33.071 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:33.072 +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:01:33.074 +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:01:33.073 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:33.074 +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:01:33.073 +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:01:33.085 +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:01:33.073 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.087 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=36] [neededSchemaVersion=37] ["start time"=196.598ยตs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:33.089 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:33.089 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2024/05/06 03:01:33.090 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=3.10326ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:33.073 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.098 +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:01:33.073 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.110 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=75] [2024/05/06 03:01:33.110 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:33.111 +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:01:33.117 +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:01:33.113 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:33.117 +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:01:33.113 +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:01:33.124 +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:01:33.113 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.131 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=37] [neededSchemaVersion=38] ["start time"=444.975ยตs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:33.132 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:33.132 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2024/05/06 03:01:33.138 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=7.745908ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:33.113 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.150 +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:01:33.113 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.160 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=77] [2024/05/06 03:01:33.160 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:33.160 +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:01:33.165 +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:01:33.163 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:33.165 +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:01:33.163 +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:01:33.173 +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:01:33.163 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.184 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=38] [neededSchemaVersion=39] ["start time"=446.172ยตs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:33.186 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:33.186 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2024/05/06 03:01:33.193 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=9.756656ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:33.163 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.200 +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:01:33.163 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.206 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=79] [2024/05/06 03:01:33.206 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:33.207 +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:01:33.210 +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:01:33.208 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:33.210 +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:01:33.208 +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:01:33.226 +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:01:33.208 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.235 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=39] [neededSchemaVersion=40] ["start time"=522.705ยตs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:33.237 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:33.237 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2024/05/06 03:01:33.240 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=4.957832ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:33.208 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.248 +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:01:33.208 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.252 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=81] [2024/05/06 03:01:33.253 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:33.253 +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:01:33.261 +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:01:33.259 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:33.261 +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:01:33.259 +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:01:33.267 +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:01:33.259 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.272 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=40] [neededSchemaVersion=41] ["start time"=463.895ยตs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:33.273 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:33.273 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2024/05/06 03:01:33.274 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=2.900139ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:33.259 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.281 +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:01:33.259 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.285 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=83] [2024/05/06 03:01:33.285 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:33.286 +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:01:33.290 +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:01:33.288 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:33.290 +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:01:33.288 +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:01:33.299 +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:01:33.288 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.309 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=41] [neededSchemaVersion=42] ["start time"=516.876ยตs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:33.311 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:33.311 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2024/05/06 03:01:33.312 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=4.177906ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:33.288 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.321 +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:01:33.288 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.326 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=85] [2024/05/06 03:01:33.326 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:33.327 +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:01:33.335 +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:01:33.333 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:33.335 +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:01:33.333 +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:01:33.342 +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:01:33.333 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.347 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=42] [neededSchemaVersion=43] ["start time"=489.083ยตs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:33.349 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:33.349 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2024/05/06 03:01:33.351 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=4.431847ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:33.333 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.359 +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:01:33.333 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.370 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=87] [2024/05/06 03:01:33.370 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:33.371 +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:01:33.384 +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:01:33.38 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:33.384 +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:01:33.38 +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:01:33.401 +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:01:33.38 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.405 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=43] [neededSchemaVersion=44] ["start time"=351.781ยตs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:33.406 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:33.406 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2024/05/06 03:01:33.410 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=5.443508ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:33.38 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.446 +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:01:33.38 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.451 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=89] [2024/05/06 03:01:33.451 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:33.452 +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:01:33.456 +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:01:33.454 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:33.456 +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:01:33.454 +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:01:33.472 +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:01:33.454 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.477 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=44] [neededSchemaVersion=45] ["start time"=472.697ยตs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:33.491 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:33.491 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2024/05/06 03:01:33.493 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=16.409768ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:33.454 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.502 +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:01:33.454 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.507 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=91] [2024/05/06 03:01:33.507 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:33.508 +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:01:33.516 +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:01:33.51 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:33.516 +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:01:33.51 +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:01:33.529 +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:01:33.51 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.536 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=45] [neededSchemaVersion=46] ["start time"=625.153ยตs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:33.538 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:33.538 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2024/05/06 03:01:33.541 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=6.107246ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:33.51 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.553 +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:01:33.51 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.559 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=93] [2024/05/06 03:01:33.559 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:33.559 +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:01:33.563 +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:01:33.561 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:33.563 +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:01:33.561 +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:01:33.572 +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:01:33.561 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.575 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=46] [neededSchemaVersion=47] ["start time"=392.42ยตs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:33.577 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:33.577 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2024/05/06 03:01:33.579 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=4.248414ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:33.561 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.588 +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:01:33.561 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.593 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=95] [2024/05/06 03:01:33.593 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:33.593 +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:01:33.596 +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:01:33.595 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:33.596 +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:01:33.595 +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:01:33.602 +00:00] [INFO] [info.go:1142] [SetTiFlashGroupConfig] [2024/05/06 03:01:33.605 +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:01:33.595 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.605 +00:00] [INFO] [runaway.go:158] ["preparations for the runaway manager are finished and start runaway manager loop"] [2024/05/06 03:01:33.606 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 03:01:33.606 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 03:01:33.606 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 03:01:33.608 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=47] [neededSchemaVersion=48] ["start time"=299.467ยตs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:33.610 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:33.610 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2024/05/06 03:01:33.610 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=2.392464ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:33.595 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.616 +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:01:33.595 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.623 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=97] [2024/05/06 03:01:33.623 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:33.624 +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:01:33.627 +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:01:33.625 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:33.627 +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:01:33.625 +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:01:33.635 +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:01:33.625 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.648 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=48] [neededSchemaVersion=49] ["start time"=296.963ยตs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:01:33.650 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:33.650 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2024/05/06 03:01:33.650 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=2.055711ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:33.625 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.655 +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:01:33.625 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.658 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=99] [2024/05/06 03:01:33.658 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:33.659 +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:01:33.661 +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:01:33.66 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:33.661 +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:01:33.66 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2024/05/06 03:01:33.676 +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:01:33.66 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.679 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=49] [neededSchemaVersion=50] ["start time"=46.938ยตs] [gotSchemaVersion=50] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 03:01:33.680 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:33.680 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2024/05/06 03:01:33.681 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=2.433384ms] [job="ID:101, Type:create schema, State:done, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 03:01:33.66 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.687 +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:01:33.66 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.690 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=101] [2024/05/06 03:01:33.690 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:33.695 +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:01:33.692 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:33.695 +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:01:33.692 +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:01:33.708 +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:01:33.692 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.718 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=50] [neededSchemaVersion=51] ["start time"=427.511ยตs] [gotSchemaVersion=51] [phyTblIDs="[102]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 03:01:33.720 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:01:33.720 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2024/05/06 03:01:33.722 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=5.050307ms] [job="ID:103, Type:create view, State:done, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 03:01:33.692 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.729 +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:01:33.692 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.733 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=103] [2024/05/06 03:01:33.733 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:33.765 +00:00] [INFO] [bootstrap.go:745] ["bootstrap successful"] ["take time"=2.16576328s] [2024/05/06 03:01:33.766 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=653f2cb5-eced-4563-8ca0-45c5c526bf09] [ownerKey=/tidb/ddl/fg/owner] [2024/05/06 03:01:33.766 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 03:01:33.766 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 2, tp add index"] [category=ddl] ["take time"=2.33ยตs] [2024/05/06 03:01:33.766 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 3, tp add index"] [category=ddl] ["take time"=1.463ยตs] [2024/05/06 03:01:33.766 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 4, tp add index"] [category=ddl] ["take time"=1.519ยตs] [2024/05/06 03:01:33.766 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 5, tp add index"] [category=ddl] ["take time"=1.383ยตs] [2024/05/06 03:01:33.766 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 03:01:33.766 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 1, tp general"] [category=ddl] ["take time"=913ns] [2024/05/06 03:01:33.766 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 03:01:33.766 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/06 03:01:33.766 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 03:01:33.769 +00:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=653f2cb5-eced-4563-8ca0-45c5c526bf09] ["take time"=3.104542ms] [2024/05/06 03:01:33.769 +00:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=653f2cb5-eced-4563-8ca0-45c5c526bf09] [2024/05/06 03:01:33.769 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 03:01:33.769 +00:00] [INFO] [domain.go:907] ["loadSchemaInLoop exited."] [2024/05/06 03:01:33.769 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 03:01:33.769 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/06 03:01:33.769 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 03:01:33.769 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 03:01:33.769 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/06 03:01:33.769 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 03:01:33.769 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 03:01:33.769 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/06 03:01:33.769 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/06 03:01:33.769 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 03:01:33.769 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 03:01:33.769 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."] [2024/05/06 03:01:33.769 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 03:01:33.769 +00:00] [INFO] [domain.go:1074] ["domain closed"] ["take time"=3.371469ms] [2024/05/06 03:01:33.769 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=4abae939-db56-4ee2-b417-e275aa6f4fa7] ["ddl lease"=500ms] ["stats lease"=-1ns] [2024/05/06 03:01:33.776 +00:00] [WARN] [controller.go:198] ["[resource group controller] server does not save config, load config failed"] [2024/05/06 03:01:33.776 +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:01:33.789 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=51] ["start time"=12.015869ms] [2024/05/06 03:01:33.789 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 03:01:33.789 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=b2479286-fddd-4cea-9dc8-7858dd40411e] [runWorker=true] [2024/05/06 03:01:33.789 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 03:01:33.789 +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:01:33.789 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 03:01:33.789 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 03:01:33.789 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 03:01:33.789 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 03:01:33.789 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 03:01:33.789 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 03:01:33.789 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 03:01:33.789 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 03:01:33.789 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 03:01:33.789 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 03:01:33.792 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2024/05/06 03:01:33.792 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 03:01:33.792 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 03:01:33.792 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 03:01:33.793 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 03:01:33.793 +00:00] [WARN] [sysvar_cache.go:49] ["sysvar cache is empty, triggering rebuild"] [2024/05/06 03:01:33.796 +00:00] [INFO] [sysvar.go:2748] ["set resource control"] [enable=true] [2024/05/06 03:01:33.797 +00:00] [INFO] [controller.go:447] ["[resource group controller] create resource group cost controller"] [name=default] [2024/05/06 03:01:33.826 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 03:01:33.830 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 03:01:33.836 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 03:01:33.836 +00:00] [INFO] [domain.go:2070] ["dumpFileGcChecker started"] [2024/05/06 03:01:33.837 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=indexUsageWorker] [2024/05/06 03:01:33.837 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=quitStatsOwner] [2024/05/06 03:01:33.837 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 03:01:33.838 +00:00] [INFO] [manager.go:113] ["build task executor manager"] [server-id=:4000] [total-cpu=16] [total-mem=342.3GiB] [2024/05/06 03:01:33.839 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 03:01:33.839 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=4abae939-db56-4ee2-b417-e275aa6f4fa7] ["ddl lease"=500ms] ["stats lease"=-1ns] [2024/05/06 03:01:33.839 +00:00] [INFO] [manager.go:146] ["task executor manager start"] [server-id=:4000] [2024/05/06 03:01:33.839 +00:00] [INFO] [domain.go:1525] ["dist task executor manager started"] [2024/05/06 03:01:33.840 +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:01:33.840 +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:01:33.843 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 03:01:33.843 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 03:01:33.846 +00:00] [WARN] [controller.go:198] ["[resource group controller] server does not save config, load config failed"] [2024/05/06 03:01:33.846 +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:01:33.849 +00:00] [INFO] [controller.go:447] ["[resource group controller] create resource group cost controller"] [name=default] [2024/05/06 03:01:33.861 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=51] ["start time"=13.80575ms] [2024/05/06 03:01:33.861 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 03:01:33.861 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=053defc5-7039-41c7-bb09-48a44017e052] [runWorker=true] [2024/05/06 03:01:33.861 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 03:01:33.861 +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:01:33.861 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 03:01:33.861 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 03:01:33.861 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 03:01:33.861 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 03:01:33.861 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 03:01:33.861 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 03:01:33.861 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 03:01:33.861 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 03:01:33.861 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 03:01:33.861 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2024/05/06 03:01:33.861 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 03:01:33.861 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 03:01:33.861 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 03:01:33.861 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 03:01:33.862 +00:00] [WARN] [sysvar_cache.go:49] ["sysvar cache is empty, triggering rebuild"] [2024/05/06 03:01:33.862 +00:00] [WARN] [sysvar_cache.go:49] ["sysvar cache is empty, triggering rebuild"] [2024/05/06 03:01:33.863 +00:00] [WARN] [sysvar_cache.go:49] ["sysvar cache is empty, triggering rebuild"] [2024/05/06 03:01:33.864 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 03:01:33.864 +00:00] [WARN] [sysvar_cache.go:49] ["sysvar cache is empty, triggering rebuild"] [2024/05/06 03:01:33.890 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 03:01:33.892 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 03:01:33.894 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 03:01:33.894 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=indexUsageWorker] [2024/05/06 03:01:33.894 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=quitStatsOwner] [2024/05/06 03:01:33.895 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 03:01:33.895 +00:00] [INFO] [manager.go:113] ["build task executor manager"] [server-id=:4001] [total-cpu=16] [total-mem=342.3GiB] [2024/05/06 03:01:33.896 +00:00] [INFO] [domain.go:2070] ["dumpFileGcChecker started"] [2024/05/06 03:01:33.896 +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:01:33.896 +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:01:33.896 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 03:01:33.896 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=4abae939-db56-4ee2-b417-e275aa6f4fa7] ["ddl lease"=500ms] ["stats lease"=-1ns] [2024/05/06 03:01:33.898 +00:00] [INFO] [manager.go:146] ["task executor manager start"] [server-id=:4001] [2024/05/06 03:01:33.899 +00:00] [INFO] [domain.go:1525] ["dist task executor manager started"] [2024/05/06 03:01:33.903 +00:00] [WARN] [controller.go:198] ["[resource group controller] server does not save config, load config failed"] [2024/05/06 03:01:33.903 +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:01:33.915 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=51] ["start time"=11.37439ms] [2024/05/06 03:01:33.915 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 03:01:33.915 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=14497190-d327-472c-a4c1-b28c54bb3298] [runWorker=true] [2024/05/06 03:01:33.916 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 03:01:33.916 +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:01:33.916 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 03:01:33.916 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 03:01:33.916 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 03:01:33.916 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 03:01:33.916 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 03:01:33.916 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 03:01:33.916 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 03:01:33.916 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 03:01:33.916 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 03:01:33.916 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 03:01:33.916 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2024/05/06 03:01:33.916 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 03:01:33.916 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 03:01:33.916 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 03:01:33.916 +00:00] [INFO] [controller.go:447] ["[resource group controller] create resource group cost controller"] [name=default] [2024/05/06 03:01:33.918 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 03:01:33.918 +00:00] [WARN] [sysvar_cache.go:49] ["sysvar cache is empty, triggering rebuild"] [2024/05/06 03:01:33.933 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 03:01:33.936 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 03:01:33.938 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 03:01:33.938 +00:00] [INFO] [domain.go:2070] ["dumpFileGcChecker started"] [2024/05/06 03:01:33.938 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=indexUsageWorker] [2024/05/06 03:01:33.938 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=quitStatsOwner] [2024/05/06 03:01:33.939 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 03:01:33.940 +00:00] [INFO] [manager.go:113] ["build task executor manager"] [server-id=:4002] [total-cpu=16] [total-mem=342.3GiB] [2024/05/06 03:01:33.940 +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:01:33.940 +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:01:33.941 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 03:01:33.941 +00:00] [INFO] [mockstore.go:253] ["domain DDL IDs"] [IDs="[b2479286-fddd-4cea-9dc8-7858dd40411e,053defc5-7039-41c7-bb09-48a44017e052,14497190-d327-472c-a4c1-b28c54bb3298]"] [2024/05/06 03:01:33.942 +00:00] [INFO] [manager.go:146] ["task executor manager start"] [server-id=:4002] [2024/05/06 03:01:33.942 +00:00] [INFO] [domain.go:1525] ["dist task executor manager started"] [2024/05/06 03:01:33.948 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:01:33.953 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2] [name=tidb_enable_dist_task] [val=0] [2024/05/06 03:01:33.953 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=51] [cur_db=test] [sql="create table t (a int primary key, b int) partition by hash(a) partitions 8;"] [user=] [2024/05/06 03:01:33.957 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:33.956 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:01:33.957 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:33.956 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t (a int primary key, b int) partition by hash(a) partitions 8;"] [2024/05/06 03:01:33.966 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 03:01:33.966 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 03:01:33.973 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 10, tp general"] [category=ddl] [jobID=113] [conn=2] [category=ddl] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 03:01:33.956 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:33.976 +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/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:919\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init.func2\n\tpkg/domain/domain.go:1287\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).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/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:919\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init.func2\n\tpkg/domain/domain.go:1287\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99"] [2024/05/06 03:01:34.005 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=51] [neededSchemaVersion=52] ["start time"=29.151669ms] [2024/05/06 03:01:34.010 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 03:01:34.012 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=113] [version=52] [2024/05/06 03:01:34.014 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=38.461843ms] [job="ID:113, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-06 03:01:33.956 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:34.027 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 10, tp general"] [category=ddl] [jobID=113] [conn=2] [job="ID:113, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 03:01:33.956 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:01:34.033 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=113] [2024/05/06 03:01:34.033 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:01:34.043 +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/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:914\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init.func2\n\tpkg/domain/domain.go:1287\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).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/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:914\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init.func2\n\tpkg/domain/domain.go:1287\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99"] [2024/05/06 03:01:34.043 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=52] [cur_db=test] [sql="alter table t add index idx(b);"] [user=] [2024/05/06 03:01:34.048 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:114, Type:add index, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 03:01:34.048 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:114, Type:add index, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t add index idx(b);"] [2024/05/06 03:01:34.052 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 03:01:34.052 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 03:01:34.061 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:114, Type:add index, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 03:01:34.061 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 15, tp add index"] [category=ddl] [jobID=114] [conn=2] [category=ddl] [job="ID:114, Type:add index, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 03:01:34.062 +00:00] [INFO] [index.go:654] ["run add index job"] [category=ddl] [job="ID:114, Type:add index, State:running, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [indexInfo="{\"id\":1,\"idx_name\":{\"O\":\"idx\",\"L\":\"idx\"},\"tbl_name\":{\"O\":\"\",\"L\":\"\"},\"idx_cols\":[{\"name\":{\"O\":\"b\",\"L\":\"b\"},\"offset\":1,\"length\":-1}],\"state\":0,\"backfill_state\":0,\"comment\":\"\",\"index_type\":1,\"is_unique\":false,\"is_primary\":false,\"is_invisible\":false,\"is_global\":false,\"mv_index\":false}"] [2024/05/06 03:01:34.062 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:114, Type:add index, State:running, SchemaState:delete only, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 03:01:34.075 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=51] [neededSchemaVersion=52] ["start time"=31.860974ms] [2024/05/06 03:01:34.080 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 03:01:34.089 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=52] [neededSchemaVersion=53] ["start time"=7.479696ms] [gotSchemaVersion=53] [phyTblIDs="[104,105,106,107,108,109,110,111,112]"] [actionTypes="[7,7,7,7,7,7,7,7,7]"] [diffTypes="[\"add index\"]"] [2024/05/06 03:01:34.091 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=114] [version=53] [2024/05/06 03:01:34.096 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=32.327577ms] [job="ID:114, Type:add index, State:running, SchemaState:delete only, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 03:01:34.097 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:114, Type:add index, State:running, SchemaState:delete only, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 03:01:34.107 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:114, Type:add index, State:running, SchemaState:delete only, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 03:01:34.107 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 8, tp add index"] [category=ddl] [jobID=114] [conn=2] [category=ddl] [job="ID:114, Type:add index, State:running, SchemaState:delete only, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 03:01:34.108 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:114, Type:add index, State:running, SchemaState:write only, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 03:01:34.117 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=53] [neededSchemaVersion=54] ["start time"=6.858318ms] [gotSchemaVersion=54] [phyTblIDs="[104,105,106,107,108,109,110,111,112]"] [actionTypes="[7,7,7,7,7,7,7,7,7]"] [diffTypes="[\"add index\"]"] [2024/05/06 03:01:34.117 +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/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:914\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init.func2\n\tpkg/domain/domain.go:1287\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).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/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:914\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init.func2\n\tpkg/domain/domain.go:1287\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99"] [2024/05/06 03:01:34.118 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=114] [version=54] [2024/05/06 03:01:34.121 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=10.862387ms] [job="ID:114, Type:add index, State:running, SchemaState:write only, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 03:01:34.121 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:114, Type:add index, State:running, SchemaState:write only, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 03:01:34.142 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:114, Type:add index, State:running, SchemaState:write only, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 03:01:34.142 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 9, tp add index"] [category=ddl] [jobID=114] [conn=2] [category=ddl] [job="ID:114, Type:add index, State:running, SchemaState:write only, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 03:01:34.143 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 03:01:34.153 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=54] [neededSchemaVersion=55] ["start time"=7.578467ms] [gotSchemaVersion=55] [phyTblIDs="[104,105,106,107,108,109,110,111,112]"] [actionTypes="[7,7,7,7,7,7,7,7,7]"] [diffTypes="[\"add index\"]"] [2024/05/06 03:01:34.154 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=114] [version=55] [2024/05/06 03:01:34.154 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=51] [neededSchemaVersion=54] ["start time"=37.739859ms] [2024/05/06 03:01:34.159 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 03:01:34.159 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=55] ["take time"=14.380222ms] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 03:01:34.161 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 03:01:34.167 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 03:01:34.167 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 7, tp add index"] [category=ddl] [jobID=114] [conn=2] [category=ddl] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 03:01:34.167 +00:00] [INFO] [index.go:857] ["index backfill state running"] [category=ddl] ["job ID"=114] [table=t] ["ingest mode"=true] [index=idx] [2024/05/06 03:01:34.167 +00:00] [INFO] [mock.go:81] ["mock backend mgr load"] [category=ddl-ingest] [jobID=114] [2024/05/06 03:01:34.167 +00:00] [INFO] [mock.go:53] ["mock backend mgr register"] [category=ddl-ingest] [jobID=114] [2024/05/06 03:01:34.168 +00:00] [INFO] [reorg.go:642] ["get noop table range"] [category=ddl] [table="&{104 t utf8mb4 utf8mb4_bin [0xc009e98840 0xc009e989a0] [0xc00a05cf30] [] [] public true false 0 0 0 0 0 2 1 0 0 449567652352360448 0 0 0 0 0 0 0xc009f1c500 5 false disable 3 2}"] ["table/partition ID"=105] ["start key"=] ["end key"=] ["is empty table"=true] [2024/05/06 03:01:34.168 +00:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=114] [physicalTableID=105] [startKey=] [endKey=] [2024/05/06 03:01:34.171 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567652359176193, LocalMode: false, UniqueWarnings:0"] [2024/05/06 03:01:34.172 +00:00] [INFO] [ddl_worker.go:1396] ["schema version doesn't change"] [category=ddl] [jobID=114] [2024/05/06 03:01:34.172 +00:00] [INFO] [callback.go:122] ["on job updated"] [category=ddl] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567652359176193, LocalMode: false, UniqueWarnings:0"] [2024/05/06 03:01:34.174 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=52] [neededSchemaVersion=55] ["start time"=7.961554ms] [gotSchemaVersion=55] [phyTblIDs="[104,105,106,107,108,109,110,111,112,104,105,106,107,108,109,110,111,112,104,105,106,107,108,109,110,111,112]"] [actionTypes="[7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7]"] [diffTypes="[\"add index\",\"add index\",\"add index\"]"] [2024/05/06 03:01:34.179 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567652359176193, LocalMode: false, UniqueWarnings:0"] [2024/05/06 03:01:34.179 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 8, tp add index"] [category=ddl] [jobID=114] [conn=2] [category=ddl] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567652359176193, LocalMode: false, UniqueWarnings:0"] [2024/05/06 03:01:34.180 +00:00] [INFO] [index.go:857] ["index backfill state running"] [category=ddl] ["job ID"=114] [table=t] ["ingest mode"=true] [index=idx] [2024/05/06 03:01:34.180 +00:00] [INFO] [mock.go:81] ["mock backend mgr load"] [category=ddl-ingest] [jobID=114] [2024/05/06 03:01:34.180 +00:00] [INFO] [mock.go:53] ["mock backend mgr register"] [category=ddl-ingest] [jobID=114] [2024/05/06 03:01:34.181 +00:00] [INFO] [mock.go:81] ["mock backend mgr load"] [category=ddl-ingest] [jobID=114] [2024/05/06 03:01:34.183 +00:00] [INFO] [checkpoint.go:312] ["resume checkpoint"] [category=ddl-ingest] ["job ID"=114] ["index IDs"="[1]"] ["local checkpoint"=] ["global checkpoint"=] ["physical table ID"=105] ["previous instance"=] ["current instance"=:4000:/tmp/tidb] [2024/05/06 03:01:34.183 +00:00] [INFO] [checkpoint.go:116] ["create checkpoint manager"] [category=ddl-ingest] [jobID=114] [indexIDs="[1]"] [2024/05/06 03:01:34.184 +00:00] [INFO] [job_table.go:660] ["resume physical table ID from checkpoint"] [category=ddl-ingest] [jobID=114] [start=] [end=] ["checkpoint physical ID"=105] [2024/05/06 03:01:34.184 +00:00] [INFO] [mock.go:81] ["mock backend mgr load"] [category=ddl-ingest] [jobID=114] [2024/05/06 03:01:34.184 +00:00] [INFO] [index.go:1931] ["start to add table index"] [category=ddl] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567652359176193, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:1,StartKey:,EndKey:,First:false,PhysicalTableID:105,Ingest mode:true"] [2024/05/06 03:01:34.224 +00:00] [INFO] [index.go:2178] ["estimate row size"] [category=ddl-ingest] [tableID=104] [size=0] [error="pd http client unavailable"] [errorVerbose="pd http client unavailable\ngithub.com/pingcap/tidb/pkg/store/helper.(*Helper).TryGetPDHTTPClient\n\tpkg/store/helper/helper.go:105\ngithub.com/pingcap/tidb/pkg/ddl.estimateRowSizeFromRegion\n\tpkg/ddl/index.go:2212\ngithub.com/pingcap/tidb/pkg/ddl.estimateTableRowSize\n\tpkg/ddl/index.go:2195\ngithub.com/pingcap/tidb/pkg/ddl.newIngestBackfillScheduler\n\tpkg/ddl/backfilling_scheduler.go:345\ngithub.com/pingcap/tidb/pkg/ddl.newBackfillScheduler\n\tpkg/ddl/backfilling_scheduler.go:96\ngithub.com/pingcap/tidb/pkg/ddl.(*ddlCtx).writePhysicalTableRecord\n\tpkg/ddl/backfilling.go:610\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).addPhysicalTableIndex\n\tpkg/ddl/index.go:1932\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).addTableIndex\n\tpkg/ddl/index.go:1958\ngithub.com/pingcap/tidb/pkg/ddl.runReorgJobAndHandleErr.func1\n\tpkg/ddl/index.go:1043\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).runReorgJob.func1\n\tpkg/ddl/reorg.go:205\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 03:01:34.224 +00:00] [INFO] [mock.go:81] ["mock backend mgr load"] [category=ddl-ingest] [jobID=114] [2024/05/06 03:01:34.224 +00:00] [INFO] [checkpoint.go:238] ["reset checkpoint manager"] [category=ddl-ingest] [newPhysicalID=105] [oldPhysicalID=0] [indexIDs="[1]"] [jobID=114] [localCnt=0] [2024/05/06 03:01:34.225 +00:00] [INFO] [mock.go:104] ["mock backend ctx register"] [category=ddl-ingest] [jobID=114] [indexID=1] [2024/05/06 03:01:34.225 +00:00] [INFO] [mock.go:198] ["mock engine info create writer"] [category=ddl-ingest] [id=0] [2024/05/06 03:01:34.225 +00:00] [INFO] [mock.go:104] ["mock backend ctx register"] [category=ddl-ingest] [jobID=114] [indexID=1] [2024/05/06 03:01:34.225 +00:00] [INFO] [mock.go:198] ["mock engine info create writer"] [category=ddl-ingest] [id=1] [2024/05/06 03:01:34.225 +00:00] [INFO] [mock.go:104] ["mock backend ctx register"] [category=ddl-ingest] [jobID=114] [indexID=1] [2024/05/06 03:01:34.225 +00:00] [INFO] [mock.go:198] ["mock engine info create writer"] [category=ddl-ingest] [id=2] [2024/05/06 03:01:34.226 +00:00] [INFO] [mock.go:104] ["mock backend ctx register"] [category=ddl-ingest] [jobID=114] [indexID=1] [2024/05/06 03:01:34.226 +00:00] [INFO] [mock.go:198] ["mock engine info create writer"] [category=ddl-ingest] [id=3] [2024/05/06 03:01:34.226 +00:00] [INFO] [backfilling_scheduler.go:382] ["setup ingest backfill workers"] [category=ddl-ingest] [jobID=114] [reader=2] [writer=4] [2024/05/06 03:01:34.226 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=105] ["start key"=] ["end key"=] [2024/05/06 03:01:34.226 +00:00] [INFO] [backfilling.go:421] ["split table range from PD, get noop table range"] [category=ddl] [physicalTableID=105] [2024/05/06 03:01:34.226 +00:00] [INFO] [index_cop.go:242] ["close cop-request sender pool"] [category=ddl-ingest] [force=false] [2024/05/06 03:01:34.229 +00:00] [INFO] [checkpoint.go:378] ["update checkpoint"] [category=ddl-ingest] ["job ID"=114] ["index IDs"="[1]"] ["local checkpoint"=] ["global checkpoint"=] ["global physical ID"=105] [] [2024/05/06 03:01:34.229 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:1,TypeKey:_idx_] ["total added count"=0] ["start key"=] [2024/05/06 03:01:34.230 +00:00] [INFO] [reorg.go:642] ["get noop table range"] [category=ddl] [table="&{104 t utf8mb4 utf8mb4_bin [0xc00a532840 0xc00a5329a0] [0xc00a50b170] [] [] public true false 0 0 0 0 0 2 1 0 0 449567652352360448 0 0 0 0 0 0 0xc009cb7100 5 false disable 3 2}"] ["table/partition ID"=106] ["start key"=] ["end key"=] ["is empty table"=true] [2024/05/06 03:01:34.230 +00:00] [INFO] [index.go:2351] ["job update reorgInfo"] [category=ddl] [jobID=114] [element=ID:1,TypeKey:_idx_] [partitionTableID=106] [startKey=] [endKey=] [] [2024/05/06 03:01:34.230 +00:00] [INFO] [mock.go:81] ["mock backend mgr load"] [category=ddl-ingest] [jobID=114] [2024/05/06 03:01:34.230 +00:00] [INFO] [index.go:1931] ["start to add table index"] [category=ddl] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567652359176193, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:1,StartKey:,EndKey:,First:false,PhysicalTableID:106,Ingest mode:true"] [2024/05/06 03:01:34.274 +00:00] [INFO] [index.go:2178] ["estimate row size"] [category=ddl-ingest] [tableID=104] [size=0] [error="pd http client unavailable"] [errorVerbose="pd http client unavailable\ngithub.com/pingcap/tidb/pkg/store/helper.(*Helper).TryGetPDHTTPClient\n\tpkg/store/helper/helper.go:105\ngithub.com/pingcap/tidb/pkg/ddl.estimateRowSizeFromRegion\n\tpkg/ddl/index.go:2212\ngithub.com/pingcap/tidb/pkg/ddl.estimateTableRowSize\n\tpkg/ddl/index.go:2195\ngithub.com/pingcap/tidb/pkg/ddl.newIngestBackfillScheduler\n\tpkg/ddl/backfilling_scheduler.go:345\ngithub.com/pingcap/tidb/pkg/ddl.newBackfillScheduler\n\tpkg/ddl/backfilling_scheduler.go:96\ngithub.com/pingcap/tidb/pkg/ddl.(*ddlCtx).writePhysicalTableRecord\n\tpkg/ddl/backfilling.go:610\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).addPhysicalTableIndex\n\tpkg/ddl/index.go:1932\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).addTableIndex\n\tpkg/ddl/index.go:1958\ngithub.com/pingcap/tidb/pkg/ddl.runReorgJobAndHandleErr.func1\n\tpkg/ddl/index.go:1043\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).runReorgJob.func1\n\tpkg/ddl/reorg.go:205\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 03:01:34.275 +00:00] [INFO] [mock.go:81] ["mock backend mgr load"] [category=ddl-ingest] [jobID=114] [2024/05/06 03:01:34.275 +00:00] [INFO] [checkpoint.go:238] ["reset checkpoint manager"] [category=ddl-ingest] [newPhysicalID=106] [oldPhysicalID=105] [indexIDs="[1]"] [jobID=114] [localCnt=0] [2024/05/06 03:01:34.275 +00:00] [INFO] [mock.go:104] ["mock backend ctx register"] [category=ddl-ingest] [jobID=114] [indexID=1] [2024/05/06 03:01:34.275 +00:00] [INFO] [mock.go:198] ["mock engine info create writer"] [category=ddl-ingest] [id=0] [2024/05/06 03:01:34.275 +00:00] [INFO] [mock.go:104] ["mock backend ctx register"] [category=ddl-ingest] [jobID=114] [indexID=1] [2024/05/06 03:01:34.275 +00:00] [INFO] [mock.go:198] ["mock engine info create writer"] [category=ddl-ingest] [id=1] [2024/05/06 03:01:34.275 +00:00] [INFO] [mock.go:104] ["mock backend ctx register"] [category=ddl-ingest] [jobID=114] [indexID=1] [2024/05/06 03:01:34.275 +00:00] [INFO] [mock.go:198] ["mock engine info create writer"] [category=ddl-ingest] [id=2] [2024/05/06 03:01:34.275 +00:00] [INFO] [mock.go:104] ["mock backend ctx register"] [category=ddl-ingest] [jobID=114] [indexID=1] [2024/05/06 03:01:34.275 +00:00] [INFO] [mock.go:198] ["mock engine info create writer"] [category=ddl-ingest] [id=3] [2024/05/06 03:01:34.275 +00:00] [INFO] [backfilling_scheduler.go:382] ["setup ingest backfill workers"] [category=ddl-ingest] [jobID=114] [reader=2] [writer=4] [2024/05/06 03:01:34.275 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=106] ["start key"=] ["end key"=] [2024/05/06 03:01:34.275 +00:00] [INFO] [backfilling.go:421] ["split table range from PD, get noop table range"] [category=ddl] [physicalTableID=106] [2024/05/06 03:01:34.275 +00:00] [INFO] [index_cop.go:242] ["close cop-request sender pool"] [category=ddl-ingest] [force=false] [2024/05/06 03:01:34.277 +00:00] [INFO] [checkpoint.go:378] ["update checkpoint"] [category=ddl-ingest] ["job ID"=114] ["index IDs"="[1]"] ["local checkpoint"=] ["global checkpoint"=] ["global physical ID"=105] [] [2024/05/06 03:01:34.277 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:1,TypeKey:_idx_] ["total added count"=0] ["start key"=] [2024/05/06 03:01:34.279 +00:00] [INFO] [index.go:2351] ["job update reorgInfo"] [category=ddl] [jobID=114] [element=ID:1,TypeKey:_idx_] [partitionTableID=107] [startKey=74800000000000006b5f728000000000000002] [endKey=74800000000000006b5f72800000000000000200] [] [2024/05/06 03:01:34.279 +00:00] [INFO] [mock.go:81] ["mock backend mgr load"] [category=ddl-ingest] [jobID=114] [2024/05/06 03:01:34.279 +00:00] [INFO] [index.go:1931] ["start to add table index"] [category=ddl] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567652359176193, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:1,StartKey:74800000000000006b5f728000000000000002,EndKey:74800000000000006b5f72800000000000000200,First:false,PhysicalTableID:107,Ingest mode:true"] [2024/05/06 03:01:34.317 +00:00] [INFO] [index.go:2178] ["estimate row size"] [category=ddl-ingest] [tableID=104] [size=0] [error="pd http client unavailable"] [errorVerbose="pd http client unavailable\ngithub.com/pingcap/tidb/pkg/store/helper.(*Helper).TryGetPDHTTPClient\n\tpkg/store/helper/helper.go:105\ngithub.com/pingcap/tidb/pkg/ddl.estimateRowSizeFromRegion\n\tpkg/ddl/index.go:2212\ngithub.com/pingcap/tidb/pkg/ddl.estimateTableRowSize\n\tpkg/ddl/index.go:2195\ngithub.com/pingcap/tidb/pkg/ddl.newIngestBackfillScheduler\n\tpkg/ddl/backfilling_scheduler.go:345\ngithub.com/pingcap/tidb/pkg/ddl.newBackfillScheduler\n\tpkg/ddl/backfilling_scheduler.go:96\ngithub.com/pingcap/tidb/pkg/ddl.(*ddlCtx).writePhysicalTableRecord\n\tpkg/ddl/backfilling.go:610\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).addPhysicalTableIndex\n\tpkg/ddl/index.go:1932\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).addTableIndex\n\tpkg/ddl/index.go:1958\ngithub.com/pingcap/tidb/pkg/ddl.runReorgJobAndHandleErr.func1\n\tpkg/ddl/index.go:1043\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).runReorgJob.func1\n\tpkg/ddl/reorg.go:205\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 03:01:34.317 +00:00] [INFO] [mock.go:81] ["mock backend mgr load"] [category=ddl-ingest] [jobID=114] [2024/05/06 03:01:34.317 +00:00] [INFO] [checkpoint.go:238] ["reset checkpoint manager"] [category=ddl-ingest] [newPhysicalID=107] [oldPhysicalID=106] [indexIDs="[1]"] [jobID=114] [localCnt=0] [2024/05/06 03:01:34.318 +00:00] [INFO] [mock.go:104] ["mock backend ctx register"] [category=ddl-ingest] [jobID=114] [indexID=1] [2024/05/06 03:01:34.318 +00:00] [INFO] [mock.go:198] ["mock engine info create writer"] [category=ddl-ingest] [id=0] [2024/05/06 03:01:34.318 +00:00] [INFO] [mock.go:104] ["mock backend ctx register"] [category=ddl-ingest] [jobID=114] [indexID=1] [2024/05/06 03:01:34.318 +00:00] [INFO] [mock.go:198] ["mock engine info create writer"] [category=ddl-ingest] [id=1] [2024/05/06 03:01:34.318 +00:00] [INFO] [mock.go:104] ["mock backend ctx register"] [category=ddl-ingest] [jobID=114] [indexID=1] [2024/05/06 03:01:34.318 +00:00] [INFO] [mock.go:198] ["mock engine info create writer"] [category=ddl-ingest] [id=2] [2024/05/06 03:01:34.318 +00:00] [INFO] [mock.go:104] ["mock backend ctx register"] [category=ddl-ingest] [jobID=114] [indexID=1] [2024/05/06 03:01:34.318 +00:00] [INFO] [mock.go:198] ["mock engine info create writer"] [category=ddl-ingest] [id=3] [2024/05/06 03:01:34.318 +00:00] [INFO] [backfilling_scheduler.go:382] ["setup ingest backfill workers"] [category=ddl-ingest] [jobID=114] [reader=2] [writer=4] [2024/05/06 03:01:34.318 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=107] ["start key"=74800000000000006b5f728000000000000002] ["end key"=74800000000000006b5f72800000000000000200] [2024/05/06 03:01:34.318 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="add index"] [workerCnt=4] [regionCnt=1] [startKey=74800000000000006b5f728000000000000002] [endKey=74800000000000006b5f72800000000000000200] [2024/05/06 03:01:34.319 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=107] ["end key"=74800000000000006b5f72800000000000000200] ["current end key"=74800000000000006b5f72800000000000000200] [2024/05/06 03:01:34.319 +00:00] [INFO] [index_cop.go:242] ["close cop-request sender pool"] [category=ddl-ingest] [force=false] [2024/05/06 03:01:34.319 +00:00] [INFO] [index_cop.go:139] ["start a cop-request task"] [category=ddl-ingest] [id=1] [task="taskID: 1, physicalTableID: 107, range: [74800000000000006b5f728000000000000002, 74800000000000006b5f72800000000000000200), jobID: 114"] [2024/05/06 03:01:34.319 +00:00] [INFO] [mock.go:211] ["mock writer write row"] [category=ddl-ingest] [key=74800000000000006b5f698000000000000001038000000000000003038000000000000002] [idxVal=30] [2024/05/06 03:01:34.319 +00:00] [INFO] [backfilling_scheduler.go:581] ["finish a cop-request task"] [category=ddl-ingest] [id=1] [2024/05/06 03:01:34.322 +00:00] [INFO] [checkpoint.go:378] ["update checkpoint"] [category=ddl-ingest] ["job ID"=114] ["index IDs"="[1]"] ["local checkpoint"=74800000000000006b5f72800000000000000200] ["global checkpoint"=] ["global physical ID"=105] [] [2024/05/06 03:01:34.323 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:1,TypeKey:_idx_] ["total added count"=1] ["start key"=74800000000000006b5f728000000000000002] [2024/05/06 03:01:34.323 +00:00] [INFO] [mock.go:81] ["mock backend mgr load"] [category=ddl-ingest] [jobID=114] [2024/05/06 03:01:34.323 +00:00] [INFO] [checkpoint.go:215] ["close checkpoint manager"] [category=ddl-ingest] [jobID=114] [indexIDs="[1]"] [2024/05/06 03:01:34.326 +00:00] [INFO] [index.go:2351] ["job update reorgInfo"] [category=ddl] [jobID=114] [element=ID:1,TypeKey:_idx_] [partitionTableID=108] [startKey=74800000000000006c5f728000000000000003] [endKey=74800000000000006c5f72800000000000000300] [] [2024/05/06 03:01:34.326 +00:00] [INFO] [mock.go:81] ["mock backend mgr load"] [category=ddl-ingest] [jobID=114] [2024/05/06 03:01:34.326 +00:00] [INFO] [index.go:1931] ["start to add table index"] [category=ddl] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:1, ArgLen:6, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567652359176193, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:1,StartKey:74800000000000006c5f728000000000000003,EndKey:74800000000000006c5f72800000000000000300,First:false,PhysicalTableID:108,Ingest mode:true"] [2024/05/06 03:01:34.326 +00:00] [INFO] [reorg.go:434] ["DDL is not the DDL owner"] [category=ddl] [ID=b2479286-fddd-4cea-9dc8-7858dd40411e] [2024/05/06 03:01:34.326 +00:00] [WARN] [reorg.go:230] ["run reorg job done"] [category=ddl] ["handled rows"=1] [error="[ddl:8201]TiDB server is not a DDL owner"] [errorVerbose="[ddl:8201]TiDB server is not a DDL owner\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/ddl.(*ddlCtx).isReorgRunnable\n\tpkg/ddl/reorg.go:435\ngithub.com/pingcap/tidb/pkg/ddl.(*ddlCtx).writePhysicalTableRecord\n\tpkg/ddl/backfilling.go:594\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).addPhysicalTableIndex\n\tpkg/ddl/index.go:1932\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).addTableIndex\n\tpkg/ddl/index.go:1958\ngithub.com/pingcap/tidb/pkg/ddl.runReorgJobAndHandleErr.func1\n\tpkg/ddl/index.go:1043\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).runReorgJob.func1\n\tpkg/ddl/reorg.go:205\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 03:01:34.362 +00:00] [WARN] [ddl_worker.go:1147] ["run DDL job error"] [worker="worker 8, tp add index"] [category=ddl] [jobID=114] [conn=2] [error="[ddl:8201]TiDB server is not a DDL owner"] [errorVerbose="[ddl:8201]TiDB server is not a DDL owner\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/ddl.(*ddlCtx).isReorgRunnable\n\tpkg/ddl/reorg.go:435\ngithub.com/pingcap/tidb/pkg/ddl.(*ddlCtx).writePhysicalTableRecord\n\tpkg/ddl/backfilling.go:594\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).addPhysicalTableIndex\n\tpkg/ddl/index.go:1932\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).addTableIndex\n\tpkg/ddl/index.go:1958\ngithub.com/pingcap/tidb/pkg/ddl.runReorgJobAndHandleErr.func1\n\tpkg/ddl/index.go:1043\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).runReorgJob.func1\n\tpkg/ddl/reorg.go:205\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 03:01:34.363 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:1, ArgLen:6, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:[ddl:8201]TiDB server is not a DDL owner, ErrCount:1, SnapshotVersion:449567652359176193, LocalMode: false, UniqueWarnings:0"] [2024/05/06 03:01:34.363 +00:00] [INFO] [job_table.go:465] ["handle ddl job failed"] [worker="worker 8, tp add index"] [category=ddl] [error="[ddl:8201]TiDB server is not a DDL owner"] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:1, ArgLen:6, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:[ddl:8201]TiDB server is not a DDL owner, ErrCount:1, SnapshotVersion:449567652359176193, LocalMode: false, UniqueWarnings:0"] [2024/05/06 03:01:34.372 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 03:01:34.372 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 03:01:34.383 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=54] [neededSchemaVersion=55] ["start time"=20.521623ms] [gotSchemaVersion=55] [phyTblIDs="[104,105,106,107,108,109,110,111,112]"] [actionTypes="[7,7,7,7,7,7,7,7,7]"] [diffTypes="[\"add index\"]"] [2024/05/06 03:01:34.385 +00:00] [INFO] [callback.go:96] ["on job run before"] [category=ddl] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567652359176193, LocalMode: false, UniqueWarnings:0"] [2024/05/06 03:01:34.385 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 17, tp add index"] [category=ddl] [jobID=114] [conn=2] [category=ddl] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567652359176193, LocalMode: false, UniqueWarnings:0"] [2024/05/06 03:01:34.385 +00:00] [INFO] [index.go:857] ["index backfill state running"] [category=ddl] ["job ID"=114] [table=t] ["ingest mode"=true] [index=idx] [2024/05/06 03:01:34.385 +00:00] [INFO] [mock.go:81] ["mock backend mgr load"] [category=ddl-ingest] [jobID=114] [2024/05/06 03:01:34.385 +00:00] [INFO] [mock.go:53] ["mock backend mgr register"] [category=ddl-ingest] [jobID=114] [2024/05/06 03:01:34.388 +00:00] [INFO] [mock.go:81] ["mock backend mgr load"] [category=ddl-ingest] [jobID=114] [2024/05/06 03:01:34.389 +00:00] [INFO] [checkpoint.go:312] ["resume checkpoint"] [category=ddl-ingest] ["job ID"=114] ["index IDs"="[1]"] ["local checkpoint"=] ["global checkpoint"=] ["physical table ID"=105] ["previous instance"=:4000:/tmp/tidb] ["current instance"=:4001:/tmp/tidb] [2024/05/06 03:01:34.389 +00:00] [INFO] [checkpoint.go:116] ["create checkpoint manager"] [category=ddl-ingest] [jobID=114] [indexIDs="[1]"] [2024/05/06 03:01:34.391 +00:00] [INFO] [job_table.go:660] ["resume physical table ID from checkpoint"] [category=ddl-ingest] [jobID=114] [start=] [end=] ["checkpoint physical ID"=105] [2024/05/06 03:01:34.391 +00:00] [INFO] [mock.go:81] ["mock backend mgr load"] [category=ddl-ingest] [jobID=114] [2024/05/06 03:01:34.391 +00:00] [INFO] [index.go:1931] ["start to add table index"] [category=ddl] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567652359176193, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:1,StartKey:,EndKey:,First:false,PhysicalTableID:105,Ingest mode:true"] [2024/05/06 03:01:34.431 +00:00] [INFO] [index.go:2178] ["estimate row size"] [category=ddl-ingest] [tableID=104] [size=0] [error="pd http client unavailable"] [errorVerbose="pd http client unavailable\ngithub.com/pingcap/tidb/pkg/store/helper.(*Helper).TryGetPDHTTPClient\n\tpkg/store/helper/helper.go:105\ngithub.com/pingcap/tidb/pkg/ddl.estimateRowSizeFromRegion\n\tpkg/ddl/index.go:2212\ngithub.com/pingcap/tidb/pkg/ddl.estimateTableRowSize\n\tpkg/ddl/index.go:2195\ngithub.com/pingcap/tidb/pkg/ddl.newIngestBackfillScheduler\n\tpkg/ddl/backfilling_scheduler.go:345\ngithub.com/pingcap/tidb/pkg/ddl.newBackfillScheduler\n\tpkg/ddl/backfilling_scheduler.go:96\ngithub.com/pingcap/tidb/pkg/ddl.(*ddlCtx).writePhysicalTableRecord\n\tpkg/ddl/backfilling.go:610\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).addPhysicalTableIndex\n\tpkg/ddl/index.go:1932\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).addTableIndex\n\tpkg/ddl/index.go:1958\ngithub.com/pingcap/tidb/pkg/ddl.runReorgJobAndHandleErr.func1\n\tpkg/ddl/index.go:1043\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).runReorgJob.func1\n\tpkg/ddl/reorg.go:205\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 03:01:34.431 +00:00] [INFO] [mock.go:81] ["mock backend mgr load"] [category=ddl-ingest] [jobID=114] [2024/05/06 03:01:34.431 +00:00] [INFO] [checkpoint.go:238] ["reset checkpoint manager"] [category=ddl-ingest] [newPhysicalID=105] [oldPhysicalID=0] [indexIDs="[1]"] [jobID=114] [localCnt=0] [2024/05/06 03:01:34.432 +00:00] [INFO] [mock.go:104] ["mock backend ctx register"] [category=ddl-ingest] [jobID=114] [indexID=1] [2024/05/06 03:01:34.432 +00:00] [INFO] [mock.go:198] ["mock engine info create writer"] [category=ddl-ingest] [id=0] [2024/05/06 03:01:34.432 +00:00] [INFO] [mock.go:104] ["mock backend ctx register"] [category=ddl-ingest] [jobID=114] [indexID=1] [2024/05/06 03:01:34.432 +00:00] [INFO] [mock.go:198] ["mock engine info create writer"] [category=ddl-ingest] [id=1] [2024/05/06 03:01:34.432 +00:00] [INFO] [mock.go:104] ["mock backend ctx register"] [category=ddl-ingest] [jobID=114] [indexID=1] [2024/05/06 03:01:34.432 +00:00] [INFO] [mock.go:198] ["mock engine info create writer"] [category=ddl-ingest] [id=2] [2024/05/06 03:01:34.432 +00:00] [INFO] [mock.go:104] ["mock backend ctx register"] [category=ddl-ingest] [jobID=114] [indexID=1] [2024/05/06 03:01:34.432 +00:00] [INFO] [mock.go:198] ["mock engine info create writer"] [category=ddl-ingest] [id=3] [2024/05/06 03:01:34.432 +00:00] [INFO] [backfilling_scheduler.go:382] ["setup ingest backfill workers"] [category=ddl-ingest] [jobID=114] [reader=2] [writer=4] [2024/05/06 03:01:34.432 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=105] ["start key"=] ["end key"=] [2024/05/06 03:01:34.432 +00:00] [INFO] [backfilling.go:421] ["split table range from PD, get noop table range"] [category=ddl] [physicalTableID=105] [2024/05/06 03:01:34.432 +00:00] [INFO] [index_cop.go:242] ["close cop-request sender pool"] [category=ddl-ingest] [force=false] [2024/05/06 03:01:34.435 +00:00] [INFO] [checkpoint.go:378] ["update checkpoint"] [category=ddl-ingest] ["job ID"=114] ["index IDs"="[1]"] ["local checkpoint"=] ["global checkpoint"=] ["global physical ID"=105] [] [2024/05/06 03:01:34.435 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:1,TypeKey:_idx_] ["total added count"=0] ["start key"=] [2024/05/06 03:01:34.436 +00:00] [INFO] [reorg.go:642] ["get noop table range"] [category=ddl] [table="&{104 t utf8mb4 utf8mb4_bin [0xc00f8b22c0 0xc00f8b2420] [0xc00f8bae10] [] [] public true false 0 0 0 0 0 2 1 0 0 449567652352360448 0 0 0 0 0 0 0xc00ec80f00 5 false disable 3 2}"] ["table/partition ID"=106] ["start key"=] ["end key"=] ["is empty table"=true] [2024/05/06 03:01:34.436 +00:00] [INFO] [index.go:2351] ["job update reorgInfo"] [category=ddl] [jobID=114] [element=ID:1,TypeKey:_idx_] [partitionTableID=106] [startKey=] [endKey=] [] [2024/05/06 03:01:34.436 +00:00] [INFO] [mock.go:81] ["mock backend mgr load"] [category=ddl-ingest] [jobID=114] [2024/05/06 03:01:34.436 +00:00] [INFO] [index.go:1931] ["start to add table index"] [category=ddl] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567652359176193, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:1,StartKey:,EndKey:,First:false,PhysicalTableID:106,Ingest mode:true"] [2024/05/06 03:01:34.480 +00:00] [INFO] [index.go:2178] ["estimate row size"] [category=ddl-ingest] [tableID=104] [size=0] [error="pd http client unavailable"] [errorVerbose="pd http client unavailable\ngithub.com/pingcap/tidb/pkg/store/helper.(*Helper).TryGetPDHTTPClient\n\tpkg/store/helper/helper.go:105\ngithub.com/pingcap/tidb/pkg/ddl.estimateRowSizeFromRegion\n\tpkg/ddl/index.go:2212\ngithub.com/pingcap/tidb/pkg/ddl.estimateTableRowSize\n\tpkg/ddl/index.go:2195\ngithub.com/pingcap/tidb/pkg/ddl.newIngestBackfillScheduler\n\tpkg/ddl/backfilling_scheduler.go:345\ngithub.com/pingcap/tidb/pkg/ddl.newBackfillScheduler\n\tpkg/ddl/backfilling_scheduler.go:96\ngithub.com/pingcap/tidb/pkg/ddl.(*ddlCtx).writePhysicalTableRecord\n\tpkg/ddl/backfilling.go:610\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).addPhysicalTableIndex\n\tpkg/ddl/index.go:1932\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).addTableIndex\n\tpkg/ddl/index.go:1958\ngithub.com/pingcap/tidb/pkg/ddl.runReorgJobAndHandleErr.func1\n\tpkg/ddl/index.go:1043\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).runReorgJob.func1\n\tpkg/ddl/reorg.go:205\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 03:01:34.480 +00:00] [INFO] [mock.go:81] ["mock backend mgr load"] [category=ddl-ingest] [jobID=114] [2024/05/06 03:01:34.480 +00:00] [INFO] [checkpoint.go:238] ["reset checkpoint manager"] [category=ddl-ingest] [newPhysicalID=106] [oldPhysicalID=105] [indexIDs="[1]"] [jobID=114] [localCnt=0] [2024/05/06 03:01:34.480 +00:00] [INFO] [mock.go:104] ["mock backend ctx register"] [category=ddl-ingest] [jobID=114] [indexID=1] [2024/05/06 03:01:34.480 +00:00] [INFO] [mock.go:198] ["mock engine info create writer"] [category=ddl-ingest] [id=0] [2024/05/06 03:01:34.480 +00:00] [INFO] [mock.go:104] ["mock backend ctx register"] [category=ddl-ingest] [jobID=114] [indexID=1] [2024/05/06 03:01:34.480 +00:00] [INFO] [mock.go:198] ["mock engine info create writer"] [category=ddl-ingest] [id=1] [2024/05/06 03:01:34.480 +00:00] [INFO] [mock.go:104] ["mock backend ctx register"] [category=ddl-ingest] [jobID=114] [indexID=1] [2024/05/06 03:01:34.480 +00:00] [INFO] [mock.go:198] ["mock engine info create writer"] [category=ddl-ingest] [id=2] [2024/05/06 03:01:34.480 +00:00] [INFO] [mock.go:104] ["mock backend ctx register"] [category=ddl-ingest] [jobID=114] [indexID=1] [2024/05/06 03:01:34.480 +00:00] [INFO] [mock.go:198] ["mock engine info create writer"] [category=ddl-ingest] [id=3] [2024/05/06 03:01:34.480 +00:00] [INFO] [backfilling_scheduler.go:382] ["setup ingest backfill workers"] [category=ddl-ingest] [jobID=114] [reader=2] [writer=4] [2024/05/06 03:01:34.480 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=106] ["start key"=] ["end key"=] [2024/05/06 03:01:34.480 +00:00] [INFO] [backfilling.go:421] ["split table range from PD, get noop table range"] [category=ddl] [physicalTableID=106] [2024/05/06 03:01:34.480 +00:00] [INFO] [index_cop.go:242] ["close cop-request sender pool"] [category=ddl-ingest] [force=false] [2024/05/06 03:01:34.483 +00:00] [INFO] [checkpoint.go:378] ["update checkpoint"] [category=ddl-ingest] ["job ID"=114] ["index IDs"="[1]"] ["local checkpoint"=] ["global checkpoint"=] ["global physical ID"=105] [] [2024/05/06 03:01:34.483 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:1,TypeKey:_idx_] ["total added count"=0] ["start key"=] [2024/05/06 03:01:34.485 +00:00] [INFO] [index.go:2351] ["job update reorgInfo"] [category=ddl] [jobID=114] [element=ID:1,TypeKey:_idx_] [partitionTableID=107] [startKey=74800000000000006b5f728000000000000002] [endKey=74800000000000006b5f72800000000000000200] [] [2024/05/06 03:01:34.485 +00:00] [INFO] [mock.go:81] ["mock backend mgr load"] [category=ddl-ingest] [jobID=114] [2024/05/06 03:01:34.485 +00:00] [INFO] [index.go:1931] ["start to add table index"] [category=ddl] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567652359176193, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:1,StartKey:74800000000000006b5f728000000000000002,EndKey:74800000000000006b5f72800000000000000200,First:false,PhysicalTableID:107,Ingest mode:true"] [2024/05/06 03:01:34.523 +00:00] [INFO] [index.go:2178] ["estimate row size"] [category=ddl-ingest] [tableID=104] [size=0] [error="pd http client unavailable"] [errorVerbose="pd http client unavailable\ngithub.com/pingcap/tidb/pkg/store/helper.(*Helper).TryGetPDHTTPClient\n\tpkg/store/helper/helper.go:105\ngithub.com/pingcap/tidb/pkg/ddl.estimateRowSizeFromRegion\n\tpkg/ddl/index.go:2212\ngithub.com/pingcap/tidb/pkg/ddl.estimateTableRowSize\n\tpkg/ddl/index.go:2195\ngithub.com/pingcap/tidb/pkg/ddl.newIngestBackfillScheduler\n\tpkg/ddl/backfilling_scheduler.go:345\ngithub.com/pingcap/tidb/pkg/ddl.newBackfillScheduler\n\tpkg/ddl/backfilling_scheduler.go:96\ngithub.com/pingcap/tidb/pkg/ddl.(*ddlCtx).writePhysicalTableRecord\n\tpkg/ddl/backfilling.go:610\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).addPhysicalTableIndex\n\tpkg/ddl/index.go:1932\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).addTableIndex\n\tpkg/ddl/index.go:1958\ngithub.com/pingcap/tidb/pkg/ddl.runReorgJobAndHandleErr.func1\n\tpkg/ddl/index.go:1043\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).runReorgJob.func1\n\tpkg/ddl/reorg.go:205\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 03:01:34.523 +00:00] [INFO] [mock.go:81] ["mock backend mgr load"] [category=ddl-ingest] [jobID=114] [2024/05/06 03:01:34.523 +00:00] [INFO] [checkpoint.go:238] ["reset checkpoint manager"] [category=ddl-ingest] [newPhysicalID=107] [oldPhysicalID=106] [indexIDs="[1]"] [jobID=114] [localCnt=0] [2024/05/06 03:01:34.523 +00:00] [INFO] [mock.go:104] ["mock backend ctx register"] [category=ddl-ingest] [jobID=114] [indexID=1] [2024/05/06 03:01:34.523 +00:00] [INFO] [mock.go:198] ["mock engine info create writer"] [category=ddl-ingest] [id=0] [2024/05/06 03:01:34.523 +00:00] [INFO] [mock.go:104] ["mock backend ctx register"] [category=ddl-ingest] [jobID=114] [indexID=1] [2024/05/06 03:01:34.523 +00:00] [INFO] [mock.go:198] ["mock engine info create writer"] [category=ddl-ingest] [id=1] [2024/05/06 03:01:34.523 +00:00] [INFO] [mock.go:104] ["mock backend ctx register"] [category=ddl-ingest] [jobID=114] [indexID=1] [2024/05/06 03:01:34.524 +00:00] [INFO] [mock.go:198] ["mock engine info create writer"] [category=ddl-ingest] [id=2] [2024/05/06 03:01:34.524 +00:00] [INFO] [mock.go:104] ["mock backend ctx register"] [category=ddl-ingest] [jobID=114] [indexID=1] [2024/05/06 03:01:34.524 +00:00] [INFO] [mock.go:198] ["mock engine info create writer"] [category=ddl-ingest] [id=3] [2024/05/06 03:01:34.524 +00:00] [INFO] [backfilling_scheduler.go:382] ["setup ingest backfill workers"] [category=ddl-ingest] [jobID=114] [reader=2] [writer=4] [2024/05/06 03:01:34.524 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=107] ["start key"=74800000000000006b5f728000000000000002] ["end key"=74800000000000006b5f72800000000000000200] [2024/05/06 03:01:34.524 +00:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="add index"] [workerCnt=4] [regionCnt=1] [startKey=74800000000000006b5f728000000000000002] [endKey=74800000000000006b5f72800000000000000200] [2024/05/06 03:01:34.529 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=107] ["end key"=74800000000000006b5f72800000000000000200] ["current end key"=74800000000000006b5f72800000000000000200] [2024/05/06 03:01:34.529 +00:00] [INFO] [index_cop.go:242] ["close cop-request sender pool"] [category=ddl-ingest] [force=false] [2024/05/06 03:01:34.529 +00:00] [INFO] [index_cop.go:139] ["start a cop-request task"] [category=ddl-ingest] [id=1] [task="taskID: 1, physicalTableID: 107, range: [74800000000000006b5f728000000000000002, 74800000000000006b5f72800000000000000200), jobID: 114"] [2024/05/06 03:01:34.529 +00:00] [INFO] [mock.go:211] ["mock writer write row"] [category=ddl-ingest] [key=74800000000000006b5f698000000000000001038000000000000003038000000000000002] [idxVal=30] [2024/05/06 03:01:34.529 +00:00] [INFO] [backfilling_scheduler.go:581] ["finish a cop-request task"] [category=ddl-ingest] [id=1] [2024/05/06 03:01:34.532 +00:00] [INFO] [checkpoint.go:378] ["update checkpoint"] [category=ddl-ingest] ["job ID"=114] ["index IDs"="[1]"] ["local checkpoint"=74800000000000006b5f72800000000000000200] ["global checkpoint"=] ["global physical ID"=105] [] [2024/05/06 03:01:34.532 +00:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:1,TypeKey:_idx_] ["total added count"=1] ["start key"=74800000000000006b5f728000000000000002] [2024/05/06 03:01:34.533 +00:00] [INFO] [mock.go:81] ["mock backend mgr load"] [category=ddl-ingest] [jobID=114] [2024/05/06 03:01:34.533 +00:00] [INFO] [checkpoint.go:215] ["close checkpoint manager"] [category=ddl-ingest] [jobID=114] [indexIDs="[1]"] [2024/05/06 03:01:34.535 +00:00] [INFO] [index.go:2351] ["job update reorgInfo"] [category=ddl] [jobID=114] [element=ID:1,TypeKey:_idx_] [partitionTableID=108] [startKey=74800000000000006c5f728000000000000003] [endKey=74800000000000006c5f72800000000000000300] [] [2024/05/06 03:01:34.535 +00:00] [INFO] [mock.go:81] ["mock backend mgr load"] [category=ddl-ingest] [jobID=114] [2024/05/06 03:01:34.535 +00:00] [INFO] [index.go:1931] ["start to add table index"] [category=ddl] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:1, ArgLen:6, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:449567652359176193, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:1,StartKey:74800000000000006c5f728000000000000003,EndKey:74800000000000006c5f72800000000000000300,First:false,PhysicalTableID:108,Ingest mode:true"] [2024/05/06 03:01:34.535 +00:00] [INFO] [reorg.go:434] ["DDL is not the DDL owner"] [category=ddl] [ID=053defc5-7039-41c7-bb09-48a44017e052] [2024/05/06 03:01:34.535 +00:00] [WARN] [reorg.go:230] ["run reorg job done"] [category=ddl] ["handled rows"=1] [error="[ddl:8201]TiDB server is not a DDL owner"] [errorVerbose="[ddl:8201]TiDB server is not a DDL owner\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/ddl.(*ddlCtx).isReorgRunnable\n\tpkg/ddl/reorg.go:435\ngithub.com/pingcap/tidb/pkg/ddl.(*ddlCtx).writePhysicalTableRecord\n\tpkg/ddl/backfilling.go:594\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).addPhysicalTableIndex\n\tpkg/ddl/index.go:1932\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).addTableIndex\n\tpkg/ddl/index.go:1958\ngithub.com/pingcap/tidb/pkg/ddl.runReorgJobAndHandleErr.func1\n\tpkg/ddl/index.go:1043\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).runReorgJob.func1\n\tpkg/ddl/reorg.go:205\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 03:01:34.554 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 03:01:34.554 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 03:01:34.591 +00:00] [WARN] [ddl_worker.go:1147] ["run DDL job error"] [worker="worker 17, tp add index"] [category=ddl] [jobID=114] [conn=2] [error="[ddl:8201]TiDB server is not a DDL owner"] [errorVerbose="[ddl:8201]TiDB server is not a DDL owner\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/ddl.(*ddlCtx).isReorgRunnable\n\tpkg/ddl/reorg.go:435\ngithub.com/pingcap/tidb/pkg/ddl.(*ddlCtx).writePhysicalTableRecord\n\tpkg/ddl/backfilling.go:594\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).addPhysicalTableIndex\n\tpkg/ddl/index.go:1932\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).addTableIndex\n\tpkg/ddl/index.go:1958\ngithub.com/pingcap/tidb/pkg/ddl.runReorgJobAndHandleErr.func1\n\tpkg/ddl/index.go:1043\ngithub.com/pingcap/tidb/pkg/ddl.(*worker).runReorgJob.func1\n\tpkg/ddl/reorg.go:205\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 03:01:34.592 +00:00] [INFO] [callback.go:111] ["on job run after"] [category=ddl] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:1, ArgLen:6, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:[ddl:8201]TiDB server is not a DDL owner, ErrCount:1, SnapshotVersion:449567652359176193, LocalMode: false, UniqueWarnings:0"] [2024/05/06 03:01:34.592 +00:00] [INFO] [job_table.go:465] ["handle ddl job failed"] [worker="worker 17, tp add index"] [category=ddl] [error="[ddl:8201]TiDB server is not a DDL owner"] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:1, ArgLen:6, start time: 2024-05-06 03:01:34.047 +0000 UTC, Err:[ddl:8201]TiDB server is not a DDL owner, ErrCount:1, SnapshotVersion:449567652359176193, LocalMode: false, UniqueWarnings:0"] [2024/05/06 03:01:34.800 +00:00] [INFO] [runaway.go:158] ["preparations for the runaway manager are finished and start runaway manager loop"] [2024/05/06 03:01:34.800 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 03:01:34.800 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 03:01:34.800 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 03:01:34.891 +00:00] [INFO] [runaway.go:158] ["preparations for the runaway manager are finished and start runaway manager loop"] [2024/05/06 03:01:34.891 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 03:01:34.891 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 03:01:34.891 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 03:01:34.924 +00:00] [INFO] [runaway.go:158] ["preparations for the runaway manager are finished and start runaway manager loop"] [2024/05/06 03:01:34.924 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 03:01:34.924 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 03:01:34.924 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 03:01:34.946 +00:00] [INFO] [runtime.go:160] ["TimerGroupRuntime loop started"] [groupID=ttl] [2024/05/06 03:01:34.947 +00:00] [INFO] [runtime.go:402] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true] [2024/05/06 03:01:34.951 +00:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=16] [2024/05/06 03:01:34.953 +00:00] [INFO] [scheduler_manager.go:200] ["schedule task loop start"] [server-id=:4002] [2024/05/06 03:01:34.953 +00:00] [INFO] [scheduler_manager.go:312] ["subtask table gc loop start"] [server-id=:4002] [2024/05/06 03:01:34.953 +00:00] [INFO] [scheduler_manager.go:373] ["cleanup loop start"] [server-id=:4002] [2024/05/06 03:01:34.953 +00:00] [INFO] [scheduler_manager.go:453] ["collect loop start"] [server-id=:4002] [2024/05/06 03:01:35.792 +00:00] [INFO] [info.go:1142] [SetTiFlashGroupConfig] [2024/05/06 03:01:35.861 +00:00] [INFO] [info.go:1142] [SetTiFlashGroupConfig] [2024/05/06 03:01:35.921 +00:00] [INFO] [info.go:1142] [SetTiFlashGroupConfig] -- Test timed out at 2024-05-06 03:04:01 UTC -- ================================================================================ [13,816 / 14,038] 359 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,818 / 14,038] 359 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 73s remote-cache, linux-sandbox ... (70 actions running) [13,823 / 14,040] 359 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 74s remote-cache, linux-sandbox ... (70 actions running) [13,825 / 14,040] 359 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,845 / 14,040] 360 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,848 / 14,040] 360 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 78s remote-cache, linux-sandbox ... (70 actions running) [13,848 / 14,040] 361 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 80s remote-cache, linux-sandbox ... (70 actions running) [13,864 / 14,064] 363 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 81s remote-cache, linux-sandbox ... (67 actions, 65 running) [13,879 / 14,064] 363 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 82s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,879 / 14,064] 363 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 83s remote-cache, linux-sandbox ... (70 actions running) [13,884 / 14,064] 363 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 85s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,892 / 14,064] 363 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 86s remote-cache, linux-sandbox ... (70 actions running) [13,892 / 14,064] 363 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 87s remote-cache, linux-sandbox ... (70 actions running) [13,916 / 14,072] 365 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 88s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,922 / 14,072] 365 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 90s remote-cache, linux-sandbox ... (70 actions running) [13,922 / 14,072] 365 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 91s remote-cache, linux-sandbox ... (70 actions running) [13,926 / 14,072] 365 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 92s remote-cache, linux-sandbox ... (70 actions running) [13,931 / 14,079] 365 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 93s remote-cache, linux-sandbox ... (70 actions running) [13,952 / 14,079] 366 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 95s remote-cache, linux-sandbox ... (70 actions running) [13,954 / 14,085] 366 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 96s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,956 / 14,085] 367 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 97s remote-cache, linux-sandbox ... (70 actions running) [13,963 / 14,085] 367 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 98s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,986 / 14,091] 369 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 100s remote-cache, linux-sandbox ... (70 actions running) [13,988 / 14,091] 369 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 102s remote-cache, linux-sandbox ... (70 actions running) [13,990 / 14,091] 370 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 103s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,993 / 14,093] 370 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 104s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,019 / 14,099] 372 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 106s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,020 / 14,099] 373 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 107s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,022 / 14,099] 373 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 108s remote-cache, linux-sandbox ... (68 actions running) [14,026 / 14,124] 375 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 109s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,038 / 14,181] 375 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 110s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,050 / 14,181] 379 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 112s remote-cache, linux-sandbox ... (70 actions running) [14,056 / 14,181] 380 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 113s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,057 / 14,185] 380 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 114s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,067 / 14,214] 380 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 116s remote-cache, linux-sandbox ... (70 actions running) [14,081 / 14,258] 380 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 117s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,088 / 14,267] 382 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 119s remote-cache, linux-sandbox ... (70 actions running) [14,089 / 14,267] 382 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 120s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,105 / 14,334] 383 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 122s remote-cache, linux-sandbox ... (70 actions running) [14,129 / 14,452] 384 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 123s remote-cache, linux-sandbox ... (70 actions running) [14,129 / 14,452] 384 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 124s remote-cache, linux-sandbox ... (70 actions running) [14,141 / 14,474] 384 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 125s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,142 / 14,474] 384 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 126s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,154 / 14,474] 386 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 128s remote-cache, linux-sandbox ... (70 actions running) [14,168 / 14,497] 386 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 129s remote-cache, linux-sandbox ... (70 actions running) [14,172 / 14,497] 386 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 130s remote-cache, linux-sandbox ... (70 actions running) [14,173 / 14,497] 386 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 131s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,176 / 14,497] 386 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 132s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,178 / 14,497] 386 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 133s remote-cache, linux-sandbox ... (68 actions, 66 running) [14,205 / 14,521] 386 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 135s remote-cache, linux-sandbox ... (67 actions, 66 running) [14,209 / 14,521] 386 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 136s remote-cache, linux-sandbox ... (67 actions, 66 running) [14,209 / 14,521] 386 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 137s remote-cache, linux-sandbox ... (70 actions running) [14,209 / 14,521] 386 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 139s remote-cache, linux-sandbox ... (70 actions running) [14,220 / 14,521] 387 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 140s remote-cache, linux-sandbox ... (68 actions, 66 running) [14,236 / 14,521] 388 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 141s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,242 / 14,521] 388 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 142s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,245 / 14,521] 388 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 144s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,247 / 14,521] 388 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 145s remote-cache, linux-sandbox ... (70 actions running) [14,247 / 14,521] 388 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 146s remote-cache, linux-sandbox ... (70 actions running) [14,249 / 14,521] 388 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 148s remote-cache, linux-sandbox ... (70 actions running) [14,272 / 14,521] 389 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 149s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,282 / 14,521] 389 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 150s remote-cache, linux-sandbox ... (70 actions running) [14,282 / 14,521] 389 / 411 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 31s remote-cache, linux-sandbox ... (70 actions running) [14,283 / 14,521] 389 / 411 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 32s remote-cache, linux-sandbox ... (70 actions running) [14,291 / 14,521] 389 / 411 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 33s remote-cache, linux-sandbox ... (66 actions, 62 running) [14,308 / 14,521] 391 / 411 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) FLAKY: //pkg/ddl/tests/partition:partition_test (Summary) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_43_of_45/test_attempts/attempt_1.log INFO: From Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45): ==================== Test output for //pkg/ddl/tests/partition:partition_test (shard 43 of 45): === RUN TestRemovePartitioningAutoIDs [2024/05/06 03:02:57.487 +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:02:57.488 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:02:57.488 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:02:57.489 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:02:57.489 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:02:57.490 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:02:57.491 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=c8e64ff8-5617-4139-a7ab-bc7add147d95] ["ddl lease"=500ms] ["stats lease"=-1ns] [2024/05/06 03:02:57.501 +00:00] [WARN] [controller.go:198] ["[resource group controller] server does not save config, load config failed"] [2024/05/06 03:02:57.501 +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:02:57.502 +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\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap\n\tpkg/testkit/mockstore.go:294\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStoreAndDomain\n\tpkg/testkit/mockstore.go:265\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStore\n\tpkg/testkit/mockstore.go:72\npkg/ddl/tests/partition/partition_test.TestRemovePartitioningAutoIDs\n\tpkg/ddl/tests/partition/db_partition_test.go:3181\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [version=0] [2024/05/06 03:02:57.506 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=0] ["start time"=3.809419ms] [2024/05/06 03:02:57.506 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 03:02:57.506 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=e851860b-236c-4a00-a2c8-2aad683172a2] [runWorker=true] [2024/05/06 03:02:57.507 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 03:02:57.507 +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:02:57.507 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 03:02:57.507 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 03:02:57.507 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 03:02:57.507 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 03:02:57.507 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 03:02:57.507 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 03:02:57.507 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2024/05/06 03:02:57.507 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 03:02:57.507 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 03:02:57.507 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 03:02:57.507 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 03:02:57.507 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 03:02:57.507 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 03:02:57.507 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 03:02:57.507 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 03:02:57.509 +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:02:57.514 +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:02:57.512 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:57.514 +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:02:57.512 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS test"] [2024/05/06 03:02:57.524 +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:02:57.512 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.531 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=1] ["start time"=3.794374ms] [2024/05/06 03:02:57.531 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 03:02:57.533 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:57.533 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2024/05/06 03:02:57.535 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=8.605791ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 03:02:57.512 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.540 +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:02:57.512 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.544 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=3] [2024/05/06 03:02:57.544 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:57.544 +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:02:57.545 +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:02:57.552 +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:02:57.547 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:57.552 +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:02:57.547 +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:02:57.558 +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:02:57.547 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.567 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=1] [neededSchemaVersion=2] ["start time"=949.069ยตs] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:57.569 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:57.569 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2024/05/06 03:02:57.571 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=4.779948ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:57.547 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.576 +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:02:57.547 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.582 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=5] [2024/05/06 03:02:57.582 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:57.583 +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:02:57.585 +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:02:57.584 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:57.586 +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:02:57.584 +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:02:57.591 +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:02:57.584 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.594 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=2] [neededSchemaVersion=3] ["start time"=260.758ยตs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:57.595 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:57.595 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2024/05/06 03:02:57.596 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=2.209261ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:57.584 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.600 +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:02:57.584 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.604 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=7] [2024/05/06 03:02:57.604 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:57.604 +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:02:57.607 +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:02:57.605 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:57.607 +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:02:57.605 +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:02:57.613 +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:02:57.605 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.617 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=3] [neededSchemaVersion=4] ["start time"=257.776ยตs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:57.618 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:57.618 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2024/05/06 03:02:57.618 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=2.059692ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:57.605 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.622 +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:02:57.605 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.625 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=9] [2024/05/06 03:02:57.625 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:57.626 +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:02:57.629 +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:02:57.627 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:57.629 +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:02:57.627 +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:02:57.635 +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:02:57.627 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.641 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=4] [neededSchemaVersion=5] ["start time"=551.182ยตs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:57.642 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:57.642 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2024/05/06 03:02:57.644 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=4.437681ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:57.627 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.650 +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:02:57.627 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.655 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=11] [2024/05/06 03:02:57.655 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:57.656 +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:02:57.659 +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:02:57.657 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:57.659 +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:02:57.657 +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:02:57.665 +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:02:57.657 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.669 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=5] [neededSchemaVersion=6] ["start time"=294.947ยตs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:57.670 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:57.670 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2024/05/06 03:02:57.670 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=2.027282ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:57.657 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.674 +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:02:57.657 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.677 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=13] [2024/05/06 03:02:57.677 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:57.678 +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:02:57.680 +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:02:57.679 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:57.680 +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:02:57.679 +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:02:57.686 +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:02:57.679 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.690 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=6] [neededSchemaVersion=7] ["start time"=318.714ยตs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:57.691 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:57.691 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2024/05/06 03:02:57.691 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=2.363082ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:57.679 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.696 +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:02:57.679 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.699 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=15] [2024/05/06 03:02:57.699 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:57.700 +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:02:57.702 +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:02:57.701 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:57.702 +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:02:57.701 +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:02:57.710 +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:02:57.701 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.713 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=7] [neededSchemaVersion=8] ["start time"=219.579ยตs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:57.714 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:57.714 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2024/05/06 03:02:57.714 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=2.03399ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:57.701 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.719 +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:02:57.701 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.722 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=17] [2024/05/06 03:02:57.722 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:57.722 +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:02:57.726 +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:02:57.724 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:57.726 +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:02:57.724 +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:02:57.734 +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:02:57.724 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.737 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=8] [neededSchemaVersion=9] ["start time"=232.818ยตs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:57.739 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:57.739 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2024/05/06 03:02:57.740 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=3.016035ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:57.724 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.745 +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:02:57.724 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.748 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=19] [2024/05/06 03:02:57.748 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:57.749 +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:02:57.751 +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:02:57.75 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:57.752 +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:02:57.75 +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:02:57.760 +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:02:57.75 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.763 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=9] [neededSchemaVersion=10] ["start time"=296.013ยตs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:57.764 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:57.764 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2024/05/06 03:02:57.764 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=2.010528ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:57.75 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.769 +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:02:57.75 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.772 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=21] [2024/05/06 03:02:57.772 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:57.773 +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:02:57.775 +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:02:57.774 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:57.775 +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:02:57.774 +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:02:57.783 +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:02:57.774 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.786 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=10] [neededSchemaVersion=11] ["start time"=283.765ยตs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:57.787 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:57.787 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2024/05/06 03:02:57.788 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=2.288941ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:57.774 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.793 +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:02:57.774 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.796 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=23] [2024/05/06 03:02:57.796 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:57.796 +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:02:57.796 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:02:57.799 +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:02:57.798 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:57.799 +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:02:57.798 +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:02:57.806 +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:02:57.798 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.809 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=11] [neededSchemaVersion=12] ["start time"=342.187ยตs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:57.810 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:57.810 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2024/05/06 03:02:57.812 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=2.811573ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:57.798 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.817 +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:02:57.798 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.821 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=25] [2024/05/06 03:02:57.821 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:57.821 +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:02:57.825 +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:02:57.823 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:57.825 +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:02:57.823 +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:02:57.833 +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:02:57.823 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.836 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=12] [neededSchemaVersion=13] ["start time"=264.217ยตs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:57.837 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:57.837 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2024/05/06 03:02:57.838 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=2.10221ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:57.823 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.842 +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:02:57.823 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.846 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=27] [2024/05/06 03:02:57.846 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:57.846 +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:02:57.849 +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:02:57.848 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:57.849 +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:02:57.848 +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:02:57.855 +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:02:57.848 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.858 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=13] [neededSchemaVersion=14] ["start time"=266.344ยตs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:57.859 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:57.859 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2024/05/06 03:02:57.860 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=2.037094ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:57.848 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.867 +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:02:57.848 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.872 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=29] [2024/05/06 03:02:57.872 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:57.872 +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:02:57.875 +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:02:57.874 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:57.875 +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:02:57.874 +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:02:57.881 +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:02:57.874 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.885 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=14] [neededSchemaVersion=15] ["start time"=213.289ยตs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:57.886 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:57.886 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2024/05/06 03:02:57.887 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=2.274857ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:57.874 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.891 +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:02:57.874 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.894 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=31] [2024/05/06 03:02:57.894 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:57.895 +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:02:57.897 +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:02:57.896 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:57.897 +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:02:57.896 +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:02:57.905 +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:02:57.896 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.908 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=15] [neededSchemaVersion=16] ["start time"=248.45ยตs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:57.909 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:57.909 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2024/05/06 03:02:57.910 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=2.782921ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:57.896 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.917 +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:02:57.896 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.920 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=33] [2024/05/06 03:02:57.920 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:57.920 +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:02:57.923 +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:02:57.922 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:57.923 +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:02:57.922 +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:02:57.932 +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:02:57.922 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.935 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=16] [neededSchemaVersion=17] ["start time"=239.773ยตs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:57.936 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:57.936 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2024/05/06 03:02:57.937 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=2.401103ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:57.922 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.942 +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:02:57.922 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.946 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=35] [2024/05/06 03:02:57.946 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:57.947 +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:02:57.949 +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:02:57.948 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:57.949 +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:02:57.948 +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:02:57.962 +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:02:57.948 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.965 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=17] [neededSchemaVersion=18] ["start time"=260.303ยตs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:57.966 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:57.966 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2024/05/06 03:02:57.967 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=2.870986ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:57.948 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.972 +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:02:57.948 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.975 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=37] [2024/05/06 03:02:57.975 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:57.976 +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:02:57.978 +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:02:57.977 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:57.978 +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:02:57.977 +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:02:57.985 +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:02:57.977 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.988 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=18] [neededSchemaVersion=19] ["start time"=266.759ยตs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:57.989 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:57.989 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2024/05/06 03:02:57.990 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=2.800128ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:57.977 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.996 +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:02:57.977 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:57.999 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=39] [2024/05/06 03:02:57.999 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.001 +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:02:58.003 +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:02:58.002 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:58.003 +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:02:58.002 +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:02:58.008 +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:02:58.002 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.011 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=19] [neededSchemaVersion=20] ["start time"=265.249ยตs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:58.012 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:58.012 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2024/05/06 03:02:58.012 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=2.109973ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:58.002 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.019 +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:02:58.002 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.022 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=41] [2024/05/06 03:02:58.022 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.022 +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:02:58.025 +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:02:58.024 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:58.025 +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:02:58.024 +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:02:58.030 +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:02:58.024 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.033 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=20] [neededSchemaVersion=21] ["start time"=173.684ยตs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:58.034 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:58.034 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2024/05/06 03:02:58.035 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=2.787317ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:58.024 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.041 +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:02:58.024 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.044 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=43] [2024/05/06 03:02:58.044 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.044 +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:02:58.047 +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:02:58.046 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:58.047 +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:02:58.046 +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:02:58.054 +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:02:58.046 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.056 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=21] [neededSchemaVersion=22] ["start time"=161.83ยตs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:58.057 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:58.057 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2024/05/06 03:02:58.058 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=2.944433ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:58.046 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.068 +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:02:58.046 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.070 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=45] [2024/05/06 03:02:58.070 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.070 +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:02:58.073 +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:02:58.072 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:58.073 +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:02:58.072 +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:02:58.079 +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:02:58.072 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.083 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=22] [neededSchemaVersion=23] ["start time"=338.944ยตs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:58.084 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:58.084 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2024/05/06 03:02:58.085 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=2.299796ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:58.072 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.089 +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:02:58.072 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.093 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=47] [2024/05/06 03:02:58.093 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.093 +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:02:58.096 +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:02:58.094 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:58.096 +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:02:58.094 +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:02:58.103 +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:02:58.094 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.105 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=23] [neededSchemaVersion=24] ["start time"=191.854ยตs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:58.106 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:58.106 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2024/05/06 03:02:58.107 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=2.288076ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:58.094 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.116 +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:02:58.094 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.119 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=49] [2024/05/06 03:02:58.119 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.120 +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:02:58.122 +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:02:58.121 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:58.122 +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:02:58.121 +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:02:58.128 +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:02:58.121 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.131 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=24] [neededSchemaVersion=25] ["start time"=186.077ยตs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:58.132 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:58.132 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2024/05/06 03:02:58.133 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=2.402962ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:58.121 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.137 +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:02:58.121 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.139 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=51] [2024/05/06 03:02:58.140 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.140 +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:02:58.142 +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:02:58.141 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:58.142 +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:02:58.141 +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:02:58.149 +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:02:58.141 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.151 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=25] [neededSchemaVersion=26] ["start time"=220.526ยตs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:58.152 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:58.152 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2024/05/06 03:02:58.153 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=2.491453ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:58.141 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.158 +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:02:58.141 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.161 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=53] [2024/05/06 03:02:58.162 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.162 +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:02:58.169 +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:02:58.164 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:58.169 +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:02:58.164 +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:02:58.179 +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:02:58.164 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.182 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=26] [neededSchemaVersion=27] ["start time"=231.343ยตs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:58.183 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:58.183 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2024/05/06 03:02:58.184 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=2.057251ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:58.164 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.188 +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:02:58.164 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.191 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=55] [2024/05/06 03:02:58.191 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.191 +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:02:58.194 +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:02:58.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:58.194 +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:02:58.193 +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:02:58.201 +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:02:58.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.204 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=27] [neededSchemaVersion=28] ["start time"=202.226ยตs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:58.205 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:58.205 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2024/05/06 03:02:58.206 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=2.930425ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:58.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.212 +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:02:58.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.215 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=57] [2024/05/06 03:02:58.215 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.216 +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:02:58.216 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:02:58.219 +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:02:58.217 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:58.219 +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:02:58.217 +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:02:58.232 +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:02:58.217 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.235 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=28] [neededSchemaVersion=29] ["start time"=294.028ยตs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:58.237 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:58.237 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2024/05/06 03:02:58.237 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=2.573506ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:58.217 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.243 +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:02:58.217 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.247 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=59] [2024/05/06 03:02:58.247 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.248 +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:02:58.251 +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:02:58.249 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:58.251 +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:02:58.249 +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:02:58.259 +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:02:58.249 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.262 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=29] [neededSchemaVersion=30] ["start time"=267.168ยตs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:58.263 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:58.264 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2024/05/06 03:02:58.264 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=2.017106ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:58.249 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.269 +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:02:58.249 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.272 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=61] [2024/05/06 03:02:58.273 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.273 +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:02:58.275 +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:02:58.274 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:58.275 +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:02:58.274 +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:02:58.283 +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:02:58.274 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.286 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=30] [neededSchemaVersion=31] ["start time"=351.685ยตs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:58.287 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:58.287 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2024/05/06 03:02:58.288 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=3.079315ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:58.274 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.294 +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:02:58.274 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.297 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=63] [2024/05/06 03:02:58.297 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.298 +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:02:58.301 +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:02:58.299 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:58.301 +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:02:58.299 +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:02:58.311 +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:02:58.299 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.315 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=31] [neededSchemaVersion=32] ["start time"=335.213ยตs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:58.316 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:58.316 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2024/05/06 03:02:58.317 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=2.674139ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:58.299 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.322 +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:02:58.299 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.326 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=65] [2024/05/06 03:02:58.326 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.327 +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:02:58.329 +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:02:58.328 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:58.329 +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:02:58.328 +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:02:58.336 +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:02:58.328 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.338 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=32] [neededSchemaVersion=33] ["start time"=184.212ยตs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:58.339 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:58.339 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2024/05/06 03:02:58.340 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=2.231189ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:58.328 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.344 +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:02:58.328 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.347 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=67] [2024/05/06 03:02:58.347 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.351 +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:02:58.35 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:58.351 +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:02:58.35 +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:02:58.357 +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:02:58.35 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.360 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=33] [neededSchemaVersion=34] ["start time"=280.838ยตs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 03:02:58.361 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:58.361 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2024/05/06 03:02:58.363 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=2.719904ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-06 03:02:58.35 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.367 +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:02:58.35 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.370 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=69] [2024/05/06 03:02:58.370 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.371 +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:02:58.373 +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:02:58.372 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:58.374 +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:02:58.372 +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:02:58.379 +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:02:58.372 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.382 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=34] [neededSchemaVersion=35] ["start time"=201.365ยตs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:58.383 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:58.383 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2024/05/06 03:02:58.384 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=2.77589ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:58.372 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.389 +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:02:58.372 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.392 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=71] [2024/05/06 03:02:58.393 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.393 +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:02:58.396 +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:02:58.394 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:58.396 +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:02:58.394 +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:02:58.404 +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:02:58.394 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.411 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=35] [neededSchemaVersion=36] ["start time"=291.929ยตs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:58.413 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:58.413 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2024/05/06 03:02:58.415 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=4.332455ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:58.394 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.423 +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:02:58.394 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.426 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=73] [2024/05/06 03:02:58.426 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.426 +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:02:58.429 +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:02:58.427 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:58.429 +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:02:58.427 +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:02:58.435 +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:02:58.427 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.438 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=36] [neededSchemaVersion=37] ["start time"=234ยตs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:58.439 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:58.439 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2024/05/06 03:02:58.440 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=2.22099ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:58.427 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.445 +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:02:58.427 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.448 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=75] [2024/05/06 03:02:58.448 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.448 +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:02:58.452 +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:02:58.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:58.452 +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:02:58.45 +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:02:58.460 +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:02:58.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.464 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=37] [neededSchemaVersion=38] ["start time"=412.633ยตs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:58.466 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:58.466 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2024/05/06 03:02:58.466 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=2.445613ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:58.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.472 +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:02:58.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.476 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=77] [2024/05/06 03:02:58.476 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.477 +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:02:58.480 +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:02:58.478 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:58.480 +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:02:58.478 +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:02:58.485 +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:02:58.478 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.489 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=38] [neededSchemaVersion=39] ["start time"=307.449ยตs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:58.490 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:58.490 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2024/05/06 03:02:58.491 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=2.780045ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:58.478 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.496 +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:02:58.478 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.500 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=79] [2024/05/06 03:02:58.500 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.500 +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:02:58.504 +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:02:58.502 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:58.504 +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:02:58.502 +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:02:58.508 +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:02:58.509 +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:02:58.502 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.513 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=39] [neededSchemaVersion=40] ["start time"=379.907ยตs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:58.514 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:58.514 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2024/05/06 03:02:58.515 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=2.820187ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:58.502 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.520 +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:02:58.502 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.524 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=81] [2024/05/06 03:02:58.525 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.525 +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:02:58.528 +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:02:58.526 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:58.528 +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:02:58.526 +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:02:58.534 +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:02:58.526 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.538 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=40] [neededSchemaVersion=41] ["start time"=358.262ยตs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:58.539 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:58.539 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2024/05/06 03:02:58.539 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=2.145949ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:58.526 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.544 +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:02:58.526 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.547 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=83] [2024/05/06 03:02:58.547 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.548 +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:02:58.551 +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:02:58.549 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:58.551 +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:02:58.549 +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:02:58.558 +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:02:58.549 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.562 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=41] [neededSchemaVersion=42] ["start time"=430.375ยตs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:58.563 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:58.563 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2024/05/06 03:02:58.563 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=2.035501ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:58.549 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.568 +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:02:58.549 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.573 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=85] [2024/05/06 03:02:58.573 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.573 +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:02:58.577 +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:02:58.575 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:58.577 +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:02:58.575 +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:02:58.583 +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:02:58.575 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.587 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=42] [neededSchemaVersion=43] ["start time"=342.266ยตs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:58.588 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:58.588 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2024/05/06 03:02:58.589 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=2.646267ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:58.575 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.594 +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:02:58.575 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.599 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=87] [2024/05/06 03:02:58.599 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.599 +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:02:58.602 +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:02:58.601 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:58.602 +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:02:58.601 +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:02:58.608 +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:02:58.601 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.611 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=43] [neededSchemaVersion=44] ["start time"=259.813ยตs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:58.613 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:58.613 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2024/05/06 03:02:58.614 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=2.648999ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:58.601 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.619 +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:02:58.601 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.622 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=89] [2024/05/06 03:02:58.622 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.623 +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:02:58.625 +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:02:58.624 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:58.625 +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:02:58.624 +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:02:58.637 +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:02:58.624 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.640 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=44] [neededSchemaVersion=45] ["start time"=352.273ยตs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:58.642 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:58.642 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2024/05/06 03:02:58.645 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=4.815681ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:58.624 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.650 +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:02:58.624 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.654 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=91] [2024/05/06 03:02:58.654 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.654 +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:02:58.658 +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:02:58.656 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:58.658 +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:02:58.656 +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:02:58.666 +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:02:58.656 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.676 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=45] [neededSchemaVersion=46] ["start time"=569.261ยตs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:58.677 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:58.677 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2024/05/06 03:02:58.682 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=7.192762ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:58.656 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.689 +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:02:58.656 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.694 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=93] [2024/05/06 03:02:58.694 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.694 +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:02:58.698 +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:02:58.695 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:58.698 +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:02:58.695 +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:02:58.706 +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:02:58.695 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.710 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=46] [neededSchemaVersion=47] ["start time"=267.941ยตs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:58.711 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:58.711 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2024/05/06 03:02:58.713 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=3.019356ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:58.695 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.717 +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:02:58.695 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.720 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=95] [2024/05/06 03:02:58.720 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.721 +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:02:58.724 +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:02:58.722 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:58.724 +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:02:58.722 +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:02:58.730 +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:02:58.722 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.732 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=47] [neededSchemaVersion=48] ["start time"=203.839ยตs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:58.734 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:58.734 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2024/05/06 03:02:58.735 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=2.773285ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:58.722 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.740 +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:02:58.722 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.743 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=97] [2024/05/06 03:02:58.743 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.743 +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:02:58.746 +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:02:58.745 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:58.746 +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:02:58.745 +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:02:58.752 +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:02:58.745 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.755 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=48] [neededSchemaVersion=49] ["start time"=260.977ยตs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:58.756 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:58.756 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2024/05/06 03:02:58.757 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=2.4033ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:58.745 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.767 +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:02:58.745 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.770 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=99] [2024/05/06 03:02:58.770 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.770 +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:02:58.773 +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:02:58.772 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:58.773 +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:02:58.772 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2024/05/06 03:02:58.781 +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:02:58.772 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.783 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=49] [neededSchemaVersion=50] ["start time"=65.45ยตs] [gotSchemaVersion=50] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 03:02:58.784 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:58.784 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2024/05/06 03:02:58.785 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=2.445651ms] [job="ID:101, Type:create schema, State:done, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 03:02:58.772 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.790 +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:02:58.772 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.793 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=101] [2024/05/06 03:02:58.793 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.796 +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:02:58.795 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:58.796 +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:02:58.795 +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:02:58.804 +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:02:58.795 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.807 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=50] [neededSchemaVersion=51] ["start time"=225.371ยตs] [gotSchemaVersion=51] [phyTblIDs="[102]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 03:02:58.809 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:02:58.809 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2024/05/06 03:02:58.809 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=2.020036ms] [job="ID:103, Type:create view, State:done, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 03:02:58.795 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.817 +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:02:58.795 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.825 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=103] [2024/05/06 03:02:58.825 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.857 +00:00] [INFO] [bootstrap.go:745] ["bootstrap successful"] ["take time"=1.350034776s] [2024/05/06 03:02:58.863 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=e851860b-236c-4a00-a2c8-2aad683172a2] [ownerKey=/tidb/ddl/fg/owner] [2024/05/06 03:02:58.863 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 03:02:58.863 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 2, tp add index"] [category=ddl] ["take time"=1.764ยตs] [2024/05/06 03:02:58.863 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 3, tp add index"] [category=ddl] ["take time"=1.503ยตs] [2024/05/06 03:02:58.863 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 4, tp add index"] [category=ddl] ["take time"=969ns] [2024/05/06 03:02:58.863 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 5, tp add index"] [category=ddl] ["take time"=1.719ยตs] [2024/05/06 03:02:58.863 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 03:02:58.863 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 1, tp general"] [category=ddl] ["take time"=996ns] [2024/05/06 03:02:58.863 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 03:02:58.863 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/06 03:02:58.863 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 03:02:58.866 +00:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=e851860b-236c-4a00-a2c8-2aad683172a2] ["take time"=8.189839ms] [2024/05/06 03:02:58.866 +00:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=e851860b-236c-4a00-a2c8-2aad683172a2] [2024/05/06 03:02:58.866 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 03:02:58.866 +00:00] [INFO] [domain.go:907] ["loadSchemaInLoop exited."] [2024/05/06 03:02:58.866 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 03:02:58.866 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/06 03:02:58.866 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/06 03:02:58.866 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 03:02:58.866 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."] [2024/05/06 03:02:58.866 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 03:02:58.866 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 03:02:58.866 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 03:02:58.866 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/06 03:02:58.866 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/06 03:02:58.866 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 03:02:58.866 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 03:02:58.866 +00:00] [INFO] [domain.go:1074] ["domain closed"] ["take time"=8.607181ms] [2024/05/06 03:02:58.866 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=c8e64ff8-5617-4139-a7ab-bc7add147d95] ["ddl lease"=500ms] ["stats lease"=-1ns] [2024/05/06 03:02:58.873 +00:00] [WARN] [controller.go:198] ["[resource group controller] server does not save config, load config failed"] [2024/05/06 03:02:58.873 +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:02:58.887 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=51] ["start time"=13.384141ms] [2024/05/06 03:02:58.888 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 03:02:58.888 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=fba1bbfe-d6bd-4b3c-ac86-d840974fa638] [runWorker=true] [2024/05/06 03:02:58.888 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 03:02:58.888 +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:02:58.888 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 03:02:58.888 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 03:02:58.888 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 03:02:58.888 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 03:02:58.888 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 03:02:58.888 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 03:02:58.888 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 03:02:58.888 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 03:02:58.888 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 03:02:58.888 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 03:02:58.888 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 03:02:58.888 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2024/05/06 03:02:58.888 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 03:02:58.888 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 03:02:58.900 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 03:02:58.900 +00:00] [WARN] [sysvar_cache.go:49] ["sysvar cache is empty, triggering rebuild"] [2024/05/06 03:02:58.903 +00:00] [INFO] [sysvar.go:2748] ["set resource control"] [enable=true] [2024/05/06 03:02:58.904 +00:00] [INFO] [controller.go:447] ["[resource group controller] create resource group cost controller"] [name=default] [2024/05/06 03:02:58.915 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 03:02:58.917 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 03:02:58.919 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 03:02:58.919 +00:00] [INFO] [domain.go:2070] ["dumpFileGcChecker started"] [2024/05/06 03:02:58.920 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=indexUsageWorker] [2024/05/06 03:02:58.920 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=quitStatsOwner] [2024/05/06 03:02:58.920 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 03:02:58.921 +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:02:58.921 +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:02:58.921 +00:00] [INFO] [manager.go:113] ["build task executor manager"] [server-id=:4000] [total-cpu=16] [total-mem=342.3GiB] [2024/05/06 03:02:58.922 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 03:02:58.922 +00:00] [INFO] [manager.go:146] ["task executor manager start"] [server-id=:4000] [2024/05/06 03:02:58.923 +00:00] [INFO] [domain.go:1525] ["dist task executor manager started"] [2024/05/06 03:02:58.924 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=51] [cur_db=] [sql="create schema RemovePartAutoIDs"] [user=] [2024/05/06 03:02:58.927 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create schema, State:queueing, SchemaState:none, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 03:02:58.926 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:58.927 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:105, Type:create schema, State:queueing, SchemaState:none, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 03:02:58.926 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create schema RemovePartAutoIDs"] [2024/05/06 03:02:58.938 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 03:02:58.938 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 03:02:58.946 +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 schema, State:queueing, SchemaState:none, SchemaID:104, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 03:02:58.926 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.948 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=51] [neededSchemaVersion=52] ["start time"=52.962ยตs] [gotSchemaVersion=52] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 03:02:58.949 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2024/05/06 03:02:58.950 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=2.044179ms] [job="ID:105, Type:create schema, State:done, SchemaState:public, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 03:02:58.926 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.956 +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 schema, State:synced, SchemaState:public, SchemaID:104, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 03:02:58.926 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.959 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=105] [2024/05/06 03:02:58.959 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.959 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=52] [cur_db=RemovePartAutoIDs] [sql="CREATE TABLE t (a int auto_increment primary key nonclustered, b varchar(255), key (b)) partition by hash(a) partitions 3"] [user=] [2024/05/06 03:02:58.962 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:110, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:58.961 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:02:58.962 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:110, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:58.961 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t (a int auto_increment primary key nonclustered, b varchar(255), key (b)) partition by hash(a) partitions 3"] [2024/05/06 03:02:58.969 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=110] [conn=1] [category=ddl] [job="ID:110, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 03:02:58.961 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.972 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=52] [neededSchemaVersion=53] ["start time"=635.621ยตs] [gotSchemaVersion=53] [phyTblIDs="[106,107,108,109]"] [actionTypes="[3,3,3,3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:02:58.973 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=110] [version=53] [2024/05/06 03:02:58.976 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=4.551282ms] [job="ID:110, Type:create table, State:done, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:58.961 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.981 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=110] [conn=1] [job="ID:110, Type:create table, State:synced, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 03:02:58.961 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:02:58.984 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=110] [2024/05/06 03:02:58.984 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:02:58.987 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=53] [cur_db=RemovePartAutoIDs] [sql="alter table t remove partitioning"] [user=] [2024/05/06 03:02:58.990 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:112, Type:alter table remove partitioning, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:58.989 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 03:02:58.990 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:112, Type:alter table remove partitioning, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 03:02:58.989 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t remove partitioning"] [2024/05/06 03:02:58.996 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 10, tp add index"] [category=ddl] [jobID=112] [conn=1] [category=ddl] [job="ID:112, Type:alter table remove partitioning, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 03:02:58.989 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 03:02:58.996 +00:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=2] ["first split key"=74800000000000006f] [2024/05/06 03:02:58.997 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=2] ["first at"=74800000000000006f] ["first new region left"="{Id:2 StartKey: EndKey:7480000000000000ff6f00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:3 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 03:02:58.997 +00:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=2] [2024/05/06 03:02:58.997 +00:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=2] [at=74800000000000006f] ["new region left"="{Id:2 StartKey: EndKey:7480000000000000ff6f00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:3 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2024/05/06 03:02:58.997 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[2]"] [2024/05/06 03:02:58.997 +00:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=2] [backoff(ms)=120000] [2024/05/06 03:02:58.997 +00:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=2] [2024/05/06 03:02:59.007 +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/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:919\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init.func2\n\tpkg/domain/domain.go:1287\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).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/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:919\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init.func2\n\tpkg/domain/domain.go:1287\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99"] [2024/05/06 03:02:59.010 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.020 +00:00] [INFO] [set.go:170] ["set global var"] [conn=6] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.024 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.035 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=53] [neededSchemaVersion=54] ["start time"=28.343492ms] [2024/05/06 03:02:59.039 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 03:02:59.040 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.055 +00:00] [INFO] [set.go:170] ["set global var"] [conn=8] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.060 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.081 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.095 +00:00] [INFO] [set.go:170] ["set global var"] [conn=10] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.100 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.115 +00:00] [INFO] [set.go:170] ["set global var"] [conn=11] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.119 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.135 +00:00] [INFO] [set.go:170] ["set global var"] [conn=12] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.138 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.154 +00:00] [INFO] [set.go:170] ["set global var"] [conn=13] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.158 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.173 +00:00] [INFO] [set.go:170] ["set global var"] [conn=14] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.177 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.193 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.209 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.224 +00:00] [INFO] [set.go:170] ["set global var"] [conn=17] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.228 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.243 +00:00] [INFO] [set.go:170] ["set global var"] [conn=18] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.248 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.263 +00:00] [INFO] [set.go:170] ["set global var"] [conn=19] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.268 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.283 +00:00] [INFO] [set.go:170] ["set global var"] [conn=20] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.288 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.304 +00:00] [INFO] [set.go:170] ["set global var"] [conn=21] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.309 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.324 +00:00] [INFO] [set.go:170] ["set global var"] [conn=22] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.329 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.343 +00:00] [INFO] [set.go:170] ["set global var"] [conn=23] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.347 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.363 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.378 +00:00] [INFO] [set.go:170] ["set global var"] [conn=25] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.382 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.401 +00:00] [INFO] [set.go:170] ["set global var"] [conn=26] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.405 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.419 +00:00] [INFO] [set.go:170] ["set global var"] [conn=27] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.424 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.439 +00:00] [INFO] [set.go:170] ["set global var"] [conn=28] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.443 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.458 +00:00] [INFO] [set.go:170] ["set global var"] [conn=29] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.463 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.479 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.494 +00:00] [INFO] [set.go:170] ["set global var"] [conn=31] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.498 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.513 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.527 +00:00] [INFO] [set.go:170] ["set global var"] [conn=33] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.531 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.545 +00:00] [INFO] [set.go:170] ["set global var"] [conn=34] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.549 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.564 +00:00] [INFO] [set.go:170] ["set global var"] [conn=35] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.569 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.584 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.598 +00:00] [INFO] [set.go:170] ["set global var"] [conn=37] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.603 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.618 +00:00] [INFO] [set.go:170] ["set global var"] [conn=38] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.622 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.638 +00:00] [INFO] [set.go:170] ["set global var"] [conn=39] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.642 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.656 +00:00] [INFO] [set.go:170] ["set global var"] [conn=40] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.660 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.675 +00:00] [INFO] [set.go:170] ["set global var"] [conn=41] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.679 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.693 +00:00] [INFO] [set.go:170] ["set global var"] [conn=42] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.696 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.712 +00:00] [INFO] [set.go:170] ["set global var"] [conn=43] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.715 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.732 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.746 +00:00] [INFO] [set.go:170] ["set global var"] [conn=45] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.750 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.764 +00:00] [INFO] [set.go:170] ["set global var"] [conn=46] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.769 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.785 +00:00] [INFO] [set.go:170] ["set global var"] [conn=47] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.789 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.803 +00:00] [INFO] [set.go:170] ["set global var"] [conn=48] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.807 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.823 +00:00] [INFO] [set.go:170] ["set global var"] [conn=49] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.828 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.843 +00:00] [INFO] [set.go:170] ["set global var"] [conn=50] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.847 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.863 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.880 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.891 +00:00] [INFO] [runaway.go:158] ["preparations for the runaway manager are finished and start runaway manager loop"] [2024/05/06 03:02:59.891 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 03:02:59.891 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 03:02:59.891 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 03:02:59.896 +00:00] [INFO] [set.go:170] ["set global var"] [conn=53] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.900 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.919 +00:00] [INFO] [set.go:170] ["set global var"] [conn=54] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.921 +00:00] [INFO] [runtime.go:160] ["TimerGroupRuntime loop started"] [groupID=ttl] [2024/05/06 03:02:59.921 +00:00] [INFO] [runtime.go:402] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true] [2024/05/06 03:02:59.923 +00:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=16] [2024/05/06 03:02:59.924 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.925 +00:00] [INFO] [scheduler_manager.go:200] ["schedule task loop start"] [server-id=:4000] [2024/05/06 03:02:59.925 +00:00] [INFO] [scheduler_manager.go:312] ["subtask table gc loop start"] [server-id=:4000] [2024/05/06 03:02:59.925 +00:00] [INFO] [scheduler_manager.go:373] ["cleanup loop start"] [server-id=:4000] [2024/05/06 03:02:59.925 +00:00] [INFO] [scheduler_manager.go:453] ["collect loop start"] [server-id=:4000] [2024/05/06 03:02:59.939 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.954 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.971 +00:00] [INFO] [set.go:170] ["set global var"] [conn=57] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.976 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:02:59.992 +00:00] [INFO] [set.go:170] ["set global var"] [conn=58] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:02:59.997 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.011 +00:00] [INFO] [set.go:170] ["set global var"] [conn=59] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:00.016 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.033 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.048 +00:00] [INFO] [set.go:170] ["set global var"] [conn=61] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:00.053 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.068 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.084 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.100 +00:00] [INFO] [set.go:170] ["set global var"] [conn=64] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:00.106 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.121 +00:00] [INFO] [set.go:170] ["set global var"] [conn=65] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:00.127 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.144 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.163 +00:00] [INFO] [set.go:170] ["set global var"] [conn=67] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:00.169 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.185 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.199 +00:00] [INFO] [set.go:170] ["set global var"] [conn=69] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:00.204 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.219 +00:00] [INFO] [set.go:170] ["set global var"] [conn=70] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:00.225 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.242 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.259 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.275 +00:00] [INFO] [set.go:170] ["set global var"] [conn=73] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:00.280 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.295 +00:00] [INFO] [set.go:170] ["set global var"] [conn=74] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:00.300 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.315 +00:00] [INFO] [set.go:170] ["set global var"] [conn=75] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:00.320 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.337 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.356 +00:00] [INFO] [set.go:170] ["set global var"] [conn=77] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:00.361 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.377 +00:00] [INFO] [set.go:170] ["set global var"] [conn=78] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:00.383 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.399 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.416 +00:00] [INFO] [set.go:170] ["set global var"] [conn=80] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:00.422 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.438 +00:00] [INFO] [set.go:170] ["set global var"] [conn=81] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:00.444 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.460 +00:00] [INFO] [set.go:170] ["set global var"] [conn=82] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:00.465 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.482 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.497 +00:00] [INFO] [set.go:170] ["set global var"] [conn=84] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:00.502 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.518 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.534 +00:00] [INFO] [set.go:170] ["set global var"] [conn=86] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:00.538 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.553 +00:00] [INFO] [set.go:170] ["set global var"] [conn=87] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:00.557 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.573 +00:00] [INFO] [set.go:170] ["set global var"] [conn=88] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:00.577 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.594 +00:00] [INFO] [set.go:170] ["set global var"] [conn=89] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:00.599 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.614 +00:00] [INFO] [set.go:170] ["set global var"] [conn=90] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:00.620 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.635 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.652 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.668 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.684 +00:00] [INFO] [set.go:170] ["set global var"] [conn=94] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:00.688 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.704 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.719 +00:00] [INFO] [set.go:170] ["set global var"] [conn=96] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:00.724 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.741 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.756 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.772 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.788 +00:00] [INFO] [set.go:170] ["set global var"] [conn=100] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:00.793 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.808 +00:00] [INFO] [set.go:170] ["set global var"] [conn=101] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:00.813 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.829 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.844 +00:00] [INFO] [set.go:170] ["set global var"] [conn=103] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:00.849 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.864 +00:00] [INFO] [set.go:170] ["set global var"] [conn=104] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:00.869 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.883 +00:00] [INFO] [set.go:170] ["set global var"] [conn=105] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:00.888 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.889 +00:00] [INFO] [info.go:1142] [SetTiFlashGroupConfig] [2024/05/06 03:03:00.904 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.919 +00:00] [INFO] [set.go:170] ["set global var"] [conn=107] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:00.924 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.939 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.955 +00:00] [INFO] [set.go:170] ["set global var"] [conn=109] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:00.960 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.975 +00:00] [INFO] [set.go:170] ["set global var"] [conn=110] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:00.979 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:00.995 +00:00] [INFO] [set.go:170] ["set global var"] [conn=111] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:00.999 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.015 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.030 +00:00] [INFO] [set.go:170] ["set global var"] [conn=113] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.034 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.049 +00:00] [INFO] [set.go:170] ["set global var"] [conn=114] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.053 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.069 +00:00] [INFO] [set.go:170] ["set global var"] [conn=115] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.074 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.089 +00:00] [INFO] [set.go:170] ["set global var"] [conn=116] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.093 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.109 +00:00] [INFO] [set.go:170] ["set global var"] [conn=117] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.114 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.130 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.145 +00:00] [INFO] [set.go:170] ["set global var"] [conn=119] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.149 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.164 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.179 +00:00] [INFO] [set.go:170] ["set global var"] [conn=121] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.184 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.198 +00:00] [INFO] [set.go:170] ["set global var"] [conn=122] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.203 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.219 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.235 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.249 +00:00] [INFO] [set.go:170] ["set global var"] [conn=125] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.254 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.269 +00:00] [INFO] [set.go:170] ["set global var"] [conn=126] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.273 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.288 +00:00] [INFO] [set.go:170] ["set global var"] [conn=127] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.292 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.307 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.321 +00:00] [INFO] [set.go:170] ["set global var"] [conn=129] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.325 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.341 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.357 +00:00] [INFO] [set.go:170] ["set global var"] [conn=131] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.362 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.376 +00:00] [INFO] [set.go:170] ["set global var"] [conn=132] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.381 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.396 +00:00] [INFO] [set.go:170] ["set global var"] [conn=133] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.401 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.416 +00:00] [INFO] [set.go:170] ["set global var"] [conn=134] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.421 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.437 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.452 +00:00] [INFO] [set.go:170] ["set global var"] [conn=136] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.456 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.471 +00:00] [INFO] [set.go:170] ["set global var"] [conn=137] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.475 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.491 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.506 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.521 +00:00] [INFO] [set.go:170] ["set global var"] [conn=140] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.526 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.541 +00:00] [INFO] [set.go:170] ["set global var"] [conn=141] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.546 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.561 +00:00] [INFO] [set.go:170] ["set global var"] [conn=142] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.566 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.581 +00:00] [INFO] [set.go:170] ["set global var"] [conn=143] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.586 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.602 +00:00] [INFO] [set.go:170] ["set global var"] [conn=144] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.607 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.623 +00:00] [INFO] [set.go:170] ["set global var"] [conn=145] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.627 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.642 +00:00] [INFO] [set.go:170] ["set global var"] [conn=146] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.647 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.662 +00:00] [INFO] [set.go:170] ["set global var"] [conn=147] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.666 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.682 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.696 +00:00] [INFO] [set.go:170] ["set global var"] [conn=149] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.701 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.716 +00:00] [INFO] [set.go:170] ["set global var"] [conn=150] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.720 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.734 +00:00] [INFO] [set.go:170] ["set global var"] [conn=151] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.739 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.754 +00:00] [INFO] [set.go:170] ["set global var"] [conn=152] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.759 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.773 +00:00] [INFO] [set.go:170] ["set global var"] [conn=153] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.778 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.792 +00:00] [INFO] [set.go:170] ["set global var"] [conn=154] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.796 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.812 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.827 +00:00] [INFO] [set.go:170] ["set global var"] [conn=156] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.831 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.845 +00:00] [INFO] [set.go:170] ["set global var"] [conn=157] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.849 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.863 +00:00] [INFO] [set.go:170] ["set global var"] [conn=158] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.867 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.883 +00:00] [INFO] [set.go:170] ["set global var"] [conn=159] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.887 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.905 +00:00] [INFO] [set.go:170] ["set global var"] [conn=160] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.909 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.925 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.940 +00:00] [INFO] [set.go:170] ["set global var"] [conn=162] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.944 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.959 +00:00] [INFO] [set.go:170] ["set global var"] [conn=163] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.965 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.980 +00:00] [INFO] [set.go:170] ["set global var"] [conn=164] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:01.984 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:01.999 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.014 +00:00] [INFO] [set.go:170] ["set global var"] [conn=166] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.019 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.033 +00:00] [INFO] [set.go:170] ["set global var"] [conn=167] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.036 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.051 +00:00] [INFO] [set.go:170] ["set global var"] [conn=168] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.056 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.071 +00:00] [INFO] [set.go:170] ["set global var"] [conn=169] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.076 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.090 +00:00] [INFO] [set.go:170] ["set global var"] [conn=170] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.095 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.110 +00:00] [INFO] [set.go:170] ["set global var"] [conn=171] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.114 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.130 +00:00] [INFO] [set.go:170] ["set global var"] [conn=172] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.135 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.148 +00:00] [INFO] [set.go:170] ["set global var"] [conn=173] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.152 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.167 +00:00] [INFO] [set.go:170] ["set global var"] [conn=174] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.171 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.187 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.201 +00:00] [INFO] [set.go:170] ["set global var"] [conn=176] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.205 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.222 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.237 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.252 +00:00] [INFO] [set.go:170] ["set global var"] [conn=179] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.256 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.270 +00:00] [INFO] [set.go:170] ["set global var"] [conn=180] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.275 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.289 +00:00] [INFO] [set.go:170] ["set global var"] [conn=181] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.294 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.309 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.324 +00:00] [INFO] [set.go:170] ["set global var"] [conn=183] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.327 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.342 +00:00] [INFO] [set.go:170] ["set global var"] [conn=184] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.347 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.360 +00:00] [INFO] [set.go:170] ["set global var"] [conn=185] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.364 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.379 +00:00] [INFO] [set.go:170] ["set global var"] [conn=186] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.383 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.397 +00:00] [INFO] [set.go:170] ["set global var"] [conn=187] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.401 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.415 +00:00] [INFO] [set.go:170] ["set global var"] [conn=188] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.420 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.434 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.449 +00:00] [INFO] [set.go:170] ["set global var"] [conn=190] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.452 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.466 +00:00] [INFO] [set.go:170] ["set global var"] [conn=191] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.471 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.485 +00:00] [INFO] [set.go:170] ["set global var"] [conn=192] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.489 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.504 +00:00] [INFO] [set.go:170] ["set global var"] [conn=193] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.507 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.523 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.539 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.553 +00:00] [INFO] [set.go:170] ["set global var"] [conn=196] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.558 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.573 +00:00] [INFO] [set.go:170] ["set global var"] [conn=197] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.578 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.593 +00:00] [INFO] [set.go:170] ["set global var"] [conn=198] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.597 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.613 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.629 +00:00] [INFO] [set.go:170] ["set global var"] [conn=200] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.633 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.647 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.662 +00:00] [INFO] [set.go:170] ["set global var"] [conn=202] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.667 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.682 +00:00] [INFO] [set.go:170] ["set global var"] [conn=203] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.687 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.702 +00:00] [INFO] [set.go:170] ["set global var"] [conn=204] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.707 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.722 +00:00] [INFO] [set.go:170] ["set global var"] [conn=205] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.726 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.741 +00:00] [INFO] [set.go:170] ["set global var"] [conn=206] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.744 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.759 +00:00] [INFO] [set.go:170] ["set global var"] [conn=207] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.762 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.777 +00:00] [INFO] [set.go:170] ["set global var"] [conn=208] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.781 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.797 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.811 +00:00] [INFO] [set.go:170] ["set global var"] [conn=210] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.815 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.828 +00:00] [INFO] [set.go:170] ["set global var"] [conn=211] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.832 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.846 +00:00] [INFO] [set.go:170] ["set global var"] [conn=212] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.850 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.864 +00:00] [INFO] [set.go:170] ["set global var"] [conn=213] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.868 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.884 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.898 +00:00] [INFO] [set.go:170] ["set global var"] [conn=215] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.902 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.917 +00:00] [INFO] [set.go:170] ["set global var"] [conn=216] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.922 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.937 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.952 +00:00] [INFO] [set.go:170] ["set global var"] [conn=218] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.956 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.972 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:02.987 +00:00] [INFO] [set.go:170] ["set global var"] [conn=220] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:02.991 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.006 +00:00] [INFO] [set.go:170] ["set global var"] [conn=221] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.009 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.028 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.043 +00:00] [INFO] [set.go:170] ["set global var"] [conn=223] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.048 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.063 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.077 +00:00] [INFO] [set.go:170] ["set global var"] [conn=225] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.080 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.094 +00:00] [INFO] [set.go:170] ["set global var"] [conn=226] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.098 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.112 +00:00] [INFO] [set.go:170] ["set global var"] [conn=227] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.116 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.130 +00:00] [INFO] [set.go:170] ["set global var"] [conn=228] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.134 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.147 +00:00] [INFO] [set.go:170] ["set global var"] [conn=229] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.151 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.164 +00:00] [INFO] [set.go:170] ["set global var"] [conn=230] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.168 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.182 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.196 +00:00] [INFO] [set.go:170] ["set global var"] [conn=232] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.200 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.214 +00:00] [INFO] [set.go:170] ["set global var"] [conn=233] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.217 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.231 +00:00] [INFO] [set.go:170] ["set global var"] [conn=234] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.234 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.248 +00:00] [INFO] [set.go:170] ["set global var"] [conn=235] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.252 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.266 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.281 +00:00] [INFO] [set.go:170] ["set global var"] [conn=237] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.286 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.300 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.316 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.330 +00:00] [INFO] [set.go:170] ["set global var"] [conn=240] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.334 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.349 +00:00] [INFO] [set.go:170] ["set global var"] [conn=241] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.353 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.367 +00:00] [INFO] [set.go:170] ["set global var"] [conn=242] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.371 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.386 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.402 +00:00] [INFO] [set.go:170] ["set global var"] [conn=244] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.406 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.420 +00:00] [INFO] [set.go:170] ["set global var"] [conn=245] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.425 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.440 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.455 +00:00] [INFO] [set.go:170] ["set global var"] [conn=247] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.459 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.474 +00:00] [INFO] [set.go:170] ["set global var"] [conn=248] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.478 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.492 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.507 +00:00] [INFO] [set.go:170] ["set global var"] [conn=250] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.510 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.524 +00:00] [INFO] [set.go:170] ["set global var"] [conn=251] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.528 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.542 +00:00] [INFO] [set.go:170] ["set global var"] [conn=252] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.547 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.560 +00:00] [INFO] [set.go:170] ["set global var"] [conn=253] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.564 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.580 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.595 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.609 +00:00] [INFO] [set.go:170] ["set global var"] [conn=256] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.613 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.627 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.641 +00:00] [INFO] [set.go:170] ["set global var"] [conn=258] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.644 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.658 +00:00] [INFO] [set.go:170] ["set global var"] [conn=259] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.662 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.676 +00:00] [INFO] [set.go:170] ["set global var"] [conn=260] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.680 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.693 +00:00] [INFO] [set.go:170] ["set global var"] [conn=261] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.697 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.710 +00:00] [INFO] [set.go:170] ["set global var"] [conn=262] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.713 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.728 +00:00] [INFO] [set.go:170] ["set global var"] [conn=263] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.731 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.745 +00:00] [INFO] [set.go:170] ["set global var"] [conn=264] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.749 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.764 +00:00] [INFO] [set.go:170] ["set global var"] [conn=265] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.768 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.783 +00:00] [INFO] [set.go:170] ["set global var"] [conn=266] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.787 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.801 +00:00] [INFO] [set.go:170] ["set global var"] [conn=267] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.804 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.818 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.832 +00:00] [INFO] [set.go:170] ["set global var"] [conn=269] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.836 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.850 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.864 +00:00] [INFO] [set.go:170] ["set global var"] [conn=271] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.868 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.882 +00:00] [INFO] [set.go:170] ["set global var"] [conn=272] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.885 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.899 +00:00] [INFO] [set.go:170] ["set global var"] [conn=273] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.902 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.916 +00:00] [INFO] [set.go:170] ["set global var"] [conn=274] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.919 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.934 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.947 +00:00] [INFO] [set.go:170] ["set global var"] [conn=276] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.951 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.965 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.979 +00:00] [INFO] [set.go:170] ["set global var"] [conn=278] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.982 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:03.995 +00:00] [INFO] [set.go:170] ["set global var"] [conn=279] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:03.998 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.013 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.026 +00:00] [INFO] [set.go:170] ["set global var"] [conn=281] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.030 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.043 +00:00] [INFO] [set.go:170] ["set global var"] [conn=282] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.046 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.060 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.073 +00:00] [INFO] [set.go:170] ["set global var"] [conn=284] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.076 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.090 +00:00] [INFO] [set.go:170] ["set global var"] [conn=285] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.093 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.107 +00:00] [INFO] [set.go:170] ["set global var"] [conn=286] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.109 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.123 +00:00] [INFO] [set.go:170] ["set global var"] [conn=287] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.126 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.140 +00:00] [INFO] [set.go:170] ["set global var"] [conn=288] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.143 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.157 +00:00] [INFO] [set.go:170] ["set global var"] [conn=289] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.160 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.174 +00:00] [INFO] [set.go:170] ["set global var"] [conn=290] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.177 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.192 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.207 +00:00] [INFO] [set.go:170] ["set global var"] [conn=292] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.211 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.225 +00:00] [INFO] [set.go:170] ["set global var"] [conn=293] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.230 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.243 +00:00] [INFO] [set.go:170] ["set global var"] [conn=294] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.247 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.261 +00:00] [INFO] [set.go:170] ["set global var"] [conn=295] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.265 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.279 +00:00] [INFO] [set.go:170] ["set global var"] [conn=296] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.284 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.297 +00:00] [INFO] [set.go:170] ["set global var"] [conn=297] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.300 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.315 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.328 +00:00] [INFO] [set.go:170] ["set global var"] [conn=299] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.331 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.345 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.359 +00:00] [INFO] [set.go:170] ["set global var"] [conn=301] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.363 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.377 +00:00] [INFO] [set.go:170] ["set global var"] [conn=302] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.381 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.395 +00:00] [INFO] [set.go:170] ["set global var"] [conn=303] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.399 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.414 +00:00] [INFO] [set.go:170] ["set global var"] [conn=304] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.418 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.432 +00:00] [INFO] [set.go:170] ["set global var"] [conn=305] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.435 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.451 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.465 +00:00] [INFO] [set.go:170] ["set global var"] [conn=307] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.470 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.485 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.499 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.515 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.529 +00:00] [INFO] [set.go:170] ["set global var"] [conn=311] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.532 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.546 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.560 +00:00] [INFO] [set.go:170] ["set global var"] [conn=313] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.563 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.578 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.592 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.606 +00:00] [INFO] [set.go:170] ["set global var"] [conn=316] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.609 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.623 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.637 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.651 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.665 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.679 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.692 +00:00] [INFO] [set.go:170] ["set global var"] [conn=322] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.696 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.709 +00:00] [INFO] [set.go:170] ["set global var"] [conn=323] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.713 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.727 +00:00] [INFO] [set.go:170] ["set global var"] [conn=324] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.730 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.743 +00:00] [INFO] [set.go:170] ["set global var"] [conn=325] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.747 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.761 +00:00] [INFO] [set.go:170] ["set global var"] [conn=326] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.764 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.779 +00:00] [INFO] [set.go:170] ["set global var"] [conn=327] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.782 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.796 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.810 +00:00] [INFO] [set.go:170] ["set global var"] [conn=329] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.814 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.828 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.843 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.857 +00:00] [INFO] [set.go:170] ["set global var"] [conn=332] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.860 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.874 +00:00] [INFO] [set.go:170] ["set global var"] [conn=333] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.877 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.891 +00:00] [INFO] [set.go:170] ["set global var"] [conn=334] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.894 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.909 +00:00] [INFO] [set.go:170] ["set global var"] [conn=335] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.913 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.927 +00:00] [INFO] [set.go:170] ["set global var"] [conn=336] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.930 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.944 +00:00] [INFO] [set.go:170] ["set global var"] [conn=337] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.949 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.963 +00:00] [INFO] [set.go:170] ["set global var"] [conn=338] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:04.967 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.982 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:04.996 +00:00] [INFO] [set.go:170] ["set global var"] [conn=340] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.000 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.015 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.031 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.046 +00:00] [INFO] [set.go:170] ["set global var"] [conn=343] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.051 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.065 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.082 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.097 +00:00] [INFO] [set.go:170] ["set global var"] [conn=346] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.100 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.115 +00:00] [INFO] [set.go:170] ["set global var"] [conn=347] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.119 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.133 +00:00] [INFO] [set.go:170] ["set global var"] [conn=348] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.138 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.153 +00:00] [INFO] [set.go:170] ["set global var"] [conn=349] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.157 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.170 +00:00] [INFO] [set.go:170] ["set global var"] [conn=350] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.173 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.187 +00:00] [INFO] [set.go:170] ["set global var"] [conn=351] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.190 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.204 +00:00] [INFO] [set.go:170] ["set global var"] [conn=352] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.207 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.222 +00:00] [INFO] [set.go:170] ["set global var"] [conn=353] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.225 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.241 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.255 +00:00] [INFO] [set.go:170] ["set global var"] [conn=355] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.259 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.275 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.290 +00:00] [INFO] [set.go:170] ["set global var"] [conn=357] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.294 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.310 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.326 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.341 +00:00] [INFO] [set.go:170] ["set global var"] [conn=360] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.346 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.360 +00:00] [INFO] [set.go:170] ["set global var"] [conn=361] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.364 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.380 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.395 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.412 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.426 +00:00] [INFO] [set.go:170] ["set global var"] [conn=365] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.429 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.449 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.463 +00:00] [INFO] [set.go:170] ["set global var"] [conn=367] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.468 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.482 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.496 +00:00] [INFO] [set.go:170] ["set global var"] [conn=369] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.500 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.513 +00:00] [INFO] [set.go:170] ["set global var"] [conn=370] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.517 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.531 +00:00] [INFO] [set.go:170] ["set global var"] [conn=371] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.535 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.551 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.566 +00:00] [INFO] [set.go:170] ["set global var"] [conn=373] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.570 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.584 +00:00] [INFO] [set.go:170] ["set global var"] [conn=374] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.588 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.602 +00:00] [INFO] [set.go:170] ["set global var"] [conn=375] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.606 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.620 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.636 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.651 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.665 +00:00] [INFO] [set.go:170] ["set global var"] [conn=379] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.669 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.683 +00:00] [INFO] [set.go:170] ["set global var"] [conn=380] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.687 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.700 +00:00] [INFO] [set.go:170] ["set global var"] [conn=381] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.705 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.719 +00:00] [INFO] [set.go:170] ["set global var"] [conn=382] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.723 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.738 +00:00] [INFO] [set.go:170] ["set global var"] [conn=383] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.742 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.755 +00:00] [INFO] [set.go:170] ["set global var"] [conn=384] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.759 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.774 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.787 +00:00] [INFO] [set.go:170] ["set global var"] [conn=386] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.791 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.805 +00:00] [INFO] [set.go:170] ["set global var"] [conn=387] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.808 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.823 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.840 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.854 +00:00] [INFO] [set.go:170] ["set global var"] [conn=390] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.859 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.873 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.888 +00:00] [INFO] [set.go:170] ["set global var"] [conn=392] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.891 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.908 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.921 +00:00] [INFO] [set.go:170] ["set global var"] [conn=394] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.925 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.940 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.954 +00:00] [INFO] [set.go:170] ["set global var"] [conn=396] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.958 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.972 +00:00] [INFO] [set.go:170] ["set global var"] [conn=397] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.976 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:05.990 +00:00] [INFO] [set.go:170] ["set global var"] [conn=398] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:05.994 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.008 +00:00] [INFO] [set.go:170] ["set global var"] [conn=399] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.012 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.027 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.042 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.056 +00:00] [INFO] [set.go:170] ["set global var"] [conn=402] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.060 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.076 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.090 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.105 +00:00] [INFO] [set.go:170] ["set global var"] [conn=405] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.109 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.123 +00:00] [INFO] [set.go:170] ["set global var"] [conn=406] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.127 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.142 +00:00] [INFO] [set.go:170] ["set global var"] [conn=407] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.145 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.160 +00:00] [INFO] [set.go:170] ["set global var"] [conn=408] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.165 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.179 +00:00] [INFO] [set.go:170] ["set global var"] [conn=409] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.183 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.198 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.213 +00:00] [INFO] [set.go:170] ["set global var"] [conn=411] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.218 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.232 +00:00] [INFO] [set.go:170] ["set global var"] [conn=412] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.237 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.252 +00:00] [INFO] [set.go:170] ["set global var"] [conn=413] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.256 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.272 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.287 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.302 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.318 +00:00] [INFO] [set.go:170] ["set global var"] [conn=417] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.323 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.339 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.353 +00:00] [INFO] [set.go:170] ["set global var"] [conn=419] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.357 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.373 +00:00] [INFO] [set.go:170] ["set global var"] [conn=420] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.378 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.393 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.409 +00:00] [INFO] [set.go:170] ["set global var"] [conn=422] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.413 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.427 +00:00] [INFO] [set.go:170] ["set global var"] [conn=423] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.431 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.446 +00:00] [INFO] [set.go:170] ["set global var"] [conn=424] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.451 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.466 +00:00] [INFO] [set.go:170] ["set global var"] [conn=425] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.470 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.485 +00:00] [INFO] [set.go:170] ["set global var"] [conn=426] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.490 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.505 +00:00] [INFO] [set.go:170] ["set global var"] [conn=427] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.509 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.526 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.541 +00:00] [INFO] [set.go:170] ["set global var"] [conn=429] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.545 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.560 +00:00] [INFO] [set.go:170] ["set global var"] [conn=430] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.566 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.581 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.595 +00:00] [INFO] [set.go:170] ["set global var"] [conn=432] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.599 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.614 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.628 +00:00] [INFO] [set.go:170] ["set global var"] [conn=434] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.632 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.647 +00:00] [INFO] [set.go:170] ["set global var"] [conn=435] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.652 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.666 +00:00] [INFO] [set.go:170] ["set global var"] [conn=436] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.670 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.684 +00:00] [INFO] [set.go:170] ["set global var"] [conn=437] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.688 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.703 +00:00] [INFO] [set.go:170] ["set global var"] [conn=438] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.707 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.722 +00:00] [INFO] [set.go:170] ["set global var"] [conn=439] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.727 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.743 +00:00] [INFO] [set.go:170] ["set global var"] [conn=440] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.748 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.762 +00:00] [INFO] [set.go:170] ["set global var"] [conn=441] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.766 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.780 +00:00] [INFO] [set.go:170] ["set global var"] [conn=442] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.785 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.800 +00:00] [INFO] [set.go:170] ["set global var"] [conn=443] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.806 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.822 +00:00] [INFO] [set.go:170] ["set global var"] [conn=444] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.826 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.840 +00:00] [INFO] [set.go:170] ["set global var"] [conn=445] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.846 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.861 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.886 +00:00] [INFO] [set.go:170] ["set global var"] [conn=447] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.890 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.907 +00:00] [INFO] [set.go:170] ["set global var"] [conn=448] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.914 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.930 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.945 +00:00] [INFO] [set.go:170] ["set global var"] [conn=450] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.949 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.964 +00:00] [INFO] [set.go:170] ["set global var"] [conn=451] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.969 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:06.984 +00:00] [INFO] [set.go:170] ["set global var"] [conn=452] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:06.989 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.004 +00:00] [INFO] [set.go:170] ["set global var"] [conn=453] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:07.009 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.023 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.038 +00:00] [INFO] [set.go:170] ["set global var"] [conn=455] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:07.042 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.056 +00:00] [INFO] [set.go:170] ["set global var"] [conn=456] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:07.060 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.076 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.091 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.107 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.121 +00:00] [INFO] [set.go:170] ["set global var"] [conn=460] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:07.126 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.141 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.156 +00:00] [INFO] [set.go:170] ["set global var"] [conn=462] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:07.161 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.177 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.192 +00:00] [INFO] [set.go:170] ["set global var"] [conn=464] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:07.196 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.211 +00:00] [INFO] [set.go:170] ["set global var"] [conn=465] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:07.215 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.230 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.244 +00:00] [INFO] [set.go:170] ["set global var"] [conn=467] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:07.248 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.262 +00:00] [INFO] [set.go:170] ["set global var"] [conn=468] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:07.266 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.281 +00:00] [INFO] [set.go:170] ["set global var"] [conn=469] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:07.285 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.299 +00:00] [INFO] [set.go:170] ["set global var"] [conn=470] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:07.303 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.318 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.334 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.349 +00:00] [INFO] [set.go:170] ["set global var"] [conn=473] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:07.352 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.367 +00:00] [INFO] [set.go:170] ["set global var"] [conn=474] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:07.371 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.386 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.401 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.416 +00:00] [INFO] [set.go:170] ["set global var"] [conn=477] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:07.420 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.435 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.450 +00:00] [INFO] [set.go:170] ["set global var"] [conn=479] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:07.453 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.468 +00:00] [INFO] [set.go:170] ["set global var"] [conn=480] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:07.472 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.486 +00:00] [INFO] [set.go:170] ["set global var"] [conn=481] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:07.490 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.505 +00:00] [INFO] [set.go:170] ["set global var"] [conn=482] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:07.509 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.525 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.541 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.556 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.571 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.587 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.602 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.617 +00:00] [INFO] [set.go:170] ["set global var"] [conn=489] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:07.621 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.644 +00:00] [INFO] [set.go:170] ["set global var"] [conn=490] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:07.650 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.665 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.680 +00:00] [INFO] [set.go:170] ["set global var"] [conn=492] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:07.684 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.699 +00:00] [INFO] [set.go:170] ["set global var"] [conn=493] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:07.704 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.718 +00:00] [INFO] [set.go:170] ["set global var"] [conn=494] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:07.723 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.738 +00:00] [INFO] [set.go:170] ["set global var"] [conn=495] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:07.743 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.759 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.774 +00:00] [INFO] [set.go:170] ["set global var"] [conn=497] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:07.779 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.795 +00:00] [INFO] [set.go:170] ["set global var"] [conn=498] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:07.800 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.817 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.834 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.849 +00:00] [INFO] [set.go:170] ["set global var"] [conn=501] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:07.854 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.869 +00:00] [INFO] [set.go:170] ["set global var"] [conn=502] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:07.874 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.889 +00:00] [INFO] [set.go:170] ["set global var"] [conn=503] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:07.895 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.911 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.927 +00:00] [INFO] [set.go:170] ["set global var"] [conn=505] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:07.932 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.947 +00:00] [INFO] [set.go:170] ["set global var"] [conn=506] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:07.951 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.967 +00:00] [INFO] [set.go:170] ["set global var"] [conn=507] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:07.971 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:07.987 +00:00] [INFO] [set.go:170] ["set global var"] [conn=508] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:07.991 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.006 +00:00] [INFO] [set.go:170] ["set global var"] [conn=509] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.010 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.025 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.040 +00:00] [INFO] [set.go:170] ["set global var"] [conn=511] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.044 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.059 +00:00] [INFO] [set.go:170] ["set global var"] [conn=512] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.063 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.078 +00:00] [INFO] [set.go:170] ["set global var"] [conn=513] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.082 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.097 +00:00] [INFO] [set.go:170] ["set global var"] [conn=514] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.101 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.116 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.131 +00:00] [INFO] [set.go:170] ["set global var"] [conn=516] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.134 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.149 +00:00] [INFO] [set.go:170] ["set global var"] [conn=517] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.153 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.168 +00:00] [INFO] [set.go:170] ["set global var"] [conn=518] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.173 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.189 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.204 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.220 +00:00] [INFO] [set.go:170] ["set global var"] [conn=521] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.224 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.240 +00:00] [INFO] [set.go:170] ["set global var"] [conn=522] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.245 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.260 +00:00] [INFO] [set.go:170] ["set global var"] [conn=523] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.263 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.278 +00:00] [INFO] [set.go:170] ["set global var"] [conn=524] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.281 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.295 +00:00] [INFO] [set.go:170] ["set global var"] [conn=525] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.298 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.312 +00:00] [INFO] [set.go:170] ["set global var"] [conn=526] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.316 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.331 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.345 +00:00] [INFO] [set.go:170] ["set global var"] [conn=528] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.349 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.364 +00:00] [INFO] [set.go:170] ["set global var"] [conn=529] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.368 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.384 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.398 +00:00] [INFO] [set.go:170] ["set global var"] [conn=531] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.403 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.417 +00:00] [INFO] [set.go:170] ["set global var"] [conn=532] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.422 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.438 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.452 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.468 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.483 +00:00] [INFO] [set.go:170] ["set global var"] [conn=536] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.487 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.502 +00:00] [INFO] [set.go:170] ["set global var"] [conn=537] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.507 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.522 +00:00] [INFO] [set.go:170] ["set global var"] [conn=538] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.526 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.541 +00:00] [INFO] [set.go:170] ["set global var"] [conn=539] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.544 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.560 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.576 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.591 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.605 +00:00] [INFO] [set.go:170] ["set global var"] [conn=543] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.609 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.623 +00:00] [INFO] [set.go:170] ["set global var"] [conn=544] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.627 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.642 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.657 +00:00] [INFO] [set.go:170] ["set global var"] [conn=546] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.661 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.675 +00:00] [INFO] [set.go:170] ["set global var"] [conn=547] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.678 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.693 +00:00] [INFO] [set.go:170] ["set global var"] [conn=548] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.696 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.710 +00:00] [INFO] [set.go:170] ["set global var"] [conn=549] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.714 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.729 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.744 +00:00] [INFO] [set.go:170] ["set global var"] [conn=551] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.747 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.762 +00:00] [INFO] [set.go:170] ["set global var"] [conn=552] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.766 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.781 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.795 +00:00] [INFO] [set.go:170] ["set global var"] [conn=554] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.798 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.813 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.827 +00:00] [INFO] [set.go:170] ["set global var"] [conn=556] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.831 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.845 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.860 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.876 +00:00] [INFO] [set.go:170] ["set global var"] [conn=559] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.880 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.895 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.910 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.925 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.940 +00:00] [INFO] [set.go:170] ["set global var"] [conn=563] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.945 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.960 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.974 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:08.989 +00:00] [INFO] [set.go:170] ["set global var"] [conn=566] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:08.993 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.009 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.016 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449567674601046016] [newTTL=30001] [isPipelinedTxn=false] [2024/05/06 03:03:09.023 +00:00] [INFO] [set.go:170] ["set global var"] [conn=568] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.028 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.043 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.057 +00:00] [INFO] [set.go:170] ["set global var"] [conn=570] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.062 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.076 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.091 +00:00] [INFO] [set.go:170] ["set global var"] [conn=572] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.096 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.110 +00:00] [INFO] [set.go:170] ["set global var"] [conn=573] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.115 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.130 +00:00] [INFO] [set.go:170] ["set global var"] [conn=574] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.134 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.148 +00:00] [INFO] [set.go:170] ["set global var"] [conn=575] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.152 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.167 +00:00] [INFO] [set.go:170] ["set global var"] [conn=576] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.171 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.186 +00:00] [INFO] [set.go:170] ["set global var"] [conn=577] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.190 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.204 +00:00] [INFO] [set.go:170] ["set global var"] [conn=578] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.209 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.224 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.238 +00:00] [INFO] [set.go:170] ["set global var"] [conn=580] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.242 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.257 +00:00] [INFO] [set.go:170] ["set global var"] [conn=581] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.260 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.276 +00:00] [INFO] [set.go:170] ["set global var"] [conn=582] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.280 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.294 +00:00] [INFO] [set.go:170] ["set global var"] [conn=583] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.299 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.321 +00:00] [INFO] [set.go:170] ["set global var"] [conn=584] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.328 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.343 +00:00] [INFO] [set.go:170] ["set global var"] [conn=585] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.350 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.366 +00:00] [INFO] [set.go:170] ["set global var"] [conn=586] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.372 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.387 +00:00] [INFO] [set.go:170] ["set global var"] [conn=587] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.392 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.409 +00:00] [INFO] [set.go:170] ["set global var"] [conn=588] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.414 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.429 +00:00] [INFO] [set.go:170] ["set global var"] [conn=589] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.434 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.449 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.466 +00:00] [INFO] [set.go:170] ["set global var"] [conn=591] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.471 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.487 +00:00] [INFO] [set.go:170] ["set global var"] [conn=592] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.492 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.508 +00:00] [INFO] [set.go:170] ["set global var"] [conn=593] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.514 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.539 +00:00] [INFO] [set.go:170] ["set global var"] [conn=594] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.545 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.561 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.578 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.594 +00:00] [INFO] [set.go:170] ["set global var"] [conn=597] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.598 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.614 +00:00] [INFO] [set.go:170] ["set global var"] [conn=598] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.619 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.635 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.652 +00:00] [INFO] [set.go:170] ["set global var"] [conn=600] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.657 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.673 +00:00] [INFO] [set.go:170] ["set global var"] [conn=601] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.679 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.701 +00:00] [INFO] [set.go:170] ["set global var"] [conn=602] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.708 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.725 +00:00] [INFO] [set.go:170] ["set global var"] [conn=603] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.731 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.748 +00:00] [INFO] [set.go:170] ["set global var"] [conn=604] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.755 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.771 +00:00] [INFO] [set.go:170] ["set global var"] [conn=605] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.777 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.795 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.811 +00:00] [INFO] [set.go:170] ["set global var"] [conn=607] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.817 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.833 +00:00] [INFO] [set.go:170] ["set global var"] [conn=608] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.839 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.854 +00:00] [INFO] [set.go:170] ["set global var"] [conn=609] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.860 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.878 +00:00] [INFO] [set.go:170] ["set global var"] [conn=610] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.884 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.902 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.918 +00:00] [INFO] [set.go:170] ["set global var"] [conn=612] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.923 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.939 +00:00] [INFO] [set.go:170] ["set global var"] [conn=613] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.945 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.963 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.978 +00:00] [INFO] [set.go:170] ["set global var"] [conn=615] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:09.983 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:09.999 +00:00] [INFO] [set.go:170] ["set global var"] [conn=616] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:10.004 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.020 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.036 +00:00] [INFO] [set.go:170] ["set global var"] [conn=618] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:10.041 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.058 +00:00] [INFO] [set.go:170] ["set global var"] [conn=619] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:10.063 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.078 +00:00] [INFO] [set.go:170] ["set global var"] [conn=620] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:10.083 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.099 +00:00] [INFO] [set.go:170] ["set global var"] [conn=621] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:10.104 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.119 +00:00] [INFO] [set.go:170] ["set global var"] [conn=622] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:10.124 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.139 +00:00] [INFO] [set.go:170] ["set global var"] [conn=623] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:10.144 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.160 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.175 +00:00] [INFO] [set.go:170] ["set global var"] [conn=625] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:10.180 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.195 +00:00] [INFO] [set.go:170] ["set global var"] [conn=626] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:10.201 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.216 +00:00] [INFO] [set.go:170] ["set global var"] [conn=627] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:10.221 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.236 +00:00] [INFO] [set.go:170] ["set global var"] [conn=628] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:10.242 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.258 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.276 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.294 +00:00] [INFO] [set.go:170] ["set global var"] [conn=631] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:10.300 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.316 +00:00] [INFO] [set.go:170] ["set global var"] [conn=632] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:10.322 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.339 +00:00] [INFO] [set.go:170] ["set global var"] [conn=633] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:10.345 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.362 +00:00] [INFO] [set.go:170] ["set global var"] [conn=634] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:10.368 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.385 +00:00] [INFO] [set.go:170] ["set global var"] [conn=635] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:10.391 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.408 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.424 +00:00] [INFO] [set.go:170] ["set global var"] [conn=637] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:10.430 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.448 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.465 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.481 +00:00] [INFO] [set.go:170] ["set global var"] [conn=640] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:10.487 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.503 +00:00] [INFO] [set.go:170] ["set global var"] [conn=641] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:10.510 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.526 +00:00] [INFO] [set.go:170] ["set global var"] [conn=642] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:10.531 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.547 +00:00] [INFO] [set.go:170] ["set global var"] [conn=643] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:10.553 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.569 +00:00] [INFO] [set.go:170] ["set global var"] [conn=644] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:10.575 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.593 +00:00] [INFO] [set.go:170] ["set global var"] [conn=645] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:10.598 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.615 +00:00] [INFO] [set.go:170] ["set global var"] [conn=646] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:10.621 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.639 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.656 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.672 +00:00] [INFO] [set.go:170] ["set global var"] [conn=649] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:10.678 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.694 +00:00] [INFO] [set.go:170] ["set global var"] [conn=650] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:10.700 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.716 +00:00] [INFO] [set.go:170] ["set global var"] [conn=651] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:10.723 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.741 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.758 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.774 +00:00] [INFO] [set.go:170] ["set global var"] [conn=654] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:10.780 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.796 +00:00] [INFO] [set.go:170] ["set global var"] [conn=655] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:10.802 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.819 +00:00] [INFO] [set.go:170] ["set global var"] [conn=656] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:10.826 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.844 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.860 +00:00] [INFO] [set.go:170] ["set global var"] [conn=658] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:10.866 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.883 +00:00] [INFO] [set.go:170] ["set global var"] [conn=659] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:10.889 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.907 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.923 +00:00] [INFO] [set.go:170] ["set global var"] [conn=661] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:10.928 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.944 +00:00] [INFO] [set.go:170] ["set global var"] [conn=662] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:10.949 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.966 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.982 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:10.997 +00:00] [INFO] [set.go:170] ["set global var"] [conn=665] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.003 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.019 +00:00] [INFO] [set.go:170] ["set global var"] [conn=666] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.025 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.041 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.057 +00:00] [INFO] [set.go:170] ["set global var"] [conn=668] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.062 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.079 +00:00] [INFO] [set.go:170] ["set global var"] [conn=669] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.084 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.099 +00:00] [INFO] [set.go:170] ["set global var"] [conn=670] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.104 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.119 +00:00] [INFO] [set.go:170] ["set global var"] [conn=671] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.124 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.140 +00:00] [INFO] [set.go:170] ["set global var"] [conn=672] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.145 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.162 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.177 +00:00] [INFO] [set.go:170] ["set global var"] [conn=674] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.183 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.198 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.214 +00:00] [INFO] [set.go:170] ["set global var"] [conn=676] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.218 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.234 +00:00] [INFO] [set.go:170] ["set global var"] [conn=677] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.239 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.254 +00:00] [INFO] [set.go:170] ["set global var"] [conn=678] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.260 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.277 +00:00] [INFO] [set.go:170] ["set global var"] [conn=679] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.282 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.297 +00:00] [INFO] [set.go:170] ["set global var"] [conn=680] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.302 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.319 +00:00] [INFO] [set.go:170] ["set global var"] [conn=681] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.325 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.342 +00:00] [INFO] [set.go:170] ["set global var"] [conn=682] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.348 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.363 +00:00] [INFO] [set.go:170] ["set global var"] [conn=683] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.368 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.383 +00:00] [INFO] [set.go:170] ["set global var"] [conn=684] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.388 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.408 +00:00] [INFO] [set.go:170] ["set global var"] [conn=685] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.413 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.438 +00:00] [INFO] [set.go:170] ["set global var"] [conn=686] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.453 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.478 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.496 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.512 +00:00] [INFO] [set.go:170] ["set global var"] [conn=689] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.518 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.533 +00:00] [INFO] [set.go:170] ["set global var"] [conn=690] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.539 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.555 +00:00] [INFO] [set.go:170] ["set global var"] [conn=691] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.561 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.579 +00:00] [INFO] [set.go:170] ["set global var"] [conn=692] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.585 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.601 +00:00] [INFO] [set.go:170] ["set global var"] [conn=693] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.606 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.623 +00:00] [INFO] [set.go:170] ["set global var"] [conn=694] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.630 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.648 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.663 +00:00] [INFO] [set.go:170] ["set global var"] [conn=696] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.670 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.686 +00:00] [INFO] [set.go:170] ["set global var"] [conn=697] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.693 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.711 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.726 +00:00] [INFO] [set.go:170] ["set global var"] [conn=699] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.732 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.747 +00:00] [INFO] [set.go:170] ["set global var"] [conn=700] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.754 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.770 +00:00] [INFO] [set.go:170] ["set global var"] [conn=701] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.776 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.791 +00:00] [INFO] [set.go:170] ["set global var"] [conn=702] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.796 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.810 +00:00] [INFO] [set.go:170] ["set global var"] [conn=703] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.815 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.832 +00:00] [INFO] [set.go:170] ["set global var"] [conn=704] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.837 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.851 +00:00] [INFO] [set.go:170] ["set global var"] [conn=705] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.857 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.873 +00:00] [INFO] [set.go:170] ["set global var"] [conn=706] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.878 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.895 +00:00] [INFO] [set.go:170] ["set global var"] [conn=707] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.900 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.917 +00:00] [INFO] [set.go:170] ["set global var"] [conn=708] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.923 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.940 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.959 +00:00] [INFO] [set.go:170] ["set global var"] [conn=710] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.964 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:11.980 +00:00] [INFO] [set.go:170] ["set global var"] [conn=711] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:11.985 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.002 +00:00] [INFO] [set.go:170] ["set global var"] [conn=712] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.007 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.024 +00:00] [INFO] [set.go:170] ["set global var"] [conn=713] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.029 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.044 +00:00] [INFO] [set.go:170] ["set global var"] [conn=714] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.050 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.066 +00:00] [INFO] [set.go:170] ["set global var"] [conn=715] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.072 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.089 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.105 +00:00] [INFO] [set.go:170] ["set global var"] [conn=717] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.110 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.127 +00:00] [INFO] [set.go:170] ["set global var"] [conn=718] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.132 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.148 +00:00] [INFO] [set.go:170] ["set global var"] [conn=719] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.154 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.172 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.187 +00:00] [INFO] [set.go:170] ["set global var"] [conn=721] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.192 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.209 +00:00] [INFO] [set.go:170] ["set global var"] [conn=722] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.214 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.229 +00:00] [INFO] [set.go:170] ["set global var"] [conn=723] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.234 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.249 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.265 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.280 +00:00] [INFO] [set.go:170] ["set global var"] [conn=726] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.284 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.299 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.314 +00:00] [INFO] [set.go:170] ["set global var"] [conn=728] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.319 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.334 +00:00] [INFO] [set.go:170] ["set global var"] [conn=729] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.339 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.355 +00:00] [INFO] [set.go:170] ["set global var"] [conn=730] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.360 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.375 +00:00] [INFO] [set.go:170] ["set global var"] [conn=731] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.380 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.394 +00:00] [INFO] [set.go:170] ["set global var"] [conn=732] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.398 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.412 +00:00] [INFO] [set.go:170] ["set global var"] [conn=733] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.416 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.431 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.448 +00:00] [INFO] [set.go:170] ["set global var"] [conn=735] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.452 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.467 +00:00] [INFO] [set.go:170] ["set global var"] [conn=736] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.473 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.489 +00:00] [INFO] [set.go:170] ["set global var"] [conn=737] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.494 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.509 +00:00] [INFO] [set.go:170] ["set global var"] [conn=738] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.514 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.528 +00:00] [INFO] [set.go:170] ["set global var"] [conn=739] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.532 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.546 +00:00] [INFO] [set.go:170] ["set global var"] [conn=740] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.551 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.568 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.583 +00:00] [INFO] [set.go:170] ["set global var"] [conn=742] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.587 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.602 +00:00] [INFO] [set.go:170] ["set global var"] [conn=743] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.606 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.621 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.637 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.652 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.666 +00:00] [INFO] [set.go:170] ["set global var"] [conn=747] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.671 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.685 +00:00] [INFO] [set.go:170] ["set global var"] [conn=748] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.690 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.707 +00:00] [INFO] [set.go:170] ["set global var"] [conn=749] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.714 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.731 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.746 +00:00] [INFO] [set.go:170] ["set global var"] [conn=751] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.749 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.764 +00:00] [INFO] [set.go:170] ["set global var"] [conn=752] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.770 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.787 +00:00] [INFO] [set.go:170] ["set global var"] [conn=753] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.792 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.808 +00:00] [INFO] [set.go:170] ["set global var"] [conn=754] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.813 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.827 +00:00] [INFO] [set.go:170] ["set global var"] [conn=755] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.832 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.847 +00:00] [INFO] [set.go:170] ["set global var"] [conn=756] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.851 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.867 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.883 +00:00] [INFO] [set.go:170] ["set global var"] [conn=758] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.888 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.904 +00:00] [INFO] [set.go:170] ["set global var"] [conn=759] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.909 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.931 +00:00] [INFO] [set.go:170] ["set global var"] [conn=760] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.936 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.952 +00:00] [INFO] [set.go:170] ["set global var"] [conn=761] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.958 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.973 +00:00] [INFO] [set.go:170] ["set global var"] [conn=762] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:12.978 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:12.994 +00:00] [INFO] [set.go:170] ["set global var"] [conn=763] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:13.000 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.017 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.035 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.050 +00:00] [INFO] [set.go:170] ["set global var"] [conn=766] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:13.059 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.076 +00:00] [INFO] [set.go:170] ["set global var"] [conn=767] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:13.084 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.099 +00:00] [INFO] [set.go:170] ["set global var"] [conn=768] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:13.106 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.124 +00:00] [INFO] [set.go:170] ["set global var"] [conn=769] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:13.131 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.147 +00:00] [INFO] [set.go:170] ["set global var"] [conn=770] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:13.154 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.170 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.186 +00:00] [INFO] [set.go:170] ["set global var"] [conn=772] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:13.190 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.206 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.226 +00:00] [INFO] [set.go:170] ["set global var"] [conn=774] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:13.232 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.252 +00:00] [INFO] [set.go:170] ["set global var"] [conn=775] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:13.257 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.273 +00:00] [INFO] [set.go:170] ["set global var"] [conn=776] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:13.282 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.297 +00:00] [INFO] [set.go:170] ["set global var"] [conn=777] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:13.302 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.319 +00:00] [INFO] [set.go:170] ["set global var"] [conn=778] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:13.332 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.348 +00:00] [INFO] [set.go:170] ["set global var"] [conn=779] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:13.354 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.369 +00:00] [INFO] [set.go:170] ["set global var"] [conn=780] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:13.373 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.388 +00:00] [INFO] [set.go:170] ["set global var"] [conn=781] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:13.392 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.408 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.421 +00:00] [INFO] [set.go:170] ["set global var"] [conn=783] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:13.425 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.441 +00:00] [INFO] [set.go:170] ["set global var"] [conn=784] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:13.446 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.461 +00:00] [INFO] [set.go:170] ["set global var"] [conn=785] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:13.465 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.479 +00:00] [INFO] [set.go:170] ["set global var"] [conn=786] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:13.484 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.499 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.515 +00:00] [INFO] [set.go:170] ["set global var"] [conn=788] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:13.520 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.536 +00:00] [INFO] [set.go:170] ["set global var"] [conn=789] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:13.541 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.557 +00:00] [INFO] [set.go:170] ["set global var"] [conn=790] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:13.562 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.580 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.598 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.617 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.632 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.648 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.664 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.679 +00:00] [INFO] [set.go:170] ["set global var"] [conn=797] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:13.685 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.701 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.717 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.733 +00:00] [INFO] [set.go:170] ["set global var"] [conn=800] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:13.738 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.754 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.769 +00:00] [INFO] [set.go:170] ["set global var"] [conn=802] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:13.774 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.790 +00:00] [INFO] [set.go:170] ["set global var"] [conn=803] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:13.798 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.815 +00:00] [INFO] [set.go:170] ["set global var"] [conn=804] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:13.822 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.838 +00:00] [INFO] [set.go:170] ["set global var"] [conn=805] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:13.844 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.860 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.877 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.896 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.912 +00:00] [INFO] [set.go:170] ["set global var"] [conn=809] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:13.917 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.931 +00:00] [INFO] [set.go:170] ["set global var"] [conn=810] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:13.936 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.952 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.969 +00:00] [INFO] [set.go:170] ["set global var"] [conn=812] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:13.975 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:13.992 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.011 +00:00] [INFO] [set.go:170] ["set global var"] [conn=814] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.016 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.031 +00:00] [INFO] [set.go:170] ["set global var"] [conn=815] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.035 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.052 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.065 +00:00] [INFO] [set.go:170] ["set global var"] [conn=817] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.070 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.086 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.101 +00:00] [INFO] [set.go:170] ["set global var"] [conn=819] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.105 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.121 +00:00] [INFO] [set.go:170] ["set global var"] [conn=820] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.126 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.142 +00:00] [INFO] [set.go:170] ["set global var"] [conn=821] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.145 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.160 +00:00] [INFO] [set.go:170] ["set global var"] [conn=822] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.165 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.180 +00:00] [INFO] [set.go:170] ["set global var"] [conn=823] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.184 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.198 +00:00] [INFO] [set.go:170] ["set global var"] [conn=824] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.203 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.218 +00:00] [INFO] [set.go:170] ["set global var"] [conn=825] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.222 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.236 +00:00] [INFO] [set.go:170] ["set global var"] [conn=826] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.240 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.256 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.272 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.286 +00:00] [INFO] [set.go:170] ["set global var"] [conn=829] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.291 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.306 +00:00] [INFO] [set.go:170] ["set global var"] [conn=830] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.310 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.325 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.340 +00:00] [INFO] [set.go:170] ["set global var"] [conn=832] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.344 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.359 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.373 +00:00] [INFO] [set.go:170] ["set global var"] [conn=834] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.377 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.392 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.407 +00:00] [INFO] [set.go:170] ["set global var"] [conn=836] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.410 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.425 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.440 +00:00] [INFO] [set.go:170] ["set global var"] [conn=838] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.444 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.459 +00:00] [INFO] [set.go:170] ["set global var"] [conn=839] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.463 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.478 +00:00] [INFO] [set.go:170] ["set global var"] [conn=840] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.482 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.496 +00:00] [INFO] [set.go:170] ["set global var"] [conn=841] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.500 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.514 +00:00] [INFO] [set.go:170] ["set global var"] [conn=842] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.518 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.533 +00:00] [INFO] [set.go:170] ["set global var"] [conn=843] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.537 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.552 +00:00] [INFO] [set.go:170] ["set global var"] [conn=844] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.556 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.570 +00:00] [INFO] [set.go:170] ["set global var"] [conn=845] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.575 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.590 +00:00] [INFO] [set.go:170] ["set global var"] [conn=846] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.594 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.610 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.624 +00:00] [INFO] [set.go:170] ["set global var"] [conn=848] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.628 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.647 +00:00] [INFO] [set.go:170] ["set global var"] [conn=849] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.651 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.665 +00:00] [INFO] [set.go:170] ["set global var"] [conn=850] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.670 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.684 +00:00] [INFO] [set.go:170] ["set global var"] [conn=851] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.689 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.702 +00:00] [INFO] [set.go:170] ["set global var"] [conn=852] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.706 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.720 +00:00] [INFO] [set.go:170] ["set global var"] [conn=853] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.724 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.738 +00:00] [INFO] [set.go:170] ["set global var"] [conn=854] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.742 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.756 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.773 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.788 +00:00] [INFO] [set.go:170] ["set global var"] [conn=857] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.792 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.806 +00:00] [INFO] [set.go:170] ["set global var"] [conn=858] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.809 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.825 +00:00] [INFO] [set.go:170] ["set global var"] [conn=859] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.828 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.843 +00:00] [INFO] [set.go:170] ["set global var"] [conn=860] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.847 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.862 +00:00] [INFO] [set.go:170] ["set global var"] [conn=861] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.868 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.882 +00:00] [INFO] [set.go:170] ["set global var"] [conn=862] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.886 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.901 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.916 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.930 +00:00] [INFO] [set.go:170] ["set global var"] [conn=865] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.933 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.946 +00:00] [INFO] [set.go:170] ["set global var"] [conn=866] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.950 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.964 +00:00] [INFO] [set.go:170] ["set global var"] [conn=867] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:14.967 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.982 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:14.996 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.011 +00:00] [INFO] [set.go:170] ["set global var"] [conn=870] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.015 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.030 +00:00] [INFO] [set.go:170] ["set global var"] [conn=871] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.034 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.049 +00:00] [INFO] [set.go:170] ["set global var"] [conn=872] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.054 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.070 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.085 +00:00] [INFO] [set.go:170] ["set global var"] [conn=874] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.089 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.104 +00:00] [INFO] [set.go:170] ["set global var"] [conn=875] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.108 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.122 +00:00] [INFO] [set.go:170] ["set global var"] [conn=876] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.126 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.142 +00:00] [INFO] [set.go:170] ["set global var"] [conn=877] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.147 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.162 +00:00] [INFO] [set.go:170] ["set global var"] [conn=878] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.165 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.180 +00:00] [INFO] [set.go:170] ["set global var"] [conn=879] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.185 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.201 +00:00] [INFO] [set.go:170] ["set global var"] [conn=880] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.205 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.220 +00:00] [INFO] [set.go:170] ["set global var"] [conn=881] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.223 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.237 +00:00] [INFO] [set.go:170] ["set global var"] [conn=882] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.241 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.256 +00:00] [INFO] [set.go:170] ["set global var"] [conn=883] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.259 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.273 +00:00] [INFO] [set.go:170] ["set global var"] [conn=884] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.278 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.293 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.309 +00:00] [INFO] [set.go:170] ["set global var"] [conn=886] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.313 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.328 +00:00] [INFO] [set.go:170] ["set global var"] [conn=887] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.332 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.346 +00:00] [INFO] [set.go:170] ["set global var"] [conn=888] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.349 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.365 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.381 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.396 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.411 +00:00] [INFO] [set.go:170] ["set global var"] [conn=892] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.416 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.433 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.448 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.464 +00:00] [INFO] [set.go:170] ["set global var"] [conn=895] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.468 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.484 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.498 +00:00] [INFO] [set.go:170] ["set global var"] [conn=897] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.502 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.518 +00:00] [INFO] [set.go:170] ["set global var"] [conn=898] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.524 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.539 +00:00] [INFO] [set.go:170] ["set global var"] [conn=899] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.543 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.558 +00:00] [INFO] [set.go:170] ["set global var"] [conn=900] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.564 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.580 +00:00] [INFO] [set.go:170] ["set global var"] [conn=901] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.585 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.601 +00:00] [INFO] [set.go:170] ["set global var"] [conn=902] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.606 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.622 +00:00] [INFO] [set.go:170] ["set global var"] [conn=903] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.626 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.641 +00:00] [INFO] [set.go:170] ["set global var"] [conn=904] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.644 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.660 +00:00] [INFO] [set.go:170] ["set global var"] [conn=905] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.664 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.679 +00:00] [INFO] [set.go:170] ["set global var"] [conn=906] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.683 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.696 +00:00] [INFO] [set.go:170] ["set global var"] [conn=907] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.700 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.715 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.729 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.743 +00:00] [INFO] [set.go:170] ["set global var"] [conn=910] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.747 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.762 +00:00] [INFO] [set.go:170] ["set global var"] [conn=911] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.767 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.781 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.796 +00:00] [INFO] [set.go:170] ["set global var"] [conn=913] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.800 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.816 +00:00] [INFO] [set.go:170] ["set global var"] [conn=914] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.820 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.835 +00:00] [INFO] [set.go:170] ["set global var"] [conn=915] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.839 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.854 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.870 +00:00] [INFO] [set.go:170] ["set global var"] [conn=917] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.874 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.888 +00:00] [INFO] [set.go:170] ["set global var"] [conn=918] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.892 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.907 +00:00] [INFO] [set.go:170] ["set global var"] [conn=919] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.911 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.927 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.941 +00:00] [INFO] [set.go:170] ["set global var"] [conn=921] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.945 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.961 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.976 +00:00] [INFO] [set.go:170] ["set global var"] [conn=923] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:15.981 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:15.995 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.011 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.026 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.041 +00:00] [INFO] [set.go:170] ["set global var"] [conn=927] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.045 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.059 +00:00] [INFO] [set.go:170] ["set global var"] [conn=928] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.064 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.078 +00:00] [INFO] [set.go:170] ["set global var"] [conn=929] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.082 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.096 +00:00] [INFO] [set.go:170] ["set global var"] [conn=930] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.100 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.114 +00:00] [INFO] [set.go:170] ["set global var"] [conn=931] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.118 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.134 +00:00] [INFO] [set.go:170] ["set global var"] [conn=932] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.138 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.154 +00:00] [INFO] [set.go:170] ["set global var"] [conn=933] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.157 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.172 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.187 +00:00] [INFO] [set.go:170] ["set global var"] [conn=935] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.191 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.206 +00:00] [INFO] [set.go:170] ["set global var"] [conn=936] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.210 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.224 +00:00] [INFO] [set.go:170] ["set global var"] [conn=937] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.229 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.244 +00:00] [INFO] [set.go:170] ["set global var"] [conn=938] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.247 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.264 +00:00] [INFO] [set.go:170] ["set global var"] [conn=939] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.268 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.282 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.298 +00:00] [INFO] [set.go:170] ["set global var"] [conn=941] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.304 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.323 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.339 +00:00] [INFO] [set.go:170] ["set global var"] [conn=943] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.351 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.366 +00:00] [INFO] [set.go:170] ["set global var"] [conn=944] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.371 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.387 +00:00] [INFO] [set.go:170] ["set global var"] [conn=945] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.393 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.409 +00:00] [INFO] [set.go:170] ["set global var"] [conn=946] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.413 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.428 +00:00] [INFO] [set.go:170] ["set global var"] [conn=947] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.434 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.449 +00:00] [INFO] [set.go:170] ["set global var"] [conn=948] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.454 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.470 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.484 +00:00] [INFO] [set.go:170] ["set global var"] [conn=950] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.489 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.504 +00:00] [INFO] [set.go:170] ["set global var"] [conn=951] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.510 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.525 +00:00] [INFO] [set.go:170] ["set global var"] [conn=952] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.530 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.546 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.562 +00:00] [INFO] [set.go:170] ["set global var"] [conn=954] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.567 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.584 +00:00] [INFO] [set.go:170] ["set global var"] [conn=955] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.590 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.606 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.621 +00:00] [INFO] [set.go:170] ["set global var"] [conn=957] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.628 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.648 +00:00] [INFO] [set.go:170] ["set global var"] [conn=958] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.654 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.670 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.688 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.703 +00:00] [INFO] [set.go:170] ["set global var"] [conn=961] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.709 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.726 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.742 +00:00] [INFO] [set.go:170] ["set global var"] [conn=963] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.747 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.762 +00:00] [INFO] [set.go:170] ["set global var"] [conn=964] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.768 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.783 +00:00] [INFO] [set.go:170] ["set global var"] [conn=965] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.788 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.803 +00:00] [INFO] [set.go:170] ["set global var"] [conn=966] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.808 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.825 +00:00] [INFO] [set.go:170] ["set global var"] [conn=967] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.830 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.845 +00:00] [INFO] [set.go:170] ["set global var"] [conn=968] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.850 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.866 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.882 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.897 +00:00] [INFO] [set.go:170] ["set global var"] [conn=971] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.901 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.917 +00:00] [INFO] [set.go:170] ["set global var"] [conn=972] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.922 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.938 +00:00] [INFO] [set.go:170] ["set global var"] [conn=973] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:16.943 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.959 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.976 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:16.991 +00:00] [INFO] [set.go:170] ["set global var"] [conn=976] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:17.001 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.019 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.037 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.054 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.072 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.090 +00:00] [INFO] [set.go:170] ["set global var"] [conn=981] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:17.097 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.118 +00:00] [INFO] [set.go:170] ["set global var"] [conn=982] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:17.124 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.140 +00:00] [INFO] [set.go:170] ["set global var"] [conn=983] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:17.145 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.160 +00:00] [INFO] [set.go:170] ["set global var"] [conn=984] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:17.166 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.180 +00:00] [INFO] [set.go:170] ["set global var"] [conn=985] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:17.188 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.205 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.220 +00:00] [INFO] [set.go:170] ["set global var"] [conn=987] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:17.228 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.245 +00:00] [INFO] [set.go:170] ["set global var"] [conn=988] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:17.250 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.266 +00:00] [INFO] [set.go:170] ["set global var"] [conn=989] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:17.272 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.287 +00:00] [INFO] [set.go:170] ["set global var"] [conn=990] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:17.292 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.307 +00:00] [INFO] [set.go:170] ["set global var"] [conn=991] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:17.313 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.329 +00:00] [INFO] [set.go:170] ["set global var"] [conn=992] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:17.335 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.352 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.368 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.383 +00:00] [INFO] [set.go:170] ["set global var"] [conn=995] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:17.388 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.405 +00:00] [INFO] [set.go:170] ["set global var"] [conn=996] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:17.416 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.431 +00:00] [INFO] [set.go:170] ["set global var"] [conn=997] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:17.436 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.450 +00:00] [INFO] [set.go:170] ["set global var"] [conn=998] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:17.455 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.472 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.490 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.506 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1001] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:17.512 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.528 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1002] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:17.534 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.551 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1003] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:17.557 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.574 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1004] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:17.580 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.596 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1005] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:17.601 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.622 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.640 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.655 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1008] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:17.662 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.678 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.700 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.716 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1011] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:17.723 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.739 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1012] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:17.746 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.763 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.779 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1014] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:17.785 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.800 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1015] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:17.806 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.822 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1016] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:17.828 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.844 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1017] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:17.849 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.866 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.888 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1019] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:17.894 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.911 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1020] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:17.916 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.931 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1021] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:17.936 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.954 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1022] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:17.959 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.974 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1023] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:17.980 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:17.996 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1024] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.002 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.017 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1025] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.022 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.038 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1026] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.044 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.061 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1027] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.068 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.084 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.110 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1029] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.116 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.132 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1030] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.138 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.153 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1031] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.160 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.175 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1032] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.180 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.195 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1033] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.201 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.217 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1034] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.222 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.238 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1035] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.242 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.258 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1036] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.263 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.279 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.294 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1038] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.300 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.318 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.336 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1040] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.342 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.356 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1041] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.361 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.376 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1042] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.382 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.396 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1043] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.401 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.416 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1044] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.422 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.437 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1045] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.442 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.457 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1046] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.462 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.477 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1047] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.482 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.496 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1048] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.501 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.516 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.530 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1050] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.535 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.552 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.567 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1052] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.572 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.587 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1053] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.591 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.606 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1054] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.610 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.624 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1055] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.628 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.644 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.658 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.673 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1058] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.677 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.693 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.707 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1060] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.713 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.728 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1061] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.734 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.749 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1062] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.753 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.768 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1063] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.773 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.788 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1064] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.793 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.808 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1065] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.812 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.827 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1066] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.830 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.846 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.861 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1068] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.865 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.880 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.894 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1070] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.898 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.914 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1071] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.918 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.933 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1072] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.937 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.951 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1073] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.954 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.969 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1074] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:18.973 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:18.987 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.001 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1076] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.006 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.015 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449567674601046016] [newTTL=40001] [isPipelinedTxn=false] [2024/05/06 03:03:19.021 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1077] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.025 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.040 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1078] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.044 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.061 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1079] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.064 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.079 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.094 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1081] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.098 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.112 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1082] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.116 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.131 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1083] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.135 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.150 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1084] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.154 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.168 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1085] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.172 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.186 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1086] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.192 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.207 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1087] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.210 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.225 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1088] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.230 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.244 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1089] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.249 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.265 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1090] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.270 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.285 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1091] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.290 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.304 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.319 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1093] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.324 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.340 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1094] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.355 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.370 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.385 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1096] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.389 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.404 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1097] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.408 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.424 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.440 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.455 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.471 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1101] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.476 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.490 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1102] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.495 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.510 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1103] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.515 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.530 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1104] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.535 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.550 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.565 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1106] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.569 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.583 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1107] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.588 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.603 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1108] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.607 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.622 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1109] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.627 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.642 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.657 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1111] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.660 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.677 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.693 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.708 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.722 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1115] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.727 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.742 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1116] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.745 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.759 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1117] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.762 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.776 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1118] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.781 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.795 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.809 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1120] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.813 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.829 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.844 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1122] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.848 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.865 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.880 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.894 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1125] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.899 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.914 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1126] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.918 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.933 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.948 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1128] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.952 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.967 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1129] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.972 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:19.987 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1130] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:19.992 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.006 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1131] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.011 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.026 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.041 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1133] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.045 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.060 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1134] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.064 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.079 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1135] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.084 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.100 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.116 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1137] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.120 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.135 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1138] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.140 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.154 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1139] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.160 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.175 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1140] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.179 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.194 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.209 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1142] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.214 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.229 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1143] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.234 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.249 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1144] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.253 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.268 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1145] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.272 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.287 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1146] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.291 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.304 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1147] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.308 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.323 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.339 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1149] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.343 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.358 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1150] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.361 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.376 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1151] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.381 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.397 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.412 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.427 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.442 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1155] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.446 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.463 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.480 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.496 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.512 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1159] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.515 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.530 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1160] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.535 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.550 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1161] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.554 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.570 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.584 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1163] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.588 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.604 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1164] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.607 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.623 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.659 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1166] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.664 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.680 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1167] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.685 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.701 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.715 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1169] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.719 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.734 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1170] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.738 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.754 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1171] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.758 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.774 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.788 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1173] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.792 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.806 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1174] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.809 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.826 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.840 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1176] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.844 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.858 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1177] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.862 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.876 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1178] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.880 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.894 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1179] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.898 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.914 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.928 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1181] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.933 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.948 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1182] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.952 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.967 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1183] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:20.972 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:20.987 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.002 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1185] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.005 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.020 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1186] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.024 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.044 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1187] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.047 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.062 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1188] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.066 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.081 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1189] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.086 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.100 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1190] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.103 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.118 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1191] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.123 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.138 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1192] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.143 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.158 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1193] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.162 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.176 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1194] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.180 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.194 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1195] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.197 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.211 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.227 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1197] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.232 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.248 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.263 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1199] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.267 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.282 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1200] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.288 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.302 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1201] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.306 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.322 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.339 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.354 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1204] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.360 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.376 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1205] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.382 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.399 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1206] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.404 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.420 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.436 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.452 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1209] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.456 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.472 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.487 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1211] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.498 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.513 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.528 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.542 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1214] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.548 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.562 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1215] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.572 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.590 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.606 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1217] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.611 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.627 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.643 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1219] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.648 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.663 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1220] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.667 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.682 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1221] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.687 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.703 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1222] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.708 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.725 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.742 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.757 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1225] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.762 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.778 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.794 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.809 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1228] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.813 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.827 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1229] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.831 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.847 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1230] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.852 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.867 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.882 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1232] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.888 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.902 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1233] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.907 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.923 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.938 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1235] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.944 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.961 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1236] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.966 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:21.981 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1237] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:21.985 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.000 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1238] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.005 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.020 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1239] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.024 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.040 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.054 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1241] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.059 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.074 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1242] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.078 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.093 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1243] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.096 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.110 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1244] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.114 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.129 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1245] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.134 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.148 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1246] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.152 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.168 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.187 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.202 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1249] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.208 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.224 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1250] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.230 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.245 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1251] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.248 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.265 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.281 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1253] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.285 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.301 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.317 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1255] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.321 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.337 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1256] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.341 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.357 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1257] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.362 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.377 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1258] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.384 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.399 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1259] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.404 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.420 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1260] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.425 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.442 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1261] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.447 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.463 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1262] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.471 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.487 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1263] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.493 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.512 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.527 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1265] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.534 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.551 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.569 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.586 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.601 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1269] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.608 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.623 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1270] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.630 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.646 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1271] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.651 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.668 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.687 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1273] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.692 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.708 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1274] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.714 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.730 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1275] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.737 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.759 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1276] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.764 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.780 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1277] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.785 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.801 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1278] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.806 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.824 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.841 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.858 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.874 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.890 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.905 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1284] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.912 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.929 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1285] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.934 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.951 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1286] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.956 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:22.974 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1287] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:22.980 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.000 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.015 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1289] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.020 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.034 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1290] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.040 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.055 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1291] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.060 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.079 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1292] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.087 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.104 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.123 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1294] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.128 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.145 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1295] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.150 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.166 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1296] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.171 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.186 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.204 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.220 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1299] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.225 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.240 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1300] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.246 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.262 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1301] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.268 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.284 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1302] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.290 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.306 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1303] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.312 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.329 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1304] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.336 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.352 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1305] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.358 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.374 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1306] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.379 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.395 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1307] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.399 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.420 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1308] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.426 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.444 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.461 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1310] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.466 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.482 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1311] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.488 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.503 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1312] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.508 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.524 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1313] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.529 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.548 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.562 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1315] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.568 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.584 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.600 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1317] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.606 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.622 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1318] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.628 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.643 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1319] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.648 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.664 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.680 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1321] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.685 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.700 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1322] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.709 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.725 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1323] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.730 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.746 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.762 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1325] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.768 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.785 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.799 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1327] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.804 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.825 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.841 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1329] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.846 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.862 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1330] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.866 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.884 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.902 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1332] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.908 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.925 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.944 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1334] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.948 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.964 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1335] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:23.970 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:23.988 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.004 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1337] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:24.010 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.026 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.041 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1339] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:24.047 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.062 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1340] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:24.068 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.083 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1341] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:24.088 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.106 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.121 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1343] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:24.125 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.142 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.158 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1345] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:24.164 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.180 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.196 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1347] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:24.202 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.217 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1348] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:24.222 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.237 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1349] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:24.242 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.258 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.274 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1351] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:24.278 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.293 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1352] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:24.298 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.314 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1353] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:24.320 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.337 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1354] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:24.343 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.359 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1355] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:24.365 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.382 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1356] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:24.388 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.404 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1357] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:24.410 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.428 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1358] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:24.434 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.448 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1359] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:24.453 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.468 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1360] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:24.473 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.488 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.504 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.519 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1363] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:24.524 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.540 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.555 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1365] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:24.559 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.575 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.591 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.606 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1368] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:24.609 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.624 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1369] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:24.628 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.643 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.659 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.674 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.689 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1373] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:24.698 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.712 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.727 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1375] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:24.731 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.746 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.761 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.776 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1378] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:24.780 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.794 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1379] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:24.799 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.815 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.830 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1381] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:24.835 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.850 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1382] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:24.855 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.870 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1383] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:24.874 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.889 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1384] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:24.893 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.908 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1385] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:24.911 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.927 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1386] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:24.932 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.946 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1387] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:24.951 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.967 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.982 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:24.997 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1390] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.001 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.017 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.032 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.046 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1393] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.052 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.067 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1394] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.072 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.086 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1395] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.091 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.106 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1396] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.110 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.125 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1397] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.129 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.144 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1398] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.150 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.166 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.182 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1400] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.186 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.201 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1401] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.206 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.220 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1402] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.224 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.239 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1403] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.244 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.258 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1404] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.263 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.278 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.292 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1406] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.296 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.312 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1407] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.316 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.330 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1408] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.335 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.349 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1409] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.352 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.368 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.382 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1411] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.388 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.402 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1412] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.406 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.421 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1413] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.424 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.439 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1414] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.444 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.459 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.476 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.491 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.506 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1418] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.512 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.527 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1419] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.532 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.548 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1420] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.553 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.570 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.585 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1422] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.590 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.606 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1423] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.610 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.627 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.643 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1425] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.646 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.659 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1426] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.662 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.680 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.694 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1428] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.700 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.716 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1429] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.720 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.735 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1430] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.740 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.756 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1431] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.760 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.775 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1432] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.780 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.795 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1433] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.800 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.818 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.834 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1435] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.838 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.854 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1436] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.858 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.873 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1437] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.878 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.894 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.909 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.925 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1440] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.928 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.943 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1441] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.946 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.960 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1442] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.964 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:25.979 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1443] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:25.984 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.000 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.015 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.030 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1446] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.034 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.049 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1447] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.053 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.068 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1448] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.072 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.088 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1449] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.092 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.107 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1450] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.112 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.127 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1451] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.131 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.145 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1452] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.150 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.166 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.180 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1454] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.184 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.199 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1455] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.204 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.220 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1456] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.224 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.240 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.254 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1458] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.260 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.275 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1459] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.279 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.295 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.310 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1461] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.315 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.330 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1462] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.336 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.351 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1463] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.355 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.371 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.388 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.403 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1466] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.408 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.422 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1467] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.428 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.443 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1468] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.448 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.463 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1469] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.468 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.483 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1470] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.488 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.504 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.519 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1472] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.524 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.539 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1473] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.545 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.560 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1474] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.565 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.581 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1475] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.586 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.602 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.616 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1477] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.622 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.638 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.652 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1479] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.656 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.671 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1480] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.676 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.690 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1481] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.694 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.709 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1482] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.715 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.730 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1483] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.735 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.750 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.768 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.784 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1486] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.792 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.810 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.827 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1488] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.832 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.847 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1489] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.852 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.868 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1490] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.873 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.888 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1491] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.893 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.908 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1492] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.913 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.929 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1493] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.934 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.948 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.964 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.979 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1496] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:26.984 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:26.999 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.014 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1498] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:27.018 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.032 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.046 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.061 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1501] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:27.066 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.082 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.096 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.112 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1504] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:27.116 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.131 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1505] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:27.134 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.151 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1506] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:27.158 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.173 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1507] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:27.177 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.192 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.208 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1509] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:27.212 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.226 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.240 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1511] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:27.245 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.261 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.276 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1513] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:27.280 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.294 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1514] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:27.298 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.313 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.330 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1516] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:27.336 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.352 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1517] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:27.360 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.376 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1518] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:27.382 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.397 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1519] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:27.403 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.419 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1520] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:27.426 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.442 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.460 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1522] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:27.466 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.483 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1523] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:27.490 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.506 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1524] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:27.514 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.533 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1525] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:27.538 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.556 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.574 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.590 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.605 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1529] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:27.610 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.626 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.642 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.657 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1532] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:27.663 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.679 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1533] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:27.684 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.699 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1534] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:27.704 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.720 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1535] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:27.726 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.749 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1536] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:27.754 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.771 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1537] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:27.776 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.793 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1538] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:27.800 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.816 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1539] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:27.820 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.840 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1540] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:27.845 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.863 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1541] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:27.870 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.890 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1542] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:27.901 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.919 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1543] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:27.926 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.946 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1544] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:27.954 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.972 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1545] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:27.980 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:27.997 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1546] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.006 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.023 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1547] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.033 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.051 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1548] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.060 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.075 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1549] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.080 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.096 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1550] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.101 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.117 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1551] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.122 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.138 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.154 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1553] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.160 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.175 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1554] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.180 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.196 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1555] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.202 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.224 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1556] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.230 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.250 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1557] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.258 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.274 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.292 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1559] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.299 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.316 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1560] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.321 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.340 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1561] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.344 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.360 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.376 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.394 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.410 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.428 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.445 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1567] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.449 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.463 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1568] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.469 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.484 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1569] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.490 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.509 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1570] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.514 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.530 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1571] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.534 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.552 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.572 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.588 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1574] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.592 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.610 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1575] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.614 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.630 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1576] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.636 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.651 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1577] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.656 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.672 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1578] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.678 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.694 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.709 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1580] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.716 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.732 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.748 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1582] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.754 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.771 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.786 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.802 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1585] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.807 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.823 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1586] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.830 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.845 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1587] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.850 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.866 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1588] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.874 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.888 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1589] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.896 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.912 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1590] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.916 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.932 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1591] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.938 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.954 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1592] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.960 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.977 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:28.994 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1594] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:28.998 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.014 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1595] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.015 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449567674601046016] [newTTL=50001] [isPipelinedTxn=false] [2024/05/06 03:03:29.020 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.036 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1596] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.042 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.056 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1597] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.062 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.077 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1598] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.081 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.098 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.114 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1600] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.120 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.138 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1601] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.143 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.159 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1602] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.164 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.180 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1603] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.186 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.202 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1604] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.207 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.223 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1605] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.227 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.243 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1606] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.248 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.264 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1607] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.269 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.285 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1608] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.290 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.304 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1609] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.310 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.326 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1610] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.332 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.348 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.364 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.381 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1613] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.386 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.403 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.419 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.436 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1616] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.440 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.456 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.472 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1618] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.477 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.492 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.506 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1620] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.510 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.525 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.540 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1622] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.545 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.560 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1623] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.564 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.578 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1624] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.582 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.597 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1625] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.600 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.616 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.631 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1627] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.637 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.651 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1628] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.656 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.670 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1629] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.675 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.691 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.708 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.724 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.740 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1633] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.745 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.761 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1634] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.766 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.782 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1635] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.788 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.803 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1636] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.807 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.822 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1637] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.826 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.842 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.857 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1639] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.862 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.878 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.893 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1641] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.897 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.912 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1642] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.916 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.930 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1643] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.934 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.948 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1644] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.954 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.968 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1645] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:29.972 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:29.988 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.005 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1647] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.010 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.026 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1648] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.033 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.048 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1649] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.052 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.068 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1650] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.074 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.088 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1651] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.093 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.110 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.126 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1653] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.132 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.146 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1654] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.152 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.166 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1655] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.170 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.186 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1656] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.192 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.206 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1657] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.212 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.227 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.242 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.256 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1660] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.261 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.276 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1661] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.282 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.296 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1662] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.301 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.317 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.332 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.347 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1665] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.352 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.368 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.384 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.399 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1668] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.402 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.418 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1669] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.424 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.439 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1670] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.443 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.458 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.475 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1672] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.482 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.496 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1673] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.499 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.514 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1674] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.518 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.532 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1675] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.535 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.550 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.565 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.580 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.594 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1679] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.598 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.612 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1680] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.616 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.630 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1681] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.634 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.649 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.664 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.680 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1684] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.684 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.698 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.711 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1686] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.715 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.730 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.744 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1688] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.747 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.762 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1689] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.766 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.780 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1690] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.784 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.798 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1691] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.801 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.815 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1692] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.820 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.834 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1693] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.838 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.852 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1694] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.857 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.870 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1695] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.874 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.888 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1696] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.892 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.906 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.920 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.934 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1699] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.937 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.950 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1700] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.954 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.970 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:30.984 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1702] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:30.988 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.002 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1703] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.007 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.021 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1704] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.026 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.040 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.054 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1706] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.057 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.072 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1707] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.078 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.092 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.106 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1709] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.110 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.125 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.140 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.154 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1712] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.158 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.172 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1713] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.175 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.189 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.204 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1715] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.208 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.223 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.237 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.252 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.267 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.282 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.296 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1721] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.300 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.314 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1722] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.320 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.334 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1723] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.338 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.354 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1724] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.356 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.371 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.384 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1726] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.389 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.404 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1727] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.408 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.422 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1728] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.427 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.442 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1729] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.447 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.461 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1730] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.465 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.481 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1731] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.485 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.500 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1732] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.504 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.519 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1733] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.523 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.538 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1734] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.542 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.558 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1735] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.562 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.576 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1736] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.581 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.597 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.612 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1738] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.616 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.630 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.646 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1740] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.649 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.664 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1741] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.668 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.684 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1742] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.687 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.702 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1743] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.704 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.718 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1744] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.722 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.737 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.750 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1746] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.754 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.769 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.784 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1748] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.788 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.802 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1749] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.806 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.822 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.837 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1751] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.841 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.855 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1752] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.859 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.875 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.891 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1754] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.895 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.910 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1755] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.914 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.928 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1756] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.932 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.946 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1757] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.948 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.963 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1758] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.966 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.980 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1759] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:31.984 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:31.998 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1760] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:32.002 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.016 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1761] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:32.019 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.034 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.049 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1763] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:32.052 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.066 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1764] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:32.071 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.086 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1765] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:32.090 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.104 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1766] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:32.110 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.124 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1767] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:32.128 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.143 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.158 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1769] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:32.164 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.179 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1770] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:32.184 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.198 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1771] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:32.204 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.220 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.237 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.252 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1774] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:32.257 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.272 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1775] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:32.276 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.290 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1776] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:32.294 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.310 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1777] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:32.314 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.330 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.345 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.362 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.378 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.393 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1782] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:32.397 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.412 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.426 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.440 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1785] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:32.444 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.460 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1786] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:32.465 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.480 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1787] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:32.486 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.502 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.517 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.534 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1790] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:32.538 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.552 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1791] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:32.557 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.573 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1792] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:32.578 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.592 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1793] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:32.598 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.613 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.628 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1795] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:32.632 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.648 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.662 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.677 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.694 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1799] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:32.698 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.714 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.729 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1801] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:32.734 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.748 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1802] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:32.752 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.768 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1803] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:32.772 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.787 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1804] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:32.790 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.804 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1805] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:32.809 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.824 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.840 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.854 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1808] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:32.858 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.874 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.889 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1810] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:32.893 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.909 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1811] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:32.913 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.929 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.943 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.958 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1814] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:32.964 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.979 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:32.995 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1816] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:33.000 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.015 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1817] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:33.020 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.036 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.055 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1819] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:33.062 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.078 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1820] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:33.081 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.096 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1821] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:33.101 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.116 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.130 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1823] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:33.134 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.149 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.163 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1825] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:33.168 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.182 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1826] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:33.185 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.200 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1827] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:33.206 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.221 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.236 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1829] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:33.239 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.254 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.268 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1831] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:33.274 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.287 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1832] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:33.292 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.308 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.322 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1834] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:33.326 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.342 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.358 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1836] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:33.362 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.376 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.391 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1838] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:33.396 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.412 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.429 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1840] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:33.434 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.450 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1841] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:33.457 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.476 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.491 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.513 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.536 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1845] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:33.542 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.560 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.576 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.596 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1848] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:33.602 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.620 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.636 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1850] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:33.640 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.656 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1851] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:33.662 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.679 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1852] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:33.684 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.699 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1853] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:33.704 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.722 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1854] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:33.728 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.743 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1855] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:33.747 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.763 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1856] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:33.768 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.784 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1857] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:33.792 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.809 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1858] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:33.816 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.832 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.848 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1860] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:33.854 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.871 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1861] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:33.876 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.896 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1862] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:33.902 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.928 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.954 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1864] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:33.960 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.977 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1865] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:33.982 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:33.998 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1866] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:34.003 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.020 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.038 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.058 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1869] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:34.064 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.083 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1870] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:34.089 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.107 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1871] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:34.114 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.132 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.149 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1873] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:34.156 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.175 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1874] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:34.183 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.199 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1875] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:34.208 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.226 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1876] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:34.234 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.252 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1877] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:34.258 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.278 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1878] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:34.286 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.304 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1879] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:34.314 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.332 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1880] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:34.338 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.358 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1881] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:34.366 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.382 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.399 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1883] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:34.406 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.424 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1884] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:34.432 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.450 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1885] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:34.457 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.478 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.493 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1887] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:34.501 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.518 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1888] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:34.525 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.542 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1889] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:34.548 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.565 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1890] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:34.573 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.592 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1891] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:34.596 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.615 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1892] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:34.622 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.638 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.654 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.670 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.686 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1896] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:34.693 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.710 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1897] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:34.718 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.734 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1898] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:34.738 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.756 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1899] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:34.760 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.776 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.793 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1901] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:34.798 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.814 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1902] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:34.822 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.839 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.855 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1904] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:34.862 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.878 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1905] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:34.884 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.901 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.918 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1907] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:34.924 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.940 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.954 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1909] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:34.961 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.976 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1910] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:34.982 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:34.998 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1911] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.004 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.024 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1912] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.030 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.046 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1913] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.052 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.069 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.088 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1915] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.096 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.116 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.133 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1917] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.138 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.156 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.172 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1919] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.178 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.194 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1920] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.200 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.216 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1921] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.222 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.237 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1922] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.242 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.257 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1923] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.262 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.277 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1924] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.282 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.296 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1925] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.302 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.318 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1926] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.323 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.338 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1927] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.344 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.361 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.378 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.394 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1930] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.398 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.414 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1931] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.420 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.436 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1932] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.442 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.458 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1933] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.466 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.482 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.496 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1935] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.501 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.516 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1936] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.522 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.538 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.554 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1938] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.560 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.582 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1939] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.587 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.603 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1940] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.608 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.624 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.639 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1942] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.644 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.659 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1943] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.664 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.679 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1944] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.683 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.696 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1945] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.701 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.716 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1946] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.720 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.737 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1947] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.741 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.756 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1948] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.762 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.777 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1949] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.781 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.795 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1950] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.800 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.814 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1951] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.819 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.835 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.850 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1953] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.855 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.870 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1954] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.876 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.892 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.906 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1956] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.911 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.927 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1957] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.931 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.946 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.960 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1959] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:35.965 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.982 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:35.996 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1961] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.001 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.016 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1962] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.020 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.034 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1963] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.038 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.052 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1964] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.058 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.071 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1965] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.075 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.092 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1966] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.096 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.110 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.126 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1968] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.130 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.145 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1969] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.148 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.164 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.178 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1971] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.183 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.198 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.214 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1973] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.218 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.232 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1974] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.236 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.250 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1975] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.254 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.269 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1976] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.272 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.287 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1977] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.291 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.306 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1978] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.310 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.326 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.340 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1980] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.344 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.358 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.373 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1982] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.377 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.394 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1983] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.398 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.412 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1984] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.417 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.430 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1985] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.434 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.448 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1986] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.452 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.466 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1987] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.470 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.484 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.498 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1989] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.503 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.518 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1990] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.522 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.536 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1991] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.539 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.555 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.570 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1993] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.576 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.592 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1994] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.597 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.612 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1995] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.616 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.630 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1996] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.635 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.650 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.666 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1998] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.670 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.684 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1999] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.689 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.702 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2000] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.706 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.721 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2001] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.725 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.740 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2002] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.745 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.760 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2003] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.766 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.780 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2004] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.784 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.800 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.815 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2006] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.819 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.834 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2007] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.838 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.852 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2008] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.858 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.872 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2009] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.876 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.891 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2010] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.896 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.910 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2011] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.914 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.928 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2012] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.932 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.946 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2013] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.950 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.964 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2014] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:36.967 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.982 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:36.996 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2016] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.000 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.015 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.029 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2018] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.034 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.048 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2019] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.052 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.066 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2020] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.071 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.085 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2021] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.089 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.104 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2022] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.108 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.122 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2023] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.126 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.142 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2024] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.146 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.160 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2025] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.164 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.179 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2026] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.183 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.198 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.216 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.230 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2029] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.234 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.249 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2030] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.252 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.268 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.282 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2032] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.286 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.300 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.314 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2034] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.319 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.334 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2035] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.338 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.352 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2036] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.357 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.372 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2037] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.376 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.392 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2038] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.396 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.410 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2039] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.414 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.428 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2040] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.432 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.448 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2041] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.452 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.468 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2042] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.472 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.488 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.502 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2044] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.506 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.522 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2045] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.526 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.541 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2046] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.548 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.565 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2047] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.570 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.585 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2048] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.590 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.604 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2049] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.608 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.624 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.639 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2051] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.643 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.658 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2052] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.664 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.680 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.696 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.714 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.729 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2056] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.734 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.748 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.772 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2058] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.778 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.794 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.810 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2060] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.816 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.832 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.848 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.866 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2063] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.873 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.888 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2064] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.894 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.911 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.927 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2066] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.933 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.947 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2067] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.952 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.969 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:37.986 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2069] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:37.992 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.007 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.024 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.040 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.058 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2073] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:38.064 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.080 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2074] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:38.084 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.102 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2075] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:38.108 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.124 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.144 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2077] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:38.150 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.166 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2078] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:38.173 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.190 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2079] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:38.194 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.209 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2080] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:38.214 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.231 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2081] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:38.240 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.257 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2082] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:38.262 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.279 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2083] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:38.284 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.300 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.318 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.334 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.351 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2087] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:38.358 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.376 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2088] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:38.382 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.398 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2089] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:38.404 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.419 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2090] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:38.426 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.444 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2091] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:38.448 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.466 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.481 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2093] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:38.486 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.503 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2094] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:38.508 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.523 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2095] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:38.528 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.544 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2096] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:38.549 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.566 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.582 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2098] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:38.587 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.604 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.627 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2100] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:38.634 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.651 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2101] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:38.656 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.672 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2102] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:38.678 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.694 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.710 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2104] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:38.716 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.736 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.752 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.770 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.786 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2108] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:38.792 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.806 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2109] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:38.812 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.828 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2110] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:38.834 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.854 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.868 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2112] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:38.874 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.890 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.907 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.923 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2115] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:38.928 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.944 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.960 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2117] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:38.968 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:38.984 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.000 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2119] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:39.008 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.016 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449567674601046016] [newTTL=60002] [isPipelinedTxn=false] [2024/05/06 03:03:39.025 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.044 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2121] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:39.050 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.066 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2122] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:39.073 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.089 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2123] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:39.096 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.118 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.141 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.158 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2126] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:39.166 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.184 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2127] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:39.192 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.208 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2128] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:39.214 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.231 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2129] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:39.236 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.253 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2130] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:39.258 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.274 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2131] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:39.282 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.298 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2132] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:39.306 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.323 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2133] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:39.330 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.345 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2134] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:39.352 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.372 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.388 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.406 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2137] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:39.412 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.430 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2138] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:39.438 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.459 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2139] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:39.468 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.483 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2140] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:39.489 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.506 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.524 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.548 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2143] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:39.556 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.580 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2144] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:39.586 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.604 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2145] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:39.611 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.632 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.650 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.666 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.681 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2149] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:39.688 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.703 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2150] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:39.709 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.725 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2151] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:39.732 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.747 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2152] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:39.754 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.769 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2153] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:39.776 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.790 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2154] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:39.796 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.813 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2155] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:39.818 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.834 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2156] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:39.838 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.856 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.873 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2158] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:39.878 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.898 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.913 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2160] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:39.918 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.946 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2161] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:39.952 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.970 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2162] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:39.976 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:39.992 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2163] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:39.998 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.013 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2164] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:40.020 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.034 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2165] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:40.040 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.056 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.073 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.090 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2168] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:40.094 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.110 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2169] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:40.115 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.132 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2170] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:40.136 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.151 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2171] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:40.158 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.174 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.194 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2173] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:40.200 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.220 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2174] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:40.226 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.244 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2175] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:40.248 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.264 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.279 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.294 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2178] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:40.300 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.318 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2179] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:40.323 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.339 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.356 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.373 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2182] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:40.380 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.400 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2183] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:40.406 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.422 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2184] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:40.430 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.446 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.462 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.477 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2187] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:40.482 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.496 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.512 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.527 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2190] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:40.531 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.547 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2191] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:40.552 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.567 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2192] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:40.572 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.588 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2193] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:40.594 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.610 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.624 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2195] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:40.630 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.647 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.662 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2197] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:40.666 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.680 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2198] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:40.684 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.699 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.714 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2200] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:40.720 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.735 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2201] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:40.739 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.753 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2202] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:40.757 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.774 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.788 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2204] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:40.792 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.806 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.820 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2206] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:40.825 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.841 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2207] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:40.844 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.860 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2208] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:40.864 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.878 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2209] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:40.883 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.898 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.913 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2211] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:40.917 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.932 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2212] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:40.938 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.954 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.969 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2214] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:40.974 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:40.990 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2215] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:40.996 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.010 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2216] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:41.016 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.031 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2217] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:41.036 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.050 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.066 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.081 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.096 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.110 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.124 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2223] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:41.128 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.144 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.160 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.176 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.192 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.208 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.223 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2229] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:41.228 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.242 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2230] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:41.246 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.264 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2231] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:41.270 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.284 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2232] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:41.290 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.305 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.320 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2234] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:41.326 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.341 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2235] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:41.345 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.360 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2236] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:41.366 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.382 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2237] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:41.388 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.404 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.419 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2239] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:41.424 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.440 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2240] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:41.446 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.462 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.478 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2242] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:41.482 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.496 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2243] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:41.502 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.518 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.533 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2245] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:41.538 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.558 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2246] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:41.563 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.578 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2247] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:41.582 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.597 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.612 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2249] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:41.617 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.632 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.646 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2251] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:41.652 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.668 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2252] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:41.672 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.688 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2253] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:41.692 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.706 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2254] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:41.710 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.726 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2255] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:41.730 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.744 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2256] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:41.748 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.763 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2257] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:41.768 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.784 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.799 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2259] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:41.804 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.819 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2260] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:41.826 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.843 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2261] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:41.848 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.863 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.880 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.894 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.908 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2265] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:41.912 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.928 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.943 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2267] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:41.948 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.963 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2268] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:41.968 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:41.984 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2269] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:41.989 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.005 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2270] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.010 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.027 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2271] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.032 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.046 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2272] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.050 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.065 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2273] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.070 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.086 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.100 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2275] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.106 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.120 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2276] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.126 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.142 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2277] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.146 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.162 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2278] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.166 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.182 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.196 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2280] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.200 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.215 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.230 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2282] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.235 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.251 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.267 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2284] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.271 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.287 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2285] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.292 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.306 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.322 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2287] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.326 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.342 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.358 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.372 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2290] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.376 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.392 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2291] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.396 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.410 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2292] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.415 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.430 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2293] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.435 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.448 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2294] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.452 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.468 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2295] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.474 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.490 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2296] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.495 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.511 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2297] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.516 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.531 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2298] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.536 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.551 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.566 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.582 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.596 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2302] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.599 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.619 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2303] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.623 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.638 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.652 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2305] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.656 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.670 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2306] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.674 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.688 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2307] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.692 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.706 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2308] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.710 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.727 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2309] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.732 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.747 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.763 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.780 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2312] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.784 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.798 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2313] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.803 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.818 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2314] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.822 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.838 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.852 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2316] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.856 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.870 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2317] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.875 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.892 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2318] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.896 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.911 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.927 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2320] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.931 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.945 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2321] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:42.948 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.963 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.980 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:42.999 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2324] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.002 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.018 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2325] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.022 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.037 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.052 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.068 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.082 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2329] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.086 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.100 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2330] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.104 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.119 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2331] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.123 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.138 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2332] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.142 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.157 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.170 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2334] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.173 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.187 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2335] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.190 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.204 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2336] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.207 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.220 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2337] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.223 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.236 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2338] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.240 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.254 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.268 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2340] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.271 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.284 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2341] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.288 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.302 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2342] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.305 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.320 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.335 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2344] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.339 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.354 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2345] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.358 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.373 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.387 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2347] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.391 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.406 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.420 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2349] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.424 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.438 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2350] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.441 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.454 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2351] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.458 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.472 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2352] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.475 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.490 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.504 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.518 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.533 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.547 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2357] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.550 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.565 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.578 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2359] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.582 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.595 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2360] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.598 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.613 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2361] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.616 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.630 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2362] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.634 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.648 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2363] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.651 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.664 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.678 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2365] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.681 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.694 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.708 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2367] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.711 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.725 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2368] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.728 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.742 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2369] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.745 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.759 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2370] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.762 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.776 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2371] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.780 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.793 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.807 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2373] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.810 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.824 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2374] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.828 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.842 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2375] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.845 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.860 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.875 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2377] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.878 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.892 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2378] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.894 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.908 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2379] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.911 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.925 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2380] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.928 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.942 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2381] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.946 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.959 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2382] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.962 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.976 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2383] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.979 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:43.992 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2384] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:43.995 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.009 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2385] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:44.013 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.027 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.042 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.056 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2388] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:44.059 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.073 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2389] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:44.076 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.090 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2390] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:44.093 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.106 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2391] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:44.109 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.123 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2392] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:44.126 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.141 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.156 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2394] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:44.159 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.174 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.188 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2396] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:44.192 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.206 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.220 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2398] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:44.224 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.240 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.254 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2400] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:44.260 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.275 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2401] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:44.279 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.294 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.308 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2403] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:44.312 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.330 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.345 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2405] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:44.350 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.367 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2406] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:44.372 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.390 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.405 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.422 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2409] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:44.428 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.444 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2410] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:44.448 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.466 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.480 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2412] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:44.486 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.503 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2413] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:44.508 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.524 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2414] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:44.530 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.546 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.566 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2416] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:44.572 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.590 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2417] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:44.595 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.614 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2418] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:44.622 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.640 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2419] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:44.650 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.667 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2420] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:44.674 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.694 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2421] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:44.703 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.720 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.739 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2423] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:44.748 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.765 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2424] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:44.778 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.798 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.821 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2426] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:44.828 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.855 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2427] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:44.863 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.883 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2428] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:44.890 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.907 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2429] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:44.916 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.940 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2430] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:44.944 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.960 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2431] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:44.970 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:44.990 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2432] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:44.998 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.016 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.036 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2434] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:45.044 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.062 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.087 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2436] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:45.096 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.112 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.134 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2438] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:45.138 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.160 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.180 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2440] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:45.185 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.201 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2441] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:45.208 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.225 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2442] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:45.231 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.247 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2443] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:45.256 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.273 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2444] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:45.281 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.298 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2445] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:45.302 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.320 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2446] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:45.326 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.343 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.360 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2448] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:45.368 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.385 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2449] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:45.396 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.415 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2450] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:45.423 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.439 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2451] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:45.449 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.466 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.482 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.500 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.521 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2455] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:45.531 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.548 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2456] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:45.555 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.576 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.594 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.614 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2459] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:45.623 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.643 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2460] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:45.649 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.668 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.686 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.705 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2463] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:45.716 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.734 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2464] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:45.742 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.760 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2465] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:45.768 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.794 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2466] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:45.801 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.821 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2467] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:45.831 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.857 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2468] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:45.865 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.884 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2469] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:45.895 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.914 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2470] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:45.924 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.944 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.959 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2472] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:45.966 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:45.982 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2473] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:45.989 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.006 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2474] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.016 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.034 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.052 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.073 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2477] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.080 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.095 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2478] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.102 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.117 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2479] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.124 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.139 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2480] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.146 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.163 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.179 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2482] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.186 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.204 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.221 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2484] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.228 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.244 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2485] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.248 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.265 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2486] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.272 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.288 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2487] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.292 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.308 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2488] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.314 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.334 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.351 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2490] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.360 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.377 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.393 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2492] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.402 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.419 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2493] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.426 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.444 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2494] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.450 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.468 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2495] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.477 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.493 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2496] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.500 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.518 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2497] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.527 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.542 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.559 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2499] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.566 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.582 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.598 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.614 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2502] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.622 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.639 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2503] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.657 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.676 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2504] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.680 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.696 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2505] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.700 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.716 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2506] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.722 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.739 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2507] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.742 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.758 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2508] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.762 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.778 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2509] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.784 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.799 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2510] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.804 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.821 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2511] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.826 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.842 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.856 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2513] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.862 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.878 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2514] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.884 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.898 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2515] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.903 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.918 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2516] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.924 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.940 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2517] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.944 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.958 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2518] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.964 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:46.979 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2519] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:46.986 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.002 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.018 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.032 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2522] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.038 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.054 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.070 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2524] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.074 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.090 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.106 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.120 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2527] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.124 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.142 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.157 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2529] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.164 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.180 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2530] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.186 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.200 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2531] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.204 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.221 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.238 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2533] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.243 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.258 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2534] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.262 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.278 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2535] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.284 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.298 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2536] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.302 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.319 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2537] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.324 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.339 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2538] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.343 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.358 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2539] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.364 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.380 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.398 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.412 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2542] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.418 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.432 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2543] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.436 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.452 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2544] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.456 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.471 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2545] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.476 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.494 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2546] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.500 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.516 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2547] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.520 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.534 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2548] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.540 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.554 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2549] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.559 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.574 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2550] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.578 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.592 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2551] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.596 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.611 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2552] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.616 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.630 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2553] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.636 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.650 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.664 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2555] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.670 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.684 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2556] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.690 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.706 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.721 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.736 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2559] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.739 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.753 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2560] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.756 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.770 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2561] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.774 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.788 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2562] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.792 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.808 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2563] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.812 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.826 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2564] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.829 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.844 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.858 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2566] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.864 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.879 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.896 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2568] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.900 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.914 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2569] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.918 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.933 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.947 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2571] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.950 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.965 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.980 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2573] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:47.984 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:47.998 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2574] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.002 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.018 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2575] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.024 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.038 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2576] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.042 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.058 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2577] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.064 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.078 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2578] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.082 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.100 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.126 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.144 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2581] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.148 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.163 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.180 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2583] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.187 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.206 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2584] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.216 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.231 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2585] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.237 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.250 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2586] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.254 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.272 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2587] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.276 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.291 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2588] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.294 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.310 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.324 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2590] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.330 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.346 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2591] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.351 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.368 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.384 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2593] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.389 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.404 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2594] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.407 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.424 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.440 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.455 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2597] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.460 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.474 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.490 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.504 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2600] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.508 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.522 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2601] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.526 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.541 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2602] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.546 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.560 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2603] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.565 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.581 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2604] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.587 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.604 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2605] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.608 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.622 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2606] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.627 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.644 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2607] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.648 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.664 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2608] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.668 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.685 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2609] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.692 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.707 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2610] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.713 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.730 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.746 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2612] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.751 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.767 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2613] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.774 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.790 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2614] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.794 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.810 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.827 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.843 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2617] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.848 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.864 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2618] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.868 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.884 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2619] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.895 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.918 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.931 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2621] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.935 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.950 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2622] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.954 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.968 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2623] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.973 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:48.988 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2624] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:48.994 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.009 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2625] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:49.012 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.016 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449567674601046016] [newTTL=70002] [isPipelinedTxn=false] [2024/05/06 03:03:49.028 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2626] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:49.034 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.049 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2627] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:49.054 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.069 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2628] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:49.073 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.088 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2629] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:49.092 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.106 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2630] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:49.110 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.125 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2631] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:49.130 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.146 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.160 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2633] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:49.166 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.181 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2634] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:49.186 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.202 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.218 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.234 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.250 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.266 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.281 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.296 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.314 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.330 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.346 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.362 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.377 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.392 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2647] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:49.396 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.410 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2648] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:49.414 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.430 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2649] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:49.434 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.450 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2650] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:49.456 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.472 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2651] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:49.476 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.492 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2652] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:49.496 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.510 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2653] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:49.516 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.532 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.546 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2655] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:49.552 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.566 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2656] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:49.573 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.588 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2657] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:49.593 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.610 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.626 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.642 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2660] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:49.648 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.664 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.680 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.695 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2663] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:49.701 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.717 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2664] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:49.722 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.736 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2665] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:49.742 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.758 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.776 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.794 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.810 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.825 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2670] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:49.832 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.847 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2671] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:49.852 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.867 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2672] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:49.874 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.894 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2673] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:49.898 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.914 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2674] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:49.918 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.932 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2675] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:49.938 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.954 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.971 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2677] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:49.979 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:49.994 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.013 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.030 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.048 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2681] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:50.055 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.073 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2682] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:50.081 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.095 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2683] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:50.105 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.123 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2684] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:50.132 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.157 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2685] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:50.167 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.190 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2686] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:50.198 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.218 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2687] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:50.224 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.242 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.260 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2689] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:50.268 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.285 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.309 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2691] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:50.316 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.340 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2692] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:50.348 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.367 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2693] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:50.375 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.405 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2694] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:50.415 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.434 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.453 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2696] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:50.462 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.481 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2697] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:50.492 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.512 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2698] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:50.523 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.542 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2699] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:50.549 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.567 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2700] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:50.577 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.596 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.613 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2702] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:50.621 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.640 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.661 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2704] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:50.669 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.686 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.718 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.738 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2707] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:50.747 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.763 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2708] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:50.770 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.788 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.808 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2710] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:50.817 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.833 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2711] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:50.840 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.858 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2712] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:50.862 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.880 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.901 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2714] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:50.910 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.928 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.946 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.967 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:50.987 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2718] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:50.994 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.012 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2719] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:51.020 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.039 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.060 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2721] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:51.064 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.079 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2722] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:51.088 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.105 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2723] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:51.114 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.130 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.147 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2725] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:51.155 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.171 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2726] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:51.178 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.196 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2727] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:51.202 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.220 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2728] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:51.227 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.246 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.264 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2730] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:51.273 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.292 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2731] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:51.302 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.320 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2732] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:51.329 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.347 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.364 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2734] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:51.370 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.385 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2735] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:51.394 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.411 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.434 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2737] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:51.442 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.458 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.473 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2739] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:51.484 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.502 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2740] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:51.508 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.526 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.544 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2742] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:51.553 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.580 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2743] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:51.586 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.605 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2744] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:51.610 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.628 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.648 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2746] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:51.654 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.671 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.686 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2748] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:51.692 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.709 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2749] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:51.716 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.733 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.747 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2751] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:51.756 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.773 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2752] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:51.780 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.796 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.812 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2754] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:51.818 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.833 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2755] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:51.842 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.859 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2756] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:51.866 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.882 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2757] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:51.891 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.908 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2758] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:51.916 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.931 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2759] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:51.936 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.954 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.972 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:51.990 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.008 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2763] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:52.014 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.030 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2764] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:52.034 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.052 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2765] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:52.059 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.074 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.092 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2767] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:52.096 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.112 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.126 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2769] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:52.132 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.146 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2770] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:52.152 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.168 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.184 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.201 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.217 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.233 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2775] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:52.240 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.258 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.274 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.292 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2778] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:52.296 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.312 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.329 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2780] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:52.339 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.354 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2781] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:52.361 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.375 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2782] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:52.380 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.398 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.416 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2784] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:52.422 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.437 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2785] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:52.444 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.462 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.479 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.494 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2788] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:52.502 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.519 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.536 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.556 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.575 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2792] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:52.582 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.602 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2793] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:52.610 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.628 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2794] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:52.634 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.651 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2795] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:52.658 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.676 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2796] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:52.683 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.701 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.720 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2798] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:52.726 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.741 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2799] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:52.744 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.761 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2800] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:52.766 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.782 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2801] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:52.786 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.802 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.818 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2803] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:52.824 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.840 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2804] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:52.844 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.862 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.876 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2806] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:52.881 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.896 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.910 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2808] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:52.916 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.930 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.945 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2810] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:52.950 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.964 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2811] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:52.968 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:52.982 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2812] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:52.988 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.004 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2813] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.008 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.024 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.041 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2815] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.046 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.061 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2816] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.066 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.080 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2817] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.086 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.100 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.116 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.130 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2820] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.136 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.151 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2821] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.156 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.171 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2822] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.176 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.191 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2823] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.195 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.212 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.227 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2825] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.232 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.245 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2826] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.248 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.262 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2827] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.265 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.281 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2828] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.287 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.304 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2829] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.308 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.325 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.340 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2831] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.344 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.360 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2832] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.365 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.382 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.398 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.414 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.430 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.446 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2837] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.450 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.464 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2838] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.467 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.483 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2839] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.486 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.502 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.516 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2841] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.520 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.534 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2842] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.539 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.554 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2843] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.558 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.573 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2844] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.578 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.592 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2845] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.596 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.612 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.626 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2847] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.630 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.648 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2848] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.652 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.667 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2849] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.674 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.689 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2850] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.694 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.710 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.726 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.744 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2853] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.748 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.762 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2854] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.766 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.781 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2855] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.788 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.802 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.820 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2857] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.824 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.841 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2858] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.846 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.862 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2859] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.868 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.883 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.898 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.913 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2862] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.919 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.953 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2863] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.959 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:53.983 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2864] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:53.992 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.007 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2865] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:54.012 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.026 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2866] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:54.030 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.048 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.063 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2868] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:54.068 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.082 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2869] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:54.088 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.102 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2870] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:54.106 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.123 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2871] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:54.128 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.144 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2872] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:54.148 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.162 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.178 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.193 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2875] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:54.198 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.214 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2876] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:54.218 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.236 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2877] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:54.240 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.256 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2878] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:54.262 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.278 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2879] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:54.286 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.302 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.317 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2881] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:54.327 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.348 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.363 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2883] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:54.381 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.401 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2884] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:54.408 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.424 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2885] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:54.430 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.446 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2886] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:54.452 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.469 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2887] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:54.477 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.494 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2888] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:54.500 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.536 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2889] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:54.548 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.564 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2890] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:54.571 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.591 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.608 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2892] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:54.620 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.637 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2893] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:54.645 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.663 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2894] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:54.673 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.689 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.705 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2896] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:54.711 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.728 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2897] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:54.736 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.755 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.773 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.792 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.809 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.829 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.845 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2903] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:54.853 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.872 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.895 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2905] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:54.904 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.926 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.942 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.959 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:54.976 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:55.008 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2910] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:55.018 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:55.044 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2911] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:55.051 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:55.074 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2912] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:55.082 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:55.106 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:55.123 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2914] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:55.143 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:55.169 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2915] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:55.179 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:55.201 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2916] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:55.217 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:55.239 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:55.256 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:55.276 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2919] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:55.289 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:55.315 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2920] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:55.324 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:55.350 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2921] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:55.358 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:55.385 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2922] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:55.392 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:55.419 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2923] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:55.430 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:55.461 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2924] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:55.473 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:55.500 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2925] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:55.507 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:55.530 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:55.550 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:55.572 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2928] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:55.584 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:55.612 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2929] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:55.627 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:55.647 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2930] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:55.655 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:55.674 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2931] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:55.687 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:55.709 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2932] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:55.720 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:55.741 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2933] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:55.748 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:55.769 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2934] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:55.780 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:55.802 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2935] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:55.812 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:55.835 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2936] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:55.845 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:55.868 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2937] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:55.879 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:55.914 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2938] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:55.921 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:55.940 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:55.960 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:55.989 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2941] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:55.999 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.020 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2942] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:56.029 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.049 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.076 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2944] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:56.092 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.115 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2945] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:56.129 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.152 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2946] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:56.162 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.179 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.193 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2948] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:56.202 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.229 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2949] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:56.241 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.262 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2950] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:56.269 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.286 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2951] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:56.292 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.312 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2952] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:56.318 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.336 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2953] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:56.345 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.365 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2954] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:56.376 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.397 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.415 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2956] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:56.424 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.446 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.469 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2958] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:56.475 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.494 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2959] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:56.500 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.518 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2960] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:56.526 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.543 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2961] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:56.552 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.578 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2962] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:56.588 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.606 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2963] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:56.612 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.629 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2964] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:56.636 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.652 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.668 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2966] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:56.674 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.692 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2967] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:56.700 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.717 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2968] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:56.726 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.742 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2969] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:56.746 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.763 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.780 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2971] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:56.786 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.808 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.824 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.841 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2974] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:56.847 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.862 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2975] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:56.868 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.885 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.903 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2977] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:56.910 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.926 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2978] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:56.932 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.946 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.960 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2980] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:56.964 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.978 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:56.994 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2982] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:56.998 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.014 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.028 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2984] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:57.032 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.048 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.064 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2986] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:57.072 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.088 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.104 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2988] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:57.108 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.124 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2989] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:57.131 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.146 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.162 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.178 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2992] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:57.184 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.199 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2993] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:57.205 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.222 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2994] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:57.230 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.246 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.260 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2996] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:57.264 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.278 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2997] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:57.282 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.299 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2998] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:57.303 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.320 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.334 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3000] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:57.338 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.354 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.370 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3002] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:57.374 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.388 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3003] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:57.393 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.410 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.425 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3005] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:57.430 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.444 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.461 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3007] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:57.466 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.484 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3008] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:57.488 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.502 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.518 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.532 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.546 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3012] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:57.552 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.566 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3013] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:57.572 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.586 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3014] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:57.590 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.606 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.622 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.637 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3017] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:57.642 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.656 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3018] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:57.660 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.676 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3019] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:57.680 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.694 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3020] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:57.698 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.714 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3021] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:57.718 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.734 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3022] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:57.739 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.762 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3023] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:57.766 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.783 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3024] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:57.787 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.803 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.828 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3026] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:57.832 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.849 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3027] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:57.856 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.874 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.889 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3029] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:57.896 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.911 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3030] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:57.918 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.935 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3031] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:57.940 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.958 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.976 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3033] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:57.979 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:57.996 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.015 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3035] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:58.026 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.044 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3036] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:58.055 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.072 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.100 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3038] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:58.106 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.132 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3039] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:58.140 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.159 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3040] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:58.166 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.186 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.200 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3042] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:58.204 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.220 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3043] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:58.228 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.246 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3044] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:58.257 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.274 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.291 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3046] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:58.301 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.319 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3047] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:58.329 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.347 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.364 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.382 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.398 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.420 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.438 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3053] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:58.447 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.466 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3054] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:58.473 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.489 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3055] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:58.496 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.512 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3056] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:58.518 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.535 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3057] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:58.540 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.555 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3058] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:58.559 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.574 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.588 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3060] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:58.594 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.609 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3061] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:58.614 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.630 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3062] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:58.635 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.651 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3063] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:58.657 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.674 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3064] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:58.678 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.693 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3065] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:58.697 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.713 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3066] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:58.718 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.734 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.750 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3068] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:58.757 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.773 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3069] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:58.780 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.795 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3070] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:58.801 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.818 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3071] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:58.822 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.838 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.855 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3073] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:58.862 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.880 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3074] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:58.884 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.901 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3075] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:58.906 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.922 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3076] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:58.926 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.942 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3077] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:58.948 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.965 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3078] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:58.970 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:58.986 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.001 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3080] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.006 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.016 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449567674601046016] [newTTL=80002] [isPipelinedTxn=false] [2024/05/06 03:03:59.023 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3081] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.030 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.047 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3082] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.054 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.070 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.086 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3084] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.093 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.109 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3085] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.114 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.130 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.146 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3087] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.150 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.166 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.182 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3089] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.186 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.202 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3090] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.208 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.225 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3091] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.230 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.244 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3092] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.248 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.264 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3093] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.267 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.283 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3094] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.286 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.300 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.316 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3096] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.320 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.337 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3097] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.341 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.357 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3098] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.364 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.380 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3099] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.385 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.400 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.414 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3101] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.418 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.434 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.452 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3103] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.457 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.479 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.497 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.512 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3106] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.516 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.530 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.544 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3108] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.548 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.562 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3109] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.568 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.583 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3110] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.587 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.602 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.616 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.632 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3113] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.636 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.650 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.664 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.679 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3116] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.684 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.701 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3117] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.705 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.720 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3118] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.725 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.738 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3119] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.742 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.756 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.772 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.788 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3122] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.794 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.808 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3123] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.814 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.830 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.844 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3125] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.848 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.864 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3126] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.871 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.886 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.900 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3128] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.905 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.920 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3129] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.925 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.942 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3130] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.946 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.960 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3131] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.964 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.978 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3132] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:03:59.983 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:03:59.999 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3133] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:00.004 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.020 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.035 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.050 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3136] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:00.054 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.070 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.086 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3138] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:00.092 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.106 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3139] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:00.110 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.126 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3140] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:00.132 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.146 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.161 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3142] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:00.166 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.180 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3143] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:00.186 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.204 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3144] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:00.208 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.224 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3145] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:00.230 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.244 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3146] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:00.250 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.264 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3147] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:00.269 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.286 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.302 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.318 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3150] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:00.322 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.338 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.352 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3152] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:00.358 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.374 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.390 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.406 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3155] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:00.410 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.425 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3156] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:00.434 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.451 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3157] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:00.460 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.476 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3158] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:00.480 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.496 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.511 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3160] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:00.518 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.534 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3161] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:00.540 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.560 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.580 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3163] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:00.587 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.607 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.624 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3165] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:00.632 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.649 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3166] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:00.659 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.676 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3167] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:00.693 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.714 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3168] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:00.726 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.744 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3169] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:00.756 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.777 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3170] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:00.784 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.799 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3171] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:00.803 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.819 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.834 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.848 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3174] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:00.852 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.866 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3175] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:00.870 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.884 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3176] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:00.888 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.902 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3177] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:00.906 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.921 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3178] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:00.924 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.941 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.956 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3180] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:00.960 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.974 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3181] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:00.978 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:00.992 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.008 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3183] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:01.014 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.028 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3184] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:01.034 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.050 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.064 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3186] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:01.070 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.084 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3187] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:01.088 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.102 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3188] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:01.108 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.126 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.142 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3190] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:01.146 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.165 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3191] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:01.171 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.188 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3192] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:01.192 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.206 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3193] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:01.212 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.228 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3194] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:01.232 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.248 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3195] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:01.254 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.270 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.288 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3197] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:01.293 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.308 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3198] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:01.314 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.330 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3199] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:01.338 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.355 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3200] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:01.361 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.379 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3201] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:01.386 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.404 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.428 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3203] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:01.439 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.455 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3204] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:01.462 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.487 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.503 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.520 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3207] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:01.528 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.549 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3208] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:01.554 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.585 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3209] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:01.591 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.608 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3210] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:01.614 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.631 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3211] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:01.639 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.656 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3212] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:01.663 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.682 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.697 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3214] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:01.707 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.723 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3215] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:01.731 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.751 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3216] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:01.759 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.782 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3217] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:01.791 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.809 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3218] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:01.813 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.833 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.855 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3220] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:01.863 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.880 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3221] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:01.888 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.907 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3222] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:01.913 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.933 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.957 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3224] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:01.965 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:01.990 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3225] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:01.994 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:02.017 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:02.049 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:02.065 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:02.093 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3229] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:02.102 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:02.116 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3230] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:02.124 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:02.139 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3231] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:02.144 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:02.181 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3232] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:02.204 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:02.235 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3233] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:02.245 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:02.266 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:02.281 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3235] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:02.294 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:02.319 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3236] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:02.329 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:02.352 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:02.372 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3238] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:02.381 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:02.404 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3239] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:02.411 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:02.437 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3240] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:02.444 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:02.469 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:02.495 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3242] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:02.510 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:02.530 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:02.557 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3244] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:02.571 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:02.588 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3245] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:02.605 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:02.629 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3246] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:02.643 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:02.674 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3247] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:02.689 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:02.725 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3248] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:02.742 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:02.763 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:02.789 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3250] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:02.800 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:02.832 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3251] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:02.849 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:02.885 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3252] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:02.899 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:02.935 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3253] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:02.955 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:02.986 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3254] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:03.004 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.028 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.056 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.090 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3257] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:03.108 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.147 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3258] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:03.165 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.195 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3259] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:03.208 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.234 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.253 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.273 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3262] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:03.280 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.299 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3263] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:03.315 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.350 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3264] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:03.366 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.387 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3265] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:03.394 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.411 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3266] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:03.420 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.440 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.458 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.479 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3269] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:03.486 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.503 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3270] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:03.515 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.536 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3271] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:03.544 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.568 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3272] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:03.575 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.592 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.611 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.629 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3275] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:03.634 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.650 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.669 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.691 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.708 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.723 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3280] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:03.731 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.749 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3281] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:03.756 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.774 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.796 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.813 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3284] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:03.819 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.838 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3285] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:03.842 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.862 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3286] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:03.868 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.886 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3287] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:03.895 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.912 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.928 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3289] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:03.936 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.957 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3290] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:03.962 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.977 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3291] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:03.984 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:03.998 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.016 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3293] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.020 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.036 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.054 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3295] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.058 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.076 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.094 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.108 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3298] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.112 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.129 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3299] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.136 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.152 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.168 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.183 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3302] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.190 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.206 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.220 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3304] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.224 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.240 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3305] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.244 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.260 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3306] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.264 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.280 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3307] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.288 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.306 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3308] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.310 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.328 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3309] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.339 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.357 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.372 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3311] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.378 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.394 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3312] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.398 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.412 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3313] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.419 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.435 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.450 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3315] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.458 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.474 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.491 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3317] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.494 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.510 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3318] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.514 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.528 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3319] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.534 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.552 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3320] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.556 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.573 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3321] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.580 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.594 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3322] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.600 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.616 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.632 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3324] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.636 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.651 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3325] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.659 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.674 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3326] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.682 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.696 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3327] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.702 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.718 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3328] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.724 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.740 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3329] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.746 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.764 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.781 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3331] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.786 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.803 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3332] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.806 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.821 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3333] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.824 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.841 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3334] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.846 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.860 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3335] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.864 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.880 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.898 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3337] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.902 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.916 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.930 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3339] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.934 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.950 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3340] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.955 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.970 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3341] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.975 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:04.993 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3342] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:04.996 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.012 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.029 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3344] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.032 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.046 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.062 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.076 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3347] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.080 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.096 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.114 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3349] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.120 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.137 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3350] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.147 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.164 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3351] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.170 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.187 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3352] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.196 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.210 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3353] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.216 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.230 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3354] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.235 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.250 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3355] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.256 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.270 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.284 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.302 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3358] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.308 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.328 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3359] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.334 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.351 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3360] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.361 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.380 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3361] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.389 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.405 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3362] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.411 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.434 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3363] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.440 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.458 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3364] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.462 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.480 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.498 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3366] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.507 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.523 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3367] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.528 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.544 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.562 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.578 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3370] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.584 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.600 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3371] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.606 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.623 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3372] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.630 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.645 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3373] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.650 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.671 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3374] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.677 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.692 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3375] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.710 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.727 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.743 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3377] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.748 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.766 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.784 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3379] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.789 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.807 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3380] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.812 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.828 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3381] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.835 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.852 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3382] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.858 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.875 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3383] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.880 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.898 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3384] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.902 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.916 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3385] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.924 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.938 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3386] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.944 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.961 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3387] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.968 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:05.987 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3388] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:05.991 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.009 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.026 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3390] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:06.030 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.047 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.064 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.082 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3393] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:06.090 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.106 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3394] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:06.115 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.131 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3395] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:06.138 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.157 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.173 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3397] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:06.180 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.197 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3398] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:06.204 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.222 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3399] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:06.228 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.244 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3400] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:06.253 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.270 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3401] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:06.276 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.292 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3402] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:06.296 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.311 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.326 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3404] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:06.332 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.351 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.369 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.386 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.403 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.419 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3409] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:06.424 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.438 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.458 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3411] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:06.464 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.480 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3412] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:06.486 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.505 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.521 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.536 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3415] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:06.542 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.558 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3416] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:06.564 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.580 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3417] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:06.587 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.602 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3418] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:06.606 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.624 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3419] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:06.629 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.646 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.662 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.678 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3422] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:06.682 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.698 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.714 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3424] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:06.720 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.735 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3425] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:06.740 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.756 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3426] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:06.762 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.776 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3427] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:06.782 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.796 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3428] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:06.800 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.816 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3429] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:06.822 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.838 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.852 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3431] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:06.856 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.871 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3432] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:06.874 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.892 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3433] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:06.897 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.914 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.932 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.948 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.964 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3437] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:06.968 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.982 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:06.997 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3439] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:07.001 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.017 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3440] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:07.020 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.036 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.052 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3442] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:07.056 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.070 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3443] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:07.074 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.090 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3444] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:07.095 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.110 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3445] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:07.114 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.128 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3446] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:07.132 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.150 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.165 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3448] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:07.170 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.184 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3449] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:07.190 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.205 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3450] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:07.212 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.226 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3451] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:07.230 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.245 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3452] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:07.250 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.266 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3453] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:07.269 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.286 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3454] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:07.290 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.307 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3455] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:07.312 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.331 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3456] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:07.338 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.358 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.374 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3458] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:07.382 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.400 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.415 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3460] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:07.422 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.436 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3461] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:07.440 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.454 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3462] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:07.460 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.476 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3463] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:07.480 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.498 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.514 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.528 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3466] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:07.533 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.548 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3467] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:07.554 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.573 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3468] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:07.578 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.594 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.614 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.628 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3471] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:07.634 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.656 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3472] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:07.662 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.683 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3473] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:07.690 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.713 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3474] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:07.727 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.753 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.772 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.812 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3477] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:07.829 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.860 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3478] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:07.872 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.897 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.939 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3480] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:07.956 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:07.984 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:08.010 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3482] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:08.029 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:08.069 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3483] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:08.087 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:08.118 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3484] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:08.135 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:08.170 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3485] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:08.188 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:08.227 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3486] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:08.244 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:08.274 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:08.301 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3488] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:08.319 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:08.343 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3489] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:08.357 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:08.395 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3490] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:08.411 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:08.437 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:08.468 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3492] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:08.485 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:08.516 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3493] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:08.538 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:08.566 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:08.591 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3495] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:08.600 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:08.636 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3496] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:08.654 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:08.683 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3497] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:08.703 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:08.730 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:08.767 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3499] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:08.790 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:08.821 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3500] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:08.839 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:08.877 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3501] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:08.897 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:08.927 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:08.955 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:08.984 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3504] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:09.002 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.016 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449567674601046016] [newTTL=90002] [isPipelinedTxn=false] [2024/05/06 03:04:09.029 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.059 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3506] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:09.077 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.105 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.150 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3508] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:09.162 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.195 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3509] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:09.209 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.240 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3510] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:09.253 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.272 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.297 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3512] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:09.306 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.333 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3513] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:09.346 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.363 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3514] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:09.370 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.392 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3515] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:09.401 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.417 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3516] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:09.422 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.440 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3517] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:09.447 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.466 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3518] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:09.474 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.492 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.508 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3520] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:09.512 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.530 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.546 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.564 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3523] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:09.568 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.586 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.602 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3525] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:09.609 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.626 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3526] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:09.631 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.646 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3527] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:09.650 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.664 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.682 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3529] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:09.686 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.703 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3530] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:09.710 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.726 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3531] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:09.733 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.749 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.765 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3533] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:09.770 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.784 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3534] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:09.790 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.806 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.823 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3536] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:09.830 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.844 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3537] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:09.848 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.865 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3538] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:09.878 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.899 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3539] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:09.906 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.922 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3540] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:09.928 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.946 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3541] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:09.950 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.967 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:09.984 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3543] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:09.993 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.009 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3544] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.014 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.032 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3545] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.037 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.054 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3546] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.059 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.074 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3547] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.078 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.094 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.114 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.130 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3550] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.136 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.158 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3551] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.164 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.180 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3552] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.185 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.200 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3553] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.206 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.222 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3554] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.228 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.243 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.260 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3556] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.268 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.286 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3557] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.292 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.306 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.323 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3559] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.332 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.350 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3560] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.354 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.372 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3561] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.380 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.402 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3562] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.415 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.433 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3563] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.443 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.461 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3564] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.471 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.488 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3565] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.496 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.518 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.534 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3567] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.540 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.558 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.574 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.592 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3570] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.599 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.616 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3571] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.622 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.637 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3572] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.642 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.658 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3573] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.664 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.678 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.694 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3575] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.698 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.715 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.730 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.745 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3578] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.750 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.766 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3579] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.770 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.786 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3580] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.794 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.811 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3581] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.816 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.831 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3582] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.834 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.850 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3583] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.858 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.874 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.893 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3585] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.898 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.912 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3586] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.916 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.932 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3587] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.935 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.948 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3588] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.952 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.966 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3589] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.970 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:10.984 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3590] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:10.989 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.006 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3591] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:11.010 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.025 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3592] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:11.028 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.044 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3593] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:11.049 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.065 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3594] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:11.070 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.084 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3595] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:11.090 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.107 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.122 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3597] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:11.128 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.145 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3598] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:11.152 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.169 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3599] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:11.176 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.190 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3600] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:11.199 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.216 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.235 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.253 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3603] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:11.258 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.274 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3604] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:11.278 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.298 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3605] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:11.304 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.327 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3606] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:11.333 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.352 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.369 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3608] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:11.374 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.390 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.405 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3610] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:11.408 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.424 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.442 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3612] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:11.448 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.463 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3613] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:11.469 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.486 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3614] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:11.492 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.510 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3615] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:11.514 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.530 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3616] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:11.536 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.554 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.572 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3618] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:11.581 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.598 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3619] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:11.606 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.626 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.645 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.665 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.688 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.706 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.724 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3625] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:11.732 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.761 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3626] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:11.771 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.792 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.812 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3628] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:11.819 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.839 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.855 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3630] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:11.869 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.896 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3631] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:11.904 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.920 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3632] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:11.924 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.940 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.956 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.973 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3635] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:11.980 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:11.998 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3636] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:12.005 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.021 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3637] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:12.026 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.053 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.072 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.090 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.107 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3641] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:12.112 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.130 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.152 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.176 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.194 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.212 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3646] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:12.219 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.249 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3647] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:12.260 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.278 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3648] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:12.288 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.303 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3649] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:12.313 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.331 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3650] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:12.338 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.360 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.378 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.395 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3653] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:12.400 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.416 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3654] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:12.422 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.440 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3655] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:12.451 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.465 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3656] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:12.470 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.490 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3657] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:12.494 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.510 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3658] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:12.516 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.534 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.554 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3660] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:12.563 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.579 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3661] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:12.584 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.600 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3662] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:12.606 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.623 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3663] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:12.630 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.648 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3664] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:12.654 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.669 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3665] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:12.674 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.691 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.709 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3667] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:12.717 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.733 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3668] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:12.740 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.754 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3669] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:12.760 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.781 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.804 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3671] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:12.813 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.831 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3672] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:12.838 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.860 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.877 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.896 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3675] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:12.902 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.932 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3676] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:12.942 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:12.978 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3677] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:12.989 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:13.010 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:13.038 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3679] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:13.047 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:13.069 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:13.102 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3681] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:13.119 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:13.152 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3682] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:13.172 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:13.194 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:13.216 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3684] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:13.232 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:13.257 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3685] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:13.262 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:13.301 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3686] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:13.314 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:13.340 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:13.360 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3688] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:13.375 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:13.397 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:13.428 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3690] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:13.442 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:13.465 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3691] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:13.473 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:13.500 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3692] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:13.520 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:13.543 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3693] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:13.558 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:13.578 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3694] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:13.595 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:13.621 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3695] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:13.642 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:13.673 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3696] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:13.684 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:13.704 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3697] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:13.709 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:13.738 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3698] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:13.757 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:13.786 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3699] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:13.797 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:13.831 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:13.858 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:13.877 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3702] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:13.882 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:13.900 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3703] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:13.914 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:13.934 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:13.963 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3705] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:13.972 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:14.000 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:14.029 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3707] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:14.042 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:14.062 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3708] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:14.071 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:14.092 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:14.110 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3710] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:14.126 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:14.146 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3711] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:14.158 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:14.191 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3712] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:14.208 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:14.247 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:14.271 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3714] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:14.290 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:14.333 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3715] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:14.345 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:14.375 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3716] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:14.395 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:14.419 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:14.449 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3718] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:14.467 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:14.495 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3719] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:14.514 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:14.547 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3720] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:14.566 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:14.602 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3721] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:14.621 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:14.666 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3722] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:14.685 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:14.721 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3723] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:14.737 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:14.757 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3724] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:14.766 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:14.804 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3725] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:14.819 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:14.847 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:14.875 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3727] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:14.886 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:14.923 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3728] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:14.937 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:14.967 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:14.994 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.027 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3731] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:15.039 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.063 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3732] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:15.073 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.096 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3733] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:15.102 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.121 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3734] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:15.131 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.152 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3735] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:15.159 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.180 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.200 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.221 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.237 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3739] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:15.242 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.262 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3740] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:15.271 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.290 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.323 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3742] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:15.328 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.351 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3743] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:15.358 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.378 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3744] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:15.384 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.404 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3745] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:15.410 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.432 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3746] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:15.442 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.464 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3747] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:15.471 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.490 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.507 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3749] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:15.523 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.547 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3750] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:15.554 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.576 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.596 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3752] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:15.602 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.621 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3753] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:15.628 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.654 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3754] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:15.663 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.677 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3755] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:15.687 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.709 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.730 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3757] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:15.738 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.759 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3758] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:15.766 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.786 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3759] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:15.792 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.819 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3760] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:15.829 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.847 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3761] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:15.854 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.878 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3762] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:15.888 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.904 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3763] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:15.910 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.931 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.951 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3765] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:15.958 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.978 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:15.995 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3767] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:16.000 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.021 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.034 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3769] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:16.042 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.058 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.075 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3771] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:16.080 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.100 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3772] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:16.106 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.123 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3773] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:16.133 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.147 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3774] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:16.155 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.174 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3775] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:16.182 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.200 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3776] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:16.206 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.223 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3777] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:16.232 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.248 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3778] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:16.254 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.274 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3779] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:16.279 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.303 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3780] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:16.322 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.344 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3781] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:16.350 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.383 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3782] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:16.393 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.413 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.444 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3784] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:16.451 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.473 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3785] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:16.483 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.498 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.523 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3787] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:16.533 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.554 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3788] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:16.564 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.586 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3789] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:16.596 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.613 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3790] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:16.626 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.649 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.670 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.690 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.710 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3794] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:16.716 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.730 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3795] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:16.736 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.752 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3796] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:16.756 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.778 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.794 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3798] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:16.801 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.816 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.850 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3800] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:16.854 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.870 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3801] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:16.876 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.892 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.909 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3803] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:16.916 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.934 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3804] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:16.940 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.954 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3805] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:16.960 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:16.975 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3806] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:16.981 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.000 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.021 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.039 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.056 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.074 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3811] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:17.081 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.098 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3812] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:17.104 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.120 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.137 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3814] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:17.146 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.164 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.179 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3816] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:17.186 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.203 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3817] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:17.214 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.229 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3818] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:17.236 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.254 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3819] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:17.262 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.280 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.298 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3821] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:17.304 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.322 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3822] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:17.329 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.346 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3823] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:17.352 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.372 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3824] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:17.381 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.401 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3825] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:17.410 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.427 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.444 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3827] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:17.452 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.468 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3828] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:17.475 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.492 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.510 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3830] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:17.518 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.540 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3831] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:17.546 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.564 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3832] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:17.572 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.592 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3833] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:17.598 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.620 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3834] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:17.636 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.657 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3835] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:17.664 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.685 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3836] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:17.692 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.711 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.728 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3838] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:17.736 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.757 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.777 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3840] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:17.786 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.809 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3841] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:17.815 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.833 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3842] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:17.838 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.872 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3843] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:17.882 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.908 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3844] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:17.920 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.947 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3845] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:17.954 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:17.982 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3846] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:17.986 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:18.015 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3847] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:18.024 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:18.042 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:18.060 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3849] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:18.066 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:18.089 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3850] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:18.100 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:18.116 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3851] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:18.123 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:18.145 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:18.169 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:18.189 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3854] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:18.198 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:18.223 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3855] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:18.238 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:18.265 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:18.287 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3857] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:18.303 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:18.333 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3858] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:18.346 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:18.377 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3859] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:18.387 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:18.415 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3860] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:18.426 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:18.454 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3861] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:18.470 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:18.494 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3862] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:18.503 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:18.529 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:18.562 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3864] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:18.579 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:18.626 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3865] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:18.642 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:18.668 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:18.696 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:18.732 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3868] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:18.751 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:18.779 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3869] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:18.798 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:18.822 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3870] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:18.830 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:18.847 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3871] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:18.865 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:18.893 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3872] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:18.909 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:18.945 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3873] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:18.961 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:18.979 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:19.015 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449567674601046016] [newTTL=100001] [isPipelinedTxn=false] [2024/05/06 03:04:19.016 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3875] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:19.037 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:19.076 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3876] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:19.091 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:19.129 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3877] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:19.148 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:19.176 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3878] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:19.196 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:19.232 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3879] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:19.253 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:19.286 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:19.330 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3881] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:19.350 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:19.395 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3882] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:19.426 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:19.459 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3883] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:19.477 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:19.517 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3884] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:19.536 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:19.576 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3885] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:19.595 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:19.634 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3886] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:19.649 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:19.675 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3887] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:19.692 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:19.721 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:19.753 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3889] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:19.771 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:19.802 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:19.837 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3891] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:19.856 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:19.898 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3892] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:19.914 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:19.951 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3893] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:19.970 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:19.995 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.034 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3895] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:20.054 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.090 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3896] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:20.102 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.133 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3897] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:20.140 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.166 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.203 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3899] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:20.220 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.250 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3900] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:20.267 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.294 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.312 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3902] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:20.326 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.354 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3903] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:20.371 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.392 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.415 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3905] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:20.425 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.457 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3906] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:20.467 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.494 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.519 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3908] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:20.526 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.544 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3909] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:20.551 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.569 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.589 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3911] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:20.595 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.614 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3912] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:20.620 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.637 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3913] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:20.646 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.661 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3914] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:20.668 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.687 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3915] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:20.694 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.713 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3916] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:20.718 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.735 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3917] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:20.740 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.754 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3918] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:20.760 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.777 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3919] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:20.784 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.802 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.816 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3921] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:20.823 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.842 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.857 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3923] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:20.862 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.878 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3924] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:20.883 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.900 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3925] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:20.906 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.924 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3926] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:20.932 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.948 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3927] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:20.956 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.970 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3928] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:20.976 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:20.996 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.015 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.031 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3931] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:21.040 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.058 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3932] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:21.062 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.078 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3933] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:21.084 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.102 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3934] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:21.106 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.122 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.146 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.161 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3937] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:21.170 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.186 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.202 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3939] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:21.208 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.224 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3940] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:21.229 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.244 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3941] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:21.248 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.264 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.286 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.307 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3944] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:21.314 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.330 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3945] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:21.338 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.356 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.374 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3947] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:21.382 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.397 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3948] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:21.404 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.423 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.440 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3950] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:21.444 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.463 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3951] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:21.469 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.488 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3952] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:21.501 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.517 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3953] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:21.524 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.542 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.558 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3955] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:21.566 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.585 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3956] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:21.590 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.609 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3957] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:21.617 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.634 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3958] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:21.638 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.654 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.671 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3960] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:21.680 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.698 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.719 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3962] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:21.728 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.751 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3963] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:21.760 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.779 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3964] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:21.788 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.806 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3965] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:21.814 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.830 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3966] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:21.834 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.853 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3967] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:21.858 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.874 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3968] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:21.882 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.904 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3969] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:21.908 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.926 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3970] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:21.932 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.953 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.975 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:21.992 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3973] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:21.994 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.010 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3974] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:22.019 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.043 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3975] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:22.056 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.072 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3976] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:22.083 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.104 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.123 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3978] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:22.130 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.150 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.170 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3980] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:22.174 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.188 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3981] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:22.194 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.213 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.234 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3983] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:22.243 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.259 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3984] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:22.266 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.285 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.304 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.324 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.342 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3988] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:22.349 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.365 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3989] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:22.370 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.386 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.406 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3991] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:22.410 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.430 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3992] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:22.436 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.453 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3993] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:22.456 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.472 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3994] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:22.476 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.491 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3995] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:22.495 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.511 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3996] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:22.517 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.531 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3997] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:22.536 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.551 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3998] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:22.559 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.577 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3999] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:22.582 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.596 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4000] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:22.600 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.617 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.635 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.659 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.678 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.694 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.711 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.727 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4007] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:22.732 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.748 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4008] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:22.754 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.770 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.784 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4010] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:22.790 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.810 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4011] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:22.815 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.834 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4012] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:22.844 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.868 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4013] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:22.872 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.888 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.904 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4015] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:22.908 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.922 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4016] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:22.930 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.945 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4017] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:22.950 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.966 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4018] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:22.974 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:22.990 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4019] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:22.998 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.016 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4020] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:23.023 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.040 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4021] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:23.046 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.062 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4022] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:23.068 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.085 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4023] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:23.097 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.118 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4024] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:23.127 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.148 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4025] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:23.157 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.177 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.194 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.213 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4028] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:23.220 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.236 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4029] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:23.242 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.261 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4030] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:23.268 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.290 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4031] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:23.300 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.318 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4032] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:23.323 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.340 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.363 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.382 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.428 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4036] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:23.439 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.455 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4037] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:23.469 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.495 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.522 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.551 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4040] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:23.558 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.579 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4041] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:23.594 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.622 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4042] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:23.628 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.651 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4043] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:23.661 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.681 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4044] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:23.695 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.717 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4045] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:23.726 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.751 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4046] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:23.758 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.776 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.795 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.812 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4049] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:23.824 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.847 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4050] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:23.857 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.875 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4051] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:23.881 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.900 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.919 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4053] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:23.929 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.948 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4054] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:23.954 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.971 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4055] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:23.981 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:23.996 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.015 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.033 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4058] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.038 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.054 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4059] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.063 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.081 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.096 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.110 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4062] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.116 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.131 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4063] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.136 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.152 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.168 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.182 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4066] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.186 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.204 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.220 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.237 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4069] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.242 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.256 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4070] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.260 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.274 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4071] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.280 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.294 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.311 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4073] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.316 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.334 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4074] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.343 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.360 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4075] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.366 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.386 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.406 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.420 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4078] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.424 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.442 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4079] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.446 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.460 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.474 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4081] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.479 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.492 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4082] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.496 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.510 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4083] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.514 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.530 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4084] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.534 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.548 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4085] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.552 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.567 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4086] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.572 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.588 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.602 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4088] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.608 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.622 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4089] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.626 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.643 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4090] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.646 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.660 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4091] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.664 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.680 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4092] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.684 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.698 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4093] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.702 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.717 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4094] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.722 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.737 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4095] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.742 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.756 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4096] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.760 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.779 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4097] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.782 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.798 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.812 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4099] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.816 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.830 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4100] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.834 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.848 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4101] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.852 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.866 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.880 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4103] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.884 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.896 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4104] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.900 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.914 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4105] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.918 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.932 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4106] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.936 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.950 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4107] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.956 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.972 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:24.990 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4109] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:24.999 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:25.021 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:25.038 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4111] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:25.047 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:25.075 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4112] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:25.092 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:25.110 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:25.142 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4114] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:25.160 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:25.199 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4115] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:25.219 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:25.264 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4116] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:25.285 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:25.324 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4117] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:25.349 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:25.389 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4118] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:25.406 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:25.445 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4119] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:25.467 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:25.510 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4120] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:25.528 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:25.563 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4121] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:25.585 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:25.622 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4122] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:25.643 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:25.670 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:25.702 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:25.751 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4125] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:25.773 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:25.815 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4126] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:25.837 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:25.870 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:25.915 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4128] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:25.933 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:25.970 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:26.004 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:26.051 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4131] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:26.067 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:26.098 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:26.138 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4133] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:26.155 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:26.202 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4134] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:26.223 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:26.267 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4135] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:26.288 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:26.319 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:26.352 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:26.383 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:26.406 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:26.438 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:26.464 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4141] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:26.486 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:26.516 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:26.540 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:26.576 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4144] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:26.593 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:26.636 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4145] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:26.660 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:26.694 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4146] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:26.714 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:26.756 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4147] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:26.777 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:26.804 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4148] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:26.822 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:26.842 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:26.880 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4150] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:26.896 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:26.932 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4151] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:26.947 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:26.988 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4152] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:27.005 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:27.043 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4153] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:27.062 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:27.107 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4154] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:27.129 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:27.167 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4155] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:27.183 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:27.220 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4156] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:27.236 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:27.259 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:27.295 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4158] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:27.312 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:27.350 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4159] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:27.367 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:27.404 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4160] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:27.424 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:27.468 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4161] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:27.488 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:27.521 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4162] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:27.532 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:27.557 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4163] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:27.567 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:27.584 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4164] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:27.592 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:27.623 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4165] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:27.651 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:27.687 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4166] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:27.705 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:27.741 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4167] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:27.760 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:27.781 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:27.809 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4169] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:27.819 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:27.840 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:27.865 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:27.894 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4172] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:27.906 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:27.923 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4173] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:27.935 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:27.953 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:27.981 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4175] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:27.989 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.010 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4176] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:28.022 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.046 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4177] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:28.052 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.069 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4178] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:28.074 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.092 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4179] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:28.096 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.112 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.127 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4181] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:28.132 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.155 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4182] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:28.160 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.176 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4183] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:28.180 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.194 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4184] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:28.200 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.216 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.232 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4186] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:28.238 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.252 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4187] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:28.258 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.275 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4188] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:28.282 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.298 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4189] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:28.306 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.320 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4190] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:28.326 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.344 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4191] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:28.350 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.366 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4192] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:28.370 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.388 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.402 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4194] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:28.408 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.422 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.437 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4196] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:28.442 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.462 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4197] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:28.466 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.482 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.497 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4199] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:28.502 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.516 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4200] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:28.522 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.539 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4201] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:28.551 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.571 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4202] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:28.584 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.603 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4203] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:28.608 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.629 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4204] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:28.636 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.652 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4205] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:28.660 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.679 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.697 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.715 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4208] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:28.721 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.744 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4209] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:28.748 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.765 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4210] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:28.775 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.792 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.810 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.828 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.848 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.864 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4215] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:28.870 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.886 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.903 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.921 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4218] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:28.930 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.944 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4219] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:28.948 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.968 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4220] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:28.974 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:28.997 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.015 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4222] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:29.016 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449567674601046016] [newTTL=110002] [isPipelinedTxn=false] [2024/05/06 03:04:29.023 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.042 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4223] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:29.047 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.067 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4224] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:29.075 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.094 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4225] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:29.100 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.114 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4226] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:29.119 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.134 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.151 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.167 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.182 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4230] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:29.188 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.202 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4231] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:29.206 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.226 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.240 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4233] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:29.244 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.260 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.278 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.294 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4236] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:29.300 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.316 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.332 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4238] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:29.338 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.359 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4239] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:29.369 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.387 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4240] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:29.395 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.411 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4241] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:29.419 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.435 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4242] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:29.444 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.464 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.481 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4244] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:29.488 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.509 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4245] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:29.519 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.536 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.574 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.590 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.606 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4249] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:29.612 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.633 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4250] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:29.640 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.657 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4251] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:29.664 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.682 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4252] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:29.689 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.712 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.736 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.758 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4255] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:29.768 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.794 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4256] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:29.802 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.827 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.861 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4258] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:29.880 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.912 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:29.948 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4260] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:29.963 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:30.002 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4261] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:30.021 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:30.051 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:30.091 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4263] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:30.110 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:30.143 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4264] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:30.160 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:30.192 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4265] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:30.207 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:30.224 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4266] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:30.235 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:30.263 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:30.297 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4268] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:30.313 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:30.347 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:30.375 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:30.413 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4271] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:30.431 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:30.476 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4272] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:30.491 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:30.515 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4273] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:30.533 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:30.553 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4274] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:30.569 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:30.603 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4275] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:30.613 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:30.636 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:30.669 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4277] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:30.686 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:30.718 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4278] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:30.731 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:30.747 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4279] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:30.758 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:30.785 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4280] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:30.794 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:30.821 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4281] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:30.837 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:30.877 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4282] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:30.894 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:30.924 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:30.958 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4284] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:30.976 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:31.004 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:31.023 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:31.047 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:31.091 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4288] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:31.110 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:31.139 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:31.183 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4290] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:31.203 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:31.244 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4291] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:31.258 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:31.292 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4292] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:31.314 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:31.358 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4293] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:31.380 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:31.408 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:31.440 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:31.479 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4296] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:31.495 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:31.537 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4297] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:31.553 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:31.596 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4298] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:31.618 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:31.656 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4299] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:31.678 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:31.717 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4300] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:31.734 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:31.781 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4301] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:31.804 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:31.837 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:31.871 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:31.929 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4304] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:31.952 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:31.986 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:32.025 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4306] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:32.048 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:32.083 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4307] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:32.116 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:32.151 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:32.180 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:32.208 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4310] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:32.228 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:32.262 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:32.302 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4312] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:32.326 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:32.367 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4313] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:32.383 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:32.433 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4314] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:32.457 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:32.495 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4315] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:32.500 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:32.553 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4316] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:32.575 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:32.605 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4317] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:32.635 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:32.687 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4318] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:32.703 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:32.737 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:32.780 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4320] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:32.801 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:32.846 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4321] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:32.863 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:32.879 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4322] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:32.893 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:32.932 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4323] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:32.938 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:32.962 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4324] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:32.974 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:32.999 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4325] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:33.007 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:33.040 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4326] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:33.050 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:33.074 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4327] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:33.089 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:33.114 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4328] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:33.122 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:33.155 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4329] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:33.166 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:33.187 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4330] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:33.203 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:33.220 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4331] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:33.233 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:33.253 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:33.284 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4333] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:33.292 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:33.310 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4334] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:33.319 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:33.340 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:33.355 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4336] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:33.362 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:33.378 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4337] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:33.384 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:33.401 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4338] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:33.414 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:33.429 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4339] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:33.436 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:33.455 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:33.479 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:33.505 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4342] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:33.523 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:33.539 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4343] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:33.547 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:33.575 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4344] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:33.584 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:33.610 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:33.632 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:33.661 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4347] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:33.675 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:33.692 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4348] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:33.698 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:33.714 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4349] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:33.721 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:33.744 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:33.761 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4351] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:33.770 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:33.786 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:33.802 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4353] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:33.809 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:33.825 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4354] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:33.832 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:33.850 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4355] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:33.858 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:33.878 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4356] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:33.885 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:33.904 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4357] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:33.912 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:33.937 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4358] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:33.947 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:33.986 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4359] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:33.994 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.010 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4360] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:34.017 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.032 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4361] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:34.042 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.058 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.076 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.093 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4364] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:34.105 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.124 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4365] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:34.130 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.166 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4366] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:34.179 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.200 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4367] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:34.207 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.226 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4368] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:34.235 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.259 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4369] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:34.266 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.289 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4370] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:34.299 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.321 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4371] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:34.326 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.345 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4372] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:34.355 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.372 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4373] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:34.378 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.414 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4374] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:34.429 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.446 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.471 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4376] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:34.478 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.495 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4377] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:34.501 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.527 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4378] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:34.544 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.569 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.592 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.615 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.636 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.654 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.672 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4384] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:34.679 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.699 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.722 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4386] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:34.732 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.747 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4387] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:34.752 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.769 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4388] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:34.774 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.792 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.808 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.825 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4391] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:34.830 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.845 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4392] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:34.850 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.868 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.887 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4394] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:34.901 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.917 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4395] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:34.926 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.946 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.969 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:34.987 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4398] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:34.997 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:35.017 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4399] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:35.033 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:35.053 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:35.077 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4401] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:35.088 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:35.128 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4402] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:35.153 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:35.188 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4403] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:35.208 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:35.226 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4404] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:35.231 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:35.259 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4405] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:35.272 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:35.293 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4406] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:35.305 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:35.326 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:35.344 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:35.364 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:35.388 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4410] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:35.401 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:35.419 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4411] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:35.428 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:35.447 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4412] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:35.454 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:35.474 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:35.494 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4414] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:35.505 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:35.546 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4415] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:35.557 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:35.576 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4416] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:35.584 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:35.600 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:35.616 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4418] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:35.622 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:35.636 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4419] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:35.640 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:35.658 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4420] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:35.668 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:35.695 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4421] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:35.708 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:35.727 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4422] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:35.734 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:35.771 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4423] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:35.785 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:35.803 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4424] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:35.820 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:35.838 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4425] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:35.847 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:35.865 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4426] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:35.878 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:35.903 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4427] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:35.913 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:35.933 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:35.953 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:35.990 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4430] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:36.007 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:36.034 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:36.060 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:36.079 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:36.114 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4434] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:36.133 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:36.161 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:36.190 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:36.229 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4437] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:36.244 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:36.271 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4438] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:36.291 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:36.319 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:36.361 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4440] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:36.383 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:36.411 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4441] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:36.429 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:36.469 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4442] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:36.490 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:36.535 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4443] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:36.546 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:36.592 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4444] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:36.605 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:36.641 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4445] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:36.660 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:36.694 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:36.739 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4447] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:36.754 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:36.796 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4448] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:36.808 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:36.843 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4449] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:36.854 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:36.884 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4450] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:36.897 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:36.933 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4451] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:36.939 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:36.968 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:37.020 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4453] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:37.043 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:37.078 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4454] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:37.094 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:37.132 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4455] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:37.151 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:37.183 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4456] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:37.204 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:37.242 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4457] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:37.266 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:37.298 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:37.319 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4459] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:37.343 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:37.386 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4460] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:37.405 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:37.444 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:37.493 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4462] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:37.503 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:37.548 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:37.573 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4464] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:37.582 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:37.604 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4465] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:37.610 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:37.629 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:37.675 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4467] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:37.684 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:37.711 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:37.755 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4469] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:37.762 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:37.801 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4470] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:37.814 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:37.853 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4471] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:37.873 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:37.925 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4472] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:37.947 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:37.991 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4473] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:38.021 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:38.083 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4474] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:38.105 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:38.134 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:38.166 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:38.193 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4477] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:38.211 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:38.252 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4478] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:38.271 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:38.306 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:38.350 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4480] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:38.373 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:38.403 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4481] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:38.424 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:38.451 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:38.494 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4483] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:38.516 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:38.545 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:38.583 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4485] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:38.602 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:38.630 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:38.670 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4487] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:38.684 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:38.703 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:38.735 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4489] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:38.753 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:38.781 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4490] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:38.795 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:38.812 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:38.832 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4492] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:38.847 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:38.874 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4493] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:38.887 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:38.923 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4494] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:38.938 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:38.960 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:38.989 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4496] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:38.996 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:39.015 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449567674601046016] [newTTL=120001] [isPipelinedTxn=false] [2024/05/06 03:04:39.020 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4497] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:39.035 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:39.057 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:39.087 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4499] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:39.098 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:39.117 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4500] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:39.124 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:39.142 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:39.176 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4502] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:39.191 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:39.227 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4503] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:39.241 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:39.262 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4504] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:39.268 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:39.308 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4505] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:39.328 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:39.365 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4506] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:39.389 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:39.422 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:39.464 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4508] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:39.480 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:39.505 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:39.534 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:39.559 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4511] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:39.571 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:39.610 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4512] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:39.632 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:39.663 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4513] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:39.668 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:39.692 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4514] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:39.701 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:39.721 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:39.743 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:39.761 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4517] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:39.765 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:39.783 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4518] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:39.789 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:39.806 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4519] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:39.814 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:39.832 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4520] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:39.842 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:39.857 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4521] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:39.868 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:39.884 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4522] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:39.889 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:39.917 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:39.936 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:39.958 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:39.984 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:40.043 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4527] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:40.050 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:40.069 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4528] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:40.077 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:40.108 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4529] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:40.117 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:40.139 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4530] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:40.150 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:40.173 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4531] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:40.177 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:40.211 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4532] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:40.227 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:40.264 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4533] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:40.278 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:40.303 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:40.324 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:40.341 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:40.356 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4537] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:40.360 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:40.385 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:40.413 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4539] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:40.426 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:40.450 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:40.474 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:40.507 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4542] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:40.518 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:40.536 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:40.560 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:40.582 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4545] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:40.591 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:40.611 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:40.628 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4547] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:40.636 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:40.658 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4548] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:40.667 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:40.686 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:40.704 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4550] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:40.721 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:40.747 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:40.774 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4552] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:40.790 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:40.807 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4553] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:40.826 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:40.851 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4554] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:40.865 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:40.906 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4555] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:40.927 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:40.956 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:40.981 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4557] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:40.991 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:41.030 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4558] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:41.039 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:41.086 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4559] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:41.100 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:41.139 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4560] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:41.149 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:41.173 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:41.202 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4562] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:41.208 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:41.235 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4563] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:41.242 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:41.265 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:41.297 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4565] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:41.304 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:41.323 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4566] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:41.337 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:41.363 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4567] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:41.380 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:41.405 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4568] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:41.417 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:41.444 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4569] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:41.453 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:41.484 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4570] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:41.501 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:41.525 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:41.548 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4572] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:41.560 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:41.581 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4573] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:41.596 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:41.641 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4574] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:41.661 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:41.688 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:41.717 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:41.739 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:41.767 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4578] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:41.775 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:41.803 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4579] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:41.813 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:41.831 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4580] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:41.841 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:41.859 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:41.873 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4582] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:41.880 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:41.901 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4583] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:41.908 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:41.928 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4584] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:41.934 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:41.956 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4585] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:41.962 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:41.982 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4586] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:41.990 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:42.006 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4587] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:42.010 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:42.029 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:42.051 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4589] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:42.058 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:42.091 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4590] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:42.098 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:42.119 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:42.143 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:42.161 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4593] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:42.168 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:42.187 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4594] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:42.199 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:42.224 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:42.247 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4596] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:42.263 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:42.290 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4597] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:42.297 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:42.329 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4598] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:42.338 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:42.379 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4599] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:42.389 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:42.424 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4600] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:42.443 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:42.484 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4601] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:42.508 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:42.540 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:42.590 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4603] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:42.610 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:42.656 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4604] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:42.678 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:42.716 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:42.751 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4606] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:42.775 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:42.811 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:42.845 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:42.880 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:42.916 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:42.959 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4611] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:42.977 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:43.022 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4612] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:43.046 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:43.086 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4613] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:43.104 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:43.141 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4614] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:43.156 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:43.208 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4615] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:43.232 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:43.286 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4616] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:43.306 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:43.353 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4617] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:43.377 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:43.415 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4618] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:43.439 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:43.482 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4619] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:43.505 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:43.565 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4620] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:43.588 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:43.633 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4621] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:43.657 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:43.698 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4622] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:43.721 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:43.757 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4623] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:43.771 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:43.804 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4624] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:43.827 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:43.859 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:43.902 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4626] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:43.922 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:43.949 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:43.992 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4628] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:44.008 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:44.046 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4629] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:44.065 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:44.092 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:44.129 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4631] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:44.143 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:44.167 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4632] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:44.176 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:44.206 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4633] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:44.215 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:44.257 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4634] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:44.276 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:44.298 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:44.318 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4636] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:44.329 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:44.350 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4637] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:44.358 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:44.381 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4638] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:44.393 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:44.418 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4639] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:44.427 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:44.442 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4640] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:44.448 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:44.464 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:44.480 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:44.501 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4643] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:44.511 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:44.530 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4644] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:44.541 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:44.559 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4645] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:44.567 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:44.590 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4646] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:44.598 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:44.615 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4647] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:44.625 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:44.653 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4648] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:44.660 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:44.687 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:44.714 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4650] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:44.720 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:44.751 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4651] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:44.765 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:44.784 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:44.806 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4653] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:44.813 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:44.845 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4654] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:44.854 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:44.870 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:44.889 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4656] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:44.896 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:44.922 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4657] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:44.929 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:44.955 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4658] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:44.964 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:44.998 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4659] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:45.010 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:45.034 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:45.061 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:45.089 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4662] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:45.100 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:45.138 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4663] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:45.157 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:45.195 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4664] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:45.215 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:45.247 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:45.283 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4666] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:45.297 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:45.327 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:45.348 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4668] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:45.358 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:45.385 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:45.421 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4670] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:45.433 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:45.458 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:45.480 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4672] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:45.488 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:45.516 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:45.548 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4674] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:45.562 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:45.579 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4675] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:45.589 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:45.618 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4676] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:45.637 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:45.656 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4677] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:45.663 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:45.695 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4678] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:45.717 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:45.745 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:45.780 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4680] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:45.790 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:45.808 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4681] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:45.815 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:45.832 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4682] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:45.844 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:45.882 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4683] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:45.896 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:45.912 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4684] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:45.922 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:45.960 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4685] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:45.980 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:46.007 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:46.042 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4687] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:46.056 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:46.093 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4688] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:46.107 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:46.136 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4689] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:46.145 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:46.165 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4690] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:46.174 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:46.192 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:46.207 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4692] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:46.214 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:46.253 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4693] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:46.259 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:46.292 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:46.317 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4695] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:46.326 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:46.354 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4696] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:46.362 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:46.395 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4697] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:46.406 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:46.440 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4698] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:46.452 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:46.477 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:46.503 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:46.540 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4701] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:46.551 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:46.586 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4702] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:46.598 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:46.635 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4703] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:46.651 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:46.678 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4704] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:46.694 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:46.729 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4705] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:46.758 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:46.794 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4706] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:46.800 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:46.826 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4707] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:46.840 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:46.867 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:46.887 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4709] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:46.901 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:46.919 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4710] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:46.931 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:46.949 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4711] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:46.956 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:46.976 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4712] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:46.989 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:47.015 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:47.035 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4714] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:47.045 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:47.062 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:47.085 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4716] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:47.102 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:47.117 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4717] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:47.124 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:47.144 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4718] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:47.154 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:47.170 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:47.187 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4720] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:47.192 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:47.209 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:47.240 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4722] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:47.244 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:47.263 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:47.281 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4724] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:47.293 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:47.312 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4725] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:47.321 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:47.345 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:47.376 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4727] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:47.391 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:47.408 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:47.430 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4729] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:47.446 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:47.465 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4730] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:47.473 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:47.499 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4731] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:47.509 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:47.547 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4732] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:47.561 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:47.595 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4733] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:47.606 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:47.629 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:47.700 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4735] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:47.720 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:47.760 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4736] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:47.782 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:47.821 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4737] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:47.844 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:47.877 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:47.923 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4739] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:47.937 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:47.957 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4740] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:47.969 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:47.991 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4741] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:48.005 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:48.030 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4742] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:48.047 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:48.082 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4743] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:48.102 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:48.154 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4744] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:48.176 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:48.217 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4745] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:48.236 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:48.268 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:48.311 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4747] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:48.333 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:48.362 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:48.391 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4749] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:48.406 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:48.432 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:48.463 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4751] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:48.481 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:48.498 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4752] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:48.511 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:48.544 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:48.574 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:48.612 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4755] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:48.634 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:48.674 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4756] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:48.697 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:48.721 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:48.758 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4758] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:48.781 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:48.816 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:48.853 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4760] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:48.873 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:48.914 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4761] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:48.931 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:48.974 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4762] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:49.003 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:49.016 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449567674601046016] [newTTL=130002] [isPipelinedTxn=false] [2024/05/06 03:04:49.052 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4763] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:49.074 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:49.115 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4764] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:49.135 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:49.178 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4765] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:49.201 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:49.250 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4766] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:49.273 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:49.315 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4767] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:49.334 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:49.385 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4768] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:49.434 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:49.467 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:49.510 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4770] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:49.530 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:49.568 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4771] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:49.589 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:49.632 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4772] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:49.649 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:49.678 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:49.707 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:49.736 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:49.765 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:49.811 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4777] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:49.827 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:49.863 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4778] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:49.871 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:49.916 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4779] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:49.928 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:49.953 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:49.969 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4781] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:49.976 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:49.995 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4782] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:50.004 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:50.020 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:50.041 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:50.060 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:50.098 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4786] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:50.115 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:50.143 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4787] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:50.159 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:50.185 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4788] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:50.193 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:50.215 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:50.244 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:50.269 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:50.310 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4792] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:50.333 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:50.382 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4793] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:50.402 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:50.424 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4794] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:50.446 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:50.465 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:50.510 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4796] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:50.527 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:50.568 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4797] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:50.585 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:50.618 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4798] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:50.629 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:50.666 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4799] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:50.683 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:50.710 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4800] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:50.719 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:50.745 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4801] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:50.762 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:50.780 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4802] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:50.791 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:50.816 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:50.853 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4804] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:50.867 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:50.894 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4805] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:50.904 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:50.926 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:50.963 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4807] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:50.983 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:51.036 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4808] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:51.053 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:51.086 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4809] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:51.098 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:51.127 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:51.156 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:51.190 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4812] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:51.210 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:51.247 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4813] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:51.267 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:51.292 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4814] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:51.303 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:51.335 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:51.386 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4816] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:51.408 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:51.457 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4817] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:51.488 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:51.540 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4818] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:51.555 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:51.593 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4819] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:51.613 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:51.644 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:51.670 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4821] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:51.711 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:51.752 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4822] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:51.772 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:51.802 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:51.827 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4824] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:51.843 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:51.870 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:51.896 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:51.925 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4827] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:51.932 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:51.963 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4828] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:51.978 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:52.021 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4829] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:52.040 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:52.065 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4830] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:52.079 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:52.115 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4831] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:52.125 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:52.151 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:52.170 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:52.198 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4834] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:52.209 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:52.243 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4835] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:52.268 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:52.301 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:52.336 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4837] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:52.359 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:52.399 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4838] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:52.416 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:52.452 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4839] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:52.469 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:52.512 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4840] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:52.533 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:52.570 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4841] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:52.595 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:52.642 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4842] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:52.665 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:52.696 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:52.734 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4844] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:52.759 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:52.791 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4845] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:52.802 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:52.834 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:52.865 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:52.907 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4848] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:52.926 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:52.967 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4849] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:52.989 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:53.050 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4850] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:53.058 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:53.095 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4851] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:53.137 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:53.171 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:53.218 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4853] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:53.227 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:53.267 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4854] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:53.285 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:53.315 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:53.355 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4856] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:53.374 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:53.421 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4857] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:53.432 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:53.464 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:53.498 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:53.549 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4860] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:53.567 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:53.597 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:53.627 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:53.669 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4863] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:53.689 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:53.729 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4864] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:53.750 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:53.769 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:53.804 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4866] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:53.822 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:53.865 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4867] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:53.886 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:53.922 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4868] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:53.941 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:53.963 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4869] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:53.979 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:54.009 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:54.036 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:54.068 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:54.097 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:54.125 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:54.155 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:54.191 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4876] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:54.200 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:54.236 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4877] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:54.254 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:54.298 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4878] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:54.316 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:54.344 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4879] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:54.358 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:54.387 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4880] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:54.402 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:54.427 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:54.452 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:54.487 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4883] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:54.507 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:54.546 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4884] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:54.568 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:54.612 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4885] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:54.633 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:54.681 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4886] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:54.701 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:54.742 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4887] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:54.774 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:54.809 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:54.859 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4889] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:54.883 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:54.915 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:54.965 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4891] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:54.990 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:55.030 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4892] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:55.050 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:55.094 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4893] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:55.104 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:55.151 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4894] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:55.178 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:55.208 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4895] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:55.229 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:55.274 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4896] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:55.296 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:55.325 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:55.357 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:55.387 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:55.432 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4900] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:55.452 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:55.494 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4901] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:55.513 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:55.554 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4902] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:55.574 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:55.605 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:55.651 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4904] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:55.674 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:55.715 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4905] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:55.734 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:55.763 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:55.794 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4907] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:55.807 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:55.831 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:55.863 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:55.907 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4910] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:55.927 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:55.961 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:56.007 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4912] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:56.017 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:56.062 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4913] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:56.080 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:56.112 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4914] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:56.129 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:56.155 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:56.191 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4916] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:56.211 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:56.257 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4917] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:56.274 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:56.310 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4918] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:56.329 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:56.370 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4919] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:56.393 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:56.441 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4920] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:56.459 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:56.490 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4921] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:56.508 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:56.547 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4922] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:56.559 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:56.598 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4923] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:56.613 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:56.645 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4924] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:56.662 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:56.689 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:56.726 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4926] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:56.745 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:56.785 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4927] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:56.802 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:56.833 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4928] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:56.847 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:56.876 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4929] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:56.882 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:56.908 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4930] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:56.913 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:56.938 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:56.977 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4932] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:56.985 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.011 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4933] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:57.021 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.052 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4934] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:57.070 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.089 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4935] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:57.101 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.133 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4936] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:57.144 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.172 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4937] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:57.184 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.207 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4938] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:57.223 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.246 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.268 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.290 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.313 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4942] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:57.323 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.351 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4943] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:57.366 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.397 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4944] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:57.412 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.435 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.464 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4946] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:57.480 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.496 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.514 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4948] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:57.521 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.540 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4949] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:57.544 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.560 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4950] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:57.565 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.583 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4951] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:57.590 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.608 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4952] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:57.614 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.632 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.650 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.666 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.682 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4956] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:57.688 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.703 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4957] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:57.708 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.726 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.744 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4959] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:57.750 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.768 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.785 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4961] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:57.790 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.815 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.831 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4963] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:57.841 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.863 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4964] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:57.868 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.886 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4965] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:57.890 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.911 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4966] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:57.918 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.936 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.962 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4968] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:57.968 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:57.987 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:58.007 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4970] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:58.014 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:58.032 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4971] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:58.040 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:58.057 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4972] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:58.062 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:58.082 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4973] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:58.090 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:58.112 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4974] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:58.124 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:58.145 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4975] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:58.154 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:58.174 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4976] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:58.181 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:58.208 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:58.246 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4978] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:58.267 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:58.295 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:58.338 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4980] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:58.360 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:58.398 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4981] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:58.414 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:58.450 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4982] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:58.470 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:58.502 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4983] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:58.518 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:58.553 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4984] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:58.574 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:58.609 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4985] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:58.627 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:58.660 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:58.701 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4987] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:58.715 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:58.742 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:58.775 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:58.805 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:58.848 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4991] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:58.873 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:58.916 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4992] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:58.935 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:58.977 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4993] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:58.996 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:59.015 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449567674601046016] [newTTL=140001] [isPipelinedTxn=false] [2024/05/06 03:04:59.040 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4994] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:59.061 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:59.099 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:59.141 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4996] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:59.160 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:59.202 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4997] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:59.228 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:59.260 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:59.302 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4999] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:59.323 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:59.355 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:59.393 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:59.433 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5002] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:59.456 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:59.488 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:59.516 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:59.556 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5005] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:59.575 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:59.615 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5006] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:59.638 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:59.682 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5007] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:59.701 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:59.739 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5008] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:59.757 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:59.799 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5009] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:59.835 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:59.863 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5010] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:59.885 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:59.933 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5011] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:04:59.958 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:04:59.990 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:00.049 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5013] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:00.071 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:00.116 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5014] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:00.137 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:00.187 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5015] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:00.203 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:00.236 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:00.266 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5017] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:00.278 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:00.322 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5018] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:00.347 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:00.397 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5019] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:00.425 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:00.475 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5020] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:00.506 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:00.562 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5021] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:00.587 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:00.632 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5022] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:00.651 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:00.696 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5023] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:00.720 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:00.757 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:00.791 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5025] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:00.805 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:00.859 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5026] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:00.878 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:00.909 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:00.954 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5028] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:00.981 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:01.023 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5029] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:01.051 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:01.087 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:01.132 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5031] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:01.160 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:01.196 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:01.241 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5033] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:01.264 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:01.314 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5034] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:01.339 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:01.379 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5035] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:01.399 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:01.449 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5036] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:01.460 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:01.511 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5037] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:01.535 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:01.576 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5038] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:01.600 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:01.644 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5039] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:01.664 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:01.683 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:01.712 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:01.743 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:01.776 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:01.807 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:01.853 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5045] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:01.871 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:01.908 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5046] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:01.928 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:01.963 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5047] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:01.975 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:02.010 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5048] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:02.027 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:02.066 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5049] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:02.085 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:02.121 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5050] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:02.143 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:02.181 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5051] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:02.197 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:02.244 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5052] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:02.267 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:02.308 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5053] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:02.328 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:02.372 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5054] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:02.395 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:02.444 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5055] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:02.464 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:02.511 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5056] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:02.527 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:02.559 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:02.594 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:02.629 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:02.680 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5060] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:02.704 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:02.756 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5061] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:02.778 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:02.825 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5062] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:02.846 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:02.884 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5063] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:02.901 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:02.942 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5064] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:02.956 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:03.000 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5065] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:03.026 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:03.066 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5066] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:03.090 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:03.117 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5067] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:03.137 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:03.172 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5068] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:03.188 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:03.227 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5069] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:03.246 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:03.274 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:03.308 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5071] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:03.325 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:03.346 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:03.376 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5073] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:03.387 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:03.419 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5074] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:03.435 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:03.469 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5075] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:03.486 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:03.514 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:03.532 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:03.550 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:03.576 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:03.605 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5080] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:03.622 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:03.654 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5081] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:03.667 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:03.693 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:03.722 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5083] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:03.739 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:03.774 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5084] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:03.788 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:03.820 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5085] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:03.831 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:03.860 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5086] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:03.871 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:03.901 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5087] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:03.914 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:03.951 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5088] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:03.969 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:03.997 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:04.038 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5090] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:04.056 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:04.073 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:04.094 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5092] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:04.100 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:04.124 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:04.144 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:04.165 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5095] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:04.173 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:04.193 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5096] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:04.202 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:04.222 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5097] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:04.230 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:04.258 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5098] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:04.273 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:04.293 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5099] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:04.310 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:04.336 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5100] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:04.351 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:04.385 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:04.428 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5102] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:04.447 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:04.464 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:04.490 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:04.509 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5105] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:04.518 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:04.536 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:04.559 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:04.579 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5108] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:04.589 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:04.615 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5109] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:04.622 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:04.640 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5110] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:04.649 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:04.685 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5111] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:04.706 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:04.732 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5112] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:04.747 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:04.774 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:04.819 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5114] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:04.842 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:04.874 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:04.910 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5116] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:04.928 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:04.973 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5117] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:04.995 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:05.039 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5118] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:05.062 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:05.110 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5119] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:05.134 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:05.181 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5120] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:05.200 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:05.230 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:05.268 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5122] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:05.291 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:05.339 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5123] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:05.366 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:05.397 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:05.445 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5125] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:05.470 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:05.525 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5126] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:05.553 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:05.589 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:05.632 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5128] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:05.655 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:05.693 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:05.743 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5130] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:05.770 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:05.817 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5131] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:05.843 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:05.891 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5132] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:05.914 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:05.969 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5133] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:05.993 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:06.040 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5134] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:06.066 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:06.110 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5135] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:06.129 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:06.181 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5136] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:06.205 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:06.252 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5137] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:06.276 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:06.318 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5138] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:06.343 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:06.391 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5139] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:06.418 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:06.473 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5140] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:06.497 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:06.531 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:06.575 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5142] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:06.601 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:06.638 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:06.692 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5144] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:06.719 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:06.769 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5145] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:06.779 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:06.812 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:06.857 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5147] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:06.887 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:06.943 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5148] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:06.970 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:07.014 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5149] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:07.038 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:07.090 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5150] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:07.115 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:07.176 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5151] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:07.203 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:07.252 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5152] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:07.280 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:07.329 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5153] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:07.351 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:07.403 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5154] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:07.428 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:07.477 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5155] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:07.503 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:07.558 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5156] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:07.586 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:07.638 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5157] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:07.663 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:07.695 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:07.753 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5159] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:07.775 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:07.810 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:07.852 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5161] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:07.878 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:07.923 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5162] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:07.946 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:07.976 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5163] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:07.999 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:08.045 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5164] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:08.063 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:08.103 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5165] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:08.115 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:08.145 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:08.187 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5167] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:08.203 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:08.227 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:08.243 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5169] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:08.258 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:08.294 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5170] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:08.310 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:08.347 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5171] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:08.363 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:08.398 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:08.427 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5173] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:08.441 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:08.479 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5174] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:08.495 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:08.514 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5175] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:08.524 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:08.546 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:08.570 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5177] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:08.583 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:08.608 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5178] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:08.617 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:08.652 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5179] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:08.669 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:08.700 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:08.731 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:08.761 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:08.796 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5183] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:08.809 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:08.839 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:08.866 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:08.894 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:08.928 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5187] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:08.945 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:08.978 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5188] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:08.993 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:09.015 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449567674601046016] [newTTL=150001] [isPipelinedTxn=false] [2024/05/06 03:05:09.025 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5189] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:09.038 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:09.065 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5190] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:09.072 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:09.097 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5191] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:09.107 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:09.143 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5192] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:09.154 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:09.179 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5193] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:09.187 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:09.216 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5194] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:09.234 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:09.271 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5195] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:09.284 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:09.316 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:09.349 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5197] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:09.366 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:09.392 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:09.424 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:09.455 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:09.492 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5201] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:09.514 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:09.552 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5202] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:09.560 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:09.590 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5203] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:09.605 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:09.627 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:09.646 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5205] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:09.661 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:09.680 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:09.697 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5207] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:09.707 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:09.740 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5208] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:09.747 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:09.771 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:09.795 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:09.822 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5211] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:09.833 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:09.860 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:09.891 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:09.923 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5214] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:09.936 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:09.958 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:09.985 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:10.027 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5217] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:10.045 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:10.082 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5218] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:10.090 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:10.108 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:10.151 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5220] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:10.170 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:10.209 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5221] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:10.225 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:10.252 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:10.301 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5223] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:10.323 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:10.363 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5224] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:10.380 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:10.407 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:10.448 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5226] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:10.463 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:10.493 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5227] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:10.509 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:10.529 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5228] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:10.537 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:10.556 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5229] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:10.568 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:10.593 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:10.628 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5231] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:10.643 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:10.662 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:10.688 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5233] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:10.702 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:10.718 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5234] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:10.724 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:10.744 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:10.762 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5236] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:10.771 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:10.789 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5237] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:10.803 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:10.819 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5238] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:10.827 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:10.851 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5239] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:10.859 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:10.880 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5240] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:10.891 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:10.911 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5241] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:10.917 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:10.937 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:10.955 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:10.972 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:11.000 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5245] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:11.008 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:11.025 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5246] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:11.035 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:11.060 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:11.096 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5248] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:11.111 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:11.128 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5249] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:11.137 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:11.161 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:11.181 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5251] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:11.190 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:11.209 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5252] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:11.216 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:11.235 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:11.254 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5254] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:11.262 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:11.279 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5255] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:11.288 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:11.307 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5256] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:11.317 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:11.340 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5257] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:11.350 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:11.379 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:11.419 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5259] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:11.442 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:11.473 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:11.502 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5261] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:11.527 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:11.576 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5262] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:11.605 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:11.663 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5263] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:11.694 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:11.732 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5264] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:11.761 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:11.807 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5265] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:11.841 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:11.891 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5266] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:11.908 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:11.963 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5267] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:11.991 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:12.039 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5268] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:12.068 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:12.121 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5269] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:12.149 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:12.199 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:12.237 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5271] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:12.268 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:12.318 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5272] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:12.343 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:12.384 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:12.435 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5274] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:12.456 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:12.499 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:12.544 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:12.580 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:12.640 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5278] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:12.668 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:12.722 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5279] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:12.751 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:12.794 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5280] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:12.825 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:12.883 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5281] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:12.911 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:12.977 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5282] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:13.004 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:13.065 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5283] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:13.094 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:13.131 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:13.184 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5285] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:13.213 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:13.269 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5286] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:13.297 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:13.357 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5287] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:13.395 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:13.443 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5288] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:13.471 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:13.509 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:13.558 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5290] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:13.584 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:13.644 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5291] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:13.670 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:13.709 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:13.745 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:13.785 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5294] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:13.809 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:13.851 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5295] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:13.878 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:13.910 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:13.949 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5297] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:13.966 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:14.008 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5298] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:14.025 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:14.061 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5299] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:14.077 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:14.111 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5300] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:14.120 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:14.138 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5301] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:14.154 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:14.190 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5302] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:14.213 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:14.243 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:14.289 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5304] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:14.309 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:14.344 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5305] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:14.360 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:14.411 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5306] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:14.434 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:14.469 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5307] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:14.496 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:14.529 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:14.569 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5309] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:14.580 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:14.621 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5310] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:14.641 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:14.666 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5311] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:14.685 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:14.720 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5312] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:14.738 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:14.768 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:14.789 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:14.805 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5315] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:14.827 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:14.863 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5316] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:14.883 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:14.912 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5317] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:14.930 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:14.947 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5318] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:14.958 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:14.985 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5319] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:14.992 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:15.037 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5320] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:15.056 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:15.085 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5321] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:15.102 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:15.140 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5322] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:15.152 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:15.184 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5323] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:15.199 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:15.240 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5324] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:15.257 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:15.283 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5325] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:15.299 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:15.335 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5326] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:15.353 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:15.382 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:15.415 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5328] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:15.425 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:15.448 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:15.463 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5330] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:15.474 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:15.500 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:15.525 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:15.562 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5333] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:15.574 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:15.609 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5334] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:15.625 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:15.647 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5335] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:15.663 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:15.696 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5336] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:15.715 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:15.755 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5337] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:15.773 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:15.810 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5338] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:15.821 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:15.845 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:15.867 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:15.890 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5341] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:15.901 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:15.937 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5342] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:15.952 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:15.977 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:16.005 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:16.034 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:16.074 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5346] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:16.088 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:16.115 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:16.155 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5348] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:16.172 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:16.211 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5349] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:16.230 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:16.263 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5350] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:16.283 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:16.309 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5351] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:16.319 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:16.356 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5352] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:16.378 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:16.415 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5353] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:16.431 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:16.469 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5354] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:16.484 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:16.528 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5355] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:16.541 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:16.566 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5356] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:16.583 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:16.611 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5357] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:16.626 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:16.659 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5358] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:16.668 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:16.686 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:16.706 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5360] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:16.719 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:16.749 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:16.787 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5362] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:16.809 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:16.841 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5363] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:16.863 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:16.908 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5364] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:16.927 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:16.959 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5365] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:16.976 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:17.017 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5366] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:17.031 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:17.051 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:17.090 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5368] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:17.106 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:17.135 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5369] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:17.146 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:17.172 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5370] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:17.183 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:17.211 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5371] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:17.227 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:17.262 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5372] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:17.278 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:17.311 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5373] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:17.330 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:17.351 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:17.388 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5375] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:17.406 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:17.436 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5376] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:17.451 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:17.471 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:17.497 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:17.515 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5379] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:17.527 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:17.560 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:17.591 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:17.620 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:17.648 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:17.677 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5384] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:17.692 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:17.723 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:17.767 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5386] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:17.792 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:17.832 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:17.875 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5388] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:17.888 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:17.923 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:17.967 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5390] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:17.995 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:18.032 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:18.084 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5392] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:18.098 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:18.140 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:18.190 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5394] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:18.205 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:18.256 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5395] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:18.285 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:18.340 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5396] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:18.361 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:18.394 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:18.424 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:18.469 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5399] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:18.500 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:18.552 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5400] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:18.580 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:18.633 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5401] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:18.658 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:18.711 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5402] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:18.738 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:18.775 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:18.821 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5404] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:18.842 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:18.893 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5405] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:18.924 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:18.962 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5406] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:18.991 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:19.015 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449567674601046016] [newTTL=160001] [isPipelinedTxn=false] [2024/05/06 03:05:19.031 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:19.063 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:19.113 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5409] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:19.142 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:19.180 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:19.195 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:19.233 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:19.268 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:19.308 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:19.359 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5415] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:19.388 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:19.438 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5416] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:19.465 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:19.515 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5417] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:19.545 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:19.603 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5418] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:19.629 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:19.682 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5419] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:19.707 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:19.753 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5420] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:19.781 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:19.815 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5421] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:19.841 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:19.889 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5422] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:19.911 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:19.967 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5423] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:19.985 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:20.016 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:20.073 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5425] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:20.100 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:20.148 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5426] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:20.175 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:20.221 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5427] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:20.245 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:20.288 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5428] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:20.313 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:20.360 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5429] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:20.386 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:20.436 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5430] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:20.461 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:20.506 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5431] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:20.526 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:20.560 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:20.592 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:20.626 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:20.673 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5435] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:20.694 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:20.735 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5436] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:20.755 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:20.793 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5437] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:20.811 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:20.832 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:20.872 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5439] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:20.892 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:20.929 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5440] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:20.949 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:20.982 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5441] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:20.995 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:21.032 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5442] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:21.056 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:21.093 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:21.132 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5444] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:21.149 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:21.175 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5445] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:21.194 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:21.233 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5446] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:21.247 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:21.292 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5447] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:21.314 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:21.352 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5448] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:21.373 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:21.415 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5449] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:21.437 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:21.467 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5450] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:21.476 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:21.512 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5451] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:21.524 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:21.548 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:21.584 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5453] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:21.604 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:21.642 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5454] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:21.659 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:21.682 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5455] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:21.695 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:21.727 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:21.755 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5457] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:21.764 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:21.791 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:21.835 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5459] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:21.849 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:21.887 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5460] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:21.906 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:21.937 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5461] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:21.958 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:21.996 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5462] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:22.013 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:22.054 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5463] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:22.073 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:22.113 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5464] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:22.133 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:22.156 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:22.193 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5466] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:22.205 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:22.234 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:22.259 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:22.291 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:22.318 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:22.352 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5471] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:22.373 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:22.426 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5472] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:22.446 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:22.470 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5473] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:22.490 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:22.513 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5474] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:22.524 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:22.561 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5475] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:22.575 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:22.622 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5476] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:22.645 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:22.679 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5477] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:22.703 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:22.739 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5478] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:22.763 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:22.795 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:22.833 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5480] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:22.849 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:22.889 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5481] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:22.905 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:22.929 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:22.962 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:23.001 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5484] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:23.020 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:23.045 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:23.070 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:23.112 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5487] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:23.123 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:23.145 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:23.164 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5489] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:23.173 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:23.213 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5490] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:23.222 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:23.244 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5491] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:23.252 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:23.271 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5492] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:23.282 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:23.304 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:23.323 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5494] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:23.339 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:23.370 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5495] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:23.381 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:23.413 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5496] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:23.429 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:23.447 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:23.491 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5498] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:23.506 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:23.541 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5499] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:23.551 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:23.574 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5500] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:23.587 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:23.613 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5501] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:23.627 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:23.650 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:23.670 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5503] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:23.679 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:23.718 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5504] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:23.735 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:23.763 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:23.792 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:23.826 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5507] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:23.841 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:23.860 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5508] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:23.868 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:23.892 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:23.913 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:23.944 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5511] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:23.957 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:23.985 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:24.013 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:24.053 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5514] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:24.071 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:24.103 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5515] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:24.120 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:24.137 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5516] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:24.150 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:24.171 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:24.190 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5518] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:24.199 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:24.217 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5519] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:24.232 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:24.255 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5520] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:24.261 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:24.293 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5521] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:24.304 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:24.326 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:24.349 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:24.383 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5524] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:24.397 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:24.423 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:24.452 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5526] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:24.466 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:24.489 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5527] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:24.499 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:24.519 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5528] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:24.529 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:24.553 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5529] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:24.562 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:24.580 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5530] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:24.588 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:24.606 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:24.623 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5532] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:24.638 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:24.664 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5533] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:24.672 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:24.692 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5534] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:24.699 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:24.720 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:24.740 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5536] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:24.748 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:24.765 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5537] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:24.772 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:24.797 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5538] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:24.806 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:24.829 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5539] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:24.841 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:24.866 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5540] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:24.875 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:24.896 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:24.924 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:24.947 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:24.967 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5544] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:24.979 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:24.996 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:25.024 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5546] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:25.039 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:25.065 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5547] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:25.074 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:25.099 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5548] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:25.108 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:25.125 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:25.142 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5550] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:25.149 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:25.163 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5551] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:25.173 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:25.194 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5552] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:25.200 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:25.220 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5553] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:25.225 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:25.247 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5554] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:25.254 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:25.272 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5555] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:25.278 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:25.295 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5556] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:25.302 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:25.318 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5557] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:25.325 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:25.351 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:25.371 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5559] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:25.381 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:25.402 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:25.419 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5561] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:25.426 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:25.444 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5562] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:25.452 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:25.469 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5563] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:25.479 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:25.501 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5564] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:25.508 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:25.527 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5565] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:25.534 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:25.552 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5566] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:25.557 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:25.573 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5567] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:25.580 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:25.600 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5568] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:25.606 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:25.627 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:25.649 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5570] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:25.662 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:25.680 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5571] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:25.689 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:25.706 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:25.726 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5573] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:25.736 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:25.768 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5574] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:25.794 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:25.838 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5575] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:25.861 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:25.905 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5576] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:25.925 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:25.975 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5577] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:26.002 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:26.051 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5578] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:26.079 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:26.128 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5579] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:26.153 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:26.203 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5580] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:26.234 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:26.290 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5581] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:26.320 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:26.380 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5582] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:26.414 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:26.465 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5583] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:26.496 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:26.545 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5584] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:26.570 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:26.622 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5585] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:26.646 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:26.698 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5586] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:26.728 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:26.791 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5587] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:26.802 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:26.845 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:26.898 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5589] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:26.925 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:26.971 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:27.026 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5591] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:27.053 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:27.101 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5592] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:27.117 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:27.158 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:27.205 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] [2024/05/06 03:05:27.261 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5595] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:05:27.273 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:02:58\",\"2024-05-06 03:02:58\",,running]"] -- Test timed out at 2024-05-06 03:05:27 UTC -- ================================================================================ [14,311 / 14,521] 394 / 411 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,324 / 14,521] 394 / 411 tests; Testing //pkg/planner/core/tests/prepare:prepare_test (shard 15 of 24); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,324 / 14,521] 395 / 411 tests; Testing //pkg/planner/core/tests/prepare:prepare_test (shard 15 of 24); 18s remote-cache, linux-sandbox ... (70 actions running) [14,331 / 14,521] 395 / 411 tests; Testing //pkg/statistics/handle/autoanalyze:autoanalyze_test (shard 3 of 12); 5s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,333 / 14,521] 395 / 411 tests; Testing //pkg/statistics/handle/autoanalyze:autoanalyze_test (shard 3 of 12); 6s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,343 / 14,521] 395 / 411 tests; Testing //pkg/session/test/vars:vars_test (shard 2 of 8); 7s remote-cache, linux-sandbox ... (70 actions running) [14,354 / 14,521] 398 / 411 tests; Testing //pkg/session/test/variable:variable_test (shard 2 of 9); 7s remote-cache, linux-sandbox ... (70 actions running) [14,365 / 14,521] 399 / 411 tests; Testing //pkg/session/test:test_test (shard 2 of 26); 8s remote-cache, linux-sandbox ... (70 actions running) [14,379 / 14,521] 399 / 411 tests; Testing //pkg/session/test:test_test (shard 3 of 26); 7s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,383 / 14,521] 399 / 411 tests; Testing //pkg/server/tests/commontest:commontest_test (shard 31 of 50); 5s remote-cache, linux-sandbox ... (69 actions running) [14,393 / 14,521] 399 / 411 tests; Testing //pkg/server/tests/commontest:commontest_test (shard 31 of 50); 6s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,397 / 14,521] 400 / 411 tests; Testing //pkg/server/tests/commontest:commontest_test (shard 31 of 50); 7s remote-cache, linux-sandbox ... (70 actions running) [14,401 / 14,521] 400 / 411 tests; Testing //pkg/server/tests/commontest:commontest_test (shard 31 of 50); 9s remote-cache, linux-sandbox ... (67 actions, 66 running) [14,419 / 14,521] 401 / 411 tests; Testing //pkg/server/tests/commontest:commontest_test (shard 31 of 50); 10s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,427 / 14,521] 401 / 411 tests; Testing //pkg/server/tests/commontest:commontest_test (shard 31 of 50); 11s remote-cache, linux-sandbox ... (70 actions running) [14,430 / 14,521] 401 / 411 tests; Testing //pkg/server/tests/commontest:commontest_test (shard 31 of 50); 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,436 / 14,521] 401 / 411 tests; Testing //pkg/server/tests/commontest:commontest_test (shard 31 of 50); 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,441 / 14,521] 401 / 411 tests; Testing //pkg/server/tests/commontest:commontest_test (shard 31 of 50); 15s remote-cache, linux-sandbox ... (70 actions running) [14,442 / 14,521] 401 / 411 tests; Testing //pkg/server/tests/commontest:commontest_test (shard 31 of 50); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,465 / 14,521] 404 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,472 / 14,521] 404 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 19s remote-cache, linux-sandbox ... (69 actions running) [14,475 / 14,521] 404 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 20s remote-cache, linux-sandbox ... (70 actions running) [14,476 / 14,521] 404 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,480 / 14,521] 404 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 23s remote-cache, linux-sandbox ... (70 actions running) [14,509 / 14,521] 408 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 25s remote-cache, linux-sandbox ... (24 actions running) [14,514 / 14,521] 408 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 26s remote-cache, linux-sandbox ... (14 actions running) [14,520 / 14,521] 410 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 28s remote-cache, linux-sandbox [14,520 / 14,521] 410 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 37s 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: 1407.322s, Critical Path: 287.01s INFO: 14509 processes: 6326 remote cache hit, 1656 internal, 6527 linux-sandbox. INFO: Build completed successfully, 14509 total actions //pkg/ddl/ingest/tests:tests_test FLAKY, failed in 1 out of 2 in 150.2s Stats over 2 runs: max = 150.2s, min = 5.4s, avg = 77.8s, dev = 72.4s /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/tests/tests_test/coverage.dat //pkg/domain/globalconfigsync:globalconfigsync_test FLAKY, failed in 1 out of 2 in 18.3s Stats over 2 runs: max = 18.3s, min = 5.3s, avg = 11.8s, dev = 6.5s /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/globalconfigsync/globalconfigsync_test/coverage.dat //pkg/ddl/tests/partition:partition_test FLAKY, failed in 1 out of 46 in 150.3s Stats over 46 runs: max = 150.3s, min = 1.9s, avg = 8.6s, dev = 21.7s /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_45_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_44_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_1_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_3_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_2_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_4_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_5_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_7_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_6_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_9_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_8_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_11_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_10_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_12_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_13_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_14_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_15_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_16_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_19_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_18_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_17_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_22_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_20_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_21_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_23_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_25_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_24_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_26_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_27_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_29_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_30_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_32_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_33_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_34_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_31_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_36_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_37_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_38_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_35_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_39_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_40_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_41_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_28_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_42_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_43_of_45/coverage.dat //pkg/ddl:ddl_test FLAKY, failed in 1 out of 51 in 47.0s Stats over 51 runs: max = 47.0s, min = 13.5s, avg = 20.7s, dev = 6.7s /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_36_of_50/coverage.dat Test cases: finished with 7964 passing and 0 failing out of 7964 test cases Executed 227 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: TestParallelDDL new flaky case: TestRemovePartitioningAutoIDs Output files: bazel-flaky-summaries.log bazel-go-test-index.log bazel-go-test-problem-cases.json bazel-target-output-L10231-11013.fatal.log bazel-target-output-L11264-12270.timeout.log bazel-target-output-L12341-22556.timeout.log bazel-target-output-L528-9875.fail.log [Pipeline] sh ++ uuidgen + timeout 10 curl --verbose --request POST --url http://cloudevents-server.apps.svc/events --header 'ce-id: 27ae1509-a2d8-4624-a35b-ce6f1aa1f8ce' --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/8906/' --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: 27ae1509-a2d8-4624-a35b-ce6f1aa1f8ce > 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/8906/ > ce-specversion: 1.0 > content-type: application/json; charset=UTF-8 > Content-Length: 467 > } [data not shown] * upload completely sent off: 467 out of 467 bytes 100 467 0 0 100 467 0 453 0:00:01 0:00:01 --:--:-- 453 100 467 0 0 100 467 0 229 0:00:02 0:00:02 --:--:-- 229 100 467 0 0 100 467 0 153 0:00:03 0:00:03 --:--:-- 154 100 467 0 0 100 467 0 115 0:00:04 0:00:04 --:--:-- 115 100 467 0 0 100 467 0 92 0:00:05 0:00:05 --:--:-- 92 100 467 0 0 100 467 0 77 0:00:06 0:00:06 --:--:-- 0 100 467 0 0 100 467 0 66 0:00:07 0:00:07 --:--:-- 0 100 467 0 0 100 467 0 58 0:00:08 0:00:08 --:--:-- 0 100 467 0 0 100 467 0 51 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:14:29.996Z] ['info'] _____ _ / ____| | | | | ___ __| | ___ ___ _____ __ | | / _ \ / _` |/ _ \/ __/ _ \ \ / / | |___| (_) | (_| | __/ (_| (_) \ V / \_____\___/ \__,_|\___|\___\___/ \_/ Codecov report uploader 0.5.0 [2024-05-06T03:14:29.998Z] ['info'] => Project root located at: . [2024-05-06T03:14:30.003Z] ['info'] -> Token found by environment variables [2024-05-06T03:14:30.032Z] ['info'] Searching for coverage files... [2024-05-06T03:14:34.400Z] ['info'] => Found 1 possible coverage files: ./coverage.dat [2024-05-06T03:14:34.401Z] ['info'] Processing ./coverage.dat... [2024-05-06T03:14:35.038Z] ['info'] Using manual override from args. [2024-05-06T03:14:35.039Z] ['info'] Detected Jenkins CI as the CI provider. [2024-05-06T03:14:35.058Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=uploader-0.5.0&token=*******&branch=origin%2Fpr%2F52843&build=8906&build_url=https%3A%2F%2Fdo.pingcap.net%2Fjenkins%2Fjob%2Fpingcap%2Fjob%2Ftidb%2Fjob%2Fghpr_unit_test%2F8906%2F&commit=8dfc8f0933dc67c019726e153bfa471b93d8cb5e&job=&pr=52843&service=jenkins&slug=pingcap%2Ftidb&name=&tag=&flags=unit&parent= [2024-05-06T03:14:36.058Z] ['info'] https://app.codecov.io/github/pingcap/tidb/commit/8dfc8f0933dc67c019726e153bfa471b93d8cb5e https://storage.googleapis.com/codecov/v4/raw/2024-05-06/F6B65B6EE70BEC6C6B5E073ED3BB1A79/8dfc8f0933dc67c019726e153bfa471b93d8cb5e/dc376c9d-bff8-4f93-a50f-0b4f4543fe22.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240506%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240506T031435Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0b7986b8916e0298ffc8d4e51806051a672c414286f1930b3223457742fd47d6 [2024-05-06T03:14:36.059Z] ['info'] Uploading... [2024-05-06T03:14:37.852Z] ['info'] {"status":"success","resultURL":"https://app.codecov.io/github/pingcap/tidb/commit/8dfc8f0933dc67c019726e153bfa471b93d8cb5e"} [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