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-8945-lqz52-163zv-d2gvz Agent pingcap-tidb-ghpr-unit-test-8945-lqz52-163zv-d2gvz is provisioned from template pingcap_tidb_ghpr_unit_test_8945-lqz52-163zv --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8945/" runUrl: "job/pingcap/job/tidb/job/ghpr_unit_test/8945/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "81c4cc1bc607162308fd709e97aea221d7d5caf8" jenkins/label: "pingcap_tidb_ghpr_unit_test_8945-lqz52" name: "pingcap-tidb-ghpr-unit-test-8945-lqz52-163zv-d2gvz" 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-8945-lqz52-163zv-d2gvz" - name: "JENKINS_NAME" value: "pingcap-tidb-ghpr-unit-test-8945-lqz52-163zv-d2gvz" - 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-8945-lqz52-163zv-d2gvz 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 > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Commit message: "fix(br): use failpoint tidb-server instead (#2951)" > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 > git rev-list --no-walk 03312178c534dce949face80c69812d989e55009 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 1 hr 30 min [Pipeline] { [Pipeline] stage [Pipeline] { (Debug info) [Pipeline] sh + printenv PROW_JOB_ID=4b1606cf-1789-428d-b9d0-d97772816055 JENKINS_NODE_COOKIE=13f7bd93-4121-448e-98ac-a5c1f5d28f46 BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8945/ GOLANG_VERSION=1.21.0 HOSTNAME=pingcap-tidb-ghpr-unit-test-8945-lqz52-163zv-d2gvz 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-8945 KUBERNETES_SERVICE_PORT=443 GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009 JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/ghpr_unit_test","buildid":"1787415989529350145","prowjobid":"4b1606cf-1789-428d-b9d0-d97772816055","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"master","base_sha":"17d3f7fd4599c86fed367db1051156abc0b3cd5b","base_link":"https://github.com/pingcap/tidb/commit/17d3f7fd4599c86fed367db1051156abc0b3cd5b","pulls":[{"number":53033,"author":"qw4990","sha":"fc03c75573ac7e47ba43f134698085f4398110ac","title":"planner: merge fast plan cache and normal plan cache","link":"https://github.com/pingcap/tidb/pull/53033","commit_link":"https://github.com/pingcap/tidb/pull/53033/commits/fc03c75573ac7e47ba43f134698085f4398110ac","author_link":"https://github.com/qw4990"}]}} KUBERNETES_SERVICE_HOST=10.233.0.1 WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/ RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8945/display/redirect?page=changes RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8945/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/8945/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=#8945 JENKINS_URL=https://do.pingcap.net/jenkins/ BUILD_ID=1787415989529350145 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/8945/display/redirect?page=tests SHLVL=3 HOME=/home/jenkins POD_LABEL=pingcap_tidb_ghpr_unit_test_8945-lqz52 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_8945-lqz52 pingcap-tidb-ghpr-unit-test-8945-lqz52-163zv-d2gvz GIT_URL=https://github.com/PingCAP-QE/ci.git HUDSON_HOME=/var/jenkins_home CLASSPATH= NODE_NAME=pingcap-tidb-ghpr-unit-test-8945-lqz52-163zv-d2gvz GOPATH=/go JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/display/redirect BUILD_NUMBER=8945 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-build1600258999=/tmp/go-build -gno-record-gcc-switches' + echo ------------------------- ------------------------- + ls -l /dev/null crw-rw-rw- 1 root root 1, 3 May 6 17:36 /dev/null + echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-8945-lqz52-163zv-d2gvz bash' debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-8945-lqz52-163zv-d2gvz 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: 39036 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; COOKIE: 10c04f35ca377abe (echoed) ;; QUESTION SECTION: ;github.com. IN A ;; ANSWER SECTION: github.com. 24 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 09:36:27 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-17d3f7f) 460455936 bytes in 1.35 secs (340756683 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-6d1fc4bc [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 17d3f7fd45 planner: small refactor for plan cache (#53028) POST git-upload-pack (656 bytes) POST git-upload-pack (973 bytes) From https://github.com/pingcap/tidb = [up to date] master -> origin/master * [new ref] refs/pull/53033/head -> origin/pr/53033/head HEAD is now at 17d3f7fd45 planner: small refactor for plan cache (#53028) ๐Ÿšง Checkouting to base SHA:17d3f7fd4599c86fed367db1051156abc0b3cd5b... HEAD is now at 17d3f7fd45 planner: small refactor for plan cache (#53028) โœ… Checked. ๐ŸŽ‰ ๐Ÿงพ HEAD info: 17d3f7fd4599c86fed367db1051156abc0b3cd5b 17d3f7fd45 planner: small refactor for plan cache (#53028) 659f32a813 infoschema: try other PDs if one cannot serve the request (#52843) 516977e1f9 planner: move ShowPredicateExtractor interface to base package out of core (#52953) ๐Ÿšง Pre-merge heads of pull requests to base SHA: 17d3f7fd4599c86fed367db1051156abc0b3cd5b ... Updating 17d3f7fd45..fc03c75573 Fast-forward pkg/executor/adapter.go | 2 +- pkg/executor/compiler.go | 13 +++++---- pkg/planner/core/plan_cache.go | 56 +++++++----------------------------- pkg/planner/core/plan_cache_test.go | 2 +- pkg/planner/core/plan_cache_utils.go | 2 -- 5 files changed, 19 insertions(+), 56 deletions(-) ๐Ÿงพ Pre-merged result: fc03c75573ac7e47ba43f134698085f4398110ac fc03c75573 fixup 5afeae3b61 fixup 17d3f7fd45 planner: small refactor for plan cache (#53028) โœ… Pre merged ๐ŸŽ‰ ๐Ÿ“ update submodules ... โœ… update submodules done โœ… ~~~~~All done.~~~~~~ [Pipeline] } [Pipeline] // retry [Pipeline] } [Pipeline] // script [Pipeline] } Cache saved successfully (git/pingcap/tidb/rev-17d3f7f-fc03c75) 460606976 bytes in 21.65 secs (21278934 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: 019a124f-36d3-424d-b86f-11554591e9f9 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_09_36_17.339286610/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=315621 --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 (100 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (200 packages loaded, 11319 targets configured) INFO: Analyzed target //:gazelle (270 packages loaded, 11965 targets configured). INFO: Found 1 target... [0 / 64] [Prepa] Creating source manifest for //:gazelle ... (2 actions, 1 running) [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 5.3 MiB / 17.2 MiB; 1s remote-cache ... (3 actions, 0 running) [25 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 3.3 MiB / 17.2 MiB; 2s remote-cache ... (2 actions, 0 running) [146 / 316] GoCompilePkg external/org_golang_x_tools/go/analysis/passes/assign/assign.a [for tool]; Downloading external/org_golang_x_tools/go/analysis/passes/assign/assign.a, 32.0 KiB / 87.6 KiB; 0s remote-cache ... (33 actions, 0 running) Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 27.439s, Critical Path: 4.43s 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: 7066f39e-e98b-43d6-a3ab-e4ced6483524 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_09_36_17.339286610/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=315621 --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 (118 packages loaded, 12884 targets configured) INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14292 targets configured). INFO: Found 1 target... [0 / 10] [Prepa] Creating source manifest for //tools/tazel:tazel [272 / 607] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net/http.a, 2.5 MiB / 7.3 MiB; 0s remote-cache [489 / 607] GoCompilePkg external/org_golang_google_protobuf/types/descriptorpb/descriptorpb.a; 0s remote-cache ... (7 actions, 0 running) [606 / 607] GoLink tools/tazel/tazel_/tazel; Downloading tools/tazel/tazel_/tazel, 1.4 MiB / 22.4 MiB; 0s remote-cache Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 5.430s, Critical Path: 3.07s 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: 9b8b294a-3d7a-4d29-96ae-2e4fbdcd223e 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_09_36_17.339286610/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 (1126 packages loaded, 14400 targets configured) Analyzing: 411 targets (1368 packages loaded, 19115 targets configured) Analyzing: 411 targets (1504 packages loaded, 20603 targets configured) Analyzing: 411 targets (1664 packages loaded, 23208 targets configured) Analyzing: 411 targets (1770 packages loaded, 24032 targets configured) Analyzing: 411 targets (1917 packages loaded, 25541 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1976 packages loaded, 26303 targets configured) Analyzing: 411 targets (1981 packages loaded, 26970 targets configured) INFO: Analyzed 411 targets (1981 packages loaded, 26989 targets configured). INFO: Found 411 test targets... [0 / 11] [Prepa] Writing file br/cmd/br/br_test/baseline_coverage.dat ... (11 actions, 0 running) [1,428 / 9,763] GoToolchainBinaryBuild external/go_sdk/builder [for tool]; Downloading external/go_sdk/builder, 5.3 MiB / 5.3 MiB; 0s remote-cache ... (34 actions, 0 running) [1,460 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 7.0 MiB / 17.2 MiB; 1s remote-cache ... (35 actions, 0 running) [1,469 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 17.1 MiB / 17.2 MiB; 2s remote-cache ... (36 actions, 2 running) [1,490 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 8.0 MiB / 17.2 MiB; 3s remote-cache ... (35 actions, 2 running) [1,545 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 14.0 MiB / 17.2 MiB; 4s remote-cache ... (35 actions, 0 running) [1,910 / 9,763] GoCompilePkg external/co_honnef_go_tools/pattern/pattern.a [for tool]; 0s remote-cache ... (29 actions, 0 running) [2,258 / 9,763] GoCompilePkg external/com_github_spf13_cobra/cobra.a; Downloading external/com_github_spf13_cobra/cobra.a, 991.8 KiB / 1.2 MiB; 0s remote-cache ... (35 actions, 0 running) [2,697 / 9,768] GoCompilePkg external/com_github_xitongsys_parquet_go/parquet/parquet.a; Downloading external/com_github_xitongsys_parquet_go/parquet/parquet.a, 2.3 MiB / 2.5 MiB; 0s remote-cache ... (33 actions, 0 running) [3,114 / 9,783] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 69.7 MiB / 96.2 MiB; 0s remote-cache ... (35 actions, 0 running) [3,381 / 9,854] 2 / 411 tests; GoCompilePkg external/io_k8s_api/core/v1/core.a; Downloading external/io_k8s_api/core/v1/core.a, 13.9 MiB / 20.4 MiB; 0s remote-cache ... (34 actions, 0 running) [3,639 / 9,892] 14 / 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, 4.9 MiB / 69.8 MiB; 0s remote-cache ... (35 actions, 0 running) [3,902 / 9,914] 36 / 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, 37.9 MiB / 69.8 MiB; 1s remote-cache ... (34 actions, 0 running) [4,121 / 9,954] 56 / 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, 68.7 MiB / 69.8 MiB; 2s remote-cache ... (35 actions, 0 running) [4,354 / 9,987] 63 / 411 tests; GoCompilePkg pkg/parser/parser_test.internal.a; 0s remote-cache ... (35 actions, 0 running) [4,669 / 9,994] 67 / 411 tests; GoLink pkg/parser/parser_test_/parser_test; Downloading pkg/parser/parser_test_/parser_test, 11.0 MiB / 17.5 MiB; 0s remote-cache ... (35 actions, 0 running) [4,867 / 10,103] 69 / 411 tests; GoLink pkg/lightning/worker/worker_test_/worker_test; 0s remote-cache ... (35 actions, 0 running) [5,018 / 10,105] 71 / 411 tests; GoCompilePkg external/io_k8s_api/core/v1/core.a; Downloading external/io_k8s_api/core/v1/core.a, 20.0 MiB / 24.4 MiB; 1s remote-cache ... (35 actions, 0 running) [5,153 / 10,109] 74 / 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, 38.0 MiB / 75.3 MiB; 2s remote-cache ... (18 actions, 0 running) [5,237 / 10,109] 75 / 411 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; 3s remote-cache ... (10 actions, 0 running) [5,284 / 10,117] 76 / 411 tests; GoLink pkg/util/cdcutil/cdcutil_test_/cdcutil_test; Downloading pkg/util/cdcutil/cdcutil_test_/cdcutil_test, 21.1 MiB / 21.6 MiB; 0s remote-cache ... (14 actions, 0 running) [5,417 / 10,133] 81 / 411 tests; GoLink pkg/util/execdetails/execdetails_test_/execdetails_test; 0s remote-cache ... (22 actions, 0 running) [5,484 / 10,147] 82 / 411 tests; GoLink pkg/privilege/privileges/ldap/ldap_test_/ldap_test; Downloading pkg/privilege/privileges/ldap/ldap_test_/ldap_test, 23.0 MiB / 23.6 MiB; 1s remote-cache ... (35 actions, 0 running) [5,553 / 10,241] 87 / 411 tests; GoLink pkg/util/memory/memory_test_/memory_test; Downloading pkg/util/memory/memory_test_/memory_test, 25.0 MiB / 25.4 MiB; 1s remote-cache ... (35 actions, 0 running) [5,603 / 10,255] 92 / 411 tests; GoLink pkg/util/timeutil/timeutil_test_/timeutil_test; Downloading pkg/util/timeutil/timeutil_test_/timeutil_test, 19.0 MiB / 27.9 MiB; 1s remote-cache ... (35 actions, 0 running) [5,655 / 10,274] 97 / 411 tests; GoLink pkg/util/deadlockhistory/deadlockhistory_test_/deadlockhistory_test; Downloading pkg/util/deadlockhistory/deadlockhistory_test_/deadlockhistory_test, 25.0 MiB / 29.6 MiB; 2s remote-cache ... (35 actions, 0 running) [5,728 / 10,282] 103 / 411 tests; GoLink pkg/util/parser/parser_test_/parser_test; Downloading pkg/util/parser/parser_test_/parser_test, 37.1 MiB / 37.3 MiB; 3s remote-cache ... (35 actions, 0 running) [5,783 / 10,347] 104 / 411 tests; GoLink pkg/util/cpu/cpu_test_/cpu_test; Downloading pkg/util/cpu/cpu_test_/cpu_test, 28.0 MiB / 33.7 MiB; 2s remote-cache ... (35 actions, 0 running) [5,840 / 10,350] 109 / 411 tests; GoLink pkg/util/plancodec/plancodec_test_/plancodec_test; Downloading pkg/util/plancodec/plancodec_test_/plancodec_test, 20.0 MiB / 29.0 MiB; 2s remote-cache ... (35 actions, 0 running) [5,872 / 10,350] 112 / 411 tests; GoLink pkg/util/plancodec/plancodec_test_/plancodec_test; Downloading pkg/util/plancodec/plancodec_test_/plancodec_test, 27.0 MiB / 29.0 MiB; 3s remote-cache ... (35 actions, 0 running) [5,924 / 10,376] 112 / 411 tests; GoLink pkg/store/driver/error/error_test_/error_test; Downloading pkg/store/driver/error/error_test_/error_test, 18.1 MiB / 28.9 MiB; 2s remote-cache ... (34 actions, 0 running) [5,983 / 10,378] 114 / 411 tests; GoLink pkg/store/driver/error/error_test_/error_test; 3s remote-cache ... (35 actions, 0 running) [6,059 / 10,380] 116 / 411 tests; GoLink pkg/ddl/label/label_test_/label_test; Downloading pkg/ddl/label/label_test_/label_test, 29.0 MiB / 29.2 MiB; 3s remote-cache ... (35 actions, 0 running) [6,123 / 10,389] 117 / 411 tests; GoLink pkg/util/rowcodec/rowcodec_test_/rowcodec_test; 2s remote-cache ... (35 actions, 0 running) [6,175 / 10,446] 118 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 36.0 MiB / 78.6 MiB; 3s remote-cache ... (35 actions, 0 running) [6,206 / 10,446] 122 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 45.0 MiB / 78.6 MiB; 4s remote-cache ... (35 actions, 0 running) [6,244 / 10,454] 123 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 54.0 MiB / 78.6 MiB; 5s remote-cache ... (35 actions, 0 running) [6,283 / 10,465] 123 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 63.2 MiB / 78.6 MiB; 6s remote-cache ... (35 actions, 0 running) [6,321 / 10,516] 126 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 72.0 MiB / 78.6 MiB; 7s remote-cache ... (35 actions, 0 running) [6,353 / 10,518] 127 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1098.a; Downloading pkg/sessionctx/stmtctx/expression.recompile1098.a, 55.0 MiB / 78.6 MiB; 6s remote-cache ... (34 actions, 0 running) [6,382 / 10,518] 128 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1098.a; Downloading pkg/sessionctx/stmtctx/expression.recompile1098.a, 62.0 MiB / 78.6 MiB; 7s remote-cache ... (35 actions, 0 running) [6,420 / 10,520] 130 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1098.a; Downloading pkg/sessionctx/stmtctx/expression.recompile1098.a, 71.0 MiB / 78.6 MiB; 8s remote-cache ... (35 actions, 0 running) [6,455 / 10,520] 131 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1098.a; 9s remote-cache ... (35 actions, 0 running) [6,502 / 10,520] 132 / 411 tests; GoCompilePkg pkg/structure/expression.recompile1098.a; Downloading pkg/structure/expression.recompile1098.a, 65.0 MiB / 78.6 MiB; 8s remote-cache ... (34 actions, 0 running) [6,547 / 10,531] 133 / 411 tests; GoCompilePkg pkg/structure/expression.recompile1098.a; Downloading pkg/structure/expression.recompile1098.a, 73.4 MiB / 78.6 MiB; 9s remote-cache ... (35 actions, 0 running) [6,574 / 10,531] 133 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; Downloading pkg/ddl/placement/expression.recompile554.a, 76.0 MiB / 80.2 MiB; 9s remote-cache ... (35 actions, 0 running) [6,603 / 10,533] 134 / 411 tests; GoCompilePkg pkg/meta/expression.recompile557.a; Downloading pkg/meta/expression.recompile557.a, 69.0 MiB / 78.6 MiB; 9s remote-cache ... (35 actions, 0 running) [6,637 / 10,533] 135 / 411 tests; GoCompilePkg pkg/meta/expression.recompile557.a; Downloading pkg/meta/expression.recompile557.a, 78.0 MiB / 78.6 MiB; 10s remote-cache ... (35 actions, 0 running) [6,676 / 10,551] 136 / 411 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 53.0 MiB / 80.2 MiB; 7s remote-cache ... (35 actions, 0 running) [6,712 / 10,563] 136 / 411 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 62.0 MiB / 80.2 MiB; 8s remote-cache ... (35 actions, 0 running) [6,761 / 10,573] 137 / 411 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 72.0 MiB / 80.2 MiB; 9s remote-cache ... (35 actions, 0 running) [6,804 / 10,573] 139 / 411 tests; GoCompilePkg pkg/expression/expression.a; 10s remote-cache ... (35 actions, 0 running) [6,852 / 10,573] 141 / 411 tests; GoLink pkg/server/internal/internal_test_/internal_test; Downloading pkg/server/internal/internal_test_/internal_test, 40.0 MiB / 43.4 MiB; 4s remote-cache ... (35 actions, 0 running) [6,892 / 10,584] 142 / 411 tests; GoCompilePkg pkg/extension/expression.recompile1163.a; Downloading pkg/extension/expression.recompile1163.a, 37.0 MiB / 78.6 MiB; 4s remote-cache ... (35 actions, 0 running) [6,927 / 10,594] 144 / 411 tests; GoCompilePkg pkg/extension/expression.recompile1163.a; Downloading pkg/extension/expression.recompile1163.a, 47.0 MiB / 78.6 MiB; 5s remote-cache ... (35 actions, 0 running) [6,969 / 10,594] 145 / 411 tests; GoCompilePkg pkg/extension/expression.recompile1163.a; Downloading pkg/extension/expression.recompile1163.a, 56.0 MiB / 78.6 MiB; 6s remote-cache ... (35 actions, 0 running) [7,018 / 10,655] 145 / 411 tests; GoCompilePkg pkg/extension/expression.recompile1163.a; Downloading pkg/extension/expression.recompile1163.a, 67.7 MiB / 78.6 MiB; 7s remote-cache ... (35 actions, 0 running) [7,074 / 10,666] 147 / 411 tests; GoCompilePkg pkg/extension/expression.recompile1163.a; Downloading pkg/extension/expression.recompile1163.a, 78.0 MiB / 78.6 MiB; 8s remote-cache ... (35 actions, 0 running) [7,128 / 10,681] 148 / 411 tests; GoCompilePkg pkg/expression/expression.a; 8s remote-cache ... (35 actions, 0 running) [7,173 / 10,739] 149 / 411 tests; GoLink pkg/ddl/util/util_test_/util_test; Downloading pkg/ddl/util/util_test_/util_test, 26.6 MiB / 42.9 MiB; 2s remote-cache ... (35 actions, 0 running) [7,225 / 10,739] 150 / 411 tests; GoLink pkg/ddl/util/util_test_/util_test; Downloading pkg/ddl/util/util_test_/util_test, 38.0 MiB / 42.9 MiB; 3s remote-cache ... (35 actions, 0 running) [7,274 / 10,747] 152 / 411 tests; GoLink pkg/timer/tablestore/tablestore_test_/tablestore_test; Downloading pkg/timer/tablestore/tablestore_test_/tablestore_test, 30.0 MiB / 56.6 MiB; 3s remote-cache ... (35 actions, 0 running) [7,323 / 10,747] 155 / 411 tests; GoLink pkg/timer/tablestore/tablestore_test_/tablestore_test; Downloading pkg/timer/tablestore/tablestore_test_/tablestore_test, 39.0 MiB / 56.6 MiB; 4s remote-cache ... (35 actions, 0 running) [7,350 / 10,747] 155 / 411 tests; GoLink pkg/timer/tablestore/tablestore_test_/tablestore_test; Downloading pkg/timer/tablestore/tablestore_test_/tablestore_test, 47.0 MiB / 56.6 MiB; 5s remote-cache ... (35 actions, 0 running) [7,380 / 10,747] 156 / 411 tests; GoLink pkg/timer/tablestore/tablestore_test_/tablestore_test; Downloading pkg/timer/tablestore/tablestore_test_/tablestore_test, 54.0 MiB / 56.6 MiB; 6s remote-cache ... (34 actions, 0 running) [7,413 / 10,758] 156 / 411 tests; GoLink pkg/executor/internal/vecgroupchecker/vecgroupchecker_test_/vecgroupchecker_test; Downloading pkg/executor/internal/vecgroupchecker/vecgroupchecker_test_/vecgroupchecker_test, 41.0 MiB / 52.7 MiB; 5s remote-cache ... (35 actions, 0 running) [7,448 / 10,758] 156 / 411 tests; GoLink pkg/executor/internal/vecgroupchecker/vecgroupchecker_test_/vecgroupchecker_test; Downloading pkg/executor/internal/vecgroupchecker/vecgroupchecker_test_/vecgroupchecker_test, 49.0 MiB / 52.7 MiB; 6s remote-cache ... (35 actions, 0 running) [7,478 / 10,764] 158 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 57.0 MiB / 151.3 MiB; 7s remote-cache ... (35 actions, 0 running) [7,504 / 10,766] 159 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 65.0 MiB / 151.3 MiB; 8s remote-cache ... (35 actions, 0 running) [7,532 / 10,781] 160 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 72.0 MiB / 151.3 MiB; 9s remote-cache ... (35 actions, 0 running) [7,558 / 10,805] 161 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 80.0 MiB / 151.3 MiB; 10s remote-cache ... (35 actions, 0 running) [7,582 / 10,805] 162 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 88.0 MiB / 151.3 MiB; 11s remote-cache ... (35 actions, 0 running) [7,598 / 10,805] 162 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 94.0 MiB / 151.3 MiB; 12s remote-cache ... (35 actions, 0 running) [7,624 / 10,820] 162 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 101.0 MiB / 151.3 MiB; 13s remote-cache ... (35 actions, 0 running) [7,652 / 10,826] 162 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 110.0 MiB / 151.3 MiB; 14s remote-cache ... (35 actions, 0 running) [7,677 / 10,855] 162 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 117.0 MiB / 151.3 MiB; 15s remote-cache ... (34 actions, 0 running) [7,701 / 10,859] 162 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 124.0 MiB / 151.3 MiB; 16s remote-cache ... (35 actions, 0 running) [7,724 / 10,889] 163 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 132.0 MiB / 151.3 MiB; 17s remote-cache ... (35 actions, 0 running) [7,749 / 10,899] 163 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 140.0 MiB / 151.3 MiB; 18s remote-cache ... (35 actions, 0 running) [7,778 / 10,905] 166 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 148.0 MiB / 151.3 MiB; 19s remote-cache ... (35 actions, 0 running) [7,804 / 10,905] 167 / 411 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 85.0 MiB / 101.9 MiB; 12s remote-cache ... (35 actions, 0 running) [7,844 / 10,905] 168 / 411 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 94.0 MiB / 101.9 MiB; 13s remote-cache ... (35 actions, 0 running) [7,876 / 10,925] 168 / 411 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; 14s remote-cache ... (34 actions, 0 running) [7,909 / 10,981] 170 / 411 tests; GoLink br/pkg/pdutil/pdutil_test_/pdutil_test; Downloading br/pkg/pdutil/pdutil_test_/pdutil_test, 45.0 MiB / 53.0 MiB; 5s remote-cache ... (35 actions, 0 running) [7,952 / 10,981] 171 / 411 tests; GoLink br/pkg/pdutil/pdutil_test_/pdutil_test; 6s remote-cache ... (35 actions, 0 running) [7,997 / 10,986] 171 / 411 tests; GoCompilePkg pkg/structure/core.recompile1241.a; Downloading pkg/structure/core.recompile1241.a, 42.0 MiB / 43.8 MiB; 4s remote-cache ... (35 actions, 0 running) [8,034 / 10,986] 172 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/exec.recompile1234.a; Downloading pkg/sessionctx/stmtctx/exec.recompile1234.a, 6.0 MiB / 6.6 MiB; 1s remote-cache ... (35 actions, 0 running) [8,067 / 10,986] 173 / 411 tests; Testing //pkg/store/mockstore/unistore/tikv:tikv_test (shard 8 of 28); Downloading pkg/store/mockstore/unistore/tikv/tikv_test/shard_8_of_28/coverage.dat, 9.0 MiB / 9.3 MiB; 1s remote-cache ... (35 actions, 0 running) [8,108 / 10,986] 173 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 16.0 MiB / 113.1 MiB; 2s remote-cache ... (35 actions, 0 running) [8,149 / 10,986] 175 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 24.0 MiB / 113.1 MiB; 3s remote-cache ... (35 actions, 0 running) [8,193 / 10,986] 176 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 34.4 MiB / 113.1 MiB; 4s remote-cache ... (35 actions, 0 running) [8,232 / 10,986] 178 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 44.0 MiB / 113.1 MiB; 5s remote-cache ... (35 actions, 0 running) [8,271 / 10,986] 178 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 54.0 MiB / 113.1 MiB; 6s remote-cache ... (35 actions, 0 running) [8,300 / 10,986] 178 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 62.0 MiB / 113.1 MiB; 7s remote-cache ... (35 actions, 0 running) [8,330 / 10,986] 178 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 71.0 MiB / 113.1 MiB; 8s remote-cache ... (35 actions, 0 running) [8,358 / 10,986] 179 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 79.0 MiB / 113.1 MiB; 9s remote-cache ... (35 actions, 0 running) [8,386 / 10,986] 179 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 86.0 MiB / 113.1 MiB; 10s remote-cache ... (35 actions, 0 running) [8,422 / 10,988] 179 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 94.0 MiB / 113.1 MiB; 11s remote-cache ... (35 actions, 0 running) [8,459 / 10,990] 181 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 103.0 MiB / 113.1 MiB; 12s remote-cache ... (35 actions, 0 running) [8,502 / 10,990] 182 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 113.0 MiB / 113.1 MiB; 13s remote-cache ... (35 actions, 0 running) [8,550 / 11,027] 183 / 411 tests; GoLink pkg/statistics/handle/cache/cache_test_/cache_test; Downloading pkg/statistics/handle/cache/cache_test_/cache_test, 11.0 MiB / 55.0 MiB; 1s remote-cache ... (35 actions, 0 running) [8,593 / 11,044] 183 / 411 tests; GoLink pkg/statistics/handle/cache/cache_test_/cache_test; Downloading pkg/statistics/handle/cache/cache_test_/cache_test, 22.0 MiB / 55.0 MiB; 2s remote-cache ... (35 actions, 0 running) [8,636 / 11,044] 184 / 411 tests; GoLink pkg/statistics/handle/cache/cache_test_/cache_test; Downloading pkg/statistics/handle/cache/cache_test_/cache_test, 33.0 MiB / 55.0 MiB; 3s remote-cache ... (35 actions, 0 running) [8,668 / 11,044] 184 / 411 tests; GoLink pkg/statistics/handle/cache/cache_test_/cache_test; Downloading pkg/statistics/handle/cache/cache_test_/cache_test, 42.0 MiB / 55.0 MiB; 4s remote-cache ... (35 actions, 0 running) [8,698 / 11,044] 185 / 411 tests; GoLink pkg/statistics/handle/cache/cache_test_/cache_test; Downloading pkg/statistics/handle/cache/cache_test_/cache_test, 51.0 MiB / 55.0 MiB; 5s remote-cache ... (35 actions, 0 running) [8,735 / 11,046] 185 / 411 tests; GoLink pkg/statistics/handle/lockstats/lockstats_test_/lockstats_test; Downloading pkg/statistics/handle/lockstats/lockstats_test_/lockstats_test, 41.0 MiB / 55.0 MiB; 5s remote-cache ... (35 actions, 0 running) [8,764 / 11,046] 186 / 411 tests; GoLink pkg/statistics/handle/lockstats/lockstats_test_/lockstats_test; Downloading pkg/statistics/handle/lockstats/lockstats_test_/lockstats_test, 50.0 MiB / 55.0 MiB; 6s remote-cache ... (35 actions, 0 running) [8,790 / 11,065] 186 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 42.8 MiB / 157.5 MiB; 5s remote-cache ... (35 actions, 0 running) [8,820 / 11,065] 187 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 51.0 MiB / 157.5 MiB; 6s remote-cache ... (35 actions, 0 running) [8,844 / 11,065] 187 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 57.3 MiB / 157.5 MiB; 7s remote-cache ... (35 actions, 0 running) [8,875 / 11,065] 187 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 65.0 MiB / 157.5 MiB; 8s remote-cache ... (35 actions, 0 running) [8,899 / 11,065] 187 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 73.0 MiB / 157.5 MiB; 9s remote-cache ... (35 actions, 0 running) [8,925 / 11,072] 188 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 81.0 MiB / 157.5 MiB; 10s remote-cache ... (35 actions, 0 running) [8,954 / 11,086] 189 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 88.0 MiB / 157.5 MiB; 11s remote-cache ... (35 actions, 0 running) [8,972 / 11,135] 189 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 94.0 MiB / 157.5 MiB; 13s remote-cache ... (35 actions, 0 running) [8,992 / 11,135] 191 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 102.0 MiB / 157.5 MiB; 14s remote-cache ... (35 actions, 0 running) [9,011 / 11,146] 192 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 108.0 MiB / 157.5 MiB; 15s remote-cache ... (34 actions, 0 running) [9,024 / 11,146] 194 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 114.0 MiB / 157.5 MiB; 16s remote-cache ... (35 actions, 0 running) [9,054 / 11,146] 194 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 122.0 MiB / 157.5 MiB; 17s remote-cache ... (35 actions, 0 running) [9,070 / 11,146] 194 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 128.0 MiB / 157.5 MiB; 18s remote-cache ... (35 actions, 0 running) [9,088 / 11,146] 194 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 135.0 MiB / 157.5 MiB; 19s remote-cache ... (35 actions, 0 running) [9,108 / 11,146] 194 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 141.0 MiB / 157.5 MiB; 20s remote-cache ... (35 actions, 0 running) [9,127 / 11,146] 194 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 148.0 MiB / 157.5 MiB; 21s remote-cache ... (35 actions, 0 running) [9,149 / 11,158] 194 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 156.0 MiB / 157.5 MiB; 22s remote-cache ... (35 actions, 0 running) [9,172 / 11,215] 195 / 411 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; 22s remote-cache ... (35 actions, 0 running) [9,191 / 11,228] 197 / 411 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 49.0 MiB / 107.0 MiB; 7s remote-cache ... (35 actions, 0 running) [9,206 / 11,244] 198 / 411 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 56.0 MiB / 107.0 MiB; 8s remote-cache ... (35 actions, 0 running) [9,226 / 11,244] 198 / 411 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 63.0 MiB / 107.0 MiB; 10s remote-cache ... (34 actions, 0 running) [9,235 / 11,244] 199 / 411 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 70.0 MiB / 107.0 MiB; 11s remote-cache ... (35 actions, 0 running) [9,252 / 11,244] 199 / 411 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 76.0 MiB / 107.0 MiB; 12s remote-cache ... (35 actions, 0 running) [9,270 / 11,295] 199 / 411 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 84.0 MiB / 107.0 MiB; 13s remote-cache ... (35 actions, 0 running) [9,280 / 11,295] 199 / 411 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 91.0 MiB / 107.0 MiB; 14s remote-cache ... (35 actions, 0 running) [9,295 / 11,295] 199 / 411 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 96.0 MiB / 107.0 MiB; 15s remote-cache ... (35 actions, 0 running) [9,309 / 11,300] 200 / 411 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 103.0 MiB / 107.0 MiB; 16s remote-cache ... (35 actions, 0 running) [9,320 / 11,300] 200 / 411 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; 17s remote-cache ... (35 actions, 0 running) [9,341 / 11,408] 200 / 411 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 103.0 MiB / 120.2 MiB; 17s remote-cache ... (35 actions, 0 running) [9,356 / 11,408] 200 / 411 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 110.0 MiB / 120.2 MiB; 18s remote-cache ... (35 actions, 0 running) [9,377 / 11,408] 200 / 411 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 117.0 MiB / 120.2 MiB; 19s remote-cache ... (35 actions, 0 running) [9,393 / 11,459] 200 / 411 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; Downloading pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test, 86.0 MiB / 160.9 MiB; 14s remote-cache ... (35 actions, 0 running) [9,414 / 11,459] 201 / 411 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; Downloading pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test, 93.0 MiB / 160.9 MiB; 15s remote-cache ... (35 actions, 0 running) [9,438 / 11,459] 202 / 411 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; Downloading pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test, 101.0 MiB / 160.9 MiB; 16s remote-cache ... (35 actions, 0 running) [9,453 / 11,459] 203 / 411 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; Downloading pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test, 108.0 MiB / 160.9 MiB; 17s remote-cache ... (35 actions, 0 running) [9,469 / 11,459] 203 / 411 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; Downloading pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test, 116.0 MiB / 160.9 MiB; 18s remote-cache ... (35 actions, 0 running) [9,483 / 11,459] 203 / 411 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; Downloading pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test, 122.0 MiB / 160.9 MiB; 19s remote-cache ... (35 actions, 0 running) [9,499 / 11,459] 204 / 411 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; Downloading pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test, 129.0 MiB / 160.9 MiB; 20s remote-cache ... (35 actions, 0 running) [9,517 / 11,471] 204 / 411 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; Downloading pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test, 136.0 MiB / 160.9 MiB; 21s remote-cache ... (35 actions, 0 running) [9,526 / 11,471] 204 / 411 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; Downloading pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test, 142.0 MiB / 160.9 MiB; 22s remote-cache ... (35 actions, 0 running) [9,544 / 11,471] 204 / 411 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; Downloading pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test, 149.0 MiB / 160.9 MiB; 23s remote-cache ... (35 actions, 0 running) [9,556 / 11,471] 205 / 411 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; Downloading pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test, 155.0 MiB / 160.9 MiB; 24s remote-cache ... (35 actions, 0 running) [9,571 / 11,522] 205 / 411 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; 26s remote-cache ... (35 actions, 0 running) [9,586 / 11,540] 205 / 411 tests; GoLink pkg/statistics/statistics_test_/statistics_test; Downloading pkg/statistics/statistics_test_/statistics_test, 154.0 MiB / 158.1 MiB; 24s remote-cache ... (35 actions, 0 running) [9,599 / 11,540] 205 / 411 tests; GoLink pkg/statistics/statistics_test_/statistics_test; 26s remote-cache ... (35 actions, 0 running) [9,618 / 11,578] 205 / 411 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 142.0 MiB / 142.4 MiB; 22s remote-cache ... (35 actions, 0 running) [9,636 / 11,628] 205 / 411 tests; GoLink pkg/extension/extension_test_/extension_test; Downloading pkg/extension/extension_test_/extension_test, 146.0 MiB / 160.9 MiB; 23s remote-cache ... (35 actions, 0 running) [9,647 / 11,628] 205 / 411 tests; GoLink pkg/extension/extension_test_/extension_test; Downloading pkg/extension/extension_test_/extension_test, 152.0 MiB / 160.9 MiB; 24s remote-cache ... (35 actions, 0 running) [9,661 / 11,630] 205 / 411 tests; GoLink pkg/extension/extension_test_/extension_test; Downloading pkg/extension/extension_test_/extension_test, 159.0 MiB / 160.9 MiB; 25s remote-cache ... (35 actions, 0 running) [9,679 / 11,646] 205 / 411 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; Downloading pkg/infoschema/infoschema_test_/infoschema_test, 87.0 MiB / 159.0 MiB; 14s remote-cache ... (35 actions, 0 running) [9,693 / 11,646] 205 / 411 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; Downloading pkg/infoschema/infoschema_test_/infoschema_test, 93.0 MiB / 159.0 MiB; 15s remote-cache ... (35 actions, 0 running) [9,700 / 11,646] 205 / 411 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; Downloading pkg/infoschema/infoschema_test_/infoschema_test, 99.0 MiB / 159.0 MiB; 16s remote-cache ... (35 actions, 0 running) [9,715 / 11,646] 206 / 411 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; Downloading pkg/infoschema/infoschema_test_/infoschema_test, 106.0 MiB / 159.0 MiB; 17s remote-cache ... (35 actions, 0 running) [9,731 / 11,646] 206 / 411 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; Downloading pkg/infoschema/infoschema_test_/infoschema_test, 114.0 MiB / 159.0 MiB; 18s remote-cache ... (35 actions, 0 running) [9,751 / 11,646] 206 / 411 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; Downloading pkg/infoschema/infoschema_test_/infoschema_test, 123.0 MiB / 159.0 MiB; 19s remote-cache ... (35 actions, 0 running) [9,765 / 11,646] 206 / 411 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; Downloading pkg/infoschema/infoschema_test_/infoschema_test, 130.0 MiB / 159.0 MiB; 20s remote-cache ... (35 actions, 0 running) [9,781 / 11,646] 206 / 411 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; Downloading pkg/infoschema/infoschema_test_/infoschema_test, 136.0 MiB / 159.0 MiB; 21s remote-cache ... (35 actions, 0 running) [9,799 / 11,646] 207 / 411 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; Downloading pkg/infoschema/infoschema_test_/infoschema_test, 143.0 MiB / 159.0 MiB; 22s remote-cache ... (35 actions, 0 running) [9,814 / 11,646] 207 / 411 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; Downloading pkg/infoschema/infoschema_test_/infoschema_test, 150.0 MiB / 159.0 MiB; 23s remote-cache ... (35 actions, 0 running) [9,839 / 11,648] 207 / 411 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; Downloading pkg/infoschema/infoschema_test_/infoschema_test, 158.0 MiB / 159.0 MiB; 24s remote-cache ... (35 actions, 0 running) [9,858 / 11,669] 207 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; Downloading pkg/ttl/ttlworker/core.recompile1243.a, 23.0 MiB / 47.0 MiB; 3s remote-cache ... (35 actions, 0 running) [9,873 / 11,669] 208 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; Downloading pkg/ttl/ttlworker/core.recompile1243.a, 30.0 MiB / 47.0 MiB; 4s remote-cache ... (35 actions, 0 running) [9,890 / 11,669] 209 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; Downloading pkg/ttl/ttlworker/core.recompile1243.a, 37.0 MiB / 47.0 MiB; 5s remote-cache ... (35 actions, 0 running) [9,906 / 11,669] 210 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; Downloading pkg/ttl/ttlworker/core.recompile1243.a, 44.0 MiB / 47.0 MiB; 6s remote-cache ... (35 actions, 0 running) [9,917 / 11,669] 211 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 46.0 MiB / 211.4 MiB; 7s remote-cache ... (35 actions, 0 running) [9,932 / 11,669] 211 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 52.0 MiB / 211.4 MiB; 8s remote-cache ... (35 actions, 0 running) [9,949 / 11,669] 211 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 59.0 MiB / 211.4 MiB; 9s remote-cache ... (35 actions, 0 running) [9,965 / 11,669] 211 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 66.0 MiB / 211.4 MiB; 10s remote-cache ... (35 actions, 0 running) [9,980 / 11,669] 211 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 73.0 MiB / 211.4 MiB; 11s remote-cache ... (35 actions, 0 running) [9,997 / 11,669] 211 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 81.0 MiB / 211.4 MiB; 13s remote-cache ... (35 actions, 0 running) [10,011 / 11,669] 212 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 88.0 MiB / 211.4 MiB; 14s remote-cache ... (35 actions, 0 running) [10,025 / 11,669] 213 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 94.0 MiB / 211.4 MiB; 15s remote-cache ... (35 actions, 0 running) [10,045 / 11,669] 213 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 102.0 MiB / 211.4 MiB; 16s remote-cache ... (35 actions, 0 running) [10,061 / 11,669] 213 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 109.0 MiB / 211.4 MiB; 17s remote-cache ... (35 actions, 0 running) [10,074 / 11,669] 213 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 115.0 MiB / 211.4 MiB; 18s remote-cache ... (35 actions, 0 running) [10,092 / 11,669] 214 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 123.0 MiB / 211.4 MiB; 19s remote-cache ... (35 actions, 0 running) [10,111 / 11,669] 214 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 130.0 MiB / 211.4 MiB; 20s remote-cache ... (35 actions, 0 running) [10,123 / 11,669] 214 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 137.0 MiB / 211.4 MiB; 21s remote-cache ... (35 actions, 0 running) [10,131 / 11,669] 214 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 143.0 MiB / 211.4 MiB; 22s remote-cache ... (35 actions, 0 running) [10,148 / 11,669] 214 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 149.0 MiB / 211.4 MiB; 23s remote-cache ... (35 actions, 0 running) [10,168 / 11,679] 215 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 156.0 MiB / 211.4 MiB; 24s remote-cache ... (35 actions, 0 running) [10,184 / 11,679] 215 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 163.0 MiB / 211.4 MiB; 25s remote-cache ... (35 actions, 0 running) [10,205 / 11,679] 215 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 171.0 MiB / 211.4 MiB; 26s remote-cache ... (35 actions, 0 running) [10,219 / 11,679] 215 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 177.0 MiB / 211.4 MiB; 27s remote-cache ... (35 actions, 0 running) [10,229 / 11,679] 215 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 183.0 MiB / 211.4 MiB; 28s remote-cache ... (35 actions, 0 running) [10,248 / 11,679] 217 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 190.0 MiB / 211.4 MiB; 29s remote-cache ... (35 actions, 0 running) [10,263 / 11,679] 217 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 197.0 MiB / 211.4 MiB; 30s remote-cache ... (35 actions, 0 running) [10,280 / 11,681] 217 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 204.0 MiB / 211.4 MiB; 31s remote-cache ... (35 actions, 0 running) [10,304 / 11,681] 220 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 32s remote-cache ... (35 actions, 0 running) [10,326 / 11,704] 220 / 411 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 152.0 MiB / 211.4 MiB; 23s remote-cache ... (34 actions, 0 running) [10,351 / 11,704] 223 / 411 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 160.6 MiB / 211.4 MiB; 24s remote-cache ... (35 actions, 0 running) [10,370 / 11,704] 223 / 411 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 168.0 MiB / 211.4 MiB; 25s remote-cache ... (35 actions, 0 running) [10,380 / 11,704] 223 / 411 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 174.0 MiB / 211.4 MiB; 26s remote-cache ... (35 actions, 0 running) [10,394 / 11,704] 223 / 411 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 181.0 MiB / 211.4 MiB; 27s remote-cache ... (35 actions, 0 running) [10,405 / 11,704] 223 / 411 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 187.0 MiB / 211.4 MiB; 28s remote-cache ... (35 actions, 0 running) [10,417 / 11,704] 223 / 411 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 193.0 MiB / 211.4 MiB; 29s remote-cache ... (35 actions, 0 running) [10,429 / 11,704] 223 / 411 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 199.0 MiB / 211.4 MiB; 30s remote-cache ... (35 actions, 0 running) [10,442 / 11,704] 223 / 411 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 205.0 MiB / 211.4 MiB; 32s remote-cache ... (35 actions, 0 running) [10,463 / 11,704] 224 / 411 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; 33s remote-cache ... (35 actions, 0 running) [10,488 / 11,722] 224 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 125.0 MiB / 271.3 MiB; 19s remote-cache ... (35 actions, 0 running) [10,504 / 11,722] 224 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 131.0 MiB / 271.3 MiB; 20s remote-cache ... (35 actions, 0 running) [10,519 / 11,722] 224 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 138.0 MiB / 271.3 MiB; 21s remote-cache ... (35 actions, 0 running) [10,544 / 11,724] 224 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 145.0 MiB / 271.3 MiB; 22s remote-cache ... (35 actions, 0 running) [10,562 / 11,724] 224 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 153.2 MiB / 271.3 MiB; 23s remote-cache ... (35 actions, 0 running) [10,579 / 11,775] 224 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 161.0 MiB / 271.3 MiB; 24s remote-cache ... (35 actions, 0 running) [10,601 / 11,775] 225 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 168.0 MiB / 271.3 MiB; 25s remote-cache ... (35 actions, 0 running) [10,623 / 11,777] 225 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 176.0 MiB / 271.3 MiB; 26s remote-cache ... (34 actions, 0 running) [10,646 / 11,832] 225 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 183.0 MiB / 271.3 MiB; 28s remote-cache ... (35 actions, 0 running) [10,672 / 11,832] 225 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 192.0 MiB / 271.3 MiB; 29s remote-cache ... (35 actions, 0 running) [10,694 / 11,832] 226 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 199.0 MiB / 271.3 MiB; 30s remote-cache ... (35 actions, 0 running) [10,711 / 11,832] 226 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 206.0 MiB / 271.3 MiB; 31s remote-cache ... (35 actions, 0 running) [10,727 / 11,832] 226 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 212.0 MiB / 271.3 MiB; 32s remote-cache ... (35 actions, 0 running) [10,743 / 11,838] 226 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 218.0 MiB / 271.3 MiB; 33s remote-cache ... (34 actions, 0 running) [10,754 / 11,838] 226 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 224.0 MiB / 271.3 MiB; 34s remote-cache ... (35 actions, 0 running) [10,764 / 11,838] 227 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 231.0 MiB / 271.3 MiB; 35s remote-cache ... (35 actions, 0 running) [10,781 / 11,864] 227 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 238.0 MiB / 271.3 MiB; 36s remote-cache ... (35 actions, 0 running) [10,800 / 11,864] 227 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 245.0 MiB / 271.3 MiB; 37s remote-cache ... (35 actions, 0 running) [10,822 / 11,864] 227 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 253.0 MiB / 271.3 MiB; 38s remote-cache ... (35 actions, 0 running) [10,832 / 11,864] 227 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 259.0 MiB / 271.3 MiB; 39s remote-cache ... (36 actions, 2 running) [10,845 / 11,864] 227 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 265.5 MiB / 271.3 MiB; 40s remote-cache ... (36 actions, 2 running) [10,855 / 11,864] 227 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; 42s remote-cache ... (36 actions, 2 running) [10,871 / 11,915] 227 / 411 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 208.0 MiB / 212.4 MiB; 33s remote-cache ... (36 actions, 2 running) [10,878 / 11,915] 227 / 411 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 34s remote-cache ... (36 actions, 2 running) [10,887 / 11,966] 227 / 411 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; Downloading br/pkg/checksum/checksum_test_/checksum_test, 112.0 MiB / 161.1 MiB; 18s remote-cache ... (36 actions, 2 running) [10,898 / 11,966] 227 / 411 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; Downloading br/pkg/checksum/checksum_test_/checksum_test, 119.0 MiB / 161.1 MiB; 19s remote-cache ... (36 actions, 2 running) [10,912 / 11,970] 227 / 411 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; Downloading br/pkg/checksum/checksum_test_/checksum_test, 126.0 MiB / 161.1 MiB; 20s remote-cache ... (36 actions, 2 running) [10,931 / 11,974] 230 / 411 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; Downloading br/pkg/checksum/checksum_test_/checksum_test, 133.6 MiB / 161.1 MiB; 22s remote-cache ... (36 actions, 2 running) [10,941 / 11,974] 231 / 411 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; Downloading br/pkg/checksum/checksum_test_/checksum_test, 140.0 MiB / 161.1 MiB; 23s remote-cache ... (36 actions, 2 running) [10,951 / 11,974] 231 / 411 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; Downloading br/pkg/checksum/checksum_test_/checksum_test, 146.0 MiB / 161.1 MiB; 24s remote-cache ... (36 actions, 2 running) [10,965 / 11,983] 233 / 411 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; Downloading br/pkg/checksum/checksum_test_/checksum_test, 154.0 MiB / 161.1 MiB; 25s remote-cache ... (39 actions, 8 running) [10,973 / 11,983] 233 / 411 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; Downloading br/pkg/checksum/checksum_test_/checksum_test, 161.0 MiB / 161.1 MiB; 26s remote-cache ... (37 actions, 4 running) [10,986 / 11,989] 233 / 411 tests; GoLink pkg/planner/memo/memo_test_/memo_test; Downloading pkg/planner/memo/memo_test_/memo_test, 92.0 MiB / 100.0 MiB; 16s remote-cache ... (37 actions, 4 running) [10,999 / 11,998] 233 / 411 tests; GoLink pkg/planner/memo/memo_test_/memo_test; Downloading pkg/planner/memo/memo_test_/memo_test, 98.6 MiB / 100.0 MiB; 17s remote-cache ... (39 actions, 8 running) [11,009 / 12,016] 233 / 411 tests; GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; Downloading pkg/ddl/schematracker/schematracker_test_/schematracker_test, 95.0 MiB / 149.6 MiB; 16s remote-cache ... (39 actions, 8 running) [11,013 / 12,016] 233 / 411 tests; GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; Downloading pkg/ddl/schematracker/schematracker_test_/schematracker_test, 100.1 MiB / 149.6 MiB; 17s remote-cache ... (38 actions, 6 running) [11,024 / 12,016] 234 / 411 tests; GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; Downloading pkg/ddl/schematracker/schematracker_test_/schematracker_test, 107.0 MiB / 149.6 MiB; 18s remote-cache ... (36 actions, 2 running) [11,034 / 12,016] 234 / 411 tests; GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; Downloading pkg/ddl/schematracker/schematracker_test_/schematracker_test, 113.0 MiB / 149.6 MiB; 20s remote-cache ... (38 actions, 6 running) [11,048 / 12,020] 234 / 411 tests; GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; Downloading pkg/ddl/schematracker/schematracker_test_/schematracker_test, 120.0 MiB / 149.6 MiB; 21s remote-cache ... (38 actions, 6 running) [11,061 / 12,022] 234 / 411 tests; GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; Downloading pkg/ddl/schematracker/schematracker_test_/schematracker_test, 127.0 MiB / 149.6 MiB; 22s remote-cache ... (38 actions, 6 running) [11,068 / 12,022] 235 / 411 tests; GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; Downloading pkg/ddl/schematracker/schematracker_test_/schematracker_test, 133.0 MiB / 149.6 MiB; 23s remote-cache ... (37 actions, 4 running) [11,077 / 12,022] 235 / 411 tests; GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; Downloading pkg/ddl/schematracker/schematracker_test_/schematracker_test, 140.0 MiB / 149.6 MiB; 24s remote-cache ... (37 actions, 4 running) [11,084 / 12,022] 236 / 411 tests; GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; Downloading pkg/ddl/schematracker/schematracker_test_/schematracker_test, 145.0 MiB / 149.6 MiB; 25s remote-cache ... (37 actions, 4 running) [11,097 / 12,024] 237 / 411 tests; GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 26s remote-cache ... (36 actions, 2 running) [11,111 / 12,078] 237 / 411 tests; GoLink pkg/infoschema/perfschema/perfschema_test_/perfschema_test; Downloading pkg/infoschema/perfschema/perfschema_test_/perfschema_test, 151.0 MiB / 157.6 MiB; 26s remote-cache ... (36 actions, 2 running) [11,123 / 12,078] 238 / 411 tests; GoLink pkg/infoschema/perfschema/perfschema_test_/perfschema_test; 27s remote-cache ... (36 actions, 2 running) [11,140 / 12,084] 239 / 411 tests; GoLink pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test; Downloading pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test, 151.0 MiB / 158.0 MiB; 26s remote-cache ... (36 actions, 2 running) [11,146 / 12,084] 239 / 411 tests; GoLink pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test; Downloading pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test, 157.7 MiB / 158.0 MiB; 27s remote-cache ... (36 actions, 2 running) [11,159 / 12,128] 239 / 411 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 159.0 MiB / 223.1 MiB; 27s remote-cache ... (36 actions, 2 running) [11,172 / 12,134] 240 / 411 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 165.0 MiB / 223.1 MiB; 28s remote-cache ... (36 actions, 2 running) [11,185 / 12,134] 240 / 411 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 172.0 MiB / 223.1 MiB; 29s remote-cache ... (40 actions, 10 running) [11,186 / 12,134] 241 / 411 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 179.0 MiB / 223.1 MiB; 30s remote-cache ... (41 actions, 12 running) [11,192 / 12,134] 241 / 411 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 185.0 MiB / 223.1 MiB; 32s remote-cache ... (41 actions, 12 running) [11,201 / 12,134] 241 / 411 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 191.0 MiB / 223.1 MiB; 33s remote-cache ... (42 actions, 14 running) [11,208 / 12,134] 241 / 411 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 197.0 MiB / 223.1 MiB; 34s remote-cache ... (42 actions, 14 running) [11,214 / 12,134] 241 / 411 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 203.0 MiB / 223.1 MiB; 35s remote-cache ... (42 actions, 14 running) [11,224 / 12,169] 241 / 411 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 210.0 MiB / 223.1 MiB; 36s remote-cache ... (42 actions, 14 running) [11,234 / 12,169] 242 / 411 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 217.0 MiB / 223.1 MiB; 37s remote-cache ... (42 actions, 14 running) [11,243 / 12,169] 242 / 411 tests; GoLink pkg/executor/importer/importer_test_/importer_test; 38s remote-cache ... (42 actions, 14 running) [11,258 / 12,211] 242 / 411 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; Downloading pkg/disttask/importinto/importinto_test_/importinto_test, 202.0 MiB / 211.7 MiB; 35s remote-cache ... (41 actions, 14 running) [11,270 / 12,264] 242 / 411 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; Downloading pkg/disttask/importinto/importinto_test_/importinto_test, 209.0 MiB / 211.7 MiB; 36s remote-cache ... (42 actions, 14 running) [11,276 / 12,264] 243 / 411 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; 37s remote-cache ... (42 actions, 14 running) [11,286 / 12,281] 243 / 411 tests; GoLink pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test; Downloading pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test, 110.0 MiB / 158.1 MiB; 19s remote-cache ... (42 actions, 14 running) [11,297 / 12,283] 244 / 411 tests; GoLink pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test; Downloading pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test, 117.0 MiB / 158.1 MiB; 20s remote-cache ... (42 actions, 14 running) [11,304 / 12,283] 244 / 411 tests; GoLink pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test; Downloading pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test, 123.0 MiB / 158.1 MiB; 21s remote-cache ... (42 actions, 14 running) [11,310 / 12,283] 244 / 411 tests; GoLink pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test; Downloading pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test, 132.0 MiB / 158.1 MiB; 22s remote-cache ... (43 actions, 16 running) [11,319 / 12,285] 245 / 411 tests; GoLink pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test; Downloading pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test, 138.2 MiB / 158.1 MiB; 23s remote-cache ... (43 actions, 16 running) [11,327 / 12,285] 246 / 411 tests; GoLink pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test; Downloading pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test, 146.0 MiB / 158.1 MiB; 25s remote-cache ... (43 actions, 16 running) [11,334 / 12,285] 246 / 411 tests; GoLink pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test; Downloading pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test, 152.0 MiB / 158.1 MiB; 26s remote-cache ... (43 actions, 16 running) [11,336 / 12,285] 247 / 411 tests; GoLink pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test; Downloading pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test, 158.0 MiB / 158.1 MiB; 27s remote-cache ... (43 actions, 16 running) [11,347 / 12,302] 247 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 23 of 50); 23s remote-cache, linux-sandbox ... (43 actions, 16 running) [11,355 / 12,302] 247 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 23 of 50); 24s remote-cache, linux-sandbox ... (43 actions, 16 running) [11,364 / 12,302] 247 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 23 of 50); 26s remote-cache, linux-sandbox ... (43 actions, 16 running) [11,371 / 12,302] 248 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 23 of 50); 27s remote-cache, linux-sandbox ... (42 actions, 14 running) [11,384 / 12,302] 248 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 23 of 50); 28s remote-cache, linux-sandbox ... (43 actions, 16 running) [11,395 / 12,302] 249 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 23 of 50); 29s remote-cache, linux-sandbox ... (44 actions, 18 running) [11,401 / 12,328] 249 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 23 of 50); 30s remote-cache, linux-sandbox ... (44 actions, 18 running) [11,411 / 12,328] 249 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 23 of 50); 31s remote-cache, linux-sandbox ... (44 actions, 18 running) [11,421 / 12,328] 250 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 23 of 50); 32s remote-cache, linux-sandbox ... (44 actions, 18 running) [11,430 / 12,328] 250 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 24 of 50); 33s remote-cache, linux-sandbox ... (43 actions, 16 running) [11,436 / 12,328] 250 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 24 of 50); 35s remote-cache, linux-sandbox ... (44 actions, 18 running) [11,443 / 12,328] 250 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 24 of 50); 36s remote-cache, linux-sandbox ... (44 actions, 18 running) [11,456 / 12,328] 250 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 24 of 50); 37s remote-cache, linux-sandbox ... (44 actions, 18 running) [11,464 / 12,407] 250 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 24 of 50); 38s remote-cache, linux-sandbox ... (44 actions, 18 running) [11,473 / 12,409] 250 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 24 of 50); 39s remote-cache, linux-sandbox ... (45 actions, 20 running) [11,485 / 12,409] 250 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 24 of 50); 40s remote-cache, linux-sandbox ... (45 actions, 20 running) [11,490 / 12,409] 251 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 24 of 50); 41s remote-cache, linux-sandbox ... (45 actions, 20 running) [11,503 / 12,420] 251 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 24 of 50); 42s remote-cache, linux-sandbox ... (45 actions, 20 running) [11,513 / 12,420] 251 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 24 of 50); 44s remote-cache, linux-sandbox ... (44 actions, 19 running) [11,526 / 12,420] 251 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 24 of 50); 45s remote-cache, linux-sandbox ... (45 actions, 20 running) [11,539 / 12,471] 251 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 24 of 50); 46s remote-cache, linux-sandbox ... (45 actions, 20 running) [11,547 / 12,471] 251 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 30 of 50); 20s remote-cache, linux-sandbox ... (43 actions, 17 running) [11,552 / 12,471] 251 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 30 of 50); 21s remote-cache, linux-sandbox ... (45 actions, 20 running) [11,567 / 12,471] 251 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 30 of 50); 23s remote-cache, linux-sandbox ... (45 actions, 20 running) [11,576 / 12,471] 252 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 30 of 50); 24s remote-cache, linux-sandbox ... (45 actions, 20 running) [11,580 / 12,471] 253 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 30 of 50); 25s remote-cache, linux-sandbox ... (45 actions, 20 running) [11,599 / 12,471] 254 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 30 of 50); 26s remote-cache, linux-sandbox ... (45 actions, 20 running) [11,607 / 12,471] 254 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 30 of 50); 27s remote-cache, linux-sandbox ... (43 actions, 18 running) [11,615 / 12,471] 254 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 30 of 50); 28s remote-cache, linux-sandbox ... (44 actions, 18 running) [11,634 / 12,473] 255 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 30 of 50); 29s remote-cache, linux-sandbox ... (45 actions, 20 running) [11,644 / 12,473] 256 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 30 of 50); 30s remote-cache, linux-sandbox ... (46 actions, 22 running) [11,650 / 12,473] 256 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 35 of 50); 24s remote-cache, linux-sandbox ... (43 actions, 16 running) [11,657 / 12,473] 257 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 35 of 50); 25s remote-cache, linux-sandbox ... (43 actions, 16 running) [11,667 / 12,473] 257 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 35 of 50); 26s remote-cache, linux-sandbox ... (43 actions, 16 running) [11,670 / 12,473] 257 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 35 of 50); 27s remote-cache, linux-sandbox ... (43 actions, 16 running) [11,674 / 12,473] 257 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 35 of 50); 29s remote-cache, linux-sandbox ... (43 actions, 16 running) [11,680 / 12,473] 257 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 35 of 50); 30s remote-cache, linux-sandbox ... (43 actions, 16 running) [11,692 / 12,473] 258 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 28s remote-cache, linux-sandbox ... (42 actions, 14 running) [11,700 / 12,473] 258 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 29s remote-cache, linux-sandbox ... (43 actions, 16 running) [11,707 / 12,473] 258 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 30s remote-cache, linux-sandbox ... (43 actions, 16 running) [11,715 / 12,473] 259 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 32s remote-cache, linux-sandbox ... (43 actions, 16 running) [11,724 / 12,473] 259 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 33s remote-cache, linux-sandbox ... (43 actions, 16 running) [11,728 / 12,477] 259 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 34s remote-cache, linux-sandbox ... (42 actions, 14 running) [11,741 / 12,496] 259 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 35s remote-cache, linux-sandbox ... (42 actions, 14 running) [11,755 / 12,502] 260 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 36s remote-cache, linux-sandbox ... (40 actions, 10 running) [11,760 / 12,502] 260 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 37s remote-cache, linux-sandbox ... (41 actions, 12 running) [11,765 / 12,502] 260 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 38s remote-cache, linux-sandbox ... (41 actions, 12 running) [11,772 / 12,502] 260 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 39s remote-cache, linux-sandbox ... (41 actions, 12 running) [11,784 / 12,502] 260 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 40s remote-cache, linux-sandbox ... (41 actions, 12 running) [11,789 / 12,502] 260 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 42s remote-cache, linux-sandbox ... (41 actions, 12 running) [11,797 / 12,502] 260 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 43s remote-cache, linux-sandbox ... (41 actions, 12 running) [11,805 / 12,502] 261 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 44s remote-cache, linux-sandbox ... (41 actions, 12 running) [11,815 / 12,502] 261 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 45s remote-cache, linux-sandbox ... (41 actions, 12 running) [11,824 / 12,575] 261 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 46s remote-cache, linux-sandbox ... (41 actions, 12 running) [11,832 / 12,577] 261 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 47s remote-cache, linux-sandbox ... (40 actions, 11 running) [11,845 / 12,577] 261 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 49s remote-cache, linux-sandbox ... (41 actions, 12 running) [11,853 / 12,588] 261 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 50s remote-cache, linux-sandbox ... (41 actions, 12 running) [11,859 / 12,603] 262 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 51s remote-cache, linux-sandbox ... (41 actions, 12 running) [11,870 / 12,603] 262 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 52s remote-cache, linux-sandbox ... (41 actions, 12 running) [11,879 / 12,603] 262 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 53s remote-cache, linux-sandbox ... (40 actions, 12 running) [11,888 / 12,622] 263 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 54s remote-cache, linux-sandbox ... (41 actions, 12 running) [11,895 / 12,622] 263 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 55s remote-cache, linux-sandbox ... (41 actions, 12 running) [11,903 / 12,622] 264 / 411 tests; GoLink pkg/executor/test/distsqltest/distsqltest_test_/distsqltest_test; Downloading pkg/executor/test/distsqltest/distsqltest_test_/distsqltest_test, 204.0 MiB / 211.3 MiB; 37s remote-cache ... (40 actions, 10 running) [11,911 / 12,622] 264 / 411 tests; GoLink pkg/executor/test/distsqltest/distsqltest_test_/distsqltest_test; Downloading pkg/executor/test/distsqltest/distsqltest_test_/distsqltest_test, 210.0 MiB / 211.3 MiB; 38s remote-cache ... (41 actions, 13 running) [11,919 / 12,648] 264 / 411 tests; GoLink pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test; Downloading pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test, 205.0 MiB / 211.4 MiB; 38s remote-cache ... (42 actions, 14 running) [11,931 / 12,648] 264 / 411 tests; GoLink pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test; 39s remote-cache ... (42 actions, 14 running) [11,941 / 12,668] 264 / 411 tests; GoLink pkg/executor/test/jointest/jointest_test_/jointest_test; Downloading pkg/executor/test/jointest/jointest_test_/jointest_test, 171.0 MiB / 211.3 MiB; 30s remote-cache ... (42 actions, 14 running) [11,945 / 12,668] 265 / 411 tests; GoLink pkg/executor/test/jointest/jointest_test_/jointest_test; Downloading pkg/executor/test/jointest/jointest_test_/jointest_test, 178.0 MiB / 211.3 MiB; 31s remote-cache ... (42 actions, 14 running) [11,956 / 12,668] 265 / 411 tests; GoLink pkg/executor/test/jointest/jointest_test_/jointest_test; Downloading pkg/executor/test/jointest/jointest_test_/jointest_test, 184.0 MiB / 211.3 MiB; 32s remote-cache ... (42 actions, 14 running) [11,968 / 12,668] 265 / 411 tests; GoLink pkg/executor/test/jointest/jointest_test_/jointest_test; Downloading pkg/executor/test/jointest/jointest_test_/jointest_test, 190.1 MiB / 211.3 MiB; 33s remote-cache ... (41 actions, 12 running) [11,974 / 12,668] 265 / 411 tests; GoLink pkg/executor/test/jointest/jointest_test_/jointest_test; Downloading pkg/executor/test/jointest/jointest_test_/jointest_test, 196.0 MiB / 211.3 MiB; 34s remote-cache ... (42 actions, 14 running) [11,980 / 12,668] 265 / 411 tests; GoLink pkg/executor/test/jointest/jointest_test_/jointest_test; Downloading pkg/executor/test/jointest/jointest_test_/jointest_test, 201.0 MiB / 211.3 MiB; 35s remote-cache ... (41 actions, 12 running) [11,990 / 12,668] 265 / 411 tests; GoLink pkg/executor/test/jointest/jointest_test_/jointest_test; Downloading pkg/executor/test/jointest/jointest_test_/jointest_test, 208.2 MiB / 211.3 MiB; 37s remote-cache ... (42 actions, 14 running) [11,999 / 12,668] 265 / 411 tests; GoLink pkg/executor/test/jointest/jointest_test_/jointest_test; 38s remote-cache ... (42 actions, 14 running) [12,006 / 12,677] 265 / 411 tests; GoLink pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test; Downloading pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test, 193.0 MiB / 211.3 MiB; 34s remote-cache ... (42 actions, 14 running) [12,020 / 12,686] 266 / 411 tests; GoLink pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test; Downloading pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test, 201.0 MiB / 211.3 MiB; 35s remote-cache ... (42 actions, 14 running) [12,031 / 12,686] 266 / 411 tests; GoLink pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test; Downloading pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test, 207.0 MiB / 211.3 MiB; 36s remote-cache ... (41 actions, 12 running) [12,042 / 12,715] 266 / 411 tests; GoLink pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test; 37s remote-cache ... (43 actions, 16 running) [12,055 / 12,727] 267 / 411 tests; GoLink pkg/testkit/testkit_test_/testkit_test; Downloading pkg/testkit/testkit_test_/testkit_test, 143.0 MiB / 157.8 MiB; 25s remote-cache ... (44 actions, 18 running) [12,059 / 12,727] 267 / 411 tests; GoLink pkg/testkit/testkit_test_/testkit_test; Downloading pkg/testkit/testkit_test_/testkit_test, 149.0 MiB / 157.8 MiB; 26s remote-cache ... (44 actions, 18 running) [12,066 / 12,727] 267 / 411 tests; GoLink pkg/testkit/testkit_test_/testkit_test; Downloading pkg/testkit/testkit_test_/testkit_test, 156.0 MiB / 157.8 MiB; 27s remote-cache ... (44 actions, 18 running) [12,082 / 12,729] 269 / 411 tests; GoLink pkg/plugin/plugin_test_/plugin_test; Downloading pkg/plugin/plugin_test_/plugin_test, 139.0 MiB / 160.3 MiB; 23s remote-cache ... (44 actions, 18 running) [12,085 / 12,729] 269 / 411 tests; GoLink pkg/plugin/plugin_test_/plugin_test; Downloading pkg/plugin/plugin_test_/plugin_test, 146.0 MiB / 160.3 MiB; 25s remote-cache ... (44 actions, 18 running) [12,093 / 12,729] 269 / 411 tests; GoLink pkg/plugin/plugin_test_/plugin_test; Downloading pkg/plugin/plugin_test_/plugin_test, 153.0 MiB / 160.3 MiB; 26s remote-cache ... (44 actions, 18 running) [12,104 / 12,729] 270 / 411 tests; GoLink pkg/plugin/plugin_test_/plugin_test; Downloading pkg/plugin/plugin_test_/plugin_test, 159.0 MiB / 160.3 MiB; 27s remote-cache ... (44 actions, 18 running) [12,109 / 12,742] 270 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 21 of 50); 24s remote-cache, linux-sandbox ... (44 actions, 18 running) [12,114 / 12,742] 271 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 21 of 50); 25s remote-cache, linux-sandbox ... (44 actions, 18 running) [12,115 / 12,742] 271 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 21 of 50); 28s remote-cache, linux-sandbox ... (44 actions, 18 running) [12,124 / 12,742] 271 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 21 of 50); 29s remote-cache, linux-sandbox ... (45 actions, 20 running) [12,134 / 12,742] 271 / 411 tests; GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; Downloading pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test, 119.1 MiB / 211.3 MiB; 23s remote-cache ... (44 actions, 20 running) [12,137 / 12,742] 271 / 411 tests; GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; Downloading pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test, 125.1 MiB / 211.3 MiB; 24s remote-cache ... (45 actions, 20 running) [12,147 / 12,742] 272 / 411 tests; GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; Downloading pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test, 131.1 MiB / 211.3 MiB; 25s remote-cache ... (46 actions, 22 running) [12,158 / 12,742] 272 / 411 tests; GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; Downloading pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test, 138.1 MiB / 211.3 MiB; 26s remote-cache ... (46 actions, 23 running) [12,162 / 12,742] 272 / 411 tests; GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; Downloading pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test, 145.1 MiB / 211.3 MiB; 27s remote-cache ... (47 actions, 24 running) [12,171 / 12,742] 273 / 411 tests; GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; Downloading pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test, 153.1 MiB / 211.3 MiB; 28s remote-cache ... (49 actions, 28 running) [12,181 / 12,742] 273 / 411 tests; GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; Downloading pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test, 161.1 MiB / 211.3 MiB; 29s remote-cache ... (50 actions, 30 running) [12,184 / 12,742] 273 / 411 tests; GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; Downloading pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test, 167.1 MiB / 211.3 MiB; 30s remote-cache ... (49 actions, 29 running) [12,196 / 12,742] 273 / 411 tests; GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; Downloading pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test, 174.1 MiB / 211.3 MiB; 31s remote-cache ... (50 actions, 30 running) [12,204 / 12,742] 273 / 411 tests; GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; Downloading pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test, 180.1 MiB / 211.3 MiB; 32s remote-cache ... (49 actions, 28 running) [12,209 / 12,742] 273 / 411 tests; GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; Downloading pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test, 186.1 MiB / 211.3 MiB; 33s remote-cache ... (49 actions, 29 running) [12,218 / 12,793] 273 / 411 tests; GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; Downloading pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test, 194.1 MiB / 211.3 MiB; 35s remote-cache ... (49 actions, 28 running) [12,230 / 12,827] 273 / 411 tests; GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; Downloading pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test, 200.1 MiB / 211.3 MiB; 36s remote-cache ... (49 actions, 28 running) [12,235 / 12,833] 273 / 411 tests; GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; Downloading pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test, 207.1 MiB / 211.3 MiB; 37s remote-cache ... (49 actions, 29 running) [12,242 / 12,833] 273 / 411 tests; GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; 38s remote-cache ... (48 actions, 26 running) [12,257 / 12,849] 275 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 38s remote-cache, linux-sandbox ... (52 actions, 35 running) [12,261 / 12,849] 277 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 39s remote-cache, linux-sandbox ... (54 actions, 38 running) [12,272 / 12,849] 278 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 40s remote-cache, linux-sandbox ... (56 actions, 42 running) [12,276 / 12,849] 278 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 41s remote-cache, linux-sandbox ... (54 actions, 40 running) [12,280 / 12,849] 278 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 42s remote-cache, linux-sandbox ... (56 actions, 42 running) [12,292 / 12,904] 278 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 43s remote-cache, linux-sandbox ... (56 actions, 42 running) [12,297 / 12,904] 278 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 44s remote-cache, linux-sandbox ... (55 actions, 40 running) [12,305 / 12,910] 278 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 45s remote-cache, linux-sandbox ... (55 actions, 40 running) [12,312 / 12,910] 280 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 46s remote-cache, linux-sandbox ... (54 actions, 38 running) [12,318 / 12,910] 280 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 47s remote-cache, linux-sandbox ... (55 actions, 40 running) [12,328 / 12,910] 280 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 48s remote-cache, linux-sandbox ... (54 actions, 38 running) [12,332 / 12,910] 280 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 50s remote-cache, linux-sandbox ... (54 actions, 38 running) [12,343 / 12,958] 280 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 51s remote-cache, linux-sandbox ... (56 actions, 42 running) [12,349 / 12,958] 280 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 52s remote-cache, linux-sandbox ... (58 actions, 46 running) [12,359 / 12,958] 281 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 53s remote-cache, linux-sandbox ... (56 actions, 42 running) [12,366 / 12,960] 281 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 54s remote-cache, linux-sandbox ... (56 actions, 42 running) [12,374 / 12,960] 281 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 55s remote-cache, linux-sandbox ... (57 actions, 44 running) [12,382 / 12,960] 282 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 57s remote-cache, linux-sandbox ... (57 actions, 44 running) [12,391 / 12,967] 282 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 58s remote-cache, linux-sandbox ... (58 actions, 46 running) [12,398 / 12,969] 283 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 59s remote-cache, linux-sandbox ... (59 actions, 48 running) [12,407 / 12,969] 283 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 60s remote-cache, linux-sandbox ... (57 actions, 45 running) [12,415 / 12,969] 284 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 61s remote-cache, linux-sandbox ... (58 actions, 46 running) [12,419 / 12,969] 284 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 62s remote-cache, linux-sandbox ... (58 actions, 47 running) [12,427 / 12,969] 284 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 63s remote-cache, linux-sandbox ... (60 actions, 50 running) [12,430 / 12,971] 285 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 64s remote-cache, linux-sandbox ... (61 actions, 52 running) [12,434 / 12,971] 285 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 65s remote-cache, linux-sandbox ... (61 actions, 52 running) [12,442 / 12,971] 287 / 411 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 2 of 5); 37s remote-cache, linux-sandbox ... (61 actions, 52 running) [12,448 / 13,004] 287 / 411 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 2 of 5); 38s remote-cache, linux-sandbox ... (61 actions, 52 running) [12,450 / 13,006] 287 / 411 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 2 of 5); 40s remote-cache, linux-sandbox ... (62 actions, 54 running) [12,459 / 13,006] 287 / 411 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 2 of 5); 41s remote-cache, linux-sandbox ... (61 actions, 52 running) [12,465 / 13,024] 288 / 411 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 2 of 5); 42s remote-cache, linux-sandbox ... (61 actions, 52 running) [12,477 / 13,037] 290 / 411 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 40s remote-cache, linux-sandbox ... (63 actions, 56 running) [12,482 / 13,039] 290 / 411 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 41s remote-cache, linux-sandbox ... (63 actions, 56 running) [12,484 / 13,039] 290 / 411 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 43s remote-cache, linux-sandbox ... (64 actions, 58 running) [12,491 / 13,050] 291 / 411 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 44s remote-cache, linux-sandbox ... (64 actions, 58 running) [12,497 / 13,054] 292 / 411 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 45s remote-cache, linux-sandbox ... (64 actions, 58 running) [12,513 / 13,056] 293 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 40s remote-cache, linux-sandbox ... (62 actions, 55 running) [12,521 / 13,064] 293 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 41s remote-cache, linux-sandbox ... (62 actions, 54 running) [12,527 / 13,064] 294 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 42s remote-cache, linux-sandbox ... (63 actions, 56 running) [12,537 / 13,064] 294 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 43s remote-cache, linux-sandbox ... (64 actions, 58 running) [12,543 / 13,064] 294 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 44s remote-cache, linux-sandbox ... (65 actions, 60 running) [12,549 / 13,064] 294 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 45s remote-cache, linux-sandbox ... (65 actions, 60 running) [12,557 / 13,064] 296 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 46s remote-cache, linux-sandbox ... (65 actions, 61 running) [12,564 / 13,073] 296 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 48s remote-cache, linux-sandbox ... (67 actions, 64 running) [12,568 / 13,073] 297 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 49s remote-cache, linux-sandbox ... (67 actions, 64 running) [12,574 / 13,077] 297 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 50s remote-cache, linux-sandbox ... (66 actions, 62 running) [12,582 / 13,077] 297 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 51s remote-cache, linux-sandbox ... (68 actions, 66 running) [12,586 / 13,090] 297 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 52s remote-cache, linux-sandbox ... (68 actions, 66 running) [12,593 / 13,090] 297 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,597 / 13,090] 297 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 54s remote-cache, linux-sandbox ... (68 actions, 66 running) [12,604 / 13,090] 298 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,607 / 13,090] 298 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,608 / 13,090] 298 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,612 / 13,090] 298 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,617 / 13,119] 298 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,623 / 13,119] 298 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 61s remote-cache, linux-sandbox ... (70 actions running) [12,627 / 13,119] 298 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 62s remote-cache, linux-sandbox ... (70 actions running) [12,628 / 13,119] 298 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 63s remote-cache, linux-sandbox ... (70 actions running) [12,630 / 13,121] 298 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 64s remote-cache, linux-sandbox ... (70 actions running) [12,630 / 13,121] 298 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 66s remote-cache, linux-sandbox ... (70 actions running) [12,632 / 13,121] 298 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 67s remote-cache, linux-sandbox ... (70 actions running) [12,632 / 13,121] 298 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 68s remote-cache, linux-sandbox ... (70 actions running) [12,634 / 13,121] 298 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,637 / 13,121] 298 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 47s remote-cache, linux-sandbox ... (70 actions running) [12,639 / 13,121] 298 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 48s remote-cache, linux-sandbox ... (69 actions running) [12,639 / 13,121] 299 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 49s remote-cache, linux-sandbox ... (70 actions running) [12,646 / 13,121] 299 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,649 / 13,121] 299 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,651 / 13,121] 299 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 53s remote-cache, linux-sandbox ... (69 actions running) [12,658 / 13,201] 299 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,659 / 13,201] 299 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 55s remote-cache, linux-sandbox ... (70 actions running) [12,661 / 13,201] 299 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 56s remote-cache, linux-sandbox ... (70 actions running) [12,664 / 13,201] 299 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,665 / 13,201] 299 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 59s remote-cache, linux-sandbox ... (70 actions running) [12,666 / 13,201] 300 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 60s remote-cache, linux-sandbox ... (70 actions running) [12,670 / 13,201] 300 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,672 / 13,244] 300 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,675 / 13,244] 300 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,675 / 13,244] 300 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 65s remote-cache, linux-sandbox ... (70 actions running) [12,678 / 13,265] 300 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,679 / 13,265] 300 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,680 / 13,265] 301 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 69s remote-cache, linux-sandbox ... (70 actions running) [12,688 / 13,280] 302 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 70s remote-cache, linux-sandbox ... (70 actions running) [12,689 / 13,280] 302 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 71s remote-cache, linux-sandbox ... (70 actions running) [12,690 / 13,280] 302 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 73s remote-cache, linux-sandbox ... (70 actions running) [12,691 / 13,280] 302 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 74s remote-cache, linux-sandbox ... (70 actions running) [12,697 / 13,280] 305 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 45s remote-cache, linux-sandbox ... (70 actions running) [12,701 / 13,286] 305 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,702 / 13,286] 305 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 48s remote-cache, linux-sandbox ... (70 actions running) [12,702 / 13,286] 306 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 49s remote-cache, linux-sandbox ... (70 actions running) [12,704 / 13,286] 306 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 50s remote-cache, linux-sandbox ... (70 actions running) [12,705 / 13,286] 306 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 51s remote-cache, linux-sandbox ... (70 actions running) [12,705 / 13,286] 306 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 52s remote-cache, linux-sandbox ... (70 actions running) [12,706 / 13,286] 306 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 54s remote-cache, linux-sandbox ... (70 actions running) [12,706 / 13,286] 307 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 55s remote-cache, linux-sandbox ... (70 actions running) [12,708 / 13,286] 307 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 57s remote-cache, linux-sandbox ... (70 actions running) [12,709 / 13,286] 308 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 59s remote-cache, linux-sandbox ... (70 actions running) [12,712 / 13,286] 308 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 60s remote-cache, linux-sandbox ... (69 actions running) [12,715 / 13,337] 308 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 61s remote-cache, linux-sandbox ... (70 actions running) [12,718 / 13,343] 308 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,719 / 13,343] 308 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 64s remote-cache, linux-sandbox ... (70 actions running) [12,721 / 13,343] 308 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 66s remote-cache, linux-sandbox ... (70 actions running) [12,723 / 13,343] 308 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 61s remote-cache, linux-sandbox ... (70 actions running) [12,724 / 13,343] 308 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 62s remote-cache, linux-sandbox ... (70 actions running) [12,724 / 13,343] 308 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 63s remote-cache, linux-sandbox ... (70 actions running) [12,727 / 13,394] 308 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 64s remote-cache, linux-sandbox ... (70 actions running) [12,731 / 13,394] 308 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,733 / 13,421] 308 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,735 / 13,421] 308 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 68s remote-cache, linux-sandbox ... (70 actions running) [12,735 / 13,421] 308 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 70s remote-cache, linux-sandbox ... (70 actions running) [12,737 / 13,421] 308 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 72s remote-cache, linux-sandbox ... (70 actions running) [12,740 / 13,421] 308 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 73s remote-cache, linux-sandbox ... (70 actions running) [12,741 / 13,421] 308 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 74s remote-cache, linux-sandbox ... (70 actions running) [12,742 / 13,421] 308 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 75s remote-cache, linux-sandbox ... (70 actions running) [12,742 / 13,421] 308 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 76s remote-cache, linux-sandbox ... (70 actions running) [12,744 / 13,421] 308 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 78s remote-cache, linux-sandbox ... (70 actions running) [12,747 / 13,421] 308 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 79s remote-cache, linux-sandbox ... (70 actions running) [12,750 / 13,421] 308 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 81s remote-cache, linux-sandbox ... (70 actions running) [12,752 / 13,421] 308 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,755 / 13,421] 308 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 84s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,756 / 13,421] 308 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 85s remote-cache, linux-sandbox ... (70 actions running) [12,756 / 13,421] 308 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 86s remote-cache, linux-sandbox ... (70 actions running) [12,762 / 13,421] 308 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 70s remote-cache, linux-sandbox ... (70 actions running) [12,763 / 13,421] 308 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 72s remote-cache, linux-sandbox ... (70 actions running) [12,768 / 13,421] 308 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 73s remote-cache, linux-sandbox ... (70 actions running) [12,772 / 13,421] 308 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,773 / 13,421] 308 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 76s remote-cache, linux-sandbox ... (70 actions running) [12,774 / 13,421] 308 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 78s remote-cache, linux-sandbox ... (70 actions running) [12,777 / 13,421] 309 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 79s remote-cache, linux-sandbox ... (70 actions running) [12,782 / 13,421] 309 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 80s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,782 / 13,421] 309 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 82s remote-cache, linux-sandbox ... (70 actions running) [12,789 / 13,421] 310 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,790 / 13,421] 310 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,794 / 13,421] 310 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,797 / 13,421] 310 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 72s remote-cache, linux-sandbox ... (70 actions running) [12,798 / 13,421] 310 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 73s remote-cache, linux-sandbox ... (70 actions running) [12,799 / 13,421] 311 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,800 / 13,421] 311 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,803 / 13,421] 311 / 411 tests; Testing //pkg/server:server_test (shard 50 of 50); 45s remote-cache, linux-sandbox ... (70 actions running) [12,803 / 13,421] 311 / 411 tests; Testing //pkg/server:server_test (shard 50 of 50); 46s remote-cache, linux-sandbox ... (70 actions running) [12,807 / 13,421] 311 / 411 tests; Testing //pkg/server:server_test (shard 50 of 50); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,807 / 13,421] 311 / 411 tests; Testing //pkg/server:server_test (shard 50 of 50); 49s remote-cache, linux-sandbox ... (70 actions running) [12,808 / 13,421] 311 / 411 tests; Testing //pkg/server:server_test (shard 50 of 50); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,814 / 13,432] 311 / 411 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 6 of 11); 49s remote-cache, linux-sandbox ... (69 actions running) [12,814 / 13,432] 311 / 411 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 6 of 11); 51s remote-cache, linux-sandbox ... (70 actions running) [12,818 / 13,478] 311 / 411 tests; Testing //pkg/ddl/tests/indexmerge:indexmerge_test (shard 19 of 20); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,821 / 13,478] 311 / 411 tests; Testing //pkg/session/clusteredindextest:clusteredindextest_test (shard 1 of 3); 43s remote-cache, linux-sandbox ... (70 actions running) [12,822 / 13,478] 311 / 411 tests; Testing //pkg/session/clusteredindextest:clusteredindextest_test (shard 1 of 3); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,828 / 13,478] 312 / 411 tests; Testing //pkg/executor:executor_test (shard 44 of 50); 44s remote-cache, linux-sandbox ... (70 actions running) [12,829 / 13,478] 312 / 411 tests; Testing //pkg/executor:executor_test (shard 44 of 50); 45s remote-cache, linux-sandbox ... (70 actions running) [12,835 / 13,478] 312 / 411 tests; Testing //pkg/executor:executor_test (shard 44 of 50); 46s remote-cache, linux-sandbox ... (70 actions running) [12,836 / 13,478] 312 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 8 of 18); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,840 / 13,478] 312 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 8 of 18); 42s remote-cache, linux-sandbox ... (70 actions running) [12,841 / 13,478] 312 / 411 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 11 of 12); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,846 / 13,478] 312 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 9 of 19); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,848 / 13,478] 312 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 9 of 19); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,850 / 13,478] 312 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 9 of 19); 47s remote-cache, linux-sandbox ... (69 actions running) [12,852 / 13,478] 312 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 9 of 19); 48s remote-cache, linux-sandbox ... (70 actions running) [12,856 / 13,478] 312 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 9 of 19); 49s remote-cache, linux-sandbox ... (70 actions running) [12,857 / 13,478] 312 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 9 of 19); 50s remote-cache, linux-sandbox ... (70 actions running) [12,858 / 13,478] 312 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 9 of 19); 51s remote-cache, linux-sandbox ... (70 actions running) [12,860 / 13,478] 312 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 9 of 19); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,862 / 13,478] 312 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 9 of 19); 53s remote-cache, linux-sandbox ... (70 actions running) [12,863 / 13,478] 312 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 9 of 19); 54s remote-cache, linux-sandbox ... (70 actions running) [12,864 / 13,478] 312 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 9 of 19); 55s remote-cache, linux-sandbox ... (70 actions running) [12,867 / 13,478] 312 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 41 of 42); 46s remote-cache, linux-sandbox ... (69 actions running) [12,870 / 13,478] 312 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 41 of 42); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,872 / 13,478] 312 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 41 of 42); 49s remote-cache, linux-sandbox ... (70 actions running) [12,873 / 13,478] 312 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 41 of 42); 50s remote-cache, linux-sandbox ... (70 actions running) [12,875 / 13,478] 312 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 41 of 42); 51s remote-cache, linux-sandbox ... (70 actions running) [12,876 / 13,478] 312 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 41 of 42); 52s remote-cache, linux-sandbox ... (70 actions running) [12,877 / 13,478] 312 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 41 of 42); 53s remote-cache, linux-sandbox ... (70 actions running) [12,877 / 13,478] 312 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 41 of 42); 54s remote-cache, linux-sandbox ... (70 actions running) [12,880 / 13,478] 312 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 41 of 42); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,883 / 13,478] 312 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 12 of 19); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,884 / 13,478] 312 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 12 of 19); 51s remote-cache, linux-sandbox ... (70 actions running) [12,884 / 13,478] 312 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 12 of 19); 52s remote-cache, linux-sandbox ... (70 actions running) [12,885 / 13,478] 312 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 12 of 19); 53s remote-cache, linux-sandbox ... (70 actions running) [12,886 / 13,478] 312 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 12 of 19); 54s remote-cache, linux-sandbox ... (70 actions running) [12,888 / 13,478] 312 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 12 of 19); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,889 / 13,478] 312 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 12 of 19); 57s remote-cache, linux-sandbox ... (70 actions running) [12,890 / 13,478] 312 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 12 of 19); 58s remote-cache, linux-sandbox ... (70 actions running) [12,891 / 13,478] 313 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 12 of 19); 59s remote-cache, linux-sandbox ... (70 actions running) [12,892 / 13,478] 313 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 12 of 19); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,894 / 13,478] 313 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 12 of 19); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,899 / 13,478] 313 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 12 of 19); 63s remote-cache, linux-sandbox ... (70 actions running) [12,899 / 13,478] 313 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 12 of 19); 64s remote-cache, linux-sandbox ... (70 actions running) [12,902 / 13,478] 313 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 12 of 19); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,902 / 13,478] 313 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 12 of 19); 67s remote-cache, linux-sandbox ... (70 actions running) [12,903 / 13,478] 313 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 12 of 19); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,905 / 13,478] 313 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 12 of 19); 70s remote-cache, linux-sandbox ... (70 actions running) [12,906 / 13,478] 313 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 12 of 19); 71s remote-cache, linux-sandbox ... (70 actions running) [12,910 / 13,478] 313 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 12 of 19); 73s remote-cache, linux-sandbox ... (70 actions running) [12,912 / 13,478] 313 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 12 of 19); 74s remote-cache, linux-sandbox ... (70 actions running) [12,913 / 13,478] 313 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 12 of 19); 76s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,914 / 13,478] 313 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 12 of 19); 77s remote-cache, linux-sandbox ... (70 actions running) [12,917 / 13,497] 313 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 12 of 19); 78s remote-cache, linux-sandbox ... (70 actions running) [12,920 / 13,497] 314 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 12 of 19); 79s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,920 / 13,497] 314 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 12 of 19); 80s remote-cache, linux-sandbox ... (70 actions running) [12,922 / 13,497] 314 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 12 of 19); 81s remote-cache, linux-sandbox ... (70 actions running) [12,925 / 13,497] 314 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 12 of 19); 82s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,930 / 13,497] 314 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 12 of 19); 84s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,932 / 13,497] 314 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 12 of 19); 85s remote-cache, linux-sandbox ... (70 actions running) [12,932 / 13,497] 314 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 12 of 19); 87s remote-cache, linux-sandbox ... (70 actions running) [12,933 / 13,497] 314 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 12 of 19); 89s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,935 / 13,497] 314 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 12 of 19); 90s remote-cache, linux-sandbox ... (70 actions running) [12,936 / 13,497] 314 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 12 of 19); 91s remote-cache, linux-sandbox ... (70 actions running) [12,937 / 13,497] 314 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 64s remote-cache, linux-sandbox ... (70 actions running) [12,939 / 13,497] 314 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,940 / 13,497] 314 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 66s remote-cache, linux-sandbox ... (69 actions running) [12,942 / 13,497] 314 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 68s remote-cache, linux-sandbox ... (70 actions running) [12,942 / 13,497] 314 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 69s remote-cache, linux-sandbox ... (70 actions running) [12,944 / 13,497] 315 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 70s remote-cache, linux-sandbox ... (70 actions running) [12,945 / 13,497] 315 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,947 / 13,497] 315 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 74s remote-cache, linux-sandbox ... (70 actions running) [12,949 / 13,497] 315 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 75s remote-cache, linux-sandbox ... (70 actions running) [12,949 / 13,497] 315 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 77s remote-cache, linux-sandbox ... (70 actions running) [12,949 / 13,497] 315 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 78s remote-cache, linux-sandbox ... (70 actions running) [12,953 / 13,497] 315 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 79s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,955 / 13,497] 315 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 81s remote-cache, linux-sandbox ... (70 actions running) [12,956 / 13,497] 315 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 82s remote-cache, linux-sandbox ... (70 actions running) [12,958 / 13,499] 315 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,960 / 13,499] 315 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 85s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,962 / 13,499] 315 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 86s remote-cache, linux-sandbox ... (70 actions running) [12,964 / 13,499] 315 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 88s remote-cache, linux-sandbox ... (70 actions running) [12,965 / 13,499] 315 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 89s remote-cache, linux-sandbox ... (70 actions running) [12,966 / 13,499] 315 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 90s remote-cache, linux-sandbox ... (70 actions running) [12,966 / 13,499] 315 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 91s remote-cache, linux-sandbox ... (70 actions running) [12,969 / 13,499] 315 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 92s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,969 / 13,499] 315 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 93s remote-cache, linux-sandbox ... (70 actions running) [12,970 / 13,499] 316 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 94s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,971 / 13,499] 316 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 95s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,971 / 13,499] 316 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 97s remote-cache, linux-sandbox ... (70 actions running) [12,974 / 13,499] 316 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 98s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,977 / 13,499] 316 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 99s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,978 / 13,499] 316 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 100s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,980 / 13,499] 316 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 102s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,981 / 13,499] 316 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 103s remote-cache, linux-sandbox ... (70 actions running) [12,983 / 13,499] 316 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 104s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,987 / 13,499] 316 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 105s remote-cache, linux-sandbox ... (68 actions, 66 running) [12,988 / 13,499] 316 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 107s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,991 / 13,499] 316 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 108s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,992 / 13,505] 316 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 109s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,994 / 13,505] 316 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 110s remote-cache, linux-sandbox ... (70 actions running) [12,994 / 13,505] 316 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 111s remote-cache, linux-sandbox ... (70 actions running) [12,995 / 13,505] 316 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 112s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,001 / 13,505] 316 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 114s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,001 / 13,505] 316 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 115s remote-cache, linux-sandbox ... (70 actions running) [13,002 / 13,505] 316 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 116s remote-cache, linux-sandbox ... (70 actions running) [13,002 / 13,505] 316 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 119s remote-cache, linux-sandbox ... (70 actions running) [13,009 / 13,505] 316 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 120s remote-cache, linux-sandbox ... (70 actions running) [13,011 / 13,505] 316 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 121s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,013 / 13,505] 316 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 122s remote-cache, linux-sandbox ... (70 actions running) [13,013 / 13,505] 316 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 123s remote-cache, linux-sandbox ... (70 actions running) [13,014 / 13,505] 316 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 124s remote-cache, linux-sandbox ... (70 actions running) [13,015 / 13,505] 316 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 126s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,020 / 13,505] 316 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 127s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,020 / 13,505] 316 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 128s remote-cache, linux-sandbox ... (70 actions running) [13,022 / 13,505] 316 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 129s remote-cache, linux-sandbox ... (70 actions running) [13,023 / 13,505] 317 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 130s remote-cache, linux-sandbox ... (70 actions running) [13,024 / 13,505] 317 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 131s remote-cache, linux-sandbox ... (70 actions running) [13,026 / 13,505] 317 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 132s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,031 / 13,505] 317 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 134s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,031 / 13,505] 317 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 135s remote-cache, linux-sandbox ... (70 actions running) [13,033 / 13,505] 318 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 137s remote-cache, linux-sandbox ... (70 actions running) [13,036 / 13,505] 318 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 138s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,040 / 13,505] 319 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 139s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,041 / 13,505] 319 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 141s remote-cache, linux-sandbox ... (70 actions running) [13,041 / 13,505] 319 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 142s remote-cache, linux-sandbox ... (70 actions running) [13,041 / 13,505] 319 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 144s remote-cache, linux-sandbox ... (70 actions running) [13,044 / 13,505] 319 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 145s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,047 / 13,512] 319 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 146s remote-cache, linux-sandbox ... (70 actions running) [13,047 / 13,512] 319 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 147s remote-cache, linux-sandbox ... (70 actions running) [13,050 / 13,512] 319 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 148s remote-cache, linux-sandbox ... (70 actions running) [13,050 / 13,512] 319 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 149s remote-cache, linux-sandbox ... (70 actions running) [13,051 / 13,512] 319 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 86s remote-cache, linux-sandbox ... (70 actions running) [13,051 / 13,512] 319 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 87s remote-cache, linux-sandbox ... (70 actions running) [13,052 / 13,512] 319 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 88s remote-cache, linux-sandbox ... (70 actions running) [13,055 / 13,520] 319 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 89s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,060 / 13,520] 319 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 91s remote-cache, linux-sandbox ... (70 actions running) [13,061 / 13,520] 319 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 92s remote-cache, linux-sandbox ... (69 actions, 68 running) 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 09:47:59.743 +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 09:47:59.743 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 09:47:59.743 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 09:47:59.745 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 09:47:59.745 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 09:47:59.748 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 09:47:59.752 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=c2c8dab6-4d31-414d-939b-a4b04e100bfc] ["ddl lease"=500ms] ["stats lease"=-1ns] [2024/05/06 09:47:59.763 +00:00] [WARN] [controller.go:198] ["[resource group controller] server does not save config, load config failed"] [2024/05/06 09:47:59.763 +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 09:47:59.763 +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 09:47:59.767 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=0] ["start time"=3.315475ms] [2024/05/06 09:47:59.767 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 09:47:59.767 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=dd89db7a-fe97-4bcf-adec-248d6ec2a14d] [runWorker=true] [2024/05/06 09:47:59.767 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 09:47:59.767 +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 09:47:59.767 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 09:47:59.767 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 09:47:59.767 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 09:47:59.767 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 09:47:59.767 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 09:47:59.767 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 09:47:59.767 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 09:47:59.767 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 09:47:59.767 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 09:47:59.767 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 09:47:59.769 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2024/05/06 09:47:59.769 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 09:47:59.769 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 09:47:59.769 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 09:47:59.819 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 09:47:59.819 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 09:47:59.977 +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 09:47:59.980 +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 09:47:59.979 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:47:59.980 +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 09:47:59.979 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS test"] [2024/05/06 09:47:59.989 +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 09:47:59.979 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:47:59.994 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=1] ["start time"=2.938914ms] [2024/05/06 09:47:59.994 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 09:47:59.995 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:47:59.996 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2024/05/06 09:48:00.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=1] ["take time"=15.098563ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 09:47:59.979 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.023 +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 09:47:59.979 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.025 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=3] [2024/05/06 09:48:00.026 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:00.026 +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 09:48:00.027 +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 09:48:00.033 +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 09:48:00.028 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:00.033 +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 09:48:00.028 +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 09:48:00.043 +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 09:48:00.028 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.052 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=1] [neededSchemaVersion=2] ["start time"=840.089ยตs] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:00.054 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:00.054 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2024/05/06 09:48:00.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=2] ["take time"=4.438603ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:00.028 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.063 +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 09:48:00.028 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.071 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=5] [2024/05/06 09:48:00.071 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:00.072 +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 09:48:00.076 +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 09:48:00.074 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:00.076 +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 09:48:00.074 +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 09:48:00.083 +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 09:48:00.074 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.087 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=2] [neededSchemaVersion=3] ["start time"=286.827ยตs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:00.088 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:00.088 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2024/05/06 09:48:00.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=3] ["take time"=4.36598ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:00.074 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.101 +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 09:48:00.074 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.111 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=7] [2024/05/06 09:48:00.111 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:00.111 +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 09:48:00.115 +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 09:48:00.113 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:00.115 +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 09:48:00.113 +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 09:48:00.126 +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 09:48:00.113 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.139 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=3] [neededSchemaVersion=4] ["start time"=263.825ยตs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:00.141 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:00.141 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2024/05/06 09:48:00.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=4] ["take time"=2.04003ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:00.113 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.152 +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 09:48:00.113 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.158 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=9] [2024/05/06 09:48:00.158 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:00.159 +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 09:48:00.163 +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 09:48:00.161 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:00.163 +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 09:48:00.161 +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 09:48:00.174 +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 09:48:00.161 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.180 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=4] [neededSchemaVersion=5] ["start time"=622.003ยตs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:00.181 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:00.181 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2024/05/06 09:48:00.183 +00:00] [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.022683ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:00.161 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.189 +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 09:48:00.161 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.195 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=11] [2024/05/06 09:48:00.195 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:00.196 +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 09:48:00.199 +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 09:48:00.197 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:00.199 +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 09:48:00.197 +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 09:48:00.205 +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 09:48:00.197 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.209 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=5] [neededSchemaVersion=6] ["start time"=317.06ยตs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:00.211 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:00.211 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2024/05/06 09:48:00.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=6] ["take time"=2.835743ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:00.197 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.219 +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 09:48:00.197 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.224 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=13] [2024/05/06 09:48:00.224 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:00.224 +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 09:48:00.232 +00:00] [INFO] [mvcc.go:1246] ["trying to commit with smaller commitTs than minCommitTs"] ["commit ts"=449574045018226689] ["min commit ts"=449574045018750977] [key="dIAA///////+X3KAAAAAAAAADw=="] [2024/05/06 09:48:00.232 +00:00] [INFO] [commit.go:160] ["2PC commitTS rejected by TiKV, retry with a newer commitTS"] [txnStartTS=449574045018226688] [info="{StartTs:449574045018226688 AttemptedCommitTs:449574045018226689 Key:748000fffffffffffe5f72800000000000000f MinCommitTs:449574045018750977}"] [2024/05/06 09:48:00.232 +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 09:48:00.226 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:00.232 +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 09:48:00.226 +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 09:48:00.241 +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 09:48:00.226 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.245 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=6] [neededSchemaVersion=7] ["start time"=238.922ยตs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:00.246 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:00.246 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2024/05/06 09:48:00.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=7] ["take time"=3.261933ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:00.226 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.255 +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 09:48:00.226 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.260 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=15] [2024/05/06 09:48:00.260 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:00.260 +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 09:48:00.263 +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 09:48:00.261 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:00.263 +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 09:48:00.261 +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 09:48:00.270 +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 09:48:00.261 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.282 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=7] [neededSchemaVersion=8] ["start time"=186.418ยตs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:00.283 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:00.283 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2024/05/06 09:48:00.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=8] ["take time"=2.845452ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:00.261 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.308 +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 09:48:00.261 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.314 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=17] [2024/05/06 09:48:00.314 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:00.315 +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 09:48:00.318 +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 09:48:00.316 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:00.318 +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 09:48:00.316 +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 09:48:00.326 +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 09:48:00.316 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.329 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=8] [neededSchemaVersion=9] ["start time"=218.648ยตs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:00.330 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:00.330 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2024/05/06 09:48:00.331 +00:00] [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.215646ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:00.316 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.345 +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 09:48:00.316 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.348 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=19] [2024/05/06 09:48:00.348 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:00.349 +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 09:48:00.356 +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 09:48:00.355 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:00.356 +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 09:48:00.355 +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 09:48:00.370 +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 09:48:00.355 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.373 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=9] [neededSchemaVersion=10] ["start time"=264.005ยตs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:00.374 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:00.374 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2024/05/06 09:48:00.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=10] ["take time"=7.426705ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:00.355 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.387 +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 09:48:00.355 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.391 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=21] [2024/05/06 09:48:00.391 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:00.392 +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 09:48:00.395 +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 09:48:00.393 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:00.395 +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 09:48:00.393 +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 09:48:00.403 +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 09:48:00.393 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.406 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=10] [neededSchemaVersion=11] ["start time"=242.954ยตs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:00.407 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:00.407 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2024/05/06 09:48:00.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=11] ["take time"=2.744553ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:00.393 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.423 +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 09:48:00.393 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.426 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=23] [2024/05/06 09:48:00.426 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:00.427 +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 09:48:00.427 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2024/05/06 09:48:00.430 +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 09:48:00.429 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:00.431 +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 09:48:00.429 +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 09:48:00.439 +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 09:48:00.429 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.443 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=11] [neededSchemaVersion=12] ["start time"=285.787ยตs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:00.444 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:00.444 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2024/05/06 09:48:00.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=12] ["take time"=2.819669ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:00.429 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.450 +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 09:48:00.429 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.457 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=25] [2024/05/06 09:48:00.457 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:00.457 +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 09:48:00.461 +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 09:48:00.459 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:00.461 +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 09:48:00.459 +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 09:48:00.467 +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 09:48:00.459 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.471 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=12] [neededSchemaVersion=13] ["start time"=311.067ยตs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:00.472 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:00.472 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2024/05/06 09:48:00.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=13] ["take time"=2.007878ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:00.459 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.477 +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 09:48:00.459 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.480 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=27] [2024/05/06 09:48:00.480 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:00.480 +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 09:48:00.482 +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 09:48:00.481 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:00.482 +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 09:48:00.481 +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 09:48:00.489 +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 09:48:00.481 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.492 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=13] [neededSchemaVersion=14] ["start time"=238.214ยตs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:00.493 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:00.493 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2024/05/06 09:48:00.494 +00:00] [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.357825ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:00.481 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.501 +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 09:48:00.481 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.504 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=29] [2024/05/06 09:48:00.504 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:00.505 +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 09:48:00.507 +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 09:48:00.506 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:00.507 +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 09:48:00.506 +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 09:48:00.515 +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 09:48:00.506 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.519 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=14] [neededSchemaVersion=15] ["start time"=261.299ยตs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:00.521 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:00.521 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2024/05/06 09:48:00.524 +00:00] [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.330024ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:00.506 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.532 +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 09:48:00.506 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.536 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=31] [2024/05/06 09:48:00.536 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:00.537 +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 09:48:00.539 +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 09:48:00.538 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:00.539 +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 09:48:00.538 +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 09:48:00.547 +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 09:48:00.538 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.551 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=15] [neededSchemaVersion=16] ["start time"=247.52ยตs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:00.552 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:00.552 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2024/05/06 09:48:00.554 +00:00] [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"=3.794556ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:00.538 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.561 +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 09:48:00.538 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.564 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=33] [2024/05/06 09:48:00.564 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:00.564 +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 09:48:00.576 +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 09:48:00.566 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:00.576 +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 09:48:00.566 +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 09:48:00.588 +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 09:48:00.566 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.611 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=16] [neededSchemaVersion=17] ["start time"=319.939ยตs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:00.613 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:00.613 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2024/05/06 09:48:00.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=17] ["take time"=2.090163ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:00.566 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.618 +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 09:48:00.566 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.621 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=35] [2024/05/06 09:48:00.621 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:00.622 +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 09:48:00.624 +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 09:48:00.623 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:00.624 +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 09:48:00.623 +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 09:48:00.634 +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 09:48:00.623 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.652 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=17] [neededSchemaVersion=18] ["start time"=293.965ยตs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:00.653 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:00.653 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2024/05/06 09:48:00.658 +00:00] [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"=6.320657ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:00.623 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.665 +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 09:48:00.623 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.668 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=37] [2024/05/06 09:48:00.668 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:00.669 +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 09:48:00.683 +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 09:48:00.678 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:00.683 +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 09:48:00.678 +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 09:48:00.692 +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 09:48:00.678 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.697 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=18] [neededSchemaVersion=19] ["start time"=373.19ยตs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:00.699 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:00.699 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2024/05/06 09:48:00.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=19] ["take time"=4.046083ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:00.678 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.705 +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 09:48:00.678 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.709 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=39] [2024/05/06 09:48:00.709 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:00.715 +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 09:48:00.717 +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 09:48:00.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:00.717 +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 09:48:00.716 +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 09:48:00.723 +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 09:48:00.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.727 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=19] [neededSchemaVersion=20] ["start time"=249.041ยตs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:00.728 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:00.728 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2024/05/06 09:48:00.745 +00:00] [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"=18.166389ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:00.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.751 +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 09:48:00.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.754 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=41] [2024/05/06 09:48:00.754 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:00.754 +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 09:48:00.759 +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 09:48:00.756 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:00.759 +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 09:48:00.756 +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 09:48:00.765 +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 09:48:00.756 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.768 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=20] [neededSchemaVersion=21] ["start time"=186.695ยตs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:00.769 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:00.769 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2024/05/06 09:48:00.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=21] ["take time"=3.129851ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:00.756 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.773 +00:00] [WARN] [runaway.go:166] ["failed to start runaway manager loop, please check whether the bootstrap or update is finished"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:141\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:67\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2089\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:1993\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1958\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1944\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1948\ngithub.com/pingcap/tidb/pkg/domain.(*SystemTableReader).Read\n\tpkg/domain/runaway.go:655\ngithub.com/pingcap/tidb/pkg/domain.getRunawayWatchRecord\n\tpkg/domain/runaway.go:543\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getWatchRecord\n\tpkg/domain/runaway.go:526\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getNewWatchRecords\n\tpkg/domain/runaway.go:509\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:177\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayStartLoop\n\tpkg/domain/runaway.go:156\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 09:48:00.778 +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 09:48:00.756 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.781 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=43] [2024/05/06 09:48:00.782 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:00.782 +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 09:48:00.784 +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 09:48:00.783 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:00.784 +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 09:48:00.783 +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 09:48:00.791 +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 09:48:00.783 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.793 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=21] [neededSchemaVersion=22] ["start time"=147.937ยตs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:00.794 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:00.794 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2024/05/06 09:48:00.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=22] ["take time"=3.173954ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:00.783 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.810 +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 09:48:00.783 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.813 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=45] [2024/05/06 09:48:00.813 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:00.814 +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 09:48:00.817 +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 09:48:00.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:00.817 +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 09:48:00.815 +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 09:48:00.825 +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 09:48:00.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.831 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=22] [neededSchemaVersion=23] ["start time"=316.138ยตs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:00.832 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:00.832 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2024/05/06 09:48:00.840 +00:00] [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"=8.904957ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:00.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.845 +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 09:48:00.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.848 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=47] [2024/05/06 09:48:00.848 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:00.848 +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 09:48:00.852 +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 09:48:00.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:00.852 +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 09:48:00.85 +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 09:48:00.871 +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 09:48:00.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.874 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=23] [neededSchemaVersion=24] ["start time"=219.038ยตs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:00.875 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:00.875 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2024/05/06 09:48:00.876 +00:00] [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.446378ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:00.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.886 +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 09:48:00.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.889 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=49] [2024/05/06 09:48:00.889 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:00.890 +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 09:48:00.892 +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 09:48:00.891 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:00.892 +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 09:48:00.891 +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 09:48:00.900 +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 09:48:00.891 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.903 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=24] [neededSchemaVersion=25] ["start time"=206.139ยตs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:00.904 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:00.904 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2024/05/06 09:48:00.952 +00:00] [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"=49.337947ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:00.891 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.961 +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 09:48:00.891 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:00.965 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=51] [2024/05/06 09:48:00.965 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:00.965 +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 09:48:00.970 +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 09:48:00.968 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:00.970 +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 09:48:00.968 +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 09:48:00.978 +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 09:48:00.968 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.006 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=25] [neededSchemaVersion=26] ["start time"=320.476ยตs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:01.008 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:01.008 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2024/05/06 09:48:01.008 +00:00] [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.008239ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:00.968 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.019 +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 09:48:00.968 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.026 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=53] [2024/05/06 09:48:01.026 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:01.026 +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 09:48:01.041 +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 09:48:01.028 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:01.041 +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 09:48:01.028 +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 09:48:01.047 +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 09:48:01.028 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.051 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=26] [neededSchemaVersion=27] ["start time"=244.958ยตs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:01.052 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:01.052 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2024/05/06 09:48:01.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=27] ["take time"=4.245804ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:01.028 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.063 +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 09:48:01.028 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.069 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=55] [2024/05/06 09:48:01.069 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:01.069 +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 09:48:01.072 +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 09:48:01.071 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:01.072 +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 09:48:01.071 +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 09:48:01.078 +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 09:48:01.071 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.081 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=27] [neededSchemaVersion=28] ["start time"=209.807ยตs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:01.082 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:01.082 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2024/05/06 09:48:01.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=28] ["take time"=3.352978ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:01.071 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.091 +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 09:48:01.071 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.094 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=57] [2024/05/06 09:48:01.094 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:01.095 +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 09:48:01.095 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2024/05/06 09:48:01.097 +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 09:48:01.096 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:01.097 +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 09:48:01.096 +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 09:48:01.106 +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 09:48:01.096 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.108 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=28] [neededSchemaVersion=29] ["start time"=249.538ยตs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:01.110 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:01.110 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2024/05/06 09:48:01.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=29] ["take time"=2.304107ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:01.096 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.116 +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 09:48:01.096 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.121 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=59] [2024/05/06 09:48:01.121 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:01.122 +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 09:48:01.125 +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 09:48:01.124 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:01.125 +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 09:48:01.124 +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 09:48:01.132 +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 09:48:01.124 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.135 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=29] [neededSchemaVersion=30] ["start time"=286.344ยตs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:01.137 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:01.137 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2024/05/06 09:48:01.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=30] ["take time"=4.893937ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:01.124 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.144 +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 09:48:01.124 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.147 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=61] [2024/05/06 09:48:01.147 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:01.147 +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 09:48:01.159 +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 09:48:01.158 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:01.159 +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 09:48:01.158 +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 09:48:01.178 +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 09:48:01.158 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.185 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=30] [neededSchemaVersion=31] ["start time"=296.676ยตs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:01.186 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:01.186 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2024/05/06 09:48:01.187 +00:00] [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.147277ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:01.158 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.193 +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 09:48:01.158 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.207 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=63] [2024/05/06 09:48:01.208 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:01.208 +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 09:48:01.212 +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 09:48:01.21 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:01.212 +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 09:48:01.21 +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 09:48:01.220 +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 09:48:01.21 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.228 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=31] [neededSchemaVersion=32] ["start time"=402.378ยตs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:01.229 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:01.229 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2024/05/06 09:48:01.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=32] ["take time"=6.810472ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:01.21 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.241 +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 09:48:01.21 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.246 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=65] [2024/05/06 09:48:01.246 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:01.247 +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 09:48:01.251 +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 09:48:01.249 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:01.251 +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 09:48:01.249 +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 09:48:01.258 +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 09:48:01.249 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.260 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=32] [neededSchemaVersion=33] ["start time"=166.67ยตs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:01.261 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:01.261 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2024/05/06 09:48:01.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=33] ["take time"=14.052792ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:01.249 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.280 +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 09:48:01.249 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.285 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=67] [2024/05/06 09:48:01.285 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:01.289 +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 09:48:01.287 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:01.289 +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 09:48:01.287 +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 09:48:01.295 +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 09:48:01.287 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.299 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=33] [neededSchemaVersion=34] ["start time"=262.939ยตs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 09:48:01.300 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:01.300 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2024/05/06 09:48: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=34] ["take time"=10.566193ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-06 09:48:01.287 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.318 +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 09:48:01.287 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.323 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=69] [2024/05/06 09:48:01.323 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:01.323 +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 09:48:01.342 +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 09:48:01.331 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:01.342 +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 09:48:01.331 +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 09:48:01.348 +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 09:48:01.331 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.351 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=34] [neededSchemaVersion=35] ["start time"=239.927ยตs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:01.352 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:01.352 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2024/05/06 09:48:01.354 +00:00] [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"=3.226664ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:01.331 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.364 +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 09:48:01.331 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.370 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=71] [2024/05/06 09:48:01.370 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:01.371 +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 09:48:01.410 +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 09:48:01.401 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:01.410 +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 09:48:01.401 +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 09:48:01.419 +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 09:48:01.401 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.422 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=35] [neededSchemaVersion=36] ["start time"=245.193ยตs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:01.423 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:01.423 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2024/05/06 09:48:01.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=36] ["take time"=2.043567ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:01.401 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.432 +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 09:48:01.401 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.435 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=73] [2024/05/06 09:48:01.435 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:01.435 +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 09:48:01.439 +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 09:48:01.437 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:01.439 +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 09:48:01.437 +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 09:48:01.447 +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 09:48:01.437 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.450 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=36] [neededSchemaVersion=37] ["start time"=217.444ยตs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:01.451 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:01.451 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2024/05/06 09:48:01.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=37] ["take time"=2.187523ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:01.437 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.457 +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 09:48:01.437 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.461 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=75] [2024/05/06 09:48:01.461 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:01.461 +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 09:48:01.472 +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 09:48:01.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:01.472 +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 09:48:01.464 +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 09:48:01.478 +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 09:48:01.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.483 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=37] [neededSchemaVersion=38] ["start time"=486.769ยตs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:01.485 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:01.485 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2024/05/06 09:48:01.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=38] ["take time"=5.594493ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:01.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.495 +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 09:48:01.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.509 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=77] [2024/05/06 09:48:01.509 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:01.510 +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 09:48:01.521 +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 09:48:01.519 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:01.522 +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 09:48:01.519 +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 09:48:01.533 +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 09:48:01.519 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.538 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=38] [neededSchemaVersion=39] ["start time"=532.828ยตs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:01.540 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:01.540 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2024/05/06 09:48:01.542 +00:00] [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.530127ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:01.519 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.549 +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 09:48:01.519 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.554 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=79] [2024/05/06 09:48:01.554 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:01.555 +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 09:48:01.565 +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 09:48:01.559 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:01.565 +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 09:48:01.559 +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 09:48:01.575 +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 09:48:01.559 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.580 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=39] [neededSchemaVersion=40] ["start time"=512.305ยตs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:01.582 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:01.582 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2024/05/06 09:48:01.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=40] ["take time"=4.4633ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:01.559 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.599 +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 09:48:01.559 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.605 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=81] [2024/05/06 09:48:01.605 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:01.606 +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 09:48:01.610 +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 09:48:01.608 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:01.610 +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 09:48:01.608 +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 09:48:01.619 +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 09:48:01.608 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.624 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=40] [neededSchemaVersion=41] ["start time"=504.357ยตs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:01.628 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:01.628 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2024/05/06 09:48:01.635 +00:00] [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"=10.948234ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:01.608 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.640 +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 09:48:01.608 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.646 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=83] [2024/05/06 09:48:01.646 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:01.646 +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 09:48:01.651 +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 09:48:01.648 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:01.652 +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 09:48:01.648 +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 09:48:01.660 +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 09:48:01.648 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.666 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=41] [neededSchemaVersion=42] ["start time"=547.268ยตs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:01.668 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:01.668 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2024/05/06 09:48:01.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=42] ["take time"=4.334315ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:01.648 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.680 +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 09:48:01.648 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.684 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=85] [2024/05/06 09:48:01.684 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:01.684 +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 09:48:01.701 +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 09:48:01.697 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:01.701 +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 09:48:01.697 +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 09:48:01.710 +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 09:48:01.697 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.717 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=42] [neededSchemaVersion=43] ["start time"=500.809ยตs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:01.719 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:01.719 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2024/05/06 09:48:01.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=43] ["take time"=8.843238ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:01.697 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.739 +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 09:48:01.697 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.743 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=87] [2024/05/06 09:48:01.743 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:01.744 +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 09:48:01.749 +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 09:48:01.747 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:01.749 +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 09:48:01.747 +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 09:48:01.761 +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 09:48:01.747 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.766 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=43] [neededSchemaVersion=44] ["start time"=625.156ยตs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:01.768 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:01.769 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2024/05/06 09:48:01.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=44] ["take time"=5.575151ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:01.747 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.774 +00:00] [INFO] [info.go:1142] [SetTiFlashGroupConfig] [2024/05/06 09:48:01.789 +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 09:48:01.747 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.794 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=89] [2024/05/06 09:48:01.794 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:01.794 +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 09:48:01.797 +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 09:48:01.796 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:01.797 +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 09:48:01.796 +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 09:48:01.807 +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 09:48:01.796 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.811 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=44] [neededSchemaVersion=45] ["start time"=334.88ยตs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:01.812 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:01.812 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2024/05/06 09:48:01.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=45] ["take time"=3.731498ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:01.796 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.822 +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 09:48:01.796 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.825 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=91] [2024/05/06 09:48:01.825 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:01.826 +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 09:48:01.829 +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 09:48:01.827 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:01.829 +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 09:48:01.827 +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 09:48:01.837 +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 09:48:01.827 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.842 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=45] [neededSchemaVersion=46] ["start time"=547.006ยตs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:01.844 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:01.844 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2024/05/06 09:48:01.847 +00:00] [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"=5.468392ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:01.827 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.857 +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 09:48:01.827 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.862 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=93] [2024/05/06 09:48:01.862 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:01.862 +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 09:48:01.865 +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 09:48:01.863 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:01.865 +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 09:48:01.863 +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 09:48:01.872 +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 09:48:01.863 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.877 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=46] [neededSchemaVersion=47] ["start time"=297.254ยตs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:01.878 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:01.878 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2024/05/06 09:48:01.882 +00:00] [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.86979ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:01.863 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.893 +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 09:48:01.863 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.899 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=95] [2024/05/06 09:48:01.900 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:01.900 +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 09:48:01.904 +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 09:48:01.901 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:01.904 +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 09:48:01.901 +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 09:48:01.915 +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 09:48:01.901 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.918 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=47] [neededSchemaVersion=48] ["start time"=238.214ยตs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:01.919 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:01.919 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2024/05/06 09:48:01.921 +00:00] [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.929275ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:01.901 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.928 +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 09:48:01.901 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.931 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=97] [2024/05/06 09:48:01.931 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:01.931 +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 09:48:01.936 +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 09:48:01.933 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:01.936 +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 09:48:01.933 +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 09:48:01.943 +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 09:48:01.933 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.946 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=48] [neededSchemaVersion=49] ["start time"=256.622ยตs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:01.947 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:01.947 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2024/05/06 09:48:01.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=49] ["take time"=2.710027ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:01.933 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.953 +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 09:48:01.933 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.956 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=99] [2024/05/06 09:48:01.956 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:01.956 +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 09:48:01.958 +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 09:48:01.958 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:01.958 +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 09:48:01.958 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2024/05/06 09:48:01.969 +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 09:48:01.958 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.971 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=49] [neededSchemaVersion=50] ["start time"=58.737ยตs] [gotSchemaVersion=50] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 09:48:01.972 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:01.972 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2024/05/06 09:48:01.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=50] ["take time"=2.528289ms] [job="ID:101, Type:create schema, State:done, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 09:48:01.958 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.981 +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 09:48:01.958 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:01.983 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=101] [2024/05/06 09:48:01.983 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:01.991 +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 09:48:01.989 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:01.991 +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 09:48:01.989 +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 09:48:01.999 +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 09:48:01.989 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:02.002 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=50] [neededSchemaVersion=51] ["start time"=164.682ยตs] [gotSchemaVersion=51] [phyTblIDs="[102]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 09:48:02.003 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 09:48:02.003 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2024/05/06 09:48:02.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=51] ["take time"=2.354216ms] [job="ID:103, Type:create view, State:done, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 09:48:01.989 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:02.010 +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 09:48:01.989 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:02.016 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=103] [2024/05/06 09:48:02.016 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:02.044 +00:00] [INFO] [bootstrap.go:745] ["bootstrap successful"] ["take time"=2.27608308s] [2024/05/06 09:48:02.044 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=dd89db7a-fe97-4bcf-adec-248d6ec2a14d] [ownerKey=/tidb/ddl/fg/owner] [2024/05/06 09:48:02.044 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 09:48:02.044 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 4, tp add index"] [category=ddl] ["take time"=1.817ยตs] [2024/05/06 09:48:02.044 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 5, tp add index"] [category=ddl] ["take time"=977ns] [2024/05/06 09:48:02.044 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 2, tp add index"] [category=ddl] ["take time"=1.244ยตs] [2024/05/06 09:48:02.044 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 3, tp add index"] [category=ddl] ["take time"=1.197ยตs] [2024/05/06 09:48:02.044 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 09:48:02.044 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 1, tp general"] [category=ddl] ["take time"=697ns] [2024/05/06 09:48:02.044 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 09:48:02.044 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/06 09:48:02.044 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 09:48:02.047 +00:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=dd89db7a-fe97-4bcf-adec-248d6ec2a14d] ["take time"=3.08778ms] [2024/05/06 09:48:02.047 +00:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=dd89db7a-fe97-4bcf-adec-248d6ec2a14d] [2024/05/06 09:48:02.047 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 09:48:02.047 +00:00] [INFO] [domain.go:907] ["loadSchemaInLoop exited."] [2024/05/06 09:48:02.047 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 09:48:02.047 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."] [2024/05/06 09:48:02.047 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 09:48:02.047 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/06 09:48:02.047 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/06 09:48:02.047 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 09:48:02.047 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 09:48:02.047 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 09:48:02.047 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/06 09:48:02.047 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/06 09:48:02.047 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 09:48:02.047 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 09:48:02.047 +00:00] [INFO] [domain.go:1074] ["domain closed"] ["take time"=3.308237ms] [2024/05/06 09:48:02.047 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=c2c8dab6-4d31-414d-939b-a4b04e100bfc] ["ddl lease"=500ms] ["stats lease"=-1ns] [2024/05/06 09:48:02.059 +00:00] [WARN] [controller.go:198] ["[resource group controller] server does not save config, load config failed"] [2024/05/06 09:48:02.059 +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 09:48:02.122 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=51] ["start time"=62.846917ms] [2024/05/06 09:48:02.123 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 09:48:02.123 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=1c03dcaa-5f39-4e38-a920-c5beae3f6e2b] [runWorker=true] [2024/05/06 09:48:02.123 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 09:48:02.123 +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 09:48:02.123 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 09:48:02.123 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 09:48:02.123 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 09:48:02.123 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 09:48:02.123 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 09:48:02.123 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 09:48:02.123 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 09:48:02.123 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 09:48:02.123 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 09:48:02.123 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 09:48:02.124 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2024/05/06 09:48:02.124 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 09:48:02.125 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 09:48:02.125 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 09:48:02.126 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 09:48:02.126 +00:00] [WARN] [sysvar_cache.go:49] ["sysvar cache is empty, triggering rebuild"] [2024/05/06 09:48:02.128 +00:00] [INFO] [sysvar.go:2748] ["set resource control"] [enable=true] [2024/05/06 09:48:02.129 +00:00] [INFO] [controller.go:447] ["[resource group controller] create resource group cost controller"] [name=default] [2024/05/06 09:48:02.137 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 09:48:02.140 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 09:48:02.141 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 09:48:02.142 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=indexUsageWorker] [2024/05/06 09:48:02.142 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=quitStatsOwner] [2024/05/06 09:48:02.142 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 09:48:02.143 +00:00] [INFO] [manager.go:113] ["build task executor manager"] [server-id=:4000] [total-cpu=16] [total-mem=342.6GiB] [2024/05/06 09:48:02.143 +00:00] [INFO] [domain.go:2070] ["dumpFileGcChecker started"] [2024/05/06 09:48:02.145 +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 09:48:02.145 +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 09:48:02.146 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 09:48:02.148 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=51] [cur_db=] [sql="create schema RemovePartAutoIDs"] [user=] [2024/05/06 09:48:02.149 +00:00] [INFO] [manager.go:146] ["task executor manager start"] [server-id=:4000] [2024/05/06 09:48:02.149 +00:00] [INFO] [domain.go:1525] ["dist task executor manager started"] [2024/05/06 09:48:02.152 +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 09:48:02.152 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:02.152 +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 09:48:02.152 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create schema RemovePartAutoIDs"] [2024/05/06 09:48:02.175 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 09:48:02.176 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 09:48:02.198 +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 09:48:02.152 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:02.200 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=51] [neededSchemaVersion=52] ["start time"=55.645ยตs] [gotSchemaVersion=52] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 09:48:02.201 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2024/05/06 09:48:02.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=52] ["take time"=2.405987ms] [job="ID:105, Type:create schema, State:done, SchemaState:public, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 09:48:02.152 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:02.210 +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 09:48:02.152 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:02.213 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=105] [2024/05/06 09:48:02.213 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:02.214 +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 09:48:02.217 +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 09:48:02.216 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 09:48:02.217 +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 09:48:02.216 +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 09:48:02.223 +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 09:48:02.216 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:02.226 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=52] [neededSchemaVersion=53] ["start time"=531.255ยตs] [gotSchemaVersion=53] [phyTblIDs="[106,107,108,109]"] [actionTypes="[3,3,3,3]"] [diffTypes="[\"create table\"]"] [2024/05/06 09:48:02.227 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=110] [version=53] [2024/05/06 09:48:02.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=53] ["take time"=3.008005ms] [job="ID:110, Type:create table, State:done, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 09:48:02.216 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:02.235 +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 09:48:02.216 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 09:48:02.238 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=110] [2024/05/06 09:48:02.238 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 09:48:02.245 +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 09:48:02.248 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:02.251 +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 09:48:02.25 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 09:48:02.251 +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 09:48:02.25 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t remove partitioning"] [2024/05/06 09:48:02.261 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 7, 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 09:48:02.25 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 09:48:02.261 +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 09:48:02.262 +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 09:48:02.262 +00:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=2] [2024/05/06 09:48:02.262 +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 09:48:02.262 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[2]"] [2024/05/06 09:48:02.262 +00:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=2] [backoff(ms)=120000] [2024/05/06 09:48:02.262 +00:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=2] [2024/05/06 09:48:02.266 +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 09:48:02.267 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:02.277 +00:00] [INFO] [set.go:170] ["set global var"] [conn=6] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:02.293 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=53] [neededSchemaVersion=54] ["start time"=27.467709ms] [2024/05/06 09:48:02.296 +00:00] [INFO] [set.go:170] ["set global var"] [conn=7] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:02.298 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 09:48:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:02.323 +00:00] [INFO] [set.go:170] ["set global var"] [conn=8] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:02.361 +00:00] [INFO] [set.go:170] ["set global var"] [conn=10] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:02.400 +00:00] [INFO] [set.go:170] ["set global var"] [conn=12] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:02.469 +00:00] [INFO] [set.go:170] ["set global var"] [conn=16] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:02.489 +00:00] [INFO] [set.go:170] ["set global var"] [conn=17] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:02.512 +00:00] [INFO] [set.go:170] ["set global var"] [conn=18] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:02.546 +00:00] [INFO] [set.go:170] ["set global var"] [conn=20] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:02.565 +00:00] [INFO] [set.go:170] ["set global var"] [conn=21] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:02.604 +00:00] [INFO] [set.go:170] ["set global var"] [conn=23] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:02.644 +00:00] [INFO] [set.go:170] ["set global var"] [conn=25] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:02.665 +00:00] [INFO] [set.go:170] ["set global var"] [conn=26] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:02.720 +00:00] [INFO] [set.go:170] ["set global var"] [conn=28] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:02.741 +00:00] [INFO] [set.go:170] ["set global var"] [conn=29] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:02.762 +00:00] [INFO] [set.go:170] ["set global var"] [conn=30] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:02.786 +00:00] [INFO] [set.go:170] ["set global var"] [conn=31] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:02.810 +00:00] [INFO] [set.go:170] ["set global var"] [conn=32] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:02.834 +00:00] [INFO] [set.go:170] ["set global var"] [conn=33] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:02.859 +00:00] [INFO] [set.go:170] ["set global var"] [conn=34] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:02.895 +00:00] [INFO] [set.go:170] ["set global var"] [conn=35] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:02.920 +00:00] [INFO] [set.go:170] ["set global var"] [conn=36] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:02.942 +00:00] [INFO] [set.go:170] ["set global var"] [conn=37] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:02.968 +00:00] [INFO] [set.go:170] ["set global var"] [conn=38] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:02.990 +00:00] [INFO] [set.go:170] ["set global var"] [conn=39] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.035 +00:00] [INFO] [set.go:170] ["set global var"] [conn=41] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.076 +00:00] [INFO] [set.go:170] ["set global var"] [conn=43] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.098 +00:00] [INFO] [set.go:170] ["set global var"] [conn=44] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.118 +00:00] [INFO] [set.go:170] ["set global var"] [conn=45] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.135 +00:00] [INFO] [runaway.go:158] ["preparations for the runaway manager are finished and start runaway manager loop"] [2024/05/06 09:48:03.135 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 09:48:03.135 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 09:48:03.135 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.148 +00:00] [INFO] [runtime.go:160] ["TimerGroupRuntime loop started"] [groupID=ttl] [2024/05/06 09:48:03.148 +00:00] [INFO] [runtime.go:402] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true] [2024/05/06 09:48:03.157 +00:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=16] [2024/05/06 09:48:03.157 +00:00] [INFO] [set.go:170] ["set global var"] [conn=47] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:03.159 +00:00] [INFO] [scheduler_manager.go:200] ["schedule task loop start"] [server-id=:4000] [2024/05/06 09:48:03.159 +00:00] [INFO] [scheduler_manager.go:312] ["subtask table gc loop start"] [server-id=:4000] [2024/05/06 09:48:03.159 +00:00] [INFO] [scheduler_manager.go:373] ["cleanup loop start"] [server-id=:4000] [2024/05/06 09:48:03.159 +00:00] [INFO] [scheduler_manager.go:453] ["collect loop start"] [server-id=:4000] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.188 +00:00] [INFO] [set.go:170] ["set global var"] [conn=48] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.241 +00:00] [INFO] [set.go:170] ["set global var"] [conn=50] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.261 +00:00] [INFO] [set.go:170] ["set global var"] [conn=51] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.282 +00:00] [INFO] [set.go:170] ["set global var"] [conn=52] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.304 +00:00] [INFO] [set.go:170] ["set global var"] [conn=53] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.327 +00:00] [INFO] [set.go:170] ["set global var"] [conn=54] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.365 +00:00] [INFO] [set.go:170] ["set global var"] [conn=56] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.390 +00:00] [INFO] [set.go:170] ["set global var"] [conn=57] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.441 +00:00] [INFO] [set.go:170] ["set global var"] [conn=58] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.467 +00:00] [INFO] [set.go:170] ["set global var"] [conn=59] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.515 +00:00] [INFO] [set.go:170] ["set global var"] [conn=61] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.540 +00:00] [INFO] [set.go:170] ["set global var"] [conn=62] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.561 +00:00] [INFO] [set.go:170] ["set global var"] [conn=63] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.586 +00:00] [INFO] [set.go:170] ["set global var"] [conn=64] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.609 +00:00] [INFO] [set.go:170] ["set global var"] [conn=65] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.630 +00:00] [INFO] [set.go:170] ["set global var"] [conn=66] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.657 +00:00] [INFO] [set.go:170] ["set global var"] [conn=67] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.702 +00:00] [INFO] [set.go:170] ["set global var"] [conn=69] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.729 +00:00] [INFO] [set.go:170] ["set global var"] [conn=70] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.767 +00:00] [INFO] [set.go:170] ["set global var"] [conn=71] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.848 +00:00] [INFO] [set.go:170] ["set global var"] [conn=75] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.874 +00:00] [INFO] [set.go:170] ["set global var"] [conn=76] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.900 +00:00] [INFO] [set.go:170] ["set global var"] [conn=77] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.925 +00:00] [INFO] [set.go:170] ["set global var"] [conn=78] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:03.978 +00:00] [INFO] [set.go:170] ["set global var"] [conn=80] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.083 +00:00] [INFO] [set.go:170] ["set global var"] [conn=85] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.125 +00:00] [INFO] [info.go:1142] [SetTiFlashGroupConfig] [2024/05/06 09:48:04.130 +00:00] [INFO] [set.go:170] ["set global var"] [conn=86] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.154 +00:00] [INFO] [set.go:170] ["set global var"] [conn=87] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.177 +00:00] [INFO] [set.go:170] ["set global var"] [conn=88] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.201 +00:00] [INFO] [set.go:170] ["set global var"] [conn=89] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.243 +00:00] [INFO] [set.go:170] ["set global var"] [conn=91] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.266 +00:00] [INFO] [set.go:170] ["set global var"] [conn=92] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.311 +00:00] [INFO] [set.go:170] ["set global var"] [conn=94] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.386 +00:00] [INFO] [set.go:170] ["set global var"] [conn=98] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.408 +00:00] [INFO] [set.go:170] ["set global var"] [conn=99] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.431 +00:00] [INFO] [set.go:170] ["set global var"] [conn=100] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.458 +00:00] [INFO] [set.go:170] ["set global var"] [conn=101] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.495 +00:00] [INFO] [set.go:170] ["set global var"] [conn=102] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.518 +00:00] [INFO] [set.go:170] ["set global var"] [conn=103] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.544 +00:00] [INFO] [set.go:170] ["set global var"] [conn=104] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.578 +00:00] [INFO] [set.go:170] ["set global var"] [conn=105] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.616 +00:00] [INFO] [set.go:170] ["set global var"] [conn=107] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.637 +00:00] [INFO] [set.go:170] ["set global var"] [conn=108] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.674 +00:00] [INFO] [set.go:170] ["set global var"] [conn=109] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.696 +00:00] [INFO] [set.go:170] ["set global var"] [conn=110] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.718 +00:00] [INFO] [set.go:170] ["set global var"] [conn=111] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.815 +00:00] [INFO] [set.go:170] ["set global var"] [conn=116] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:04.966 +00:00] [INFO] [set.go:170] ["set global var"] [conn=121] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.035 +00:00] [INFO] [set.go:170] ["set global var"] [conn=123] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.057 +00:00] [INFO] [set.go:170] ["set global var"] [conn=124] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.081 +00:00] [INFO] [set.go:170] ["set global var"] [conn=125] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.107 +00:00] [INFO] [set.go:170] ["set global var"] [conn=126] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.161 +00:00] [INFO] [set.go:170] ["set global var"] [conn=128] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.188 +00:00] [INFO] [set.go:170] ["set global var"] [conn=129] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.218 +00:00] [INFO] [set.go:170] ["set global var"] [conn=130] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.240 +00:00] [INFO] [set.go:170] ["set global var"] [conn=131] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.263 +00:00] [INFO] [set.go:170] ["set global var"] [conn=132] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.285 +00:00] [INFO] [set.go:170] ["set global var"] [conn=133] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.340 +00:00] [INFO] [set.go:170] ["set global var"] [conn=136] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.386 +00:00] [INFO] [set.go:170] ["set global var"] [conn=138] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.435 +00:00] [INFO] [set.go:170] ["set global var"] [conn=139] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.457 +00:00] [INFO] [set.go:170] ["set global var"] [conn=140] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.498 +00:00] [INFO] [set.go:170] ["set global var"] [conn=142] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.522 +00:00] [INFO] [set.go:170] ["set global var"] [conn=143] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.546 +00:00] [INFO] [set.go:170] ["set global var"] [conn=144] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.584 +00:00] [INFO] [set.go:170] ["set global var"] [conn=146] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.609 +00:00] [INFO] [set.go:170] ["set global var"] [conn=147] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.634 +00:00] [INFO] [set.go:170] ["set global var"] [conn=148] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.657 +00:00] [INFO] [set.go:170] ["set global var"] [conn=149] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.688 +00:00] [INFO] [set.go:170] ["set global var"] [conn=150] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.740 +00:00] [INFO] [set.go:170] ["set global var"] [conn=151] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.824 +00:00] [INFO] [set.go:170] ["set global var"] [conn=154] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.882 +00:00] [INFO] [set.go:170] ["set global var"] [conn=157] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.916 +00:00] [INFO] [set.go:170] ["set global var"] [conn=158] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.939 +00:00] [INFO] [set.go:170] ["set global var"] [conn=159] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:05.984 +00:00] [INFO] [set.go:170] ["set global var"] [conn=161] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.009 +00:00] [INFO] [set.go:170] ["set global var"] [conn=162] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.082 +00:00] [INFO] [set.go:170] ["set global var"] [conn=165] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.104 +00:00] [INFO] [set.go:170] ["set global var"] [conn=166] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.131 +00:00] [INFO] [set.go:170] ["set global var"] [conn=167] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.153 +00:00] [INFO] [set.go:170] ["set global var"] [conn=168] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.189 +00:00] [INFO] [set.go:170] ["set global var"] [conn=169] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.210 +00:00] [INFO] [set.go:170] ["set global var"] [conn=170] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.261 +00:00] [INFO] [set.go:170] ["set global var"] [conn=172] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.342 +00:00] [INFO] [set.go:170] ["set global var"] [conn=176] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.385 +00:00] [INFO] [set.go:170] ["set global var"] [conn=178] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.431 +00:00] [INFO] [set.go:170] ["set global var"] [conn=180] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.453 +00:00] [INFO] [set.go:170] ["set global var"] [conn=181] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.480 +00:00] [INFO] [set.go:170] ["set global var"] [conn=182] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.503 +00:00] [INFO] [set.go:170] ["set global var"] [conn=183] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.543 +00:00] [INFO] [set.go:170] ["set global var"] [conn=185] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.586 +00:00] [INFO] [set.go:170] ["set global var"] [conn=187] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.646 +00:00] [INFO] [set.go:170] ["set global var"] [conn=189] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.697 +00:00] [INFO] [set.go:170] ["set global var"] [conn=191] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.721 +00:00] [INFO] [set.go:170] ["set global var"] [conn=192] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.744 +00:00] [INFO] [set.go:170] ["set global var"] [conn=193] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.784 +00:00] [INFO] [set.go:170] ["set global var"] [conn=195] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.842 +00:00] [INFO] [set.go:170] ["set global var"] [conn=197] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.883 +00:00] [INFO] [set.go:170] ["set global var"] [conn=199] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.926 +00:00] [INFO] [set.go:170] ["set global var"] [conn=201] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.948 +00:00] [INFO] [set.go:170] ["set global var"] [conn=202] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.973 +00:00] [INFO] [set.go:170] ["set global var"] [conn=203] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:06.995 +00:00] [INFO] [set.go:170] ["set global var"] [conn=204] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.079 +00:00] [INFO] [set.go:170] ["set global var"] [conn=207] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.100 +00:00] [INFO] [set.go:170] ["set global var"] [conn=208] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.153 +00:00] [INFO] [set.go:170] ["set global var"] [conn=210] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.174 +00:00] [INFO] [set.go:170] ["set global var"] [conn=211] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.223 +00:00] [INFO] [set.go:170] ["set global var"] [conn=213] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.276 +00:00] [INFO] [set.go:170] ["set global var"] [conn=216] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.297 +00:00] [INFO] [set.go:170] ["set global var"] [conn=217] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.344 +00:00] [INFO] [set.go:170] ["set global var"] [conn=219] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.382 +00:00] [INFO] [set.go:170] ["set global var"] [conn=221] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.452 +00:00] [INFO] [set.go:170] ["set global var"] [conn=225] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.473 +00:00] [INFO] [set.go:170] ["set global var"] [conn=226] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.496 +00:00] [INFO] [set.go:170] ["set global var"] [conn=227] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.521 +00:00] [INFO] [set.go:170] ["set global var"] [conn=228] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.539 +00:00] [INFO] [set.go:170] ["set global var"] [conn=229] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.559 +00:00] [INFO] [set.go:170] ["set global var"] [conn=230] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.584 +00:00] [INFO] [set.go:170] ["set global var"] [conn=231] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.606 +00:00] [INFO] [set.go:170] ["set global var"] [conn=232] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.632 +00:00] [INFO] [set.go:170] ["set global var"] [conn=233] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.653 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.697 +00:00] [INFO] [set.go:170] ["set global var"] [conn=235] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.719 +00:00] [INFO] [set.go:170] ["set global var"] [conn=236] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.739 +00:00] [INFO] [set.go:170] ["set global var"] [conn=237] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.800 +00:00] [INFO] [set.go:170] ["set global var"] [conn=240] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.828 +00:00] [INFO] [set.go:170] ["set global var"] [conn=241] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.871 +00:00] [INFO] [set.go:170] ["set global var"] [conn=242] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.893 +00:00] [INFO] [set.go:170] ["set global var"] [conn=243] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.924 +00:00] [INFO] [set.go:170] ["set global var"] [conn=244] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.945 +00:00] [INFO] [set.go:170] ["set global var"] [conn=245] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.967 +00:00] [INFO] [set.go:170] ["set global var"] [conn=246] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:07.989 +00:00] [INFO] [set.go:170] ["set global var"] [conn=247] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.011 +00:00] [INFO] [set.go:170] ["set global var"] [conn=248] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.032 +00:00] [INFO] [set.go:170] ["set global var"] [conn=249] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.053 +00:00] [INFO] [set.go:170] ["set global var"] [conn=250] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.078 +00:00] [INFO] [set.go:170] ["set global var"] [conn=251] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.099 +00:00] [INFO] [set.go:170] ["set global var"] [conn=252] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.120 +00:00] [INFO] [set.go:170] ["set global var"] [conn=253] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.159 +00:00] [INFO] [set.go:170] ["set global var"] [conn=255] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.185 +00:00] [INFO] [set.go:170] ["set global var"] [conn=256] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.252 +00:00] [INFO] [set.go:170] ["set global var"] [conn=259] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.283 +00:00] [INFO] [set.go:170] ["set global var"] [conn=260] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.313 +00:00] [INFO] [set.go:170] ["set global var"] [conn=261] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.338 +00:00] [INFO] [set.go:170] ["set global var"] [conn=262] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.360 +00:00] [INFO] [set.go:170] ["set global var"] [conn=263] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.417 +00:00] [INFO] [set.go:170] ["set global var"] [conn=265] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.507 +00:00] [INFO] [set.go:170] ["set global var"] [conn=267] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.529 +00:00] [INFO] [set.go:170] ["set global var"] [conn=268] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.551 +00:00] [INFO] [set.go:170] ["set global var"] [conn=269] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.589 +00:00] [INFO] [set.go:170] ["set global var"] [conn=271] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.612 +00:00] [INFO] [set.go:170] ["set global var"] [conn=272] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.632 +00:00] [INFO] [set.go:170] ["set global var"] [conn=273] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.654 +00:00] [INFO] [set.go:170] ["set global var"] [conn=274] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.698 +00:00] [INFO] [set.go:170] ["set global var"] [conn=276] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.720 +00:00] [INFO] [set.go:170] ["set global var"] [conn=277] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.740 +00:00] [INFO] [set.go:170] ["set global var"] [conn=278] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.783 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.799 +00:00] [INFO] [set.go:170] ["set global var"] [conn=281] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.852 +00:00] [INFO] [set.go:170] ["set global var"] [conn=283] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.875 +00:00] [INFO] [set.go:170] ["set global var"] [conn=284] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.896 +00:00] [INFO] [set.go:170] ["set global var"] [conn=285] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.918 +00:00] [INFO] [set.go:170] ["set global var"] [conn=286] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.955 +00:00] [INFO] [set.go:170] ["set global var"] [conn=288] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.019 +00:00] [INFO] [set.go:170] ["set global var"] [conn=291] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.040 +00:00] [INFO] [set.go:170] ["set global var"] [conn=292] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.061 +00:00] [INFO] [set.go:170] ["set global var"] [conn=293] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.087 +00:00] [INFO] [set.go:170] ["set global var"] [conn=294] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.127 +00:00] [INFO] [set.go:170] ["set global var"] [conn=296] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.199 +00:00] [INFO] [set.go:170] ["set global var"] [conn=299] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.220 +00:00] [INFO] [set.go:170] ["set global var"] [conn=300] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.240 +00:00] [INFO] [set.go:170] ["set global var"] [conn=301] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.263 +00:00] [INFO] [set.go:170] ["set global var"] [conn=302] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.284 +00:00] [INFO] [set.go:170] ["set global var"] [conn=303] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.305 +00:00] [INFO] [set.go:170] ["set global var"] [conn=304] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.326 +00:00] [INFO] [set.go:170] ["set global var"] [conn=305] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.347 +00:00] [INFO] [set.go:170] ["set global var"] [conn=306] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.458 +00:00] [INFO] [set.go:170] ["set global var"] [conn=311] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.530 +00:00] [INFO] [set.go:170] ["set global var"] [conn=314] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.567 +00:00] [INFO] [set.go:170] ["set global var"] [conn=316] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.591 +00:00] [INFO] [set.go:170] ["set global var"] [conn=317] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.613 +00:00] [INFO] [set.go:170] ["set global var"] [conn=318] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.634 +00:00] [INFO] [set.go:170] ["set global var"] [conn=319] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.653 +00:00] [INFO] [set.go:170] ["set global var"] [conn=320] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.672 +00:00] [INFO] [set.go:170] ["set global var"] [conn=321] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.694 +00:00] [INFO] [set.go:170] ["set global var"] [conn=322] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.720 +00:00] [INFO] [set.go:170] ["set global var"] [conn=323] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.747 +00:00] [INFO] [set.go:170] ["set global var"] [conn=324] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.805 +00:00] [INFO] [set.go:170] ["set global var"] [conn=327] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.827 +00:00] [INFO] [set.go:170] ["set global var"] [conn=328] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.849 +00:00] [INFO] [set.go:170] ["set global var"] [conn=329] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.905 +00:00] [INFO] [set.go:170] ["set global var"] [conn=332] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.927 +00:00] [INFO] [set.go:170] ["set global var"] [conn=333] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.947 +00:00] [INFO] [set.go:170] ["set global var"] [conn=334] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.969 +00:00] [INFO] [set.go:170] ["set global var"] [conn=335] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:09.989 +00:00] [INFO] [set.go:170] ["set global var"] [conn=336] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.049 +00:00] [INFO] [set.go:170] ["set global var"] [conn=339] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.071 +00:00] [INFO] [set.go:170] ["set global var"] [conn=340] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.122 +00:00] [INFO] [set.go:170] ["set global var"] [conn=342] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.211 +00:00] [INFO] [set.go:170] ["set global var"] [conn=347] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.233 +00:00] [INFO] [set.go:170] ["set global var"] [conn=348] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.324 +00:00] [INFO] [set.go:170] ["set global var"] [conn=352] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.345 +00:00] [INFO] [set.go:170] ["set global var"] [conn=353] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.366 +00:00] [INFO] [set.go:170] ["set global var"] [conn=354] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.389 +00:00] [INFO] [set.go:170] ["set global var"] [conn=355] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.412 +00:00] [INFO] [set.go:170] ["set global var"] [conn=356] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.454 +00:00] [INFO] [set.go:170] ["set global var"] [conn=358] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.475 +00:00] [INFO] [set.go:170] ["set global var"] [conn=359] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.499 +00:00] [INFO] [set.go:170] ["set global var"] [conn=360] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.525 +00:00] [INFO] [set.go:170] ["set global var"] [conn=361] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.554 +00:00] [INFO] [set.go:170] ["set global var"] [conn=362] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.582 +00:00] [INFO] [set.go:170] ["set global var"] [conn=363] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.647 +00:00] [INFO] [set.go:170] ["set global var"] [conn=366] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:10.653 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.669 +00:00] [INFO] [set.go:170] ["set global var"] [conn=367] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.689 +00:00] [INFO] [set.go:170] ["set global var"] [conn=368] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.717 +00:00] [INFO] [set.go:170] ["set global var"] [conn=369] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.739 +00:00] [INFO] [set.go:170] ["set global var"] [conn=370] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.761 +00:00] [INFO] [set.go:170] ["set global var"] [conn=371] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.781 +00:00] [INFO] [set.go:170] ["set global var"] [conn=372] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.817 +00:00] [INFO] [set.go:170] ["set global var"] [conn=373] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.838 +00:00] [INFO] [set.go:170] ["set global var"] [conn=374] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.863 +00:00] [INFO] [set.go:170] ["set global var"] [conn=375] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.904 +00:00] [INFO] [set.go:170] ["set global var"] [conn=377] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.927 +00:00] [INFO] [set.go:170] ["set global var"] [conn=378] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.948 +00:00] [INFO] [set.go:170] ["set global var"] [conn=379] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:11.010 +00:00] [INFO] [set.go:170] ["set global var"] [conn=382] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:11.033 +00:00] [INFO] [set.go:170] ["set global var"] [conn=383] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:11.056 +00:00] [INFO] [set.go:170] ["set global var"] [conn=384] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:11.088 +00:00] [INFO] [set.go:170] ["set global var"] [conn=385] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:11.110 +00:00] [INFO] [set.go:170] ["set global var"] [conn=386] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:11.153 +00:00] [INFO] [set.go:170] ["set global var"] [conn=388] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:11.200 +00:00] [INFO] [set.go:170] ["set global var"] [conn=390] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:11.239 +00:00] [INFO] [set.go:170] ["set global var"] [conn=391] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:11.294 +00:00] [INFO] [set.go:170] ["set global var"] [conn=393] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:11.350 +00:00] [INFO] [set.go:170] ["set global var"] [conn=395] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:11.372 +00:00] [INFO] [set.go:170] ["set global var"] [conn=396] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:11.459 +00:00] [INFO] [set.go:170] ["set global var"] [conn=399] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:11.488 +00:00] [INFO] [set.go:170] ["set global var"] [conn=400] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:11.513 +00:00] [INFO] [set.go:170] ["set global var"] [conn=401] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:11.551 +00:00] [INFO] [set.go:170] ["set global var"] [conn=402] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:11.573 +00:00] [INFO] [set.go:170] ["set global var"] [conn=403] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:11.599 +00:00] [INFO] [set.go:170] ["set global var"] [conn=404] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:11.629 +00:00] [INFO] [set.go:170] ["set global var"] [conn=405] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:11.671 +00:00] [INFO] [set.go:170] ["set global var"] [conn=407] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:11.852 +00:00] [INFO] [set.go:170] ["set global var"] [conn=409] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:11.882 +00:00] [INFO] [set.go:170] ["set global var"] [conn=410] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:11.906 +00:00] [INFO] [set.go:170] ["set global var"] [conn=411] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:11.931 +00:00] [INFO] [set.go:170] ["set global var"] [conn=412] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:11.961 +00:00] [INFO] [set.go:170] ["set global var"] [conn=413] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:11.989 +00:00] [INFO] [set.go:170] ["set global var"] [conn=414] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.013 +00:00] [INFO] [set.go:170] ["set global var"] [conn=415] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.055 +00:00] [INFO] [set.go:170] ["set global var"] [conn=417] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.079 +00:00] [INFO] [set.go:170] ["set global var"] [conn=418] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.107 +00:00] [INFO] [set.go:170] ["set global var"] [conn=419] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:12.113 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.156 +00:00] [INFO] [set.go:170] ["set global var"] [conn=421] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.198 +00:00] [INFO] [set.go:170] ["set global var"] [conn=422] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.236 +00:00] [INFO] [set.go:170] ["set global var"] [conn=423] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.260 +00:00] [INFO] [set.go:170] ["set global var"] [conn=424] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.276 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449574045554311168] [newTTL=30004] [isPipelinedTxn=false] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.302 +00:00] [INFO] [set.go:170] ["set global var"] [conn=426] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.325 +00:00] [INFO] [set.go:170] ["set global var"] [conn=427] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.367 +00:00] [INFO] [set.go:170] ["set global var"] [conn=429] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.395 +00:00] [INFO] [set.go:170] ["set global var"] [conn=430] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.447 +00:00] [INFO] [set.go:170] ["set global var"] [conn=431] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.490 +00:00] [INFO] [set.go:170] ["set global var"] [conn=433] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.514 +00:00] [INFO] [set.go:170] ["set global var"] [conn=434] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.557 +00:00] [INFO] [set.go:170] ["set global var"] [conn=436] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.585 +00:00] [INFO] [set.go:170] ["set global var"] [conn=437] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.609 +00:00] [INFO] [set.go:170] ["set global var"] [conn=438] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.656 +00:00] [INFO] [set.go:170] ["set global var"] [conn=440] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.682 +00:00] [INFO] [set.go:170] ["set global var"] [conn=441] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.724 +00:00] [INFO] [set.go:170] ["set global var"] [conn=443] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.747 +00:00] [INFO] [set.go:170] ["set global var"] [conn=444] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.774 +00:00] [INFO] [set.go:170] ["set global var"] [conn=445] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.805 +00:00] [INFO] [set.go:170] ["set global var"] [conn=446] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.827 +00:00] [INFO] [set.go:170] ["set global var"] [conn=447] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.849 +00:00] [INFO] [set.go:170] ["set global var"] [conn=448] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.873 +00:00] [INFO] [set.go:170] ["set global var"] [conn=449] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.962 +00:00] [INFO] [set.go:170] ["set global var"] [conn=452] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:12.984 +00:00] [INFO] [set.go:170] ["set global var"] [conn=453] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.064 +00:00] [INFO] [set.go:170] ["set global var"] [conn=456] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.103 +00:00] [INFO] [set.go:170] ["set global var"] [conn=458] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.128 +00:00] [INFO] [set.go:170] ["set global var"] [conn=459] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.152 +00:00] [INFO] [set.go:170] ["set global var"] [conn=460] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.190 +00:00] [INFO] [set.go:170] ["set global var"] [conn=462] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.248 +00:00] [INFO] [set.go:170] ["set global var"] [conn=464] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.295 +00:00] [INFO] [set.go:170] ["set global var"] [conn=466] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.315 +00:00] [INFO] [set.go:170] ["set global var"] [conn=467] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.382 +00:00] [INFO] [set.go:170] ["set global var"] [conn=470] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.454 +00:00] [INFO] [set.go:170] ["set global var"] [conn=473] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.476 +00:00] [INFO] [set.go:170] ["set global var"] [conn=474] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.499 +00:00] [INFO] [set.go:170] ["set global var"] [conn=475] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.537 +00:00] [INFO] [set.go:170] ["set global var"] [conn=477] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.559 +00:00] [INFO] [set.go:170] ["set global var"] [conn=478] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.584 +00:00] [INFO] [set.go:170] ["set global var"] [conn=479] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.606 +00:00] [INFO] [set.go:170] ["set global var"] [conn=480] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.652 +00:00] [INFO] [set.go:170] ["set global var"] [conn=482] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.678 +00:00] [INFO] [set.go:170] ["set global var"] [conn=483] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.712 +00:00] [INFO] [set.go:170] ["set global var"] [conn=484] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.733 +00:00] [INFO] [set.go:170] ["set global var"] [conn=485] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.753 +00:00] [INFO] [set.go:170] ["set global var"] [conn=486] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.798 +00:00] [INFO] [set.go:170] ["set global var"] [conn=488] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.818 +00:00] [INFO] [set.go:170] ["set global var"] [conn=489] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.841 +00:00] [INFO] [set.go:170] ["set global var"] [conn=490] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.863 +00:00] [INFO] [set.go:170] ["set global var"] [conn=491] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.897 +00:00] [INFO] [set.go:170] ["set global var"] [conn=492] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.944 +00:00] [INFO] [set.go:170] ["set global var"] [conn=494] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.966 +00:00] [INFO] [set.go:170] ["set global var"] [conn=495] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.010 +00:00] [INFO] [set.go:170] ["set global var"] [conn=497] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.034 +00:00] [INFO] [set.go:170] ["set global var"] [conn=498] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.056 +00:00] [INFO] [set.go:170] ["set global var"] [conn=499] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.109 +00:00] [INFO] [set.go:170] ["set global var"] [conn=501] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.133 +00:00] [INFO] [set.go:170] ["set global var"] [conn=502] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.154 +00:00] [INFO] [set.go:170] ["set global var"] [conn=503] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.175 +00:00] [INFO] [set.go:170] ["set global var"] [conn=504] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.197 +00:00] [INFO] [set.go:170] ["set global var"] [conn=505] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.237 +00:00] [INFO] [set.go:170] ["set global var"] [conn=507] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.277 +00:00] [INFO] [set.go:170] ["set global var"] [conn=509] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.300 +00:00] [INFO] [set.go:170] ["set global var"] [conn=510] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.337 +00:00] [INFO] [set.go:170] ["set global var"] [conn=512] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.379 +00:00] [INFO] [set.go:170] ["set global var"] [conn=513] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.409 +00:00] [INFO] [set.go:170] ["set global var"] [conn=514] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.434 +00:00] [INFO] [set.go:170] ["set global var"] [conn=515] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.460 +00:00] [INFO] [set.go:170] ["set global var"] [conn=516] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.492 +00:00] [INFO] [set.go:170] ["set global var"] [conn=517] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.536 +00:00] [INFO] [set.go:170] ["set global var"] [conn=519] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.564 +00:00] [INFO] [set.go:170] ["set global var"] [conn=520] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.596 +00:00] [INFO] [set.go:170] ["set global var"] [conn=521] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.619 +00:00] [INFO] [set.go:170] ["set global var"] [conn=522] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.664 +00:00] [INFO] [set.go:170] ["set global var"] [conn=524] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.738 +00:00] [INFO] [set.go:170] ["set global var"] [conn=528] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.762 +00:00] [INFO] [set.go:170] ["set global var"] [conn=529] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.782 +00:00] [INFO] [set.go:170] ["set global var"] [conn=530] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.811 +00:00] [INFO] [set.go:170] ["set global var"] [conn=531] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.834 +00:00] [INFO] [set.go:170] ["set global var"] [conn=532] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.856 +00:00] [INFO] [set.go:170] ["set global var"] [conn=533] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.897 +00:00] [INFO] [set.go:170] ["set global var"] [conn=535] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.920 +00:00] [INFO] [set.go:170] ["set global var"] [conn=536] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.960 +00:00] [INFO] [set.go:170] ["set global var"] [conn=537] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:14.984 +00:00] [INFO] [set.go:170] ["set global var"] [conn=538] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.017 +00:00] [INFO] [set.go:170] ["set global var"] [conn=539] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.058 +00:00] [INFO] [set.go:170] ["set global var"] [conn=541] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.091 +00:00] [INFO] [set.go:170] ["set global var"] [conn=542] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.130 +00:00] [INFO] [set.go:170] ["set global var"] [conn=544] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.151 +00:00] [INFO] [set.go:170] ["set global var"] [conn=545] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.184 +00:00] [INFO] [set.go:170] ["set global var"] [conn=546] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.225 +00:00] [INFO] [set.go:170] ["set global var"] [conn=548] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.249 +00:00] [INFO] [set.go:170] ["set global var"] [conn=549] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:15.255 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.271 +00:00] [INFO] [set.go:170] ["set global var"] [conn=550] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:15.277 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.298 +00:00] [INFO] [set.go:170] ["set global var"] [conn=551] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.320 +00:00] [INFO] [set.go:170] ["set global var"] [conn=552] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.342 +00:00] [INFO] [set.go:170] ["set global var"] [conn=553] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.363 +00:00] [INFO] [set.go:170] ["set global var"] [conn=554] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.399 +00:00] [INFO] [set.go:170] ["set global var"] [conn=556] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.422 +00:00] [INFO] [set.go:170] ["set global var"] [conn=557] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.471 +00:00] [INFO] [set.go:170] ["set global var"] [conn=559] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.533 +00:00] [INFO] [set.go:170] ["set global var"] [conn=562] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.576 +00:00] [INFO] [set.go:170] ["set global var"] [conn=564] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.598 +00:00] [INFO] [set.go:170] ["set global var"] [conn=565] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.631 +00:00] [INFO] [set.go:170] ["set global var"] [conn=566] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.655 +00:00] [INFO] [set.go:170] ["set global var"] [conn=567] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.680 +00:00] [INFO] [set.go:170] ["set global var"] [conn=568] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.702 +00:00] [INFO] [set.go:170] ["set global var"] [conn=569] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.749 +00:00] [INFO] [set.go:170] ["set global var"] [conn=571] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.802 +00:00] [INFO] [set.go:170] ["set global var"] [conn=572] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.868 +00:00] [INFO] [set.go:170] ["set global var"] [conn=575] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.920 +00:00] [INFO] [set.go:170] ["set global var"] [conn=577] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.943 +00:00] [INFO] [set.go:170] ["set global var"] [conn=578] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.117 +00:00] [INFO] [set.go:170] ["set global var"] [conn=584] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.139 +00:00] [INFO] [set.go:170] ["set global var"] [conn=585] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.171 +00:00] [INFO] [set.go:170] ["set global var"] [conn=586] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.194 +00:00] [INFO] [set.go:170] ["set global var"] [conn=587] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.220 +00:00] [INFO] [set.go:170] ["set global var"] [conn=588] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.247 +00:00] [INFO] [set.go:170] ["set global var"] [conn=589] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.270 +00:00] [INFO] [set.go:170] ["set global var"] [conn=590] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.295 +00:00] [INFO] [set.go:170] ["set global var"] [conn=591] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.337 +00:00] [INFO] [set.go:170] ["set global var"] [conn=593] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.369 +00:00] [INFO] [set.go:170] ["set global var"] [conn=594] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.403 +00:00] [INFO] [set.go:170] ["set global var"] [conn=595] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.448 +00:00] [INFO] [set.go:170] ["set global var"] [conn=596] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.470 +00:00] [INFO] [set.go:170] ["set global var"] [conn=597] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.508 +00:00] [INFO] [set.go:170] ["set global var"] [conn=598] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.551 +00:00] [INFO] [set.go:170] ["set global var"] [conn=600] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.576 +00:00] [INFO] [set.go:170] ["set global var"] [conn=601] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.619 +00:00] [INFO] [set.go:170] ["set global var"] [conn=603] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.644 +00:00] [INFO] [set.go:170] ["set global var"] [conn=604] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.716 +00:00] [INFO] [set.go:170] ["set global var"] [conn=607] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.757 +00:00] [INFO] [set.go:170] ["set global var"] [conn=609] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.817 +00:00] [INFO] [set.go:170] ["set global var"] [conn=611] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.844 +00:00] [INFO] [set.go:170] ["set global var"] [conn=612] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.883 +00:00] [INFO] [set.go:170] ["set global var"] [conn=614] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.914 +00:00] [INFO] [set.go:170] ["set global var"] [conn=615] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.945 +00:00] [INFO] [set.go:170] ["set global var"] [conn=616] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.972 +00:00] [INFO] [set.go:170] ["set global var"] [conn=617] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:16.998 +00:00] [INFO] [set.go:170] ["set global var"] [conn=618] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:17.032 +00:00] [INFO] [set.go:170] ["set global var"] [conn=619] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:17.077 +00:00] [INFO] [set.go:170] ["set global var"] [conn=621] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:17.099 +00:00] [INFO] [set.go:170] ["set global var"] [conn=622] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:17.122 +00:00] [INFO] [set.go:170] ["set global var"] [conn=623] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:17.191 +00:00] [INFO] [set.go:170] ["set global var"] [conn=625] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:17.269 +00:00] [INFO] [set.go:170] ["set global var"] [conn=629] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:17.309 +00:00] [INFO] [set.go:170] ["set global var"] [conn=630] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:17.335 +00:00] [INFO] [set.go:170] ["set global var"] [conn=631] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:17.363 +00:00] [INFO] [set.go:170] ["set global var"] [conn=632] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:17.394 +00:00] [INFO] [set.go:170] ["set global var"] [conn=633] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:17.422 +00:00] [INFO] [set.go:170] ["set global var"] [conn=634] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:17.468 +00:00] [INFO] [set.go:170] ["set global var"] [conn=636] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:17.493 +00:00] [INFO] [set.go:170] ["set global var"] [conn=637] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:17.520 +00:00] [INFO] [set.go:170] ["set global var"] [conn=638] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:17.552 +00:00] [INFO] [set.go:170] ["set global var"] [conn=639] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:17.599 +00:00] [INFO] [set.go:170] ["set global var"] [conn=641] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:17.741 +00:00] [INFO] [set.go:170] ["set global var"] [conn=645] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:17.786 +00:00] [INFO] [set.go:170] ["set global var"] [conn=647] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:17.839 +00:00] [INFO] [set.go:170] ["set global var"] [conn=649] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:17.870 +00:00] [INFO] [set.go:170] ["set global var"] [conn=650] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:17.893 +00:00] [INFO] [set.go:170] ["set global var"] [conn=651] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:17.914 +00:00] [INFO] [set.go:170] ["set global var"] [conn=652] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:17.939 +00:00] [INFO] [set.go:170] ["set global var"] [conn=653] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:17.971 +00:00] [INFO] [set.go:170] ["set global var"] [conn=654] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:18.025 +00:00] [INFO] [set.go:170] ["set global var"] [conn=656] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:18.080 +00:00] [INFO] [set.go:170] ["set global var"] [conn=658] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:18.103 +00:00] [INFO] [set.go:170] ["set global var"] [conn=659] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:18.132 +00:00] [INFO] [set.go:170] ["set global var"] [conn=660] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:18.156 +00:00] [INFO] [set.go:170] ["set global var"] [conn=661] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:18.178 +00:00] [INFO] [set.go:170] ["set global var"] [conn=662] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:18.227 +00:00] [INFO] [set.go:170] ["set global var"] [conn=664] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:18.252 +00:00] [INFO] [set.go:170] ["set global var"] [conn=665] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:18.315 +00:00] [INFO] [set.go:170] ["set global var"] [conn=667] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:18.347 +00:00] [INFO] [set.go:170] ["set global var"] [conn=668] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:18.397 +00:00] [INFO] [set.go:170] ["set global var"] [conn=669] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:18.439 +00:00] [INFO] [set.go:170] ["set global var"] [conn=670] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:18.470 +00:00] [INFO] [set.go:170] ["set global var"] [conn=671] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:18.516 +00:00] [INFO] [set.go:170] ["set global var"] [conn=673] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:18.539 +00:00] [INFO] [set.go:170] ["set global var"] [conn=674] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:18.565 +00:00] [INFO] [set.go:170] ["set global var"] [conn=675] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:18.587 +00:00] [INFO] [set.go:170] ["set global var"] [conn=676] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:18.616 +00:00] [INFO] [set.go:170] ["set global var"] [conn=677] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:18.643 +00:00] [INFO] [set.go:170] ["set global var"] [conn=678] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:18.685 +00:00] [INFO] [set.go:170] ["set global var"] [conn=680] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:18.708 +00:00] [INFO] [set.go:170] ["set global var"] [conn=681] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:18.730 +00:00] [INFO] [set.go:170] ["set global var"] [conn=682] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:18.796 +00:00] [INFO] [set.go:170] ["set global var"] [conn=683] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:18.841 +00:00] [INFO] [set.go:170] ["set global var"] [conn=684] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:18.884 +00:00] [INFO] [set.go:170] ["set global var"] [conn=686] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:18.936 +00:00] [INFO] [set.go:170] ["set global var"] [conn=688] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:18.959 +00:00] [INFO] [set.go:170] ["set global var"] [conn=689] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:18.980 +00:00] [INFO] [set.go:170] ["set global var"] [conn=690] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:19.026 +00:00] [INFO] [set.go:170] ["set global var"] [conn=691] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:19.102 +00:00] [INFO] [set.go:170] ["set global var"] [conn=692] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:19.136 +00:00] [INFO] [set.go:170] ["set global var"] [conn=693] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:19.184 +00:00] [INFO] [set.go:170] ["set global var"] [conn=695] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:19.296 +00:00] [INFO] [set.go:170] ["set global var"] [conn=698] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:19.339 +00:00] [INFO] [set.go:170] ["set global var"] [conn=699] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:19.362 +00:00] [INFO] [set.go:170] ["set global var"] [conn=700] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:19.412 +00:00] [INFO] [set.go:170] ["set global var"] [conn=701] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:19.443 +00:00] [INFO] [set.go:170] ["set global var"] [conn=702] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:19.492 +00:00] [INFO] [set.go:170] ["set global var"] [conn=704] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:19.520 +00:00] [INFO] [set.go:170] ["set global var"] [conn=705] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:19.559 +00:00] [INFO] [set.go:170] ["set global var"] [conn=707] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:19.588 +00:00] [INFO] [set.go:170] ["set global var"] [conn=708] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:19.619 +00:00] [INFO] [set.go:170] ["set global var"] [conn=709] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:19.642 +00:00] [INFO] [set.go:170] ["set global var"] [conn=710] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:19.684 +00:00] [INFO] [set.go:170] ["set global var"] [conn=712] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:19.722 +00:00] [INFO] [set.go:170] ["set global var"] [conn=713] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:19.751 +00:00] [INFO] [set.go:170] ["set global var"] [conn=714] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:19.808 +00:00] [INFO] [set.go:170] ["set global var"] [conn=717] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:19.831 +00:00] [INFO] [set.go:170] ["set global var"] [conn=718] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:19.876 +00:00] [INFO] [set.go:170] ["set global var"] [conn=720] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:19.901 +00:00] [INFO] [set.go:170] ["set global var"] [conn=721] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:19.927 +00:00] [INFO] [set.go:170] ["set global var"] [conn=722] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:19.954 +00:00] [INFO] [set.go:170] ["set global var"] [conn=723] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:19.996 +00:00] [INFO] [set.go:170] ["set global var"] [conn=725] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.056 +00:00] [INFO] [set.go:170] ["set global var"] [conn=727] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.082 +00:00] [INFO] [set.go:170] ["set global var"] [conn=728] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.108 +00:00] [INFO] [set.go:170] ["set global var"] [conn=729] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.137 +00:00] [INFO] [set.go:170] ["set global var"] [conn=730] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.160 +00:00] [INFO] [set.go:170] ["set global var"] [conn=731] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.200 +00:00] [INFO] [set.go:170] ["set global var"] [conn=732] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.258 +00:00] [INFO] [set.go:170] ["set global var"] [conn=735] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.298 +00:00] [INFO] [set.go:170] ["set global var"] [conn=737] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.326 +00:00] [INFO] [set.go:170] ["set global var"] [conn=738] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.374 +00:00] [INFO] [set.go:170] ["set global var"] [conn=740] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.403 +00:00] [INFO] [set.go:170] ["set global var"] [conn=741] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.426 +00:00] [INFO] [set.go:170] ["set global var"] [conn=742] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.453 +00:00] [INFO] [set.go:170] ["set global var"] [conn=743] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.476 +00:00] [INFO] [set.go:170] ["set global var"] [conn=744] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.501 +00:00] [INFO] [set.go:170] ["set global var"] [conn=745] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.526 +00:00] [INFO] [set.go:170] ["set global var"] [conn=746] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.550 +00:00] [INFO] [set.go:170] ["set global var"] [conn=747] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.595 +00:00] [INFO] [set.go:170] ["set global var"] [conn=749] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.618 +00:00] [INFO] [set.go:170] ["set global var"] [conn=750] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.642 +00:00] [INFO] [set.go:170] ["set global var"] [conn=751] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.681 +00:00] [INFO] [set.go:170] ["set global var"] [conn=753] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.704 +00:00] [INFO] [set.go:170] ["set global var"] [conn=754] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.731 +00:00] [INFO] [set.go:170] ["set global var"] [conn=755] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.832 +00:00] [INFO] [set.go:170] ["set global var"] [conn=759] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.878 +00:00] [INFO] [set.go:170] ["set global var"] [conn=761] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.928 +00:00] [INFO] [set.go:170] ["set global var"] [conn=763] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.949 +00:00] [INFO] [set.go:170] ["set global var"] [conn=764] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:20.970 +00:00] [INFO] [set.go:170] ["set global var"] [conn=765] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.039 +00:00] [INFO] [set.go:170] ["set global var"] [conn=767] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.061 +00:00] [INFO] [set.go:170] ["set global var"] [conn=768] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.112 +00:00] [INFO] [set.go:170] ["set global var"] [conn=770] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.185 +00:00] [INFO] [set.go:170] ["set global var"] [conn=773] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.229 +00:00] [INFO] [set.go:170] ["set global var"] [conn=775] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.257 +00:00] [INFO] [set.go:170] ["set global var"] [conn=776] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.280 +00:00] [INFO] [set.go:170] ["set global var"] [conn=777] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.308 +00:00] [INFO] [set.go:170] ["set global var"] [conn=778] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.333 +00:00] [INFO] [set.go:170] ["set global var"] [conn=779] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.428 +00:00] [INFO] [set.go:170] ["set global var"] [conn=782] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.474 +00:00] [INFO] [set.go:170] ["set global var"] [conn=784] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.522 +00:00] [INFO] [set.go:170] ["set global var"] [conn=785] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.552 +00:00] [INFO] [set.go:170] ["set global var"] [conn=786] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.574 +00:00] [INFO] [set.go:170] ["set global var"] [conn=787] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.606 +00:00] [INFO] [set.go:170] ["set global var"] [conn=788] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.635 +00:00] [INFO] [set.go:170] ["set global var"] [conn=789] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.744 +00:00] [INFO] [set.go:170] ["set global var"] [conn=794] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.766 +00:00] [INFO] [set.go:170] ["set global var"] [conn=795] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.819 +00:00] [INFO] [set.go:170] ["set global var"] [conn=797] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.842 +00:00] [INFO] [set.go:170] ["set global var"] [conn=798] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.868 +00:00] [INFO] [set.go:170] ["set global var"] [conn=799] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.912 +00:00] [INFO] [set.go:170] ["set global var"] [conn=801] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.956 +00:00] [INFO] [set.go:170] ["set global var"] [conn=803] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:21.982 +00:00] [INFO] [set.go:170] ["set global var"] [conn=804] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.018 +00:00] [INFO] [set.go:170] ["set global var"] [conn=805] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.092 +00:00] [INFO] [set.go:170] ["set global var"] [conn=808] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.136 +00:00] [INFO] [set.go:170] ["set global var"] [conn=810] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.157 +00:00] [INFO] [set.go:170] ["set global var"] [conn=811] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.178 +00:00] [INFO] [set.go:170] ["set global var"] [conn=812] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.218 +00:00] [INFO] [set.go:170] ["set global var"] [conn=813] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.273 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449574045554311168] [newTTL=40001] [isPipelinedTxn=false] [2024/05/06 09:48:22.282 +00:00] [INFO] [set.go:170] ["set global var"] [conn=816] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.306 +00:00] [INFO] [set.go:170] ["set global var"] [conn=817] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.337 +00:00] [INFO] [set.go:170] ["set global var"] [conn=818] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.361 +00:00] [INFO] [set.go:170] ["set global var"] [conn=819] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.383 +00:00] [INFO] [set.go:170] ["set global var"] [conn=820] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.406 +00:00] [INFO] [set.go:170] ["set global var"] [conn=821] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.459 +00:00] [INFO] [set.go:170] ["set global var"] [conn=823] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.484 +00:00] [INFO] [set.go:170] ["set global var"] [conn=824] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.516 +00:00] [INFO] [set.go:170] ["set global var"] [conn=825] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.561 +00:00] [INFO] [set.go:170] ["set global var"] [conn=827] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.638 +00:00] [INFO] [set.go:170] ["set global var"] [conn=830] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.660 +00:00] [INFO] [set.go:170] ["set global var"] [conn=831] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.683 +00:00] [INFO] [set.go:170] ["set global var"] [conn=832] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.712 +00:00] [INFO] [set.go:170] ["set global var"] [conn=833] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.734 +00:00] [INFO] [set.go:170] ["set global var"] [conn=834] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.764 +00:00] [INFO] [set.go:170] ["set global var"] [conn=835] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.788 +00:00] [INFO] [set.go:170] ["set global var"] [conn=836] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.810 +00:00] [INFO] [set.go:170] ["set global var"] [conn=837] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.832 +00:00] [INFO] [set.go:170] ["set global var"] [conn=838] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.859 +00:00] [INFO] [set.go:170] ["set global var"] [conn=839] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.884 +00:00] [INFO] [set.go:170] ["set global var"] [conn=840] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.910 +00:00] [INFO] [set.go:170] ["set global var"] [conn=841] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.934 +00:00] [INFO] [set.go:170] ["set global var"] [conn=842] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.976 +00:00] [INFO] [set.go:170] ["set global var"] [conn=844] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:22.999 +00:00] [INFO] [set.go:170] ["set global var"] [conn=845] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.021 +00:00] [INFO] [set.go:170] ["set global var"] [conn=846] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.044 +00:00] [INFO] [set.go:170] ["set global var"] [conn=847] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.065 +00:00] [INFO] [set.go:170] ["set global var"] [conn=848] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.109 +00:00] [INFO] [set.go:170] ["set global var"] [conn=850] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.134 +00:00] [INFO] [set.go:170] ["set global var"] [conn=851] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.184 +00:00] [INFO] [set.go:170] ["set global var"] [conn=853] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.209 +00:00] [INFO] [set.go:170] ["set global var"] [conn=854] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.241 +00:00] [INFO] [set.go:170] ["set global var"] [conn=855] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.304 +00:00] [INFO] [set.go:170] ["set global var"] [conn=858] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.329 +00:00] [INFO] [set.go:170] ["set global var"] [conn=859] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.374 +00:00] [INFO] [set.go:170] ["set global var"] [conn=861] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.398 +00:00] [INFO] [set.go:170] ["set global var"] [conn=862] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.489 +00:00] [INFO] [set.go:170] ["set global var"] [conn=864] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.531 +00:00] [INFO] [set.go:170] ["set global var"] [conn=865] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.566 +00:00] [INFO] [set.go:170] ["set global var"] [conn=866] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.625 +00:00] [INFO] [set.go:170] ["set global var"] [conn=869] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.648 +00:00] [INFO] [set.go:170] ["set global var"] [conn=870] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.670 +00:00] [INFO] [set.go:170] ["set global var"] [conn=871] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.698 +00:00] [INFO] [set.go:170] ["set global var"] [conn=872] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.722 +00:00] [INFO] [set.go:170] ["set global var"] [conn=873] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.776 +00:00] [INFO] [set.go:170] ["set global var"] [conn=875] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.803 +00:00] [INFO] [set.go:170] ["set global var"] [conn=876] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.826 +00:00] [INFO] [set.go:170] ["set global var"] [conn=877] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.862 +00:00] [INFO] [set.go:170] ["set global var"] [conn=878] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.889 +00:00] [INFO] [set.go:170] ["set global var"] [conn=879] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.922 +00:00] [INFO] [set.go:170] ["set global var"] [conn=880] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.945 +00:00] [INFO] [set.go:170] ["set global var"] [conn=881] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:23.967 +00:00] [INFO] [set.go:170] ["set global var"] [conn=882] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.000 +00:00] [INFO] [set.go:170] ["set global var"] [conn=883] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.024 +00:00] [INFO] [set.go:170] ["set global var"] [conn=884] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.054 +00:00] [INFO] [set.go:170] ["set global var"] [conn=885] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.111 +00:00] [INFO] [set.go:170] ["set global var"] [conn=888] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.157 +00:00] [INFO] [set.go:170] ["set global var"] [conn=890] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.206 +00:00] [INFO] [set.go:170] ["set global var"] [conn=892] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.250 +00:00] [INFO] [set.go:170] ["set global var"] [conn=894] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.278 +00:00] [INFO] [set.go:170] ["set global var"] [conn=895] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.308 +00:00] [INFO] [set.go:170] ["set global var"] [conn=896] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.334 +00:00] [INFO] [set.go:170] ["set global var"] [conn=897] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.357 +00:00] [INFO] [set.go:170] ["set global var"] [conn=898] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.383 +00:00] [INFO] [set.go:170] ["set global var"] [conn=899] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.418 +00:00] [INFO] [set.go:170] ["set global var"] [conn=900] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.459 +00:00] [INFO] [set.go:170] ["set global var"] [conn=902] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.484 +00:00] [INFO] [set.go:170] ["set global var"] [conn=903] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.506 +00:00] [INFO] [set.go:170] ["set global var"] [conn=904] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.577 +00:00] [INFO] [set.go:170] ["set global var"] [conn=907] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.600 +00:00] [INFO] [set.go:170] ["set global var"] [conn=908] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.657 +00:00] [INFO] [set.go:170] ["set global var"] [conn=910] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.682 +00:00] [INFO] [set.go:170] ["set global var"] [conn=911] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.706 +00:00] [INFO] [set.go:170] ["set global var"] [conn=912] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.770 +00:00] [INFO] [set.go:170] ["set global var"] [conn=915] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.796 +00:00] [INFO] [set.go:170] ["set global var"] [conn=916] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.825 +00:00] [INFO] [set.go:170] ["set global var"] [conn=917] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.866 +00:00] [INFO] [set.go:170] ["set global var"] [conn=919] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.913 +00:00] [INFO] [set.go:170] ["set global var"] [conn=921] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.938 +00:00] [INFO] [set.go:170] ["set global var"] [conn=922] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:24.986 +00:00] [INFO] [set.go:170] ["set global var"] [conn=924] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.016 +00:00] [INFO] [set.go:170] ["set global var"] [conn=925] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.038 +00:00] [INFO] [set.go:170] ["set global var"] [conn=926] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.060 +00:00] [INFO] [set.go:170] ["set global var"] [conn=927] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.086 +00:00] [INFO] [set.go:170] ["set global var"] [conn=928] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.140 +00:00] [INFO] [set.go:170] ["set global var"] [conn=929] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.182 +00:00] [INFO] [set.go:170] ["set global var"] [conn=931] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.206 +00:00] [INFO] [set.go:170] ["set global var"] [conn=932] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.230 +00:00] [INFO] [set.go:170] ["set global var"] [conn=933] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.255 +00:00] [INFO] [set.go:170] ["set global var"] [conn=934] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.278 +00:00] [INFO] [set.go:170] ["set global var"] [conn=935] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.304 +00:00] [INFO] [set.go:170] ["set global var"] [conn=936] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.328 +00:00] [INFO] [set.go:170] ["set global var"] [conn=937] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.356 +00:00] [INFO] [set.go:170] ["set global var"] [conn=938] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.379 +00:00] [INFO] [set.go:170] ["set global var"] [conn=939] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.400 +00:00] [INFO] [set.go:170] ["set global var"] [conn=940] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.439 +00:00] [INFO] [set.go:170] ["set global var"] [conn=942] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.488 +00:00] [INFO] [set.go:170] ["set global var"] [conn=944] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.515 +00:00] [INFO] [set.go:170] ["set global var"] [conn=945] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.557 +00:00] [INFO] [set.go:170] ["set global var"] [conn=947] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.588 +00:00] [INFO] [set.go:170] ["set global var"] [conn=948] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.636 +00:00] [INFO] [set.go:170] ["set global var"] [conn=950] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.684 +00:00] [INFO] [set.go:170] ["set global var"] [conn=952] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.709 +00:00] [INFO] [set.go:170] ["set global var"] [conn=953] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.732 +00:00] [INFO] [set.go:170] ["set global var"] [conn=954] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.829 +00:00] [INFO] [set.go:170] ["set global var"] [conn=957] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.873 +00:00] [INFO] [set.go:170] ["set global var"] [conn=958] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.898 +00:00] [INFO] [set.go:170] ["set global var"] [conn=959] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.928 +00:00] [INFO] [set.go:170] ["set global var"] [conn=960] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:25.980 +00:00] [INFO] [set.go:170] ["set global var"] [conn=962] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.004 +00:00] [INFO] [set.go:170] ["set global var"] [conn=963] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.034 +00:00] [INFO] [set.go:170] ["set global var"] [conn=964] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.077 +00:00] [INFO] [set.go:170] ["set global var"] [conn=966] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.107 +00:00] [INFO] [set.go:170] ["set global var"] [conn=967] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.131 +00:00] [INFO] [set.go:170] ["set global var"] [conn=968] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.174 +00:00] [INFO] [set.go:170] ["set global var"] [conn=970] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.217 +00:00] [INFO] [set.go:170] ["set global var"] [conn=972] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.250 +00:00] [INFO] [set.go:170] ["set global var"] [conn=973] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.275 +00:00] [INFO] [set.go:170] ["set global var"] [conn=974] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.303 +00:00] [INFO] [set.go:170] ["set global var"] [conn=975] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.331 +00:00] [INFO] [set.go:170] ["set global var"] [conn=976] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.372 +00:00] [INFO] [set.go:170] ["set global var"] [conn=977] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.437 +00:00] [INFO] [set.go:170] ["set global var"] [conn=980] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.466 +00:00] [INFO] [set.go:170] ["set global var"] [conn=981] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.490 +00:00] [INFO] [set.go:170] ["set global var"] [conn=982] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.557 +00:00] [INFO] [set.go:170] ["set global var"] [conn=985] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.583 +00:00] [INFO] [set.go:170] ["set global var"] [conn=986] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.608 +00:00] [INFO] [set.go:170] ["set global var"] [conn=987] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.652 +00:00] [INFO] [set.go:170] ["set global var"] [conn=989] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.698 +00:00] [INFO] [set.go:170] ["set global var"] [conn=991] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.746 +00:00] [INFO] [set.go:170] ["set global var"] [conn=993] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.770 +00:00] [INFO] [set.go:170] ["set global var"] [conn=994] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.799 +00:00] [INFO] [set.go:170] ["set global var"] [conn=995] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.906 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1000] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.930 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1001] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:26.978 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1003] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:27.017 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1004] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:27.064 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1005] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:27.087 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1006] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:27.111 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1007] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:27.144 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1008] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:27.180 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1009] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:27.227 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1011] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:27.288 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1013] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:27.335 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1015] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:27.376 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1017] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:27.410 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1018] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:27.440 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1019] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:27.510 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1021] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:27.558 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1023] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:27.589 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1024] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:27.621 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1025] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:27.657 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1026] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:27.703 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1028] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:27.730 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1029] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:27.765 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1030] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:27.789 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1031] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:27.823 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1032] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:27.877 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1033] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:27.947 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1036] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:27.971 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1037] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:27.994 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1038] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.018 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1039] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.064 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1041] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.102 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1042] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.174 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1045] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.201 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1046] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.243 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1048] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.275 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1049] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.303 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1050] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.334 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1051] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.358 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1052] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.381 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1053] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.407 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1054] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.432 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1055] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.455 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1056] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.519 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1059] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.542 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1060] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.571 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1061] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.617 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1062] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.687 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1064] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.723 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1065] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.757 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1066] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.781 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1067] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.828 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1069] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.872 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1070] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.901 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1071] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.933 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1072] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:28.979 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1074] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.029 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1076] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.085 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1078] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.110 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1079] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.150 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1080] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.180 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1081] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.203 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1082] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.226 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1083] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.255 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1084] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.277 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1085] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.309 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1086] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.354 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1088] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.394 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1089] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.420 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1090] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.444 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1091] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.497 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1093] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.539 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1095] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.564 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1096] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.588 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1097] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.635 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1098] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.672 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1099] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.700 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1100] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.731 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1101] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.776 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1103] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.800 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1104] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.857 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1106] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.888 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1107] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.957 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1108] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:29.993 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1109] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.029 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1110] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.053 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1111] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.138 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1114] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.162 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1115] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.233 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1117] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.300 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1120] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.328 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1121] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.388 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1124] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.412 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1125] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.482 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1128] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.510 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1129] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.534 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1130] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.582 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1131] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.605 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1132] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.636 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1133] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:30.653 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.672 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1134] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.722 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1136] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.756 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1137] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.835 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1139] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.862 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1140] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.899 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1141] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.961 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1144] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:31.024 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1146] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:31.050 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1147] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:31.131 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1148] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:31.154 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1149] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:31.177 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1150] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:31.220 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1152] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:31.283 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1155] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:31.380 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1158] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:31.414 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1159] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:31.456 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1160] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:31.484 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1161] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:31.513 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1162] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:31.543 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1163] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:31.592 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1165] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:31.616 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1166] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:31.639 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1167] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:31.664 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1168] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:31.705 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1170] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:31.734 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1171] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:31.764 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1172] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:31.797 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1173] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:31.841 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1174] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:31.866 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1175] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:31.892 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1176] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:31.938 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1178] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.076 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1183] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.118 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1184] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.221 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1187] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.268 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1189] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:32.273 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449574045554311168] [newTTL=50001] [isPipelinedTxn=false] [2024/05/06 09:48:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.290 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1190] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.312 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1191] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.338 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1192] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.455 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1197] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.481 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1198] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.521 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1200] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.546 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1201] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.589 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1203] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.709 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1208] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.732 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1209] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.753 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1210] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.777 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1211] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:32.783 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.810 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1212] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.882 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1215] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.909 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1216] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.932 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1217] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.966 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1218] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:32.993 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1219] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.035 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1221] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.059 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1222] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.101 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1224] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.127 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1225] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.155 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1226] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.214 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1228] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.240 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1229] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.262 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1230] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.288 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1231] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.313 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1232] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.336 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1233] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.395 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1236] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.418 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1237] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.452 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1238] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.486 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1239] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.563 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1242] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.598 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1243] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.635 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1244] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.679 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1246] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.702 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1247] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.727 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1248] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.752 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1249] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.789 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1250] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.811 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1251] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.838 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1252] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.861 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1253] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.905 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1255] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.928 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1256] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.956 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1257] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:33.978 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1258] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.004 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1259] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.069 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1262] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.122 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1264] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.168 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1266] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.195 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1267] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.217 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1268] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.244 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1269] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.268 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1270] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.338 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1273] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.362 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1274] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.393 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1275] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.417 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1276] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.441 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1277] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.483 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1279] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.567 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1282] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.591 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1283] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.635 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1284] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.662 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1285] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.694 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1286] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.723 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1287] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.751 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1288] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.775 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1289] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.801 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1290] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.857 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1292] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.885 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1293] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.909 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1294] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:34.977 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1297] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.014 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1298] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.040 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1299] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.063 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1300] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.094 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1301] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.146 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1303] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.174 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1304] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.209 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1305] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.230 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1306] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.316 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1310] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.338 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1311] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.367 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1312] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.409 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.425 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1314] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.562 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1320] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.586 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1321] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.609 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1322] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.639 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1323] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.684 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1325] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.709 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1326] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.738 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1327] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.766 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1328] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.811 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1330] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.836 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1331] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.858 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1332] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.904 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1334] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.940 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1335] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.963 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1336] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:35.988 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1337] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:36.014 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1338] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:36.037 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1339] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:36.069 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1340] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:36.108 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1342] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:36.172 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1345] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:36.197 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1346] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:36.221 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1347] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:36.249 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1348] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:36.274 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1349] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:36.337 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1352] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:36.361 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1353] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:36.386 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1354] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:36.430 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1356] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:36.455 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1357] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:36.494 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1358] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:36.530 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1359] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:36.555 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1360] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:36.587 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1361] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:36.612 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1362] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:36.669 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1364] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:36.702 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1365] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:36.743 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1366] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:36.780 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1367] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:36.823 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1368] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:36.875 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1370] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:36.908 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1371] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:36.936 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1372] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:36.961 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1373] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:37.040 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1374] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:37.076 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1375] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:37.120 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1376] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:37.160 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1378] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:37.243 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1381] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:37.286 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1383] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:37.361 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1385] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:37.391 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1386] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:37.424 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1387] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:37.459 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1388] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:37.488 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1389] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:37.535 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1390] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:37.557 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1391] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:37.600 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1393] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:37.656 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1395] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:37.697 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1397] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:37.720 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1398] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:37.762 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1399] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:37.790 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1400] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:37.817 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1401] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:37.858 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1403] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:37.905 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1404] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:37.930 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1405] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:37.952 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1406] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:37.977 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1407] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.007 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1408] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.043 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1409] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.136 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1413] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.182 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1415] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.211 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1416] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.233 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1417] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.256 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1418] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.282 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1419] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.341 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1422] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.367 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1423] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.417 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1425] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.442 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1426] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.464 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1427] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.508 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1428] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.531 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1429] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.558 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1430] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.583 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1431] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.612 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1432] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.656 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1434] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.677 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1435] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.731 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1437] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.768 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1438] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.796 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1439] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.841 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1441] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.868 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1442] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.898 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1443] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.945 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1445] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:38.968 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1446] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.005 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1447] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.064 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1449] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.087 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1450] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.109 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1451] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.133 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1452] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.166 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1453] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.223 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1455] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.246 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1456] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.289 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1458] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.314 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1459] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.364 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1461] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.387 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1462] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.418 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1463] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.449 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1464] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.489 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1465] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.516 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1466] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.542 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1467] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.574 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1468] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.606 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1469] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.634 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1470] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.658 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1471] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.692 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1472] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.718 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1473] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.748 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1474] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.771 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1475] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.796 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1476] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.827 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1477] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.865 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1478] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.940 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1481] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.963 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1482] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:39.987 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1483] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.036 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1485] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.058 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1486] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.081 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1487] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.106 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1488] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.130 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1489] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.198 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1492] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.229 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1493] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.255 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1494] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.326 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1497] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.358 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1498] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.407 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1500] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.441 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1501] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.480 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1502] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.548 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1504] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.574 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1505] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.619 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1507] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.665 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1509] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.706 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1510] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.753 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1512] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.781 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1513] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.806 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1514] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.843 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1515] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.870 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1516] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.937 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1519] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.962 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1520] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:40.992 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1521] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.051 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1524] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.106 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1526] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.140 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1527] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.168 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1528] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.225 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1529] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.259 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1530] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.304 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1532] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.385 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1535] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.426 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1537] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.449 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1538] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.513 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1541] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.556 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1543] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.606 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1544] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.639 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1545] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.693 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1547] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.720 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1548] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.749 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1549] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.801 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1551] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.829 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1552] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.875 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1554] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.906 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1555] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.929 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1556] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:41.981 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1558] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.020 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1560] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.047 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1561] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.072 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1562] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.104 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1563] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.159 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1565] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.186 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1566] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.220 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1567] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.249 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1568] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.276 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1569] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:42.279 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449574045554311168] [newTTL=60007] [isPipelinedTxn=false] [2024/05/06 09:48:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.304 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1570] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.331 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1571] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.396 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1574] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.422 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1575] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.449 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1576] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.494 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1578] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.557 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1581] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.582 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1582] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.655 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1584] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.689 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1585] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.729 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1586] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.752 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1587] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.799 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1589] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.838 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1590] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.874 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1591] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.900 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1592] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.926 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1593] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:42.998 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1596] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.041 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1598] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.068 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1599] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.092 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1600] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.125 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1601] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.175 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1603] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.200 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1604] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.226 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1605] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.255 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1606] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.309 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1607] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.342 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1608] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.387 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1610] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.447 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1612] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.560 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1616] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.609 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1618] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.648 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1619] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.762 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1624] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.791 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1625] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.816 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1626] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.870 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1628] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.897 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1629] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.937 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1630] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.964 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1631] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:43.990 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1632] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:44.018 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1633] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:44.061 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1634] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:44.110 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1636] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:44.138 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1637] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:44.193 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1639] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:44.247 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1641] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:44.274 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1642] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:44.298 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1643] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:44.331 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1644] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:44.356 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1645] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:44.409 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1647] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:44.438 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1648] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:44.479 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1650] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:44.506 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1651] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:44.535 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1652] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:44.589 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1653] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:44.646 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1654] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:44.675 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1655] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:44.703 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1656] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:44.748 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1657] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:44.839 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1661] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:44.870 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1662] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:44.913 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1663] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:44.937 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1664] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:44.973 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1665] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:44.999 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1666] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:45.025 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1667] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:45.053 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1668] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:45.079 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1669] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:45.121 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1670] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:45.195 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1672] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:45.245 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1674] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:45.276 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1675] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:45.308 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1676] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:45.332 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1677] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:45.368 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1678] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:45.406 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1679] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:45.438 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1680] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:45.467 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1681] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:45.524 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1682] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:45.564 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1683] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:45.595 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1684] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:45.764 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1689] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:45.787 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1690] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:45.823 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1691] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:45.853 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1692] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:45.884 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1693] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:45.919 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1694] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:45.945 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1695] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:45.970 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1696] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:45.996 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1697] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.020 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1698] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.044 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1699] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.075 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1700] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.111 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1701] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.132 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1702] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.161 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1703] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.204 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1705] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.254 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1707] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.287 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1708] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.462 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1716] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.494 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1717] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.546 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1719] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.571 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1720] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.600 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1721] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.630 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1722] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.720 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1725] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.746 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1726] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.815 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1728] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.844 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1729] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.894 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1731] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.936 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1733] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.969 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1734] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:46.993 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1735] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.023 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1736] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.056 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1737] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.105 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1739] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.137 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1740] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.180 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1742] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.210 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1743] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.258 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1745] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.313 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1747] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.374 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1749] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.399 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1750] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.423 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1751] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.451 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1752] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.503 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1754] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.589 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1756] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.614 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1757] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.667 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1759] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.694 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1760] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.756 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1762] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.844 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1766] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.930 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1769] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.951 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1770] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:47.981 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1771] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:48.042 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1772] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:48.075 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1773] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:48.112 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1774] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:48.121 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:48.143 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1775] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:48.174 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1776] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:48.216 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1777] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:48.308 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1781] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:48.370 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1784] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:48.397 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1785] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:48.420 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1786] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:48.448 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1787] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:48.477 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1788] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:48.504 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1789] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:48.529 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1790] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:48.553 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1791] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:48.581 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1792] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:48.603 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1793] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:48.644 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1795] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:48.688 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1797] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:48.730 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1798] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:48.768 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1799] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:48.816 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1801] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:48.863 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1802] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:48.892 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1803] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:48.932 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1805] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:49.000 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1808] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:49.036 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1809] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:49.066 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1810] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:49.093 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1811] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:49.122 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1812] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:49.166 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1814] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:49.196 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1815] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:49.239 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1816] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:49.270 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1817] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:49.314 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1818] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:49.350 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1819] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:49.378 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1820] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:49.428 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1822] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:49.478 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1824] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:49.500 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1825] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:49.539 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1826] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:49.565 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1827] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:49.592 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1828] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:49.636 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1829] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:49.672 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1830] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:49.704 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1831] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:49.756 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1833] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:49.797 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1834] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:49.823 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1835] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:49.862 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1836] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:49.889 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1837] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:49.966 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1840] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.019 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1842] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.098 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1845] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.169 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1848] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.194 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1849] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.246 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1851] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.310 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1853] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.363 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1855] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.386 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1856] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.419 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1857] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.447 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1858] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.480 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1859] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.555 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1862] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.597 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1863] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.653 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1865] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.680 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1866] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.703 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1867] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.729 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1868] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.758 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1869] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.787 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1870] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.810 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1871] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.854 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1873] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.942 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1877] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:50.983 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1879] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:51.010 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1880] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:51.050 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1881] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:51.086 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1882] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:51.114 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1883] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:51.121 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:51.152 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1884] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:51.178 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1885] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:51.224 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1887] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:51.250 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1888] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:51.278 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1889] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:51.316 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1890] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:51.365 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1892] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:51.413 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1894] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:51.448 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1895] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:51.516 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1897] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:51.551 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1898] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:51.577 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1899] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:51.605 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1900] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:51.653 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1902] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:51.680 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1903] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:51.755 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1905] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:51.779 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1906] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:51.823 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1907] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:51.908 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1911] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:51.936 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1912] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:51.964 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1913] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:51.991 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1914] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:52.017 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1915] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:52.046 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1916] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:52.106 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1919] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:52.137 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1920] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:52.192 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1922] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:52.218 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1923] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:52.244 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1924] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:52.270 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1925] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:52.276 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449574045554311168] [newTTL=70004] [isPipelinedTxn=false] [2024/05/06 09:48:52.296 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1926] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:52.324 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1927] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:52.372 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1929] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:52.396 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1930] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:52.422 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1931] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:52.464 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1932] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:52.522 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1934] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:52.550 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1935] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:52.578 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1936] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:52.631 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1938] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:52.665 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1939] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:52.711 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1940] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:52.908 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1943] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:52.955 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1944] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:53.020 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1946] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:53.067 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1948] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:53.112 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1949] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:53.139 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1950] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:53.205 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1952] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:53.236 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1953] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:53.262 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1954] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:53.287 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1955] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:53.316 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1956] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:53.366 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1957] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:53.391 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1958] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:53.442 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1960] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:53.504 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1962] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:53.530 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1963] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:53.587 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1964] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:53.622 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1965] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:53.688 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1967] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:53.716 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1968] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:53.746 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1969] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:53.773 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1970] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:53.816 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1971] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:53.853 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1972] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:53.902 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1974] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:53.928 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1975] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:53.954 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1976] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:53.980 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1977] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:54.008 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1978] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:54.034 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1979] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:54.061 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1980] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:54.142 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1983] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:54.184 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1985] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:54.218 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1986] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:54.274 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1988] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:54.327 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1990] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:54.368 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1991] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:54.395 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1992] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:54.429 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1993] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:54.457 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1994] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:54.512 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1995] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:54.580 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1997] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:54.605 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1998] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:54.677 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2001] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:54.707 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2002] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:54.735 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2003] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:54.759 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2004] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:54.820 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2006] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:54.865 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2007] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:54.896 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2008] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:54.925 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2009] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:54.989 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2012] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:55.046 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2014] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:55.079 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2015] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:55.112 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2016] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:55.145 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2017] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:55.170 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2018] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:55.197 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2019] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:55.224 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2020] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:55.248 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2021] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:55.281 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2022] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:55.336 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2024] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:55.366 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2025] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:55.390 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2026] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:55.415 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2027] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:55.451 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2028] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:55.530 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2031] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:55.552 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2032] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:55.611 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2034] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:55.663 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2035] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:55.742 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2038] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:55.771 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2039] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:55.806 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2040] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:55.847 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2041] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:55.903 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2042] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:55.942 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2043] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:55.997 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2044] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.044 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2046] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.151 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2050] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.185 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2051] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.234 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2053] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.281 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2055] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.326 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2056] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.385 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2058] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.421 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2059] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.457 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2060] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.505 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2062] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.570 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2065] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.596 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2066] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.620 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2067] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.645 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2068] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.678 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2069] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.705 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2070] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.733 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2071] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.769 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2072] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.795 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2073] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.840 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2075] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.868 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2076] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.896 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2077] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.932 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2078] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.001 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2080] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.027 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2081] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.058 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2082] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.123 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2084] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.166 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2085] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.214 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2087] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.252 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2088] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.292 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2089] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.322 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2090] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.358 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2091] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.382 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2092] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.412 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2093] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.540 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2099] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.565 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2100] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.613 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2102] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.655 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2103] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.678 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2104] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.707 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2105] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.731 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2106] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.758 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2107] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.790 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2108] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.811 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2109] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.838 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2110] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.869 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2111] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.904 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2112] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.932 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2113] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:57.996 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2115] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:58.030 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2116] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:58.078 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2117] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:58.119 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2118] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:58.150 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2119] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:58.182 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2120] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:58.213 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2121] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:58.300 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2124] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:58.331 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2125] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:58.380 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2127] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:58.446 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2129] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:58.480 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2130] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:58.529 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2132] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:58.591 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2134] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:58.620 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2135] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:58.672 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2136] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:58.704 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2137] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:58.733 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2138] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:58.759 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2139] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:58.813 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2141] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:58.863 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2143] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:58.908 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2144] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:58.933 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2145] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:58.964 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2146] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:58.991 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2147] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:59.041 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2148] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:59.071 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2149] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:59.121 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2151] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:59.164 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2152] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:59.203 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2153] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:59.248 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2155] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:59.281 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2156] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:59.321 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2157] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:59.376 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2159] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:59.405 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2160] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:59.431 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2161] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:59.459 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2162] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:59.534 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2165] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:59.595 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2167] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:59.628 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2168] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:59.663 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2169] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:59.694 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2170] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:59.747 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2172] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:59.774 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2173] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:59.783 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:59.826 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2175] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:59.853 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2176] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:59.883 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2177] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:59.914 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2178] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:48:59.960 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2179] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:48:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.017 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2180] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.076 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2182] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.140 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2184] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.242 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2188] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.273 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2189] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.335 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2191] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.367 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2192] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.388 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2193] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.462 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2196] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.500 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2197] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.538 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2198] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.569 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2199] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.626 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2201] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.653 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2202] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.703 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2204] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.734 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2205] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.788 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2207] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.844 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2209] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.872 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2210] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.914 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2211] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.940 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2212] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:00.993 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2214] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:01.059 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2216] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:01.106 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2218] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:01.166 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2220] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:01.197 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2221] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:01.249 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2223] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:01.299 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2225] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:01.329 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2226] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:01.362 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2227] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:01.406 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2228] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:01.450 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2229] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:01.481 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2230] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:01.626 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2236] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:01.649 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2237] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:01.685 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2238] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:01.783 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:01.804 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2242] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:01.880 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2244] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:01.936 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2245] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:02.023 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2246] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:02.134 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2248] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:02.189 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2250] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:02.213 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2251] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:02.235 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2252] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:02.273 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2253] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:02.273 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449574045554311168] [newTTL=80001] [isPipelinedTxn=false] [2024/05/06 09:49:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:02.333 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2254] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:02.377 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2255] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:02.420 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2256] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:02.479 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2258] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:02.542 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2261] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:02.574 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2262] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:02.605 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2263] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:02.643 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2264] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:02.670 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2265] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:02.717 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2266] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:02.756 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2267] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:02.796 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2268] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:02.917 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2272] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:02.941 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2273] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:02.989 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2275] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:03.022 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2276] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:03.068 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2277] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:03.115 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2279] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:03.145 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2280] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:03.169 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2281] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:03.211 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2282] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:03.240 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2283] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:03.268 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2284] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:03.303 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2285] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:03.336 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2286] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:03.372 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2287] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:03.413 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2288] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:03.437 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2289] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:03.490 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2291] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:03.571 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2293] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:03.621 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2294] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:03.683 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2297] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:03.747 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2299] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:03.787 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2301] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:03.815 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2302] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:03.895 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2305] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:03.953 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2306] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:03.995 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2307] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:04.057 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2309] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:04.127 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2310] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:04.188 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2312] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:04.216 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2313] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:04.252 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2314] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:04.275 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2315] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:04.303 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2316] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:04.349 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2317] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:04.391 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2318] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:04.437 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2319] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:04.471 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2320] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:04.558 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2322] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:04.612 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2323] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:04.654 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2324] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:04.682 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2325] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:04.762 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2327] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:04.843 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2330] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:04.883 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2331] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:04.941 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2333] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:05.102 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2338] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:05.149 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2339] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:05.195 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2340] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:05.242 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2341] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:05.276 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2342] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:05.312 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2343] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:05.394 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2346] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:05.446 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2348] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:05.518 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2350] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:05.599 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2353] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:05.660 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2355] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:05.690 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2356] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:05.722 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2357] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:05.751 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2358] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:05.780 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2359] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:05.817 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2360] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:05.853 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2361] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:05.964 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2365] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:06.052 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2369] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:06.079 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2370] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:06.113 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2371] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:06.121 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:06.138 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2372] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:06.167 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2373] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:06.205 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2374] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:06.232 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2375] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:06.265 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2376] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:06.291 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2377] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:06.326 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2378] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:06.365 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2379] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:06.394 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2380] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:06.427 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2381] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:06.476 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2382] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:06.510 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2383] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:06.537 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2384] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:06.568 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2385] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:06.606 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2386] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:06.665 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2387] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:06.694 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2388] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:06.734 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2389] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:06.766 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2390] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:06.810 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2391] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:06.848 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2392] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:06.940 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2395] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:06.971 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2396] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:07.017 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2397] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:07.060 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2398] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:07.126 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2399] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:07.165 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2400] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:07.199 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2401] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:07.238 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2402] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:07.290 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2404] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:07.316 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2405] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:07.355 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2406] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:07.445 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2408] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:07.478 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2409] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:07.517 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2410] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:07.581 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2413] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:07.616 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2414] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:07.708 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2417] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:07.739 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2418] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:07.797 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2419] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:07.849 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2421] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:07.908 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2423] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:07.977 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2425] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:08.033 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2427] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:08.063 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2428] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:08.089 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2429] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:08.114 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2430] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:08.145 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2431] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:08.186 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2432] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:08.244 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2433] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:08.265 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2434] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:08.301 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2435] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:08.334 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2436] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:08.374 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2437] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:08.420 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2438] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:08.531 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2439] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:08.566 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2440] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:08.595 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2441] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:08.620 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2442] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:08.680 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2444] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:08.713 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2445] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:08.746 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2446] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:08.782 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2447] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:08.825 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2448] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:08.874 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2450] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:08.901 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2451] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:08.937 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2452] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:08.969 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2453] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:08.996 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2454] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:09.027 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2455] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:09.053 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2456] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:09.125 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2459] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:09.168 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2461] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:09.196 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2462] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:09.274 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2464] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:09.303 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2465] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:09.331 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2466] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:09.364 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2467] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:09.400 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2468] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:09.430 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2469] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:09.504 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2471] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:09.550 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2472] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:09.610 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2474] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:09.663 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2475] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:09.691 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2476] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:09.752 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2478] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:09.872 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2482] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:09.899 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2483] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:09.946 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2485] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:10.065 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2489] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:10.099 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2490] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:10.127 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2491] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:10.171 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2492] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:10.216 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2493] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:10.256 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2494] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:10.292 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2495] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:10.325 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2496] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:10.406 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2498] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:10.460 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2500] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:10.531 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2502] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:10.562 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2503] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:10.594 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2504] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:10.656 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2506] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:10.687 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2507] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:10.747 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2509] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:10.777 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2510] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:10.799 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2511] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:10.857 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2512] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:10.921 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2514] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:10.971 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2516] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:11.069 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2519] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:11.119 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2520] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:11.177 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2522] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:11.258 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2525] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:11.333 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2527] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:11.391 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2528] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:11.439 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2529] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:11.486 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2530] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:11.545 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2532] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:11.602 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2533] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:11.651 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2534] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:11.708 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2536] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:11.742 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2537] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:11.804 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2539] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:11.834 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2540] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:11.863 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2541] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:11.913 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2542] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:11.967 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2543] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:12.020 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2544] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:12.057 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2545] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:12.087 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2546] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:12.139 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2547] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:12.162 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2548] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:12.225 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2549] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:12.256 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2550] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:12.274 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449574045554311168] [newTTL=90002] [isPipelinedTxn=false] [2024/05/06 09:49:12.289 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2551] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:12.326 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2552] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:12.355 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2553] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:12.386 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2554] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:12.479 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2557] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:12.516 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2558] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:12.542 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2559] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:12.595 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2561] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:12.625 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2562] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:12.653 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:12.672 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2564] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:12.695 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2565] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:12.770 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2568] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:12.808 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2569] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:12.844 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2570] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:12.892 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2571] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:12.925 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2572] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:12.962 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2573] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:13.012 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2575] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:13.034 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2576] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:13.081 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2577] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:13.130 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2579] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:13.165 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2580] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:13.198 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2581] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:13.267 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2583] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:13.298 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2584] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:13.339 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2585] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:13.371 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2586] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:13.402 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2587] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:13.430 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2588] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:13.496 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2590] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:13.539 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2591] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:13.572 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2592] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:13.605 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2593] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:13.723 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2595] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:13.755 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2596] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:13.813 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2597] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:13.843 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2598] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:13.880 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2599] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:13.939 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2601] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:13.986 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2602] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:14.043 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2604] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:14.068 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2605] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:14.106 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2606] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:14.113 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:14.200 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2609] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:14.329 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2614] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:14.436 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2617] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:14.495 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2619] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:14.529 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2620] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:14.593 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2622] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:14.654 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2624] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:14.717 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2626] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:14.752 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2627] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:14.826 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2630] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:14.869 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2631] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:14.899 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2632] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:14.930 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2633] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:14.968 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2634] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:15.009 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2635] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:15.099 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2639] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:15.128 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2640] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:15.163 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2641] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:15.199 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2642] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:15.231 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2643] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:15.275 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2644] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:15.310 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2645] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:15.367 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2647] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:15.405 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2648] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:15.442 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2649] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:15.478 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2650] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:15.519 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2651] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:15.551 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2652] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:15.596 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2654] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:15.647 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2656] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:15.711 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2658] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:15.803 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2662] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:15.859 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2664] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:15.916 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2665] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:15.959 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2666] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:16.013 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2668] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:16.049 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2669] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:16.086 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2670] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:16.107 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2671] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:16.113 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:16.135 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2672] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:16.272 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2677] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:16.341 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2679] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:16.372 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2680] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:16.433 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2682] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:16.464 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2683] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:16.545 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2685] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:16.578 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2686] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:16.627 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2687] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:16.659 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2688] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:16.703 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2689] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:16.737 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2690] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:16.774 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2691] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:16.795 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2692] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:16.816 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2693] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:16.859 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2695] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:16.936 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2698] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:16.973 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2699] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:17.002 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2700] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:17.035 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2701] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:17.121 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2704] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:17.152 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2705] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:17.203 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2706] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:17.259 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2708] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:17.289 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2709] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:17.316 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2710] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:17.422 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2714] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:17.464 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2715] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:17.504 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2716] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:17.563 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2718] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:17.592 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2719] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:17.628 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2720] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:17.657 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2721] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:17.731 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2723] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:17.766 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2724] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:17.795 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2725] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:17.855 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2727] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:17.890 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2728] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:17.920 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2729] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:17.948 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2730] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:17.982 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2731] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:18.019 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2732] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:18.062 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2733] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:18.097 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2734] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:18.131 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2735] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:18.167 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2736] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:18.198 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2737] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:18.231 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2738] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:18.276 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2739] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:18.317 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2740] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:18.375 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2742] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:18.442 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2744] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:18.471 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2745] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:18.506 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2746] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:18.565 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2748] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:18.596 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2749] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:18.642 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2750] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:18.701 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2752] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:18.728 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2753] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:18.770 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2754] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:18.836 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2756] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:18.870 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2757] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:18.913 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2758] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:18.967 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2760] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:19.036 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2762] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:19.073 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2763] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:19.125 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2765] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:19.195 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2767] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:19.235 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2768] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:19.279 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2769] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:19.315 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2770] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:19.341 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2771] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:19.395 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2773] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:19.446 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2774] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:19.498 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2776] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:19.547 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2777] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:19.584 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2778] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:19.637 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2779] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:19.653 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:19.700 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2781] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:19.810 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2784] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:19.850 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2785] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:19.986 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2789] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:20.049 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2790] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:20.121 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:20.156 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2793] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:20.181 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2794] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:20.220 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2795] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:20.256 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2796] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:20.301 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2797] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:20.371 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2799] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:20.413 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2800] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:20.495 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2801] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:20.533 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2802] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:20.575 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2803] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:20.614 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2804] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:20.670 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2805] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:20.716 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2806] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:20.774 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2807] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:20.816 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2808] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:20.889 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2810] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:20.925 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2811] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:20.983 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2813] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:21.024 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2814] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:21.069 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2815] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:21.153 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2818] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:21.194 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2819] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:21.234 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2820] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:21.273 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2821] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:21.313 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2822] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:21.359 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2823] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:21.450 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2825] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:21.529 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2827] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:21.558 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2828] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:21.585 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2829] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:21.615 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2830] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:21.655 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2831] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:21.712 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2833] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:21.753 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2834] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:21.793 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2835] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:21.830 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2836] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:21.870 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2837] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:21.910 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2838] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:21.955 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2839] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:22.072 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2842] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:22.115 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2843] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:22.170 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2845] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:22.211 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2846] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:22.278 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449574045554311168] [newTTL=100006] [isPipelinedTxn=false] [2024/05/06 09:49:22.303 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2848] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:22.379 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2849] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:22.513 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2853] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:22.598 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2854] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:22.644 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2855] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:22.783 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2860] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:22.824 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2861] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:22.855 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2862] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:22.880 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2863] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:22.917 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2864] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:22.954 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2865] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:22.984 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2866] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:23.029 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2867] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:23.121 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2870] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:23.163 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2871] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:23.201 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2872] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:23.245 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2873] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:23.344 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2876] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:23.400 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2877] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:23.463 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2878] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:23.530 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2880] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:23.570 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2881] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:23.634 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2882] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:23.714 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2884] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:23.766 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2885] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:23.805 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2886] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:23.852 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2887] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:23.898 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2888] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:23.945 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2889] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:24.004 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2891] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:24.054 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2893] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:24.092 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2894] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:24.113 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:24.179 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2897] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:24.214 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2898] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:24.255 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:24.319 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2901] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:24.363 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2902] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:24.411 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2903] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:24.446 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2904] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:24.487 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2905] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:24.524 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2906] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:24.568 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2907] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:24.625 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2908] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:24.679 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2909] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:24.728 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2910] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:24.810 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2911] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:24.893 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2913] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:24.945 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2914] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:24.980 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2915] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:25.023 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2916] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:25.044 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2917] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:25.093 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2918] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:25.133 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2919] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:25.177 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2920] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:25.220 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2921] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:25.253 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2922] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:25.287 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2923] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:25.312 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2924] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:25.402 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2927] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:25.479 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2929] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:25.617 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2934] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:25.670 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2935] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:25.738 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2936] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:25.786 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2937] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:25.837 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2938] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:25.866 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2939] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:25.942 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2940] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:25.981 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2941] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:26.028 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2942] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:26.119 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2944] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:26.165 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2945] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:26.237 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2947] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:26.281 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2948] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:26.363 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2950] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:26.426 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2952] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:26.479 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2953] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:26.521 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2954] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:26.647 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2957] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:26.687 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2958] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:26.755 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2960] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:26.802 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2961] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:26.888 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2963] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:26.997 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2965] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:27.028 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2966] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:27.092 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2967] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:27.138 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2968] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:27.210 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2969] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:27.285 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2970] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:27.418 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2973] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:27.458 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2974] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:27.675 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2981] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:27.742 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2982] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:27.803 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2983] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:27.888 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2985] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:27.921 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2986] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:28.046 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2989] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:28.124 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2991] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:28.165 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2992] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:28.210 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2993] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:28.269 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2994] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:28.321 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2995] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:28.371 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2997] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:28.441 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2999] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:28.490 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3000] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:28.515 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3001] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:28.550 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3002] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:28.580 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3003] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:28.619 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3004] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:28.651 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3005] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:28.710 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3006] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:28.826 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3009] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:28.930 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3011] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:29.028 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3013] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:29.071 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3014] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:29.126 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3015] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:29.183 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3017] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:29.234 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3018] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:29.312 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3020] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:29.361 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3021] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:29.393 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3022] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:29.455 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3024] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:29.507 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3025] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:29.561 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3026] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:29.609 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3027] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:29.685 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3029] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:29.796 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3033] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:29.830 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3034] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:29.875 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3035] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:29.916 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3036] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:29.989 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3038] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:30.034 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3039] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:30.119 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3041] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:30.149 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3042] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:30.198 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3043] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:30.274 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3045] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:30.399 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3048] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:30.447 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3049] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:30.480 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3050] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:30.535 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3052] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:30.598 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3054] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:30.641 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3055] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:30.680 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3056] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:30.755 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3059] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:30.808 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3060] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:30.854 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3061] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:30.888 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3062] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:30.938 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3063] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:30.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:31.004 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3064] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:31.054 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3065] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:31.102 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3066] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:31.168 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3068] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:31.220 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3069] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:31.305 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3071] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:31.335 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3072] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:31.402 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3073] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:31.506 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3076] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:31.578 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3078] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:31.626 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3079] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:31.667 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3080] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:31.705 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3081] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:31.752 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3082] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:31.848 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3084] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:31.935 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3086] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:31.977 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3087] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:31.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:32.021 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3088] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:32.091 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3089] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:32.141 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3090] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:32.217 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3091] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:32.273 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449574045554311168] [newTTL=110001] [isPipelinedTxn=false] [2024/05/06 09:49:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:32.320 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3094] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:32.388 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3095] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:32.449 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3096] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:32.512 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3098] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:32.582 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3100] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:32.602 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3101] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:32.627 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3102] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:32.669 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3103] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:32.704 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3104] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:32.746 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3105] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:32.850 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3107] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:32.957 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3108] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:32.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:33.004 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3109] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:33.065 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3110] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:33.100 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3111] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:33.139 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3112] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:33.212 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3113] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:33.256 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3114] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:33.359 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3117] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:33.409 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3118] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:33.456 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3119] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:33.505 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3120] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:33.563 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3121] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:33.593 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3122] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:33.643 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3123] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:33.678 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3124] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:33.727 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3125] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:33.781 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3126] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:33.892 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3129] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:33.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:33.987 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3130] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:34.049 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3131] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:34.090 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3132] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:34.157 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3133] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:34.225 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3134] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:34.269 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3135] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:34.418 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3139] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:34.499 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3140] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:34.608 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3141] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:34.708 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3145] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:34.772 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3147] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:34.849 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3149] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:34.905 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3150] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:34.939 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3151] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:34.971 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3152] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:34.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:35.060 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3154] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:35.095 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3155] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:35.177 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3157] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:35.211 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3158] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:35.355 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3162] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:35.427 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3164] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:35.478 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3165] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:35.575 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3167] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:35.647 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3169] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:35.737 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3171] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:35.812 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3173] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:35.872 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3174] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:35.918 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3175] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:35.943 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3176] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:35.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:35.982 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3177] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:36.046 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3178] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:36.103 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3179] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:36.160 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3180] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:36.202 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3181] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:36.279 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3183] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:36.346 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3185] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:36.385 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3186] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:36.435 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3187] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:36.476 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3188] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:36.545 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3190] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:36.590 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3191] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:36.629 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3192] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:36.669 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3193] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:36.713 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3194] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:36.772 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3196] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:36.805 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3197] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:36.837 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3198] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:36.938 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3200] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:36.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:36.985 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3201] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:37.033 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3202] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:37.095 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3204] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:37.156 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3206] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:37.200 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3207] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:37.248 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3208] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:37.317 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3209] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:37.401 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3211] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:37.430 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3212] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:37.468 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3213] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:37.504 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3214] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:37.544 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3215] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:37.615 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3217] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:37.694 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3218] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:37.817 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3222] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:37.870 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3223] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:37.930 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3224] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:37.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:37.988 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3225] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:38.078 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3227] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:38.133 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3228] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:38.183 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3229] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:38.230 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3230] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:38.291 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3232] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:38.330 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3233] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:38.378 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3234] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:38.467 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3236] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:38.553 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3238] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:38.651 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3240] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:38.709 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3241] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:38.750 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3242] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:38.806 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3243] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:38.863 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3244] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:38.910 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3245] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:38.961 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3246] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:38.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:39.040 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3248] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:39.106 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3249] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:39.154 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3250] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:39.197 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3251] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:39.253 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3252] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:39.323 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3254] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:39.393 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3255] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:39.409 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:39.431 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3256] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:39.477 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3257] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:39.517 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3258] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:39.568 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3259] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:39.594 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3260] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:39.652 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3261] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:39.716 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3262] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:39.763 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3263] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:39.783 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:39.900 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3266] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:39.969 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3267] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:39.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:40.042 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3269] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:40.080 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3270] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:40.115 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3271] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:40.149 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3272] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:40.208 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3273] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:40.261 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3274] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:40.317 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3275] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:40.361 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3276] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:40.399 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3277] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:40.409 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:40.447 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3278] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:40.505 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3279] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:40.543 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3280] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:40.587 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3281] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:40.648 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3283] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:40.707 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3284] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:40.796 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3286] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:40.868 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3287] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:40.927 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3288] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:40.973 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3289] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:40.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:41.125 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3293] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:41.174 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3294] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:41.225 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3295] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:41.317 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3296] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:41.391 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3298] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:41.429 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3299] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:41.485 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3300] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:41.537 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3301] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:41.620 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3303] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:41.701 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3305] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:41.773 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3307] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:41.818 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3308] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:41.852 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3309] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:41.914 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3310] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:41.983 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3311] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:41.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:42.119 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3315] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:42.174 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3316] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:42.275 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449574045554311168] [newTTL=120003] [isPipelinedTxn=false] [2024/05/06 09:49:42.324 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3319] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:42.378 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3320] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:42.431 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3321] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:42.483 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3322] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:42.525 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3323] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:42.578 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3324] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:42.637 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3325] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:42.680 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3326] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:42.721 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3327] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:42.765 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3328] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:42.843 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3329] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:42.912 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3330] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:42.982 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3332] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:42.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:43.050 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3334] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:43.114 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3335] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:43.181 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3336] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:43.256 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3338] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:43.367 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3341] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:43.415 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3342] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:43.459 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3343] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:43.517 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3344] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:43.569 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3345] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:43.646 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3347] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:43.730 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3349] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:43.761 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3350] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:43.923 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3354] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:43.967 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3355] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:43.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:44.043 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3356] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:44.086 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3357] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:44.159 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3359] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:44.282 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3361] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:44.312 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3362] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:44.359 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3363] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:44.409 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:44.444 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3365] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:44.496 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3366] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:44.555 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3367] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:44.645 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3369] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:44.691 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3370] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:44.728 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3371] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:44.780 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3372] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:44.826 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3373] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:44.881 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3374] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:44.929 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3375] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:44.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:44.983 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3376] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:45.132 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3380] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:45.172 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3381] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:45.219 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3382] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:45.265 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3383] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:45.321 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3384] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:45.435 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3387] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:45.572 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3390] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:45.631 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3391] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:45.682 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3392] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:45.731 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3393] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:45.790 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3394] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:45.839 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3395] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:45.902 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3396] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:45.979 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3397] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:45.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:46.032 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3398] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:46.142 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3400] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:46.194 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3401] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:46.332 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3405] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:46.373 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3406] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:46.433 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3407] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:46.489 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3408] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:46.530 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3409] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:46.572 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3410] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:46.614 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3411] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:46.676 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3412] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:46.764 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3414] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:46.827 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3415] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:46.874 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3416] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:46.914 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3417] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:46.947 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3418] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:46.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:46.991 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3419] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:47.091 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3421] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:47.174 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3422] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:47.362 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3427] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:47.398 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3428] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:47.460 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3429] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:47.502 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3430] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:47.561 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3431] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:47.611 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3432] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:47.718 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3435] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:47.788 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3437] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:47.928 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3440] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:47.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:48.093 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3442] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:48.171 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3443] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:48.211 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3444] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:48.279 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3445] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:48.413 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3447] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:48.441 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3448] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:48.492 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3449] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:48.536 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3450] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:48.589 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3451] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:48.635 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3452] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:48.778 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3455] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:48.848 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3456] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:48.900 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3457] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:48.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:49.055 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3460] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:49.175 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3462] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:49.277 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:49.310 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3465] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:49.424 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3468] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:49.473 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3469] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:49.563 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3470] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:49.633 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3471] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:49.717 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3473] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:49.770 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3474] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:49.837 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3475] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:49.877 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3476] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:49.939 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3477] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:49.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:49.996 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3478] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:50.060 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3479] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:50.122 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3480] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:50.182 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3481] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:50.254 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3482] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:50.307 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3483] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:50.422 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3484] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:50.451 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3485] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:50.499 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3486] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:50.600 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3489] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:50.627 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3490] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:50.700 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3491] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:50.783 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3492] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:50.839 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3493] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:50.944 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3495] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:50.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:51.028 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3497] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:51.081 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3498] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:51.143 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3499] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:51.240 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3500] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:51.299 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3501] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:51.356 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3502] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:51.401 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3503] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:51.449 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3504] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:51.533 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3506] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:51.586 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3507] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:51.642 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3508] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:51.688 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3509] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:51.767 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3510] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:51.826 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3511] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:51.859 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3512] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:51.943 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3514] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:51.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:52.057 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3516] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:52.109 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3517] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:52.178 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3519] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:52.228 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3520] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:52.274 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449574045554311168] [newTTL=130002] [isPipelinedTxn=false] [2024/05/06 09:49:52.281 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3521] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:52.315 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3522] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:52.393 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3524] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:52.422 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3525] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:52.466 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3526] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:52.528 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3527] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:52.652 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3529] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:52.716 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3530] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:52.757 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3531] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:52.859 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3533] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:52.905 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3534] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:52.975 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3535] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:52.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:53.017 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3536] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:53.144 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3539] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:53.307 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3542] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:53.340 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3543] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:53.415 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3544] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:53.490 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3545] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:53.539 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3546] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:53.634 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3548] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:53.723 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3550] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:53.817 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3552] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:53.908 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3553] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:53.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:53.987 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3555] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:54.220 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3562] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:54.266 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3563] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:54.316 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3564] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:54.465 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3567] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:54.521 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3568] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:54.563 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3569] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:54.632 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3570] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:54.712 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3572] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:54.819 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3574] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:54.890 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3575] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:54.961 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3576] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:54.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:55.019 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3577] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:55.075 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3578] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:55.128 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3579] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:55.182 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3580] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:55.250 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3582] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:55.302 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3583] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:55.378 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3585] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:55.424 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3586] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:55.499 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3588] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:55.557 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3589] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:55.609 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3590] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:55.678 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3592] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:55.746 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3593] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:55.796 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3594] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:55.864 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3595] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:55.963 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3597] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:55.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:56.053 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3600] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:56.086 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3601] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:56.171 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3603] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:56.238 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3604] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:56.317 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3605] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:56.420 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3607] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:56.479 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3608] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:56.519 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3609] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:56.563 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3610] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:56.619 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3611] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:56.662 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3612] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:56.747 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3613] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:56.780 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3614] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:56.837 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3615] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:56.896 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3616] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:56.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:57.043 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3619] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:57.109 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3621] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:57.173 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3622] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:57.225 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3623] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:57.302 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3624] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:57.359 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3625] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:57.421 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3626] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:57.475 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3627] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:57.543 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3629] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:57.617 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3630] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:57.685 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3631] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:57.822 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3635] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:57.966 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3639] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:57.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:58.055 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3641] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:58.164 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3643] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:58.285 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3645] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:58.345 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3646] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:58.416 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3648] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:58.442 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3649] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:58.500 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3650] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:58.547 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3651] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:58.625 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3652] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:58.665 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3653] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:58.821 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3657] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:58.883 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3659] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:58.941 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3660] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:58.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:58.992 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3661] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:59.066 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3662] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:59.126 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3663] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:59.193 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3664] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:59.235 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3665] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:59.298 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3666] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:59.398 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3669] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:59.444 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3670] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:59.491 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3671] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:59.527 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3672] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:59.593 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3673] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:59.647 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3674] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:59.704 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3675] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:59.760 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3676] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:59.865 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3678] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:49:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:59.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:49:59.999 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3681] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:00.054 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3682] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:00.117 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3683] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:00.208 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3685] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:00.324 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3687] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:00.399 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3689] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:00.514 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3692] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:00.567 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3693] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:00.613 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3694] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:00.653 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:00.751 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3696] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:00.844 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3698] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:00.898 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3699] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:00.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:00.966 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3700] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:01.096 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3703] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:01.175 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3704] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:01.268 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3706] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:01.379 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3708] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:01.413 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3709] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:01.530 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3711] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:01.616 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3713] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:01.669 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3714] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:01.752 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3716] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:01.837 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3717] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:01.883 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3718] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:01.972 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3720] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:01.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:02.014 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3721] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:02.044 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3722] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:02.273 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449574045554311168] [newTTL=140001] [isPipelinedTxn=false] [2024/05/06 09:50:02.288 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3725] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:02.378 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3726] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:02.430 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3727] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:02.509 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3728] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:02.612 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3730] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:02.673 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3731] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:02.763 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3733] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:02.864 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3735] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:02.924 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3736] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:02.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:03.023 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3738] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:03.071 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3739] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:03.132 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3740] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:03.196 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3741] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:03.249 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3742] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:03.320 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3743] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:03.389 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3744] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:03.426 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3745] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:03.490 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3747] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:03.594 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3749] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:03.666 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3750] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:03.708 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3751] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:03.772 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3752] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:03.851 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3754] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:03.906 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3755] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:03.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:04.015 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3757] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:04.108 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3759] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:04.185 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3761] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:04.222 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3762] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:04.279 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3763] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:04.345 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3764] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:04.401 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3765] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:04.448 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3766] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:04.509 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3767] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:04.556 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3768] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:04.607 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3769] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:04.680 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3771] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:04.745 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3772] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:04.892 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3776] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:04.969 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3778] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:04.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:05.032 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3779] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:05.106 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3780] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:05.189 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3782] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:05.246 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3783] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:05.305 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3784] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:05.362 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3785] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:05.430 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3786] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:05.558 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3789] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:05.604 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3790] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:05.644 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3791] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:05.787 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3794] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:05.838 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3795] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:05.887 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3796] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:05.947 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3797] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:05.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:06.003 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3798] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:06.090 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3800] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:06.156 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3801] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:06.207 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3802] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:06.313 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3804] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:06.391 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3805] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:06.447 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3806] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:06.581 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3808] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:06.617 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3809] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:06.667 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3810] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:06.724 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3811] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:06.794 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3812] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:06.872 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3813] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:06.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:06.997 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3815] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:07.042 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3816] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:07.079 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3817] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:07.134 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3818] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:07.196 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3819] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:07.257 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3820] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:07.350 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3821] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:07.402 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3822] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:07.531 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3825] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:07.615 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3826] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:07.734 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3828] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:07.802 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3829] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:07.829 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3830] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:07.874 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3831] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:07.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:08.005 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3834] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:08.069 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3835] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:08.115 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3836] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:08.181 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3838] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:08.245 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3840] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:08.309 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3841] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:08.394 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3843] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:08.472 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3844] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:08.581 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3846] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:08.641 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3847] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:08.706 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3848] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:08.780 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3849] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:08.839 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3850] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:08.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:08.992 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3854] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:09.063 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3855] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:09.119 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3856] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:09.208 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3858] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:09.294 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3859] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:09.373 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3861] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:09.435 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3862] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:09.488 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3863] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:09.568 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3864] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:09.599 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3865] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:09.674 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3866] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:09.738 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3867] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:09.805 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3868] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:09.944 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3870] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:09.983 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3871] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:09.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:10.044 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3872] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:10.129 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3875] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:10.187 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3876] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:10.222 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3877] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:10.350 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3880] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:10.400 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3881] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:10.459 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3882] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:10.504 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3883] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:10.590 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3885] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:10.656 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3886] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:10.744 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3888] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:10.876 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3891] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:10.936 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3892] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:10.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:10.994 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3893] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:11.056 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3894] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:11.142 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3895] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:11.203 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3896] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:11.317 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3899] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:11.390 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3900] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:11.482 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3902] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:11.541 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3903] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:11.582 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3904] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:11.622 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3905] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:11.685 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3906] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:11.742 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3907] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:11.778 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3908] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:11.783 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:11.823 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3909] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:11.907 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3911] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:11.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:12.045 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3914] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:12.093 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3915] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:12.149 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3916] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:12.208 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3917] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:12.257 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3918] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:12.273 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449574045554311168] [newTTL=150001] [isPipelinedTxn=false] [2024/05/06 09:50:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:12.317 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3919] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:12.378 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3920] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:12.428 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3921] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:12.476 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3922] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:12.539 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3923] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:12.587 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3924] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:12.644 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3925] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:12.735 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3927] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:12.859 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3928] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:12.929 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3929] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:12.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:13.004 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3930] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:13.062 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3931] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:13.152 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3933] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:13.208 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3934] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:13.255 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:13.295 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3936] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:13.371 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3938] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:13.495 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3941] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:13.562 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3942] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:13.659 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3944] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:13.768 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3946] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:13.865 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3948] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:13.911 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3949] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:13.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:14.071 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3953] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:14.122 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3954] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:14.228 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3956] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:14.290 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3957] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:14.349 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3958] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:14.400 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3959] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:14.460 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3960] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:14.498 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3961] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:14.553 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3962] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:14.599 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3963] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:14.694 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3965] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:14.730 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3966] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:14.826 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3968] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:14.869 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3969] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:14.931 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3970] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:14.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:14.992 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3971] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:15.096 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3973] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:15.156 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3974] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:15.190 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3975] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:15.229 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3976] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:15.292 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3978] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:15.356 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3979] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:15.381 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3980] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:15.408 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3981] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:15.483 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3983] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:15.625 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3985] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:15.683 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3986] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:15.796 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3989] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:15.835 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3990] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:15.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:15.903 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3992] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:15.970 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3993] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:16.031 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3994] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:16.120 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3995] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:16.189 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3996] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:16.294 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3998] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:16.345 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3999] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:16.427 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4000] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:16.511 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4002] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:16.568 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4003] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:16.620 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4004] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:16.701 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4005] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:16.754 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4006] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:16.815 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4008] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:16.847 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4009] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:16.893 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4010] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:16.971 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4011] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:16.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:17.011 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4012] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:17.097 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4014] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:17.170 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4015] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:17.235 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4016] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:17.366 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4019] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:17.424 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4020] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:17.475 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4021] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:17.524 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4022] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:17.652 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4025] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:17.727 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4027] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:17.803 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4028] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:17.843 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4029] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:17.928 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4031] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:17.977 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4032] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:17.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:18.036 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4033] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:18.113 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4034] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:18.165 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4035] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:18.217 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4036] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:18.291 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4037] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:18.352 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4038] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:18.586 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4041] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:18.649 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4042] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:18.701 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4043] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:18.777 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4044] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:18.817 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4045] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:18.861 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4046] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:18.920 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4047] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:18.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:19.019 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4049] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:19.074 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4050] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:19.159 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4051] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:19.276 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4053] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:19.344 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4054] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:19.505 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4057] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:19.586 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4058] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:19.680 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4060] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:19.732 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4061] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:19.864 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4062] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:19.940 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4063] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:19.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:20.013 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4065] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:20.078 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4066] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:20.135 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4067] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:20.174 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4068] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:20.249 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4069] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:20.377 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4071] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:20.436 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4072] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:20.560 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4074] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:20.640 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4075] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:20.684 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4076] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:20.868 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4081] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:20.935 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4082] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:20.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:20.995 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4083] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:21.056 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4084] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:21.130 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4085] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:21.169 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4086] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:21.247 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4088] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:21.310 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4089] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:21.427 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4092] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:21.466 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4093] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:21.519 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4094] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:21.590 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4096] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:21.696 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4098] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:21.747 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4099] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:21.865 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4101] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:21.942 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4102] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:21.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:22.003 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4103] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:22.029 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4104] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:22.122 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4105] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:22.250 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4106] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:22.274 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449574045554311168] [newTTL=160002] [isPipelinedTxn=false] [2024/05/06 09:50:22.298 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4107] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:22.352 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4108] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:22.450 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4110] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:22.525 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4111] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:22.587 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4112] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:22.632 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4113] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:22.710 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4114] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:22.753 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4115] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:22.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:23.089 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4121] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:23.134 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4122] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:23.201 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4123] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:23.296 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4125] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:23.429 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4127] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:23.628 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4130] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:23.696 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4131] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:23.745 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4132] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:23.801 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4133] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:23.920 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4135] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:23.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:24.008 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4137] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:24.113 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4139] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:24.177 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4140] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:24.361 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4143] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:24.543 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4148] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:24.608 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4149] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:24.641 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4150] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:24.746 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4152] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:24.798 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4153] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:24.888 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4154] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:24.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:24.985 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4156] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:25.071 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4157] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:25.136 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4158] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:25.189 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4159] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:25.283 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4160] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:25.334 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4161] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:25.459 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4164] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:25.512 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4165] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:25.581 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4166] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:25.697 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4168] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:25.765 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4169] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:25.811 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4170] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:25.881 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4171] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:25.976 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4172] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:25.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:26.043 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4173] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:26.156 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4175] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:26.242 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4176] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:26.302 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4177] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:26.390 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4178] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:26.493 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4179] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:26.567 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4180] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:26.687 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4182] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:26.757 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4183] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:26.804 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4184] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:26.860 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4185] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:26.910 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4186] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:26.967 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4187] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:26.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:27.040 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4188] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:27.239 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4192] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:27.305 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4193] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:27.377 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4194] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:27.435 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4195] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:27.445 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:27.476 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4196] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:27.526 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4197] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:27.586 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4198] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:27.648 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4199] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:27.711 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4200] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:27.799 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4201] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:27.877 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4202] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:27.918 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4203] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:27.965 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4204] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:27.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:28.018 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4205] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:28.133 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4208] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:28.195 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4209] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:28.273 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4210] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:28.331 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4211] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:28.387 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4212] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:28.443 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4213] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:28.528 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4214] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:28.567 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4215] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:28.646 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4216] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:28.739 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4218] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:28.831 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4220] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:28.914 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4221] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:28.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:29.092 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4225] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50: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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] [2024/05/06 09:50:29.130 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4226] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 09:50:29.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 09:48:02\",\"2024-05-06 09:48:02\",,running]"] -- Test timed out at 2024-05-06 09:50:29 UTC -- ================================================================================ [13,064 / 13,520] 319 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 94s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,066 / 13,520] 319 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 95s remote-cache, linux-sandbox ... (70 actions running) [13,066 / 13,520] 319 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 96s remote-cache, linux-sandbox ... (70 actions running) [13,067 / 13,520] 319 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 98s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,071 / 13,520] 319 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 99s remote-cache, linux-sandbox ... (70 actions running) [13,071 / 13,520] 319 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 101s remote-cache, linux-sandbox ... (70 actions running) [13,075 / 13,520] 319 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 102s remote-cache, linux-sandbox ... (70 actions running) [13,075 / 13,520] 319 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 103s remote-cache, linux-sandbox ... (70 actions running) [13,077 / 13,520] 320 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 89s remote-cache, linux-sandbox ... (70 actions running) [13,081 / 13,520] 320 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 90s remote-cache, linux-sandbox ... (70 actions running) [13,082 / 13,520] 321 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 92s remote-cache, linux-sandbox ... (70 actions running) [13,083 / 13,520] 321 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 93s remote-cache, linux-sandbox ... (70 actions running) [13,084 / 13,520] 321 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 94s remote-cache, linux-sandbox ... (70 actions running) [13,085 / 13,520] 321 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 96s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,090 / 13,520] 321 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 97s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,094 / 13,520] 321 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 57s remote-cache, linux-sandbox ... (70 actions running) [13,095 / 13,520] 321 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,096 / 13,520] 321 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 60s remote-cache, linux-sandbox ... (70 actions running) [13,097 / 13,520] 321 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 61s remote-cache, linux-sandbox ... (70 actions running) [13,100 / 13,520] 321 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,101 / 13,520] 321 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,104 / 13,520] 321 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 65s remote-cache, linux-sandbox ... (70 actions running) [13,104 / 13,520] 321 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 66s remote-cache, linux-sandbox ... (70 actions running) [13,105 / 13,520] 322 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 67s remote-cache, linux-sandbox ... (70 actions running) [13,105 / 13,520] 323 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 68s remote-cache, linux-sandbox ... (70 actions running) [13,109 / 13,520] 323 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 70s remote-cache, linux-sandbox ... (70 actions running) [13,111 / 13,520] 323 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 71s remote-cache, linux-sandbox ... (70 actions running) [13,111 / 13,520] 323 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 73s remote-cache, linux-sandbox ... (70 actions running) [13,119 / 13,520] 324 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,124 / 13,520] 324 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 76s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,125 / 13,520] 324 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,125 / 13,520] 324 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 78s remote-cache, linux-sandbox ... (70 actions running) [13,127 / 13,520] 324 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 79s remote-cache, linux-sandbox ... (70 actions running) [13,127 / 13,520] 324 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 81s remote-cache, linux-sandbox ... (70 actions running) [13,135 / 13,543] 324 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 82s remote-cache, linux-sandbox ... (70 actions running) [13,135 / 13,543] 324 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 85s remote-cache, linux-sandbox ... (70 actions running) [13,136 / 13,543] 324 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 86s remote-cache, linux-sandbox ... (70 actions running) [13,137 / 13,543] 324 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 88s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,141 / 13,592] 324 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 89s remote-cache, linux-sandbox ... (70 actions running) [13,144 / 13,592] 324 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 91s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,146 / 13,592] 324 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 92s remote-cache, linux-sandbox ... (70 actions running) [13,146 / 13,592] 324 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 93s remote-cache, linux-sandbox ... (70 actions running) [13,146 / 13,592] 324 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 94s remote-cache, linux-sandbox ... (70 actions running) [13,148 / 13,592] 324 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 95s remote-cache, linux-sandbox ... (70 actions running) [13,149 / 13,592] 324 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 96s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,157 / 13,592] 324 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 98s remote-cache, linux-sandbox ... (70 actions running) [13,158 / 13,592] 324 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 99s remote-cache, linux-sandbox ... (70 actions running) [13,160 / 13,592] 325 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 100s remote-cache, linux-sandbox ... (70 actions running) [13,164 / 13,592] 325 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 102s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,168 / 13,592] 325 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 103s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,174 / 13,592] 325 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 104s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,176 / 13,592] 325 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 105s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,177 / 13,592] 325 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 106s remote-cache, linux-sandbox ... (70 actions running) [13,177 / 13,592] 325 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 108s remote-cache, linux-sandbox ... (70 actions running) [13,179 / 13,592] 325 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 109s remote-cache, linux-sandbox ... (68 actions, 66 running) [13,180 / 13,592] 325 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 110s remote-cache, linux-sandbox ... (70 actions running) [13,180 / 13,592] 325 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 111s remote-cache, linux-sandbox ... (70 actions running) [13,188 / 13,592] 326 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,188 / 13,592] 326 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 66s remote-cache, linux-sandbox ... (70 actions running) [13,189 / 13,592] 326 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 67s remote-cache, linux-sandbox ... (70 actions running) [13,189 / 13,592] 326 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 68s remote-cache, linux-sandbox ... (70 actions running) [13,193 / 13,592] 326 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 69s remote-cache, linux-sandbox ... (70 actions running) [13,195 / 13,592] 327 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,202 / 13,600] 327 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,205 / 13,618] 327 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 73s remote-cache, linux-sandbox ... (70 actions running) [13,206 / 13,618] 327 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 74s remote-cache, linux-sandbox ... (70 actions running) [13,207 / 13,618] 327 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 76s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,211 / 13,618] 327 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 77s remote-cache, linux-sandbox ... (70 actions running) [13,213 / 13,618] 328 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 78s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,220 / 13,618] 328 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 79s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,220 / 13,618] 329 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 80s remote-cache, linux-sandbox ... (70 actions running) [13,222 / 13,618] 329 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 82s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,227 / 13,618] 329 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 83s remote-cache, linux-sandbox ... (70 actions running) [13,232 / 13,618] 329 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 84s remote-cache, linux-sandbox ... (70 actions running) [13,234 / 13,618] 329 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 85s remote-cache, linux-sandbox ... (70 actions running) [13,236 / 13,618] 329 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 86s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,237 / 13,618] 329 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 88s remote-cache, linux-sandbox ... (70 actions running) [13,237 / 13,618] 329 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 89s remote-cache, linux-sandbox ... (70 actions running) [13,241 / 13,618] 329 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 90s remote-cache, linux-sandbox ... (70 actions running) [13,248 / 13,618] 329 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 91s remote-cache, linux-sandbox ... (70 actions running) [13,250 / 13,618] 329 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 92s remote-cache, linux-sandbox ... (70 actions running) [13,251 / 13,618] 329 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 93s remote-cache, linux-sandbox ... (70 actions running) [13,252 / 13,618] 329 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 94s remote-cache, linux-sandbox ... (70 actions running) [13,252 / 13,618] 329 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 95s remote-cache, linux-sandbox ... (70 actions running) [13,258 / 13,618] 329 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 96s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,261 / 13,669] 329 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 98s remote-cache, linux-sandbox ... (70 actions running) [13,266 / 13,669] 330 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 3 of 12); 36s remote-cache, linux-sandbox ... (70 actions running) [13,266 / 13,669] 330 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 3 of 12); 37s remote-cache, linux-sandbox ... (70 actions running) [13,267 / 13,669] 330 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 3 of 12); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,270 / 13,669] 330 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 3 of 12); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,275 / 13,669] 330 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 3 of 12); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,278 / 13,669] 330 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 3 of 12); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,283 / 13,669] 330 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 3 of 12); 43s remote-cache, linux-sandbox ... (70 actions running) [13,285 / 13,669] 331 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 4 of 42); 41s remote-cache, linux-sandbox ... (70 actions running) [13,289 / 13,669] 331 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 4 of 42); 42s remote-cache, linux-sandbox ... (70 actions running) [13,290 / 13,669] 331 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 4 of 42); 43s remote-cache, linux-sandbox ... (70 actions running) [13,295 / 13,669] 331 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 4 of 42); 44s remote-cache, linux-sandbox ... (70 actions running) [13,302 / 13,669] 332 / 411 tests; Testing //pkg/executor:executor_test (shard 17 of 50); 41s remote-cache, linux-sandbox ... (70 actions running) [13,306 / 13,669] 332 / 411 tests; Testing //pkg/executor:executor_test (shard 17 of 50); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,308 / 13,669] 332 / 411 tests; Testing //pkg/executor:executor_test (shard 17 of 50); 44s remote-cache, linux-sandbox ... (70 actions running) [13,312 / 13,669] 332 / 411 tests; Testing //pkg/executor:executor_test (shard 17 of 50); 45s remote-cache, linux-sandbox ... (70 actions running) [13,314 / 13,669] 332 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 17 of 32); 38s remote-cache, linux-sandbox ... (70 actions running) [13,317 / 13,669] 332 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 18 of 32); 39s remote-cache, linux-sandbox ... (70 actions running) [13,318 / 13,669] 332 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 18 of 32); 41s remote-cache, linux-sandbox ... (70 actions running) [13,333 / 13,669] 332 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 23 of 32); 40s remote-cache, linux-sandbox ... (70 actions running) [13,340 / 13,719] 332 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 36 of 42); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,345 / 13,739] 332 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 19 of 32); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,346 / 13,739] 332 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 19 of 32); 36s remote-cache, linux-sandbox ... (70 actions running) [13,353 / 13,739] 333 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 19 of 32); 37s remote-cache, linux-sandbox ... (70 actions running) [13,359 / 13,757] 333 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 20 of 32); 37s remote-cache, linux-sandbox ... (70 actions running) [13,363 / 13,757] 334 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 20 of 32); 39s remote-cache, linux-sandbox ... (70 actions running) [13,363 / 13,757] 334 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 20 of 32); 40s remote-cache, linux-sandbox ... (70 actions running) [13,369 / 13,757] 334 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 20 of 32); 41s remote-cache, linux-sandbox ... (70 actions running) [13,380 / 13,757] 334 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 21 of 32); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,383 / 13,757] 334 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 21 of 32); 38s remote-cache, linux-sandbox ... (70 actions running) [13,385 / 13,757] 334 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 22 of 32); 36s remote-cache, linux-sandbox ... (70 actions running) [13,386 / 13,757] 334 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 22 of 32); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,387 / 13,757] 334 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 22 of 32); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,393 / 13,757] 335 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 5 of 42); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,409 / 13,771] 335 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 5 of 42); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,413 / 13,771] 336 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 5 of 42); 34s remote-cache, linux-sandbox ... (70 actions running) [13,413 / 13,771] 336 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 5 of 42); 35s remote-cache, linux-sandbox ... (70 actions running) [13,413 / 13,771] 336 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 5 of 42); 37s remote-cache, linux-sandbox ... (70 actions running) [13,415 / 13,771] 336 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 5 of 42); 38s remote-cache, linux-sandbox ... (70 actions running) [13,430 / 13,780] 336 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 5 of 42); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,438 / 13,780] 336 / 411 tests; Testing //pkg/executor:executor_test (shard 22 of 50); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,438 / 13,780] 336 / 411 tests; Testing //pkg/executor:executor_test (shard 22 of 50); 38s remote-cache, linux-sandbox ... (70 actions running) [13,439 / 13,780] 336 / 411 tests; Testing //pkg/executor:executor_test (shard 22 of 50); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,442 / 13,785] 336 / 411 tests; Testing //pkg/executor:executor_test (shard 22 of 50); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,444 / 13,785] 336 / 411 tests; Testing //pkg/executor:executor_test (shard 22 of 50); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,458 / 13,785] 336 / 411 tests; Testing //pkg/executor:executor_test (shard 22 of 50); 43s remote-cache, linux-sandbox ... (70 actions running) [13,467 / 13,789] 336 / 411 tests; Testing //pkg/executor:executor_test (shard 22 of 50); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,472 / 13,789] 336 / 411 tests; Testing //pkg/executor:executor_test (shard 22 of 50); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,474 / 13,789] 336 / 411 tests; Testing //pkg/executor:executor_test (shard 22 of 50); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,476 / 13,789] 336 / 411 tests; Testing //pkg/executor:executor_test (shard 22 of 50); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,483 / 13,789] 336 / 411 tests; Testing //pkg/executor:executor_test (shard 22 of 50); 49s remote-cache, linux-sandbox ... (70 actions running) [13,490 / 13,789] 336 / 411 tests; Testing //pkg/executor:executor_test (shard 22 of 50); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,496 / 13,789] 337 / 411 tests; Testing //pkg/executor:executor_test (shard 22 of 50); 52s remote-cache, linux-sandbox ... (70 actions running) [13,502 / 13,789] 337 / 411 tests; Testing //pkg/executor:executor_test (shard 22 of 50); 53s remote-cache, linux-sandbox ... (67 actions, 65 running) [13,512 / 13,789] 338 / 411 tests; Testing //pkg/executor:executor_test (shard 22 of 50); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,517 / 13,789] 339 / 411 tests; Testing //pkg/executor:executor_test (shard 22 of 50); 55s remote-cache, linux-sandbox ... (70 actions running) [13,520 / 13,789] 339 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,521 / 13,789] 339 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,530 / 13,789] 340 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,546 / 13,789] 341 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 59s remote-cache, linux-sandbox ... (67 actions, 64 running) [13,550 / 13,789] 341 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,550 / 13,789] 341 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 61s remote-cache, linux-sandbox ... (70 actions running) [13,557 / 13,789] 341 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 62s remote-cache, linux-sandbox ... (70 actions running) [13,559 / 13,789] 341 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 63s remote-cache, linux-sandbox ... (70 actions running) [13,560 / 13,789] 342 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 65s remote-cache, linux-sandbox ... (70 actions running) [13,570 / 13,789] 342 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,580 / 13,829] 342 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 67s remote-cache, linux-sandbox ... (69 actions running) [13,586 / 13,829] 343 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 68s remote-cache, linux-sandbox ... (70 actions running) [13,590 / 13,829] 343 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 69s remote-cache, linux-sandbox ... (67 actions, 66 running) [13,595 / 13,859] 343 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 70s remote-cache, linux-sandbox ... (70 actions 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 [13,600 / 13,859] 344 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 71s remote-cache, linux-sandbox ... (70 actions running) [13,606 / 13,859] 344 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 73s remote-cache, linux-sandbox ... (70 actions running) [13,619 / 13,859] 345 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,624 / 13,859] 345 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 76s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,636 / 13,871] 346 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 30s remote-cache, linux-sandbox ... (70 actions running) [13,637 / 13,871] 346 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 31s remote-cache, linux-sandbox ... (70 actions running) [13,643 / 13,908] 347 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,646 / 13,941] 347 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,650 / 13,946] 347 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,653 / 13,946] 347 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,656 / 14,023] 347 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,657 / 14,023] 347 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 38s remote-cache, linux-sandbox ... (70 actions running) [13,658 / 14,023] 347 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,669 / 14,023] 348 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,677 / 14,049] 348 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,683 / 14,077] 348 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 43s remote-cache, linux-sandbox ... (70 actions running) [13,688 / 14,081] 348 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 44s remote-cache, linux-sandbox ... (70 actions running) [13,689 / 14,081] 348 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 45s remote-cache, linux-sandbox ... (70 actions running) [13,694 / 14,092] 348 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,702 / 14,092] 349 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,708 / 14,092] 350 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,713 / 14,092] 354 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 50s remote-cache, linux-sandbox ... (70 actions running) [13,718 / 14,092] 354 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,737 / 14,092] 355 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 53s remote-cache, linux-sandbox ... (70 actions running) [13,740 / 14,094] 355 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 54s remote-cache, linux-sandbox ... (70 actions running) [13,742 / 14,094] 355 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,746 / 14,094] 355 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,758 / 14,094] 356 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 14 of 42); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,765 / 14,094] 358 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 14 of 42); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,775 / 14,109] 358 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 14 of 42); 36s remote-cache, linux-sandbox ... (70 actions running) [13,781 / 14,111] 359 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 14 of 42); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,785 / 14,111] 359 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 15 of 42); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,790 / 14,111] 361 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 15 of 42); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,797 / 14,111] 361 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 15 of 42); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,802 / 14,124] 361 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 15 of 42); 36s remote-cache, linux-sandbox ... (70 actions running) [13,803 / 14,124] 361 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 15 of 42); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,814 / 14,134] 362 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 15 of 42); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,820 / 14,156] 362 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 15 of 42); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,820 / 14,156] 362 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 15 of 42); 41s remote-cache, linux-sandbox ... (70 actions running) [13,827 / 14,158] 362 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 33 of 42); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,837 / 14,190] 362 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 33 of 42); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,846 / 14,202] 363 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 33 of 42); 31s remote-cache, linux-sandbox ... (70 actions running) [13,851 / 14,202] 363 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 33 of 42); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,854 / 14,202] 363 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 33 of 42); 34s remote-cache, linux-sandbox ... (70 actions running) [13,865 / 14,202] 364 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 16 of 42); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,875 / 14,227] 366 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 16 of 42); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,882 / 14,227] 366 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 16 of 42); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,888 / 14,227] 366 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 16 of 42); 35s remote-cache, linux-sandbox ... (68 actions, 66 running) [13,888 / 14,227] 366 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 16 of 42); 37s remote-cache, linux-sandbox ... (70 actions running) [13,890 / 14,227] 366 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 16 of 42); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,898 / 14,227] 366 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 42); 34s remote-cache, linux-sandbox ... (69 actions running) [13,909 / 14,227] 366 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 42); 35s remote-cache, linux-sandbox ... (70 actions running) [13,911 / 14,233] 366 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 42); 36s remote-cache, linux-sandbox ... (70 actions running) [13,911 / 14,233] 366 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 42); 37s remote-cache, linux-sandbox ... (70 actions running) [13,912 / 14,233] 366 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 42); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,918 / 14,233] 366 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 42); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,931 / 14,241] 366 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 42); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,935 / 14,241] 366 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 42); 42s remote-cache, linux-sandbox ... (70 actions running) [13,940 / 14,266] 366 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 42); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,946 / 14,266] 366 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 41s remote-cache, linux-sandbox ... (70 actions running) [13,948 / 14,266] 367 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 42s remote-cache, linux-sandbox ... (70 actions running) [13,961 / 14,266] 367 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 43s remote-cache, linux-sandbox ... (70 actions running) [13,965 / 14,266] 367 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,969 / 14,266] 368 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 46s remote-cache, linux-sandbox ... (70 actions running) [13,969 / 14,266] 368 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 48s remote-cache, linux-sandbox ... (70 actions running) [13,990 / 14,266] 371 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 49s remote-cache, linux-sandbox ... (70 actions running) [13,992 / 14,266] 371 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 50s remote-cache, linux-sandbox ... (70 actions running) [13,994 / 14,266] 371 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,996 / 14,266] 371 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 53s remote-cache, linux-sandbox ... (70 actions running) [13,996 / 14,266] 371 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 54s remote-cache, linux-sandbox ... (70 actions running) [14,007 / 14,266] 372 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 55s remote-cache, linux-sandbox ... (68 actions, 66 running) [14,017 / 14,268] 372 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,023 / 14,270] 373 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,026 / 14,270] 374 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 59s remote-cache, linux-sandbox ... (70 actions running) [14,028 / 14,270] 374 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,032 / 14,270] 375 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 61s remote-cache, linux-sandbox ... (67 actions, 64 running) [14,037 / 14,274] 375 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,052 / 14,274] 378 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 64s remote-cache, linux-sandbox ... (70 actions running) [14,055 / 14,274] 378 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 65s remote-cache, linux-sandbox ... (70 actions running) [14,055 / 14,274] 378 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 66s remote-cache, linux-sandbox ... (70 actions running) [14,055 / 14,274] 378 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 67s remote-cache, linux-sandbox ... (70 actions running) [14,063 / 14,274] 378 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 68s remote-cache, linux-sandbox ... (69 actions running) [14,068 / 14,274] 378 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,071 / 14,274] 379 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,073 / 14,274] 379 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 72s remote-cache, linux-sandbox ... (70 actions running) [14,075 / 14,274] 379 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 73s remote-cache, linux-sandbox ... (70 actions running) [14,080 / 14,274] 379 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 75s remote-cache, linux-sandbox ... (70 actions running) [14,080 / 14,274] 380 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 77s remote-cache, linux-sandbox ... (70 actions running) [14,097 / 14,274] 380 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 78s remote-cache, linux-sandbox ... (70 actions running) [14,097 / 14,274] 380 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 79s remote-cache, linux-sandbox ... (70 actions running) [14,102 / 14,274] 381 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 81s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,105 / 14,274] 381 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 82s remote-cache, linux-sandbox ... (70 actions running) [14,115 / 14,278] 381 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,120 / 14,278] 381 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 85s remote-cache, linux-sandbox ... (70 actions running) [14,123 / 14,278] 381 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 86s remote-cache, linux-sandbox ... (70 actions running) [14,133 / 14,278] 382 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 42); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,137 / 14,278] 382 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 42); 60s remote-cache, linux-sandbox ... (70 actions running) [14,142 / 14,278] 382 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 42); 61s remote-cache, linux-sandbox ... (65 actions, 60 running) [14,148 / 14,278] 382 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 42); 62s remote-cache, linux-sandbox ... (70 actions running) [14,152 / 14,290] 383 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 42); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,159 / 14,290] 383 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 42); 65s remote-cache, linux-sandbox ... (70 actions running) [14,161 / 14,290] 383 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 42); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,166 / 14,290] 383 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 42); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,169 / 14,290] 383 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 42); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,173 / 14,290] 383 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 42); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,182 / 14,290] 383 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 42); 65s remote-cache, linux-sandbox ... (69 actions running) [14,185 / 14,290] 383 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 42); 66s remote-cache, linux-sandbox ... (70 actions running) [14,185 / 14,290] 383 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 42); 67s remote-cache, linux-sandbox ... (70 actions running) [14,192 / 14,304] 383 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 42); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,198 / 14,304] 384 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 42); 70s remote-cache, linux-sandbox ... (69 actions running) [14,204 / 14,304] 384 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 42); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,208 / 14,304] 385 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 42); 72s remote-cache, linux-sandbox ... (69 actions running) [14,213 / 14,304] 386 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,217 / 14,304] 386 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,224 / 14,304] 386 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,224 / 14,304] 386 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 46s remote-cache, linux-sandbox ... (70 actions running) [14,229 / 14,304] 386 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 47s remote-cache, linux-sandbox ... (70 actions running) [14,232 / 14,304] 386 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,237 / 14,304] 386 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,242 / 14,304] 386 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,247 / 14,304] 386 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,251 / 14,304] 386 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 53s remote-cache, linux-sandbox ... (70 actions running) [14,260 / 14,339] 386 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,264 / 14,339] 388 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 55s remote-cache, linux-sandbox ... (70 actions running) [14,269 / 14,339] 390 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,273 / 14,339] 390 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,278 / 14,339] 390 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 59s remote-cache, linux-sandbox ... (70 actions running) [14,280 / 14,339] 390 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,289 / 14,339] 390 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 61s remote-cache, linux-sandbox ... (69 actions running) [14,297 / 14,351] 393 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,300 / 14,358] 393 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 64s remote-cache, linux-sandbox ... (69 actions running) [14,302 / 14,367] 394 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 65s remote-cache, linux-sandbox ... (70 actions running) [14,310 / 14,382] 395 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 66s remote-cache, linux-sandbox ... (70 actions running) [14,316 / 14,396] 395 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,325 / 14,476] 395 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,333 / 14,476] 395 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,342 / 14,521] 398 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 1 of 17); 28s remote-cache, linux-sandbox ... (70 actions running) [14,347 / 14,521] 398 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 1 of 17); 30s remote-cache, linux-sandbox ... (70 actions running) [14,351 / 14,521] 398 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 1 of 17); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,358 / 14,521] 398 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 1 of 17); 33s remote-cache, linux-sandbox ... (68 actions, 66 running) [14,367 / 14,521] 398 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 1 of 17); 34s remote-cache, linux-sandbox ... (70 actions running) [14,377 / 14,521] 400 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 2 of 17); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,382 / 14,521] 400 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 2 of 17); 22s remote-cache, linux-sandbox ... (69 actions running) [14,392 / 14,521] 402 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 2 of 17); 24s remote-cache, linux-sandbox ... (70 actions running) [14,397 / 14,521] 402 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 2 of 17); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,400 / 14,521] 402 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 2 of 17); 26s remote-cache, linux-sandbox ... (70 actions running) [14,403 / 14,521] 402 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 2 of 17); 27s remote-cache, linux-sandbox ... (70 actions running) [14,408 / 14,521] 402 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 2 of 17); 28s remote-cache, linux-sandbox ... (69 actions running) [14,419 / 14,521] 403 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 2 of 17); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,425 / 14,521] 403 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 2 of 17); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,434 / 14,521] 404 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 2 of 17); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,439 / 14,521] 404 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 2 of 17); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,441 / 14,521] 404 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 2 of 17); 34s remote-cache, linux-sandbox ... (70 actions running) [14,448 / 14,521] 404 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 3 of 17); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,457 / 14,521] 405 / 411 tests; Testing //pkg/statistics/handle/ddl:ddl_test (shard 21 of 27); 6s remote-cache, linux-sandbox ... (68 actions, 66 running) [14,466 / 14,521] 405 / 411 tests; Testing //pkg/statistics/handle/autoanalyze:autoanalyze_test (shard 3 of 12); 6s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,476 / 14,521] 406 / 411 tests; Testing //pkg/sessiontxn/isolation:isolation_test (shard 15 of 28); 4s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,477 / 14,521] 406 / 411 tests; Testing //pkg/sessiontxn/isolation:isolation_test (shard 15 of 28); 5s remote-cache, linux-sandbox ... (70 actions running) [14,485 / 14,521] 406 / 411 tests; Testing //pkg/statistics/handle/storage:storage_test (shard 12 of 22); 5s remote-cache, linux-sandbox ... (70 actions running) [14,489 / 14,521] 406 / 411 tests; Testing //pkg/statistics/handle/storage:storage_test (shard 12 of 22); 6s remote-cache, linux-sandbox ... (64 actions running) [14,489 / 14,521] 407 / 411 tests; Testing //pkg/statistics/handle/storage:storage_test (shard 12 of 22); 7s remote-cache, linux-sandbox ... (64 actions running) [14,499 / 14,521] 407 / 411 tests; Testing //pkg/sessiontxn/isolation:isolation_test (shard 20 of 28); 8s remote-cache, linux-sandbox ... (44 actions running) INFO: Elapsed time: 1167.653s, Critical Path: 262.71s INFO: 14509 processes: 10857 remote cache hit, 1660 internal, 1992 linux-sandbox. INFO: Build completed successfully, 14509 total actions //pkg/ddl/tests/partition:partition_test FLAKY, failed in 1 out of 46 in 150.3s Stats over 46 runs: max = 150.3s, min = 2.1s, avg = 10.3s, dev = 21.6s /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_43_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_41_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_39_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_37_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_35_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_1_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_2_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_3_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_31_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_30_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_29_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_9_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_11_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_28_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_18_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_27_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_26_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_24_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 Test cases: finished with 7965 passing and 0 failing out of 7965 test cases Executed 120 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: TestRemovePartitioningAutoIDs Output files: bazel-flaky-summaries.log bazel-go-test-index.log bazel-go-test-problem-cases.json bazel-target-output-L771-8693.timeout.log [Pipeline] sh ++ uuidgen + timeout 10 curl --verbose --request POST --url http://cloudevents-server.apps.svc/events --header 'ce-id: 6ddf88b8-aa8e-4507-bb33-8a873d7abb11' --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/8945/' --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: 6ddf88b8-aa8e-4507-bb33-8a873d7abb11 > 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/8945/ > ce-specversion: 1.0 > content-type: application/json; charset=UTF-8 > Content-Length: 228 > } [data not shown] * upload completely sent off: 228 out of 228 bytes < HTTP/1.1 200 OK < Date: Mon, 06 May 2024 10:02:34 GMT < Content-Length: 0 < 100 228 0 0 100 228 0 3234 --:--:-- --:--:-- --:--:-- 3257 * Connection #0 to host cloudevents-server.apps.svc left intact [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-06T10:02:36.116Z] ['info'] _____ _ / ____| | | | | ___ __| | ___ ___ _____ __ | | / _ \ / _` |/ _ \/ __/ _ \ \ / / | |___| (_) | (_| | __/ (_| (_) \ V / \_____\___/ \__,_|\___|\___\___/ \_/ Codecov report uploader 0.5.0 [2024-05-06T10:02:36.117Z] ['info'] => Project root located at: . [2024-05-06T10:02:36.120Z] ['info'] -> Token found by environment variables [2024-05-06T10:02:36.135Z] ['info'] Searching for coverage files... [2024-05-06T10:02:38.784Z] ['info'] => Found 1 possible coverage files: ./coverage.dat [2024-05-06T10:02:38.784Z] ['info'] Processing ./coverage.dat... [2024-05-06T10:02:39.271Z] ['info'] Using manual override from args. [2024-05-06T10:02:39.272Z] ['info'] Detected Jenkins CI as the CI provider. [2024-05-06T10:02:39.287Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=uploader-0.5.0&token=*******&branch=origin%2Fpr%2F53033&build=8945&build_url=https%3A%2F%2Fdo.pingcap.net%2Fjenkins%2Fjob%2Fpingcap%2Fjob%2Ftidb%2Fjob%2Fghpr_unit_test%2F8945%2F&commit=fc03c75573ac7e47ba43f134698085f4398110ac&job=&pr=53033&service=jenkins&slug=pingcap%2Ftidb&name=&tag=&flags=unit&parent= [2024-05-06T10:02:40.480Z] ['info'] https://app.codecov.io/github/pingcap/tidb/commit/fc03c75573ac7e47ba43f134698085f4398110ac https://storage.googleapis.com/codecov/v4/raw/2024-05-06/F6B65B6EE70BEC6C6B5E073ED3BB1A79/fc03c75573ac7e47ba43f134698085f4398110ac/ff30b48c-2357-4067-a1b4-182d7a1f605c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20240506%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240506T100240Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5551f47ca17523280dcaed7acb864a063ccb6802c143afe38dc77609e8f0160b [2024-05-06T10:02:40.480Z] ['info'] Uploading... [2024-05-06T10:02:42.321Z] ['info'] {"status":"success","resultURL":"https://app.codecov.io/github/pingcap/tidb/commit/fc03c75573ac7e47ba43f134698085f4398110ac"} [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